MCPcopy Create free account

hub / github.com/Tablecruncher/tablecruncher / functions

Functions1,329 in github.com/Tablecruncher/tablecruncher

↓ 6 callersFunctiondecode_url
external/httplib.h:2703
↓ 6 callersFunctiondistance
external/utf8/checked.h:217
↓ 6 callersFunctionduration_to_sec_and_usec
external/httplib.h:2003
↓ 6 callersFunctionfind
external/json/json.hpp:16159
↓ 6 callersMethodflagRow
* Flags a row: special selection for further actions */
src/csvtable.cpp:900
↓ 6 callersMethodget
get(long R, long C) Get content of a single cell. You can't be sure that C is lower than columns() as CsvParser::parseCsvStream() may be called wi
src/csvdatastorage.cpp:187
↓ 6 callersMethodhideImWorkingWindow
src/csvapplication.cpp:3404
↓ 6 callersFunctionis_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
external/json/json.hpp:14555
↓ 6 callersMethodmoveSelection
* Move selection by the given rows and cols */
src/csvgrid.cpp:519
↓ 6 callersMethodnull
external/json/json.hpp:4756
↓ 6 callersMethodopenFile
* Asks user for a file and opens it. * askUser Should the user be asked about CSV format? * reopen Should the file be opened in the same windo
src/csvapplication.cpp:475
↓ 6 callersFunctionserialize_multipart_formdata_get_content_type
external/httplib.h:5086
↓ 6 callersMethodsetTheme
src/csvapplication.cpp:2893
↓ 5 callersFunctionappend
external/utf8/unchecked.h:38
↓ 5 callersFunctionappend
external/utf8/checked.h:74
↓ 5 callersMethodcompress
external/httplib.h:3877
↓ 5 callersMethodcountFlaggedRows
* Returns the number of flagged rows */
src/csvtable.cpp:1013
↓ 5 callersFunctiondestroy
external/json/json.hpp:13254
↓ 5 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
external/json/json.hpp:10853
↓ 5 callersMethodgetDefinition
src/csvtable.cpp:587
↓ 5 callersFunctionget_header_value
external/httplib.h:4086
↓ 5 callersFunctionhas_crlf
external/httplib.h:5281
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
external/json/json.hpp:5361
↓ 5 callersMethodis_open
external/httplib.h:2993
↓ 5 callersFunctionis_trail
external/utf8/core.h:97
↓ 5 callersFunctionis_valid
external/utf8/core.h:457
↓ 5 callersFunctionmake_multipart_data_boundary
external/httplib.h:5045
↓ 5 callersFunctionparams_to_query_str
external/httplib.h:4653
↓ 5 callersFunctionserialize_multipart_formdata
external/httplib.h:5091
↓ 5 callersFunctionset_nonblocking
external/httplib.h:3516
↓ 5 callersFunctionto_lower
external/httplib.h:346
↓ 5 callersMethodupdateStatusbar
src/csvwindow.cpp:510
↓ 4 callersFunctionJSON_CATCH
external/json/json.hpp:11856
↓ 4 callersMethodaddUndoStateCell
* Stores just a single cell as an Undo state */
src/csvwindow.cpp:760
↓ 4 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
external/json/json.hpp:16361
↓ 4 callersMethodclose
external/httplib.h:3003
↓ 4 callersMethoddump
dump(long numRows = 10, bool raw) Dump content of tableData, showing at most `numRows`. */
src/csvdatastorage.cpp:527
↓ 4 callersFunctionescape
escape "~" to "~0" and "/" to "~1"
external/json/json.hpp:12150
↓ 4 callersMethodexecute
* Execute macro code in `source`. * * @return <int retCode, string errMessage> * retCode: 0 => no modification made, 1 => grid data modified, -
src/macro.cpp:71
↓ 4 callersMethodfill
external/utf8-cpp-utils/test/doctest.h:3918
↓ 4 callersMethodgetPath
src/csvwindow.cpp:498
↓ 4 callersMethodgetRow
getRow(long R) Returns the row string (including illegal UTF-8 glue character) */
src/csvdatastorage.cpp:200
↓ 4 callersMethodgetSwitchHeaderRow
src/csvundo.cpp:86
↓ 4 callersFunctionget_arithmetic_value
external/json/json.hpp:1243
↓ 4 callersFunctionget_header_value_u64
external/httplib.h:2011
↓ 4 callersFunctionget_local_ip_and_port
external/httplib.h:3708
↓ 4 callersFunctionget_range_offset_and_length
external/httplib.h:5161
↓ 4 callersFunctionget_remote_ip_and_port
external/httplib.h:3717
↓ 4 callersMethodget_string
external/json/json.hpp:8218
↓ 4 callersFunctioninsert_iterator
external/json/json.hpp:17236
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
external/json/json.hpp:14374
↓ 4 callersFunctionis_lead_surrogate
external/utf8/core.h:102
↓ 4 callersFunctionis_space_or_tab
external/httplib.h:2756
↓ 4 callersMethodopen
external/httplib.h:2909
↓ 4 callersMethodparseCsvStream
* \brief Parses 'input' and stores the CSV data into the given `CsvDataStorage` object. * 'definition' tells what CSV dialect is used. * The vec-of
src/csvparser.cpp:58
↓ 4 callersFunctionpush_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
external/json/json.hpp:16971
↓ 4 callersMethodquitApplication
src/csvapplication.cpp:805
↓ 4 callersMethodrawRow
rawRow(long R) Return a single row as a vector-of-string, no matter how tableData is implemented. The size of the returned vector is determined by
src/csvdatastorage.cpp:253
↓ 4 callersFunctionread_headers
external/httplib.h:4145
↓ 4 callersFunctionredirect
external/httplib.h:4627
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
external/json/json.hpp:12138
↓ 4 callersMethodsaveFile
Saves top-most window saveAs User clicked "Save As", default: false type What format to save data to, default: CsvApplication::SaveType CSV
src/csvapplication.cpp:634
↓ 4 callersFunctionsequence_length
external/utf8/core.h:128
↓ 4 callersMethodsetUpdateCheck
src/csvapplication.cpp:3329
↓ 4 callersMethodshowDefaultStatus
src/csvwindow.cpp:518
↓ 4 callersMethodstringify
external/utf8-cpp-utils/test/doctest.h:1860
↓ 4 callersMethodupdateInternals
Updates internal values so that they are fitting to the data stored in storage Should get deprecated! Really? */
src/csvtable.cpp:567
↓ 4 callersFunctionvalidate_next
external/utf8/core.h:249
↓ 4 callersMethodwhat
returns the explanatory string
external/json/json.hpp:817
↓ 4 callersFunctionwrite_content
external/httplib.h:4432
↓ 3 callersFunctionApprox
external/utf8-cpp-utils/test/doctest.h:1217
↓ 3 callersFunctionContextScopeBase
external/utf8-cpp-utils/test/doctest.h:1831
↓ 3 callersFunctionSubcase
external/utf8-cpp-utils/test/doctest.h:1341
↓ 3 callersMethodallowEvents
src/csvgrid.cpp:180
↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
external/json/json.hpp:16290
↓ 3 callersMethodchangeFontSize
src/csvapplication.cpp:249
↓ 3 callersMethodclearTable
src/csvtable.cpp:546
↓ 3 callersMethodcreateNewWindow
* Creates a new window * https://stackoverflow.com/questions/5887615/creating-an-array-of-object-pointers-c */
src/csvapplication.cpp:343
↓ 3 callersFunctioncreate_client_socket
external/httplib.h:3601
↓ 3 callersMethoddeleteRows
deleteRows(long rowFrom, long rowTo) Delete rows from rowFrom to rowTo inclusively. */
src/csvdatastorage.cpp:296
↓ 3 callersMethodeditSingleCell
src/csvapplication.cpp:3413
↓ 3 callersFunctionequal
external/httplib.h:370
↓ 3 callersFunctionfill
NOLINTEND(*-avoid-c-arrays)
external/utf8-cpp-utils/test/doctest.h:1174
↓ 3 callersMethodgetWindowByPointer
src/csvapplication.cpp:829
↓ 3 callersFunctionget_ip_and_port
external/httplib.h:3686
↓ 3 callersFunctionis_code_point_valid
external/utf8/core.h:117
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
external/json/json.hpp:14489
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
external/json/json.hpp:14433
↓ 3 callersFunctionis_socket_alive
external/httplib.h:3193
↓ 3 callersFunctionis_trail_surrogate
external/utf8/core.h:107
↓ 3 callersFunctionmake_content_range_header_field
external/httplib.h:5171
↓ 3 callersFunctionmessage_digest
external/httplib.h:5291
↓ 3 callersMethodmoved_or_copied
external/json/json.hpp:11550
↓ 3 callersFunctionobject
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
external/json/json.hpp:13794
↓ 3 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
external/json/json.hpp:4888
↓ 3 callersFunctionparseOption
parses an option and returns the string after the '=' character
external/utf8-cpp-utils/test/doctest.h:6485
↓ 3 callersFunctionparse_header
external/httplib.h:4097
↓ 3 callersMethodpaste
src/csvapplication.cpp:1483
↓ 3 callersFunctionprior
external/utf8/unchecked.h:149
↓ 3 callersFunctionprior
external/utf8/checked.h:187
← previousnext →101–200 of 1,329, ranked by callers