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
↓ 6 callers
Function
decode_url
external/httplib.h:2703
↓ 6 callers
Function
distance
external/utf8/checked.h:217
↓ 6 callers
Function
duration_to_sec_and_usec
external/httplib.h:2003
↓ 6 callers
Function
find
external/json/json.hpp:16159
↓ 6 callers
Method
flagRow
* Flags a row: special selection for further actions */
src/csvtable.cpp:900
↓ 6 callers
Method
get
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 callers
Method
hideImWorkingWindow
src/csvapplication.cpp:3404
↓ 6 callers
Function
is_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 callers
Method
moveSelection
* Move selection by the given rows and cols */
src/csvgrid.cpp:519
↓ 6 callers
Method
null
external/json/json.hpp:4756
↓ 6 callers
Method
openFile
* 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 callers
Function
serialize_multipart_formdata_get_content_type
external/httplib.h:5086
↓ 6 callers
Method
setTheme
src/csvapplication.cpp:2893
↓ 5 callers
Function
append
external/utf8/unchecked.h:38
↓ 5 callers
Function
append
external/utf8/checked.h:74
↓ 5 callers
Method
compress
external/httplib.h:3877
↓ 5 callers
Method
countFlaggedRows
* Returns the number of flagged rows */
src/csvtable.cpp:1013
↓ 5 callers
Function
destroy
external/json/json.hpp:13254
↓ 5 callers
Method
dump
! @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 callers
Method
getDefinition
src/csvtable.cpp:587
↓ 5 callers
Function
get_header_value
external/httplib.h:4086
↓ 5 callers
Function
has_crlf
external/httplib.h:5281
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
external/json/json.hpp:5361
↓ 5 callers
Method
is_open
external/httplib.h:2993
↓ 5 callers
Function
is_trail
external/utf8/core.h:97
↓ 5 callers
Function
is_valid
external/utf8/core.h:457
↓ 5 callers
Function
make_multipart_data_boundary
external/httplib.h:5045
↓ 5 callers
Function
params_to_query_str
external/httplib.h:4653
↓ 5 callers
Function
serialize_multipart_formdata
external/httplib.h:5091
↓ 5 callers
Function
set_nonblocking
external/httplib.h:3516
↓ 5 callers
Function
to_lower
external/httplib.h:346
↓ 5 callers
Method
updateStatusbar
src/csvwindow.cpp:510
↓ 4 callers
Function
JSON_CATCH
external/json/json.hpp:11856
↓ 4 callers
Method
addUndoStateCell
* Stores just a single cell as an Undo state */
src/csvwindow.cpp:760
↓ 4 callers
Function
cend
! @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 callers
Method
close
external/httplib.h:3003
↓ 4 callers
Method
dump
dump(long numRows = 10, bool raw) Dump content of tableData, showing at most `numRows`. */
src/csvdatastorage.cpp:527
↓ 4 callers
Function
escape
escape "~" to "~0" and "/" to "~1"
external/json/json.hpp:12150
↓ 4 callers
Method
execute
* Execute macro code in `source`. * * @return <int retCode, string errMessage> * retCode: 0 => no modification made, 1 => grid data modified, -
src/macro.cpp:71
↓ 4 callers
Method
fill
external/utf8-cpp-utils/test/doctest.h:3918
↓ 4 callers
Method
getPath
src/csvwindow.cpp:498
↓ 4 callers
Method
getRow
getRow(long R) Returns the row string (including illegal UTF-8 glue character) */
src/csvdatastorage.cpp:200
↓ 4 callers
Method
getSwitchHeaderRow
src/csvundo.cpp:86
↓ 4 callers
Function
get_arithmetic_value
external/json/json.hpp:1243
↓ 4 callers
Function
get_header_value_u64
external/httplib.h:2011
↓ 4 callers
Function
get_local_ip_and_port
external/httplib.h:3708
↓ 4 callers
Function
get_range_offset_and_length
external/httplib.h:5161
↓ 4 callers
Function
get_remote_ip_and_port
external/httplib.h:3717
↓ 4 callers
Method
get_string
external/json/json.hpp:8218
↓ 4 callers
Function
insert_iterator
external/json/json.hpp:17236
↓ 4 callers
Function
is_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 callers
Function
is_lead_surrogate
external/utf8/core.h:102
↓ 4 callers
Function
is_space_or_tab
external/httplib.h:2756
↓ 4 callers
Method
open
external/httplib.h:2909
↓ 4 callers
Method
parseCsvStream
* \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 callers
Function
push_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 callers
Method
quitApplication
src/csvapplication.cpp:805
↓ 4 callers
Method
rawRow
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 callers
Function
read_headers
external/httplib.h:4145
↓ 4 callers
Function
redirect
external/httplib.h:4627
↓ 4 callers
Function
replace_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 callers
Method
saveFile
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 callers
Function
sequence_length
external/utf8/core.h:128
↓ 4 callers
Method
setUpdateCheck
src/csvapplication.cpp:3329
↓ 4 callers
Method
showDefaultStatus
src/csvwindow.cpp:518
↓ 4 callers
Method
stringify
external/utf8-cpp-utils/test/doctest.h:1860
↓ 4 callers
Method
updateInternals
Updates internal values so that they are fitting to the data stored in storage Should get deprecated! Really? */
src/csvtable.cpp:567
↓ 4 callers
Function
validate_next
external/utf8/core.h:249
↓ 4 callers
Method
what
returns the explanatory string
external/json/json.hpp:817
↓ 4 callers
Function
write_content
external/httplib.h:4432
↓ 3 callers
Function
Approx
external/utf8-cpp-utils/test/doctest.h:1217
↓ 3 callers
Function
ContextScopeBase
external/utf8-cpp-utils/test/doctest.h:1831
↓ 3 callers
Function
Subcase
external/utf8-cpp-utils/test/doctest.h:1341
↓ 3 callers
Method
allowEvents
src/csvgrid.cpp:180
↓ 3 callers
Function
cbegin
! @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 callers
Method
changeFontSize
src/csvapplication.cpp:249
↓ 3 callers
Method
clearTable
src/csvtable.cpp:546
↓ 3 callers
Method
createNewWindow
* Creates a new window * https://stackoverflow.com/questions/5887615/creating-an-array-of-object-pointers-c */
src/csvapplication.cpp:343
↓ 3 callers
Function
create_client_socket
external/httplib.h:3601
↓ 3 callers
Method
deleteRows
deleteRows(long rowFrom, long rowTo) Delete rows from rowFrom to rowTo inclusively. */
src/csvdatastorage.cpp:296
↓ 3 callers
Method
editSingleCell
src/csvapplication.cpp:3413
↓ 3 callers
Function
equal
external/httplib.h:370
↓ 3 callers
Function
fill
NOLINTEND(*-avoid-c-arrays)
external/utf8-cpp-utils/test/doctest.h:1174
↓ 3 callers
Method
getWindowByPointer
src/csvapplication.cpp:829
↓ 3 callers
Function
get_ip_and_port
external/httplib.h:3686
↓ 3 callers
Function
is_code_point_valid
external/utf8/core.h:117
↓ 3 callers
Function
is_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 callers
Function
is_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 callers
Function
is_socket_alive
external/httplib.h:3193
↓ 3 callers
Function
is_trail_surrogate
external/utf8/core.h:107
↓ 3 callers
Function
make_content_range_header_field
external/httplib.h:5171
↓ 3 callers
Function
message_digest
external/httplib.h:5291
↓ 3 callers
Method
moved_or_copied
external/json/json.hpp:11550
↓ 3 callers
Function
object
! @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 callers
Method
parse
! @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 callers
Function
parseOption
parses an option and returns the string after the '=' character
external/utf8-cpp-utils/test/doctest.h:6485
↓ 3 callers
Function
parse_header
external/httplib.h:4097
↓ 3 callers
Method
paste
src/csvapplication.cpp:1483
↓ 3 callers
Function
prior
external/utf8/unchecked.h:149
↓ 3 callers
Function
prior
external/utf8/checked.h:187
← previous
next →
101–200 of 1,329, ranked by callers