MCPcopy Create free account

hub / github.com/Tablecruncher/tablecruncher / functions

Functions1,329 in github.com/Tablecruncher/tablecruncher

Methodtest_run_end
external/utf8-cpp-utils/test/doctest.h:6257
Methodtest_run_start
external/utf8-cpp-utils/test/doctest.h:5511
Methodtest_run_start
external/utf8-cpp-utils/test/doctest.h:5812
Methodtest_run_start
external/utf8-cpp-utils/test/doctest.h:6252
MethodtoBeQuoted
returns true if field has to be quoted
src/csvtable.cpp:1161
Functionto_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
Methodto_char_type
external/json/json.hpp:9617
Methodto_json
external/json/json.hpp:12321
Functionto_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
Methodto_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
Functionto_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
Methodtoken_type_name
return name of values of type token_type (only used for errors)
external/json/json.hpp:2506
Methodtype_error
external/json/json.hpp:1031
Methodubjson_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
Methodunexpect_eof
! @param[in] format the current format (for diagnostics) @param[in] context further context information (for diagnostics) @return wheth
external/json/json.hpp:8240
Functionunflatten
! @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
Methodunget
! @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
Functionupdate
! @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
MethodupdateCheckButtonCB
src/csvapplication.cpp:293
MethodupdateMacroBrowserList
src/csvapplication.cpp:2294
MethodupdateSearchWindow
src/csvapplication.cpp:1632
MethodupdateStatusbarCB
src/csvwindow.cpp:537
Methodupdate_certs
external/httplib.h:9103
Methodutf16_utf8
Converts High- and Low-Surrogate to UTF-8 code units, stored in a std::string
src/helper.cpp:710
Methodutf16_word
external/utf8/checked.h:63
Functionutf16to8
external/utf8/cpp11.h:40
Functionutf16to8
external/utf8/unchecked.h:182
Functionutf16to8
external/utf8/checked.h:227
Functionutf16tou8
external/utf8/cpp20.h:35
Functionutf32to8
external/utf8/cpp11.h:54
Functionutf32to8
external/utf8/unchecked.h:214
Functionutf32to8
external/utf8/checked.h:269
Functionutf32tou8
external/utf8/cpp20.h:63
Methodutf8_octet
external/utf8/checked.h:55
Functionutf8to16
external/utf8/cpp17.h:42
Functionutf8to16
external/utf8/cpp11.h:47
Functionutf8to16
external/utf8/cpp20.h:49
Functionutf8to16
external/utf8/unchecked.h:199
Functionutf8to16
external/utf8/checked.h:254
Functionutf8to32
external/utf8/cpp17.h:56
Functionutf8to32
external/utf8/cpp11.h:61
Functionutf8to32
external/utf8/cpp20.h:77
Functionutf8to32
external/utf8/unchecked.h:223
Functionutf8to32
external/utf8/checked.h:278
Methodutf8tolatin1
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
Methodutf8toutf16
src/helper.cpp:320
Functionvalue
external/json/json.hpp:15647
Methodvalue
return value of the iterator
external/json/json.hpp:1690
Methodvalue
return the value of an iterator
external/json/json.hpp:6199
Methodvec2string
src/csvtable.cpp:1135
Methodverify_host
external/httplib.h:9463
Methodverify_host_with_common_name
external/httplib.h:9546
Methodverify_host_with_subject_alt_name
external/httplib.h:9489
Methodwait_until_ready
external/httplib.h:6308
Methodwide_string_input_adapter
external/json/json.hpp:2292
Methodwin1252toutf8
converts Windows 1252 to UTF-8
src/helper.cpp:167
MethodwindowGetsClosedCB
src/csvwindow.cpp:722
Methodworker
external/httplib.h:794
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
external/json/json.hpp:9201
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
external/json/json.hpp:9060
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
external/json/json.hpp:9070
Methodwrite_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
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
external/json/json.hpp:9048
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
external/json/json.hpp:9125
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
external/json/json.hpp:9102
Methodwrite_bson_object
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
external/json/json.hpp:9324
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
external/json/json.hpp:9175
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
external/json/json.hpp:9088
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
external/json/json.hpp:9153
Methodwrite_character
external/json/json.hpp:6268
Methodwrite_character
external/json/json.hpp:6291
Methodwrite_characters
external/json/json.hpp:6273
Methodwrite_characters
external/json/json.hpp:6296
Methodwrite_content_with_provider
external/httplib.h:6465
Functionwrite_headers
external/httplib.h:4402
Methodwrite_number
external/json/json.hpp:9594
Methodwrite_number_with_ubjson_prefix
external/json/json.hpp:9371
Methodwrite_request
external/httplib.h:7656
Methodwrite_response
external/httplib.h:6376
Methodwrite_response_core
external/httplib.h:6391
Methodwrite_response_with_content
external/httplib.h:6384
Methodxsputn
external/httplib.h:547
Methodxsputn
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
← previousnext →1,201–1,300 of 1,329, ranked by callers