MCPcopy Create free account

hub / github.com/Tablecruncher/tablecruncher / functions

Functions1,329 in github.com/Tablecruncher/tablecruncher

Methodget_file_values
external/httplib.h:5706
Methodget_header_value_count
external/httplib.h:5661
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
external/json/json.hpp:8150
Methodget_local_ip_and_port
external/httplib.h:5924
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
external/json/json.hpp:7650
Methodget_msgpack_float_prefix
external/json/json.hpp:9354
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
external/json/json.hpp:7672
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
external/json/json.hpp:7574
Methodget_multipart_content_provider
external/httplib.h:7967
Methodget_num_active_contexts
external/utf8-cpp-utils/test/doctest.h:7060
Methodget_num_stringified_contexts
external/utf8-cpp-utils/test/doctest.h:7065
Methodget_number
external/json/json.hpp:8175
Methodget_openssl_verify_result
external/httplib.h:9249
Methodget_param_value
external/httplib.h:5677
Methodget_param_value_count
external/httplib.h:5686
Functionget_ptr
external/json/json.hpp:14968
Functionget_ref
external/json/json.hpp:15062
Functionget_ref_impl
external/json/json.hpp:14727
Methodget_remote_ip_and_port
external/httplib.h:5919
Methodget_request_header_value
external/httplib.h:5818
Methodget_request_header_value_count
external/httplib.h:5824
Methodget_request_header_value_u64
external/httplib.h:2194
Methodget_stringified_contexts
external/utf8-cpp-utils/test/doctest.h:7066
Methodget_token
get next token from lexer
external/json/json.hpp:5266
Methodget_token_string
! @return a string representation of the last read byte */
external/json/json.hpp:8253
Methodget_ubjson_array
! @return whether array creation completed */
external/json/json.hpp:7994
Methodget_ubjson_float_prefix
external/json/json.hpp:9568
Methodget_ubjson_object
! @return whether object creation completed */
external/json/json.hpp:8056
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
external/json/json.hpp:7859
Methodget_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
external/json/json.hpp:7782
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
external/json/json.hpp:7728
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
external/json/json.hpp:7898
MethodgotFocus
src/csvwidgets.cpp:165
MethodgroupedIntToString
create a grouped string from the number `num` s is managed by the calling code, we assume there are `max_len` bytes available 123 => 123 123 => 3
src/helper.cpp:109
MethodguessContentType
src/csvtable.cpp:1065
MethodguessEncoding
* Returns guessed encoding and the length of a BOM sequence – or zero if no BOM is present. * TODO remove 'bom' as it's not needed */
src/csvapplication.cpp:997
MethodguessHasHeader
* Returns true, if firstRow seems to be a header row * @param firstRow The row to be checked. */
src/helper.cpp:508
Methodgzip_compressor
external/httplib.h:3884
Methodgzip_decompressor
external/httplib.h:3935
Methodhandle
src/csvgrid.cpp:67
Methodhandle
* Calls window callback function with 0 (for ESC or red Close Win Button) or TCRUNCHER_MYFLCHOICE_MAGICAL for pressing ENTER */
src/csvwidgets.cpp:133
Methodhandle_file_request
external/httplib.h:6619
Methodhandle_request
external/httplib.h:7497
Methodhandle_value
external/json/json.hpp:4399
Methodhandle_value
external/json/json.hpp:4665
Methodhas_file
external/httplib.h:5696
Methodhas_param
external/httplib.h:5673
Methodhas_request_header
Result implementation
external/httplib.h:5814
Methodhash_core
external/httplib.h:387
Methodhost
external/httplib.h:8641
Functionhosted_at
external/httplib.h:5574
Methodif
external/utf8-cpp-utils/test/doctest.h:1512
Functionincrease_safely
external/utf8/core.h:164
Methodinput_adapter
input adapter for input stream
external/json/json.hpp:2341
Methodinput_buffer_adapter
external/json/json.hpp:2144
Methodinput_cb
src/csvgrid.hh:78
Methodinput_stream_adapter
external/json/json.hpp:2116
Methodinsert
external/utf8-cpp-utils/test/doctest.h:1016
MethodinsertLoopButtonCB
src/csvapplication.cpp:2391
MethodinternalPrintln
* Prints the given arguments to stdout */
src/macro.cpp:258
MethodinternalStoreInts
* Stores the given arguments as Ints into lastResultInts. */
src/macro.cpp:214
MethodinternalStoreStrings
* Stores the given arguments as Strings into lastResultStrings. */
src/macro.cpp:238
Methodinvalid_code_point
external/utf8/checked.h:44
Methodinvalid_iterator
external/json/json.hpp:978
Methodinvalid_utf16
external/utf8/checked.h:61
Methodinvalid_utf8
external/utf8/checked.h:52
MethodisEmailAddress
src/helper.cpp:541
MethodisEmptyLineVector
überprüft, ob ein <std::vector<std::string>> leer ist
src/csvtable.cpp:1197
MethodisFloat
* Checks if string is a float * decimal_point: defaults to '.' */
src/helper.cpp:396
MethodisInteger
* Checks if string is a number - a little bit buggy ... TODO */
src/helper.cpp:414
MethodisNumber
* Checks if string is a number - a little bit buggy ... TODO */
src/helper.cpp:378
MethodisSomeDate
src/helper.cpp:545
MethodisTheme
src/colorthemes.hh:53
MethodisToBeDeleted
src/csvgrid.cpp:552
MethodisUpdateAvailable
src/helper.cpp:46
Functionis_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
external/json/json.hpp:14582
Methodis_errored
external/json/json.hpp:4643
Methodis_open
external/httplib.h:1471
Functionis_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
external/json/json.hpp:14303
Methodis_readable
external/httplib.h:5853
Methodis_running
external/httplib.h:6306
Methodis_socket_open
external/httplib.h:8645
Methodis_ssl
external/httplib.h:8019
Functionis_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
external/json/json.hpp:14330
Functionis_valid
external/utf8/cpp17.h:69
Functionis_valid
external/utf8/cpp20.h:97
Methodis_valid
external/httplib.h:4788
Functionitems
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
external/json/json.hpp:16624
Methoditer_impl
default constructor
external/json/json.hpp:5548
Methoditeration_proxy
construct iteration proxy from a container
external/json/json.hpp:1701
Functioniteration_proxy<const_iterator> iterator_wrapper
external/json/json.hpp:16566
Methoditeration_proxy_internal
external/json/json.hpp:1632
Methoditerator
external/utf8/unchecked.h:241
Methoditerator
external/utf8/checked.h:298
Methodjson>
external/json/json.hpp:20203
Methodjson_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/htm
external/json/json.hpp:11623
Methodjson_ref
external/json/json.hpp:11524
Methodjson_reverse_iterator
create reverse iterator from iterator
external/json/json.hpp:6131
Methodjson_sax_dom_callback_parser
external/json/json.hpp:4445
Methodjson_sax_dom_parser
! @param[in, out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether
external/json/json.hpp:4273
← previousnext →801–900 of 1,329, ranked by callers