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
test_run_end
external/utf8-cpp-utils/test/doctest.h:6257
Method
test_run_start
external/utf8-cpp-utils/test/doctest.h:5511
Method
test_run_start
external/utf8-cpp-utils/test/doctest.h:5812
Method
test_run_start
external/utf8-cpp-utils/test/doctest.h:6252
Method
toBeQuoted
returns true if field has to be quoted
src/csvtable.cpp:1161
Function
to_bson
! @brief Serializes the given JSON object `j` to BSON and returns a vector containing the corresponding BSON-representation. BSON
external/json/json.hpp:18945
Method
to_char_type
external/json/json.hpp:9617
Method
to_json
external/json/json.hpp:12321
Function
to_msgpack
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the MessagePack
external/json/json.hpp:18771
Method
to_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
external/json/json.hpp:11642
Function
to_ubjson
! @brief create a UBJSON serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the UBJSON (Univer
external/json/json.hpp:18868
Method
token_type_name
return name of values of type token_type (only used for errors)
external/json/json.hpp:2506
Method
type_error
external/json/json.hpp:1031
Method
ubjson_prefix
! @brief determine the type prefix of container values @note This function does not need to be 100% accurate when it comes to integ
external/json/json.hpp:9497
Method
unexpect_eof
! @param[in] format the current format (for diagnostics) @param[in] context further context information (for diagnostics) @return wheth
external/json/json.hpp:8240
Function
unflatten
! @param[in] value flattened JSON @return unflattened JSON @throw parse_error.109 if array index is not a number @throw type_error.
external/json/json.hpp:12233
Method
unget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
external/json/json.hpp:3725
Function
update
! @brief updates a JSON object from another object, overwriting existing keys Inserts all values from JSON object @a j and overwrites existin
external/json/json.hpp:17509
Method
updateCheckButtonCB
src/csvapplication.cpp:293
Method
updateMacroBrowserList
src/csvapplication.cpp:2294
Method
updateSearchWindow
src/csvapplication.cpp:1632
Method
updateStatusbarCB
src/csvwindow.cpp:537
Method
update_certs
external/httplib.h:9103
Method
utf16_utf8
Converts High- and Low-Surrogate to UTF-8 code units, stored in a std::string
src/helper.cpp:710
Method
utf16_word
external/utf8/checked.h:63
Function
utf16to8
external/utf8/cpp11.h:40
Function
utf16to8
external/utf8/unchecked.h:182
Function
utf16to8
external/utf8/checked.h:227
Function
utf16tou8
external/utf8/cpp20.h:35
Function
utf32to8
external/utf8/cpp11.h:54
Function
utf32to8
external/utf8/unchecked.h:214
Function
utf32to8
external/utf8/checked.h:269
Function
utf32tou8
external/utf8/cpp20.h:63
Method
utf8_octet
external/utf8/checked.h:55
Function
utf8to16
external/utf8/cpp17.h:42
Function
utf8to16
external/utf8/cpp11.h:47
Function
utf8to16
external/utf8/cpp20.h:49
Function
utf8to16
external/utf8/unchecked.h:199
Function
utf8to16
external/utf8/checked.h:254
Function
utf8to32
external/utf8/cpp17.h:56
Function
utf8to32
external/utf8/cpp11.h:61
Function
utf8to32
external/utf8/cpp20.h:77
Function
utf8to32
external/utf8/unchecked.h:223
Function
utf8to32
external/utf8/checked.h:278
Method
utf8tolatin1
converts UTF-8 to Latin-1 https://stackoverflow.com/questions/23689733/convert-string-from-utf-8-to-iso-8859-1 converts UTF8 to Latin1 or Win1252 TODO
src/helper.cpp:277
Method
utf8toutf16
src/helper.cpp:320
Function
value
external/json/json.hpp:15647
Method
value
return value of the iterator
external/json/json.hpp:1690
Method
value
return the value of an iterator
external/json/json.hpp:6199
Method
vec2string
src/csvtable.cpp:1135
Method
verify_host
external/httplib.h:9463
Method
verify_host_with_common_name
external/httplib.h:9546
Method
verify_host_with_subject_alt_name
external/httplib.h:9489
Method
wait_until_ready
external/httplib.h:6308
Method
wide_string_input_adapter
external/json/json.hpp:2292
Method
win1252toutf8
converts Windows 1252 to UTF-8
src/helper.cpp:167
Method
windowGetsClosedCB
src/csvwindow.cpp:722
Method
worker
external/httplib.h:794
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
external/json/json.hpp:9201
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
external/json/json.hpp:9060
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
external/json/json.hpp:9070
Method
write_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
external/json/json.hpp:9266
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
external/json/json.hpp:9048
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
external/json/json.hpp:9125
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
external/json/json.hpp:9102
Method
write_bson_object
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
external/json/json.hpp:9324
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
external/json/json.hpp:9175
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
external/json/json.hpp:9088
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
external/json/json.hpp:9153
Method
write_character
external/json/json.hpp:6268
Method
write_character
external/json/json.hpp:6291
Method
write_characters
external/json/json.hpp:6273
Method
write_characters
external/json/json.hpp:6296
Method
write_content_with_provider
external/httplib.h:6465
Function
write_headers
external/httplib.h:4402
Method
write_number
external/json/json.hpp:9594
Method
write_number_with_ubjson_prefix
external/json/json.hpp:9371
Method
write_request
external/httplib.h:7656
Method
write_response
external/httplib.h:6376
Method
write_response_core
external/httplib.h:6391
Method
write_response_with_content
external/httplib.h:6384
Method
xsputn
external/httplib.h:547
Method
xsputn
external/utf8-cpp-utils/test/doctest.h:6780
Method
~BufferStream
external/httplib.h:2336
Method
~Client
external/httplib.h:9652
Method
~ClientImpl
external/httplib.h:7234
Method
~Context
external/utf8-cpp-utils/test/doctest.h:6597
Method
~ContextScope
external/utf8-cpp-utils/test/doctest.h:1862
Function
~ContextScopeBase
external/utf8-cpp-utils/test/doctest.h:1836
Method
~CsvApplication
src/csvapplication.cpp:215
Method
~CsvGrid
src/csvgrid.cpp:61
Method
~CsvMenu
src/csvmenu.cpp:40
Method
~CsvTable
src/csvtable.cpp:73
Method
~CsvUndo
src/csvundo.cpp:38
Method
~CsvWindow
src/csvwindow.cpp:169
Method
~Macro
src/macro.cpp:52
Method
~MatcherBase
external/httplib.h:849
Method
~My_Fl_Double_Window
src/csvwindow.cpp:42
Method
~Response
external/httplib.h:707
Method
~SSLClient
external/httplib.h:9221
← previous
next →
1,201–1,300 of 1,329, ranked by callers