Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ functions
Functions
1,329 in github.com/Tablecruncher/tablecruncher
⨍
Functions
1,329
◇
Types & classes
299
Method
get_file_values
external/httplib.h:5706
Method
get_header_value_count
external/httplib.h:5661
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
external/json/json.hpp:8150
Method
get_local_ip_and_port
external/httplib.h:5924
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
external/json/json.hpp:7650
Method
get_msgpack_float_prefix
external/json/json.hpp:9354
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
external/json/json.hpp:7672
Method
get_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
Method
get_multipart_content_provider
external/httplib.h:7967
Method
get_num_active_contexts
external/utf8-cpp-utils/test/doctest.h:7060
Method
get_num_stringified_contexts
external/utf8-cpp-utils/test/doctest.h:7065
Method
get_number
external/json/json.hpp:8175
Method
get_openssl_verify_result
external/httplib.h:9249
Method
get_param_value
external/httplib.h:5677
Method
get_param_value_count
external/httplib.h:5686
Function
get_ptr
external/json/json.hpp:14968
Function
get_ref
external/json/json.hpp:15062
Function
get_ref_impl
external/json/json.hpp:14727
Method
get_remote_ip_and_port
external/httplib.h:5919
Method
get_request_header_value
external/httplib.h:5818
Method
get_request_header_value_count
external/httplib.h:5824
Method
get_request_header_value_u64
external/httplib.h:2194
Method
get_stringified_contexts
external/utf8-cpp-utils/test/doctest.h:7066
Method
get_token
get next token from lexer
external/json/json.hpp:5266
Method
get_token_string
! @return a string representation of the last read byte */
external/json/json.hpp:8253
Method
get_ubjson_array
! @return whether array creation completed */
external/json/json.hpp:7994
Method
get_ubjson_float_prefix
external/json/json.hpp:9568
Method
get_ubjson_object
! @return whether object creation completed */
external/json/json.hpp:8056
Method
get_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
Method
get_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
external/json/json.hpp:7782
Method
get_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
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
external/json/json.hpp:7898
Method
gotFocus
src/csvwidgets.cpp:165
Method
groupedIntToString
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
Method
guessContentType
src/csvtable.cpp:1065
Method
guessEncoding
* 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
Method
guessHasHeader
* Returns true, if firstRow seems to be a header row * @param firstRow The row to be checked. */
src/helper.cpp:508
Method
gzip_compressor
external/httplib.h:3884
Method
gzip_decompressor
external/httplib.h:3935
Method
handle
src/csvgrid.cpp:67
Method
handle
* Calls window callback function with 0 (for ESC or red Close Win Button) or TCRUNCHER_MYFLCHOICE_MAGICAL for pressing ENTER */
src/csvwidgets.cpp:133
Method
handle_file_request
external/httplib.h:6619
Method
handle_request
external/httplib.h:7497
Method
handle_value
external/json/json.hpp:4399
Method
handle_value
external/json/json.hpp:4665
Method
has_file
external/httplib.h:5696
Method
has_param
external/httplib.h:5673
Method
has_request_header
Result implementation
external/httplib.h:5814
Method
hash_core
external/httplib.h:387
Method
host
external/httplib.h:8641
Function
hosted_at
external/httplib.h:5574
Method
if
external/utf8-cpp-utils/test/doctest.h:1512
Function
increase_safely
external/utf8/core.h:164
Method
input_adapter
input adapter for input stream
external/json/json.hpp:2341
Method
input_buffer_adapter
external/json/json.hpp:2144
Method
input_cb
src/csvgrid.hh:78
Method
input_stream_adapter
external/json/json.hpp:2116
Method
insert
external/utf8-cpp-utils/test/doctest.h:1016
Method
insertLoopButtonCB
src/csvapplication.cpp:2391
Method
internalPrintln
* Prints the given arguments to stdout */
src/macro.cpp:258
Method
internalStoreInts
* Stores the given arguments as Ints into lastResultInts. */
src/macro.cpp:214
Method
internalStoreStrings
* Stores the given arguments as Strings into lastResultStrings. */
src/macro.cpp:238
Method
invalid_code_point
external/utf8/checked.h:44
Method
invalid_iterator
external/json/json.hpp:978
Method
invalid_utf16
external/utf8/checked.h:61
Method
invalid_utf8
external/utf8/checked.h:52
Method
isEmailAddress
src/helper.cpp:541
Method
isEmptyLineVector
überprüft, ob ein <std::vector<std::string>> leer ist
src/csvtable.cpp:1197
Method
isFloat
* Checks if string is a float * decimal_point: defaults to '.' */
src/helper.cpp:396
Method
isInteger
* Checks if string is a number - a little bit buggy ... TODO */
src/helper.cpp:414
Method
isNumber
* Checks if string is a number - a little bit buggy ... TODO */
src/helper.cpp:378
Method
isSomeDate
src/helper.cpp:545
Method
isTheme
src/colorthemes.hh:53
Method
isToBeDeleted
src/csvgrid.cpp:552
Method
isUpdateAvailable
src/helper.cpp:46
Function
is_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
Method
is_errored
external/json/json.hpp:4643
Method
is_open
external/httplib.h:1471
Function
is_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
Method
is_readable
external/httplib.h:5853
Method
is_running
external/httplib.h:6306
Method
is_socket_open
external/httplib.h:8645
Method
is_ssl
external/httplib.h:8019
Function
is_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
Function
is_valid
external/utf8/cpp17.h:69
Function
is_valid
external/utf8/cpp20.h:97
Method
is_valid
external/httplib.h:4788
Function
items
! @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
Method
iter_impl
default constructor
external/json/json.hpp:5548
Method
iteration_proxy
construct iteration proxy from a container
external/json/json.hpp:1701
Function
iteration_proxy<const_iterator> iterator_wrapper
external/json/json.hpp:16566
Method
iteration_proxy_internal
external/json/json.hpp:1632
Method
iterator
external/utf8/unchecked.h:241
Method
iterator
external/utf8/checked.h:298
Method
json>
external/json/json.hpp:20203
Method
json_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
Method
json_ref
external/json/json.hpp:11524
Method
json_reverse_iterator
create reverse iterator from iterator
external/json/json.hpp:6131
Method
json_sax_dom_callback_parser
external/json/json.hpp:4445
Method
json_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
← previous
next →
801–900 of 1,329, ranked by callers