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
↓ 1 callers
Method
getAppMenuBar
src/csvapplication.cpp:3381
↓ 1 callers
Method
getCellContent
src/csvundo.cpp:104
↓ 1 callers
Method
getCellPosition
src/csvundo.cpp:100
↓ 1 callers
Method
getDescr
src/csvundo.cpp:91
↓ 1 callers
Method
getNextFlaggedRow
* Returns the index of the next flagged row */
src/csvtable.cpp:919
↓ 1 callers
Method
getPrevFlaggedRow
* Returns the index of the previous flagged row */
src/csvtable.cpp:944
↓ 1 callers
Method
getType
src/csvundo.cpp:95
↓ 1 callers
Method
getWinMenuBar
src/csvwindow.cpp:303
↓ 1 callers
Function
get_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
external/json/json.hpp:9996
↓ 1 callers
Method
get_error_message
return syntax error message
external/json/json.hpp:3823
↓ 1 callers
Method
get_header_value_u64
external/httplib.h:2025
↓ 1 callers
Function
get_multipart_ranges_data_length
external/httplib.h:5238
↓ 1 callers
Method
get_number_float
return floating-point value
external/json/json.hpp:3775
↓ 1 callers
Method
get_number_integer
return integer value
external/json/json.hpp:3763
↓ 1 callers
Method
get_number_unsigned
return unsigned integer value
external/json/json.hpp:3769
↓ 1 callers
Function
get_sequence_1
external/utf8/core.h:179
↓ 1 callers
Function
get_sequence_2
external/utf8/core.h:190
↓ 1 callers
Function
get_sequence_3
external/utf8/core.h:205
↓ 1 callers
Function
get_sequence_4
external/utf8/core.h:224
↓ 1 callers
Method
get_value
external/json/json.hpp:5343
↓ 1 callers
Function
grisu2
! v = buf * 10^decimal_exponent len is the length of the buffer (number of decimal digits) The buffer must be large enough, i.e. >= max_digits10. */
external/json/json.hpp:10497
↓ 1 callers
Function
grisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
external/json/json.hpp:10257
↓ 1 callers
Function
if2ip
external/httplib.h:3564
↓ 1 callers
Method
initialize_ssl
external/httplib.h:9360
↓ 1 callers
Function
insert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
external/json/json.hpp:17274
↓ 1 callers
Method
insertColumn
insertColumn(long C, bool before=false) Insert a column after column `C`, or before if `before` is true. // a simple solution based on tableData.at
src/csvdatastorage.cpp:351
↓ 1 callers
Method
insertRow
src/csvdatastorage.cpp:328
↓ 1 callers
Method
invertFlaggedCB
Inverts the current flagged rows */
src/csvapplication.cpp:2017
↓ 1 callers
Method
invertFlags
* Inverse all flagged rows */
src/csvtable.cpp:998
↓ 1 callers
Method
isAlreadyOpened
src/csvapplication.cpp:1595
↓ 1 callers
Method
isNumericColumn
* Returns true, when the given column contains only numeric values. * Tests up to maxNum cells or all, if maxNum == 0 */
src/csvtable.cpp:878
↓ 1 callers
Method
isUndoDisabled
src/csvwindow.cpp:889
↓ 1 callers
Method
isUpdateCheckAllowed
src/csvapplication.cpp:3334
↓ 1 callers
Function
is_chunked_transfer_encoding
external/httplib.h:4298
↓ 1 callers
Function
is_connection_error
external/httplib.h:3527
↓ 1 callers
Method
is_file
external/httplib.h:2643
↓ 1 callers
Function
is_hex
external/httplib.h:2495
↓ 1 callers
Function
is_in_bmp
external/utf8/core.h:122
↓ 1 callers
Function
is_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both intege
external/json/json.hpp:14404
↓ 1 callers
Function
is_overlong_sequence
external/utf8/core.h:143
↓ 1 callers
Method
is_root
return whether pointer points to the root document
external/json/json.hpp:11697
↓ 1 callers
Function
is_valid_path
external/httplib.h:2598
↓ 1 callers
Method
jumpToRow
src/csvapplication.cpp:2704
↓ 1 callers
Function
keep_alive
external/httplib.h:3258
↓ 1 callers
Method
lastFoundPosition
src/csvapplication.cpp:3251
↓ 1 callers
Function
load_system_certs_on_macos
external/httplib.h:5428
↓ 1 callers
Function
load_system_certs_on_windows
NOTE: This code came up with the following stackoverflow post: https://stackoverflow.com/questions/9507184/can-openssl-on-windows-use-the-system-certi
external/httplib.h:5328
↓ 1 callers
Function
make_multipart_ranges_data
external/httplib.h:5222
↓ 1 callers
Method
maximumContentLength
Returns maximum length and average length of the contents of a given column (in std::string bytes) */
src/csvtable.cpp:1106
↓ 1 callers
Method
mergeCols
src/csvapplication.cpp:2631
↓ 1 callers
Method
mergeColumns
* mergeColumns * Merges column `column` with `column+1`, using `mergeStr`. */
src/csvtable.cpp:859
↓ 1 callers
Method
moveColumns
moveColumns(long colFrom, long colTo, bool right) Move columns. 0 1 2 3 4 | A | B | C | D | E | */
src/csvdatastorage.cpp:376
↓ 1 callers
Method
on_idle
external/httplib.h:748
↓ 1 callers
Method
openRecentFile
src/csvapplication.cpp:549
↓ 1 callers
Method
operator *
external/utf8/checked.h:309
↓ 1 callers
Method
operator+
add to iterator
external/json/json.hpp:6168
↓ 1 callers
Function
operator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
external/json/json.hpp:1182
↓ 1 callers
Function
operator<
external/utf8-cpp-utils/test/doctest.h:1272
↓ 1 callers
Method
parse
external/httplib.h:4790
↓ 1 callers
Function
parse_disposition_params
external/httplib.h:4703
↓ 1 callers
Function
parse_multipart_boundary
external/httplib.h:4692
↓ 1 callers
Function
parse_range_header
external/httplib.h:4728
↓ 1 callers
Function
peek_next
external/utf8/checked.h:181
↓ 1 callers
Function
prepare_content_receiver
external/httplib.h:4304
↓ 1 callers
Function
process_client_socket_ssl
external/httplib.h:8904
↓ 1 callers
Function
process_server_socket
external/httplib.h:3312
↓ 1 callers
Function
process_server_socket_ssl
external/httplib.h:8889
↓ 1 callers
Function
range_error
external/httplib.h:5106
↓ 1 callers
Method
readWindowPreferences
Reads the file preferences for the opened file and set the window properties accordingly. */
src/csvwindow.cpp:660
↓ 1 callers
Function
read_content_chunked
external/httplib.h:4233
↓ 1 callers
Function
read_content_without_length
external/httplib.h:4217
↓ 1 callers
Method
removeLastUndoState
* Removes the top-most undo state without applying it – used for macros as we don't know what the macro is doing in advance */
src/csvwindow.cpp:859
↓ 1 callers
Function
replace_invalid
external/utf8/cpp17.h:74
↓ 1 callers
Method
resizeTable
* Resizes table so that it matches new_rows, new_cols. */
src/csvtable.cpp:557
↓ 1 callers
Function
retrieve_certs_from_keychain
external/httplib.h:5362
↓ 1 callers
Function
retrieve_root_certs_from_keychain
external/httplib.h:5386
↓ 1 callers
Method
run
the main function that does all the filtering and test running
external/utf8-cpp-utils/test/doctest.h:6794
↓ 1 callers
Method
saveFileAsCB
src/csvapplication.cpp:384
↓ 1 callers
Method
saveFileCB
src/csvapplication.cpp:381
↓ 1 callers
Function
sax_parse
external/json/json.hpp:18371
↓ 1 callers
Method
scan
external/json/json.hpp:3850
↓ 1 callers
Method
selectAll
src/csvgrid.cpp:501
↓ 1 callers
Method
send
external/httplib.h:7386
↓ 1 callers
Function
send_socket
external/httplib.h:3067
↓ 1 callers
Method
setCsvPropertiesCB
src/csvapplication.cpp:459
↓ 1 callers
Method
setCustomHeaderRowShown
src/csvtable.cpp:663
↓ 1 callers
Method
setName
src/csvwindow.cpp:307
↓ 1 callers
Method
setStorage
src/csvtable.cpp:1093
↓ 1 callers
Method
setTopWindow
* Sets the new topWindow or the first slot it encounters. * (Hint: topWindow can get -1 if all slots are not used – should not occur) */
src/csvapplication.cpp:844
↓ 1 callers
Method
setTypeButton
src/csvwindow.cpp:687
↓ 1 callers
Method
setUndoSaveState
* Sets undoSaveState to the ID of the most recent undo state */
src/csvwindow.cpp:869
↓ 1 callers
Method
setValueHide
src/csvgrid.cpp:417
↓ 1 callers
Method
set_boundary
external/httplib.h:4782
↓ 1 callers
Method
set_ca_cert_store
external/httplib.h:8753
↓ 1 callers
Method
set_colors
src/csvwidgets.cpp:297
↓ 1 callers
Method
set_connection_timeout
external/httplib.h:2201
↓ 1 callers
Method
set_read_timeout
external/httplib.h:2209
↓ 1 callers
Method
set_redirect
external/httplib.h:5739
↓ 1 callers
Method
set_write_timeout
external/httplib.h:2216
↓ 1 callers
Method
showInfoWindow
src/csvwindow.cpp:546
← previous
next →
401–500 of 1,329, ranked by callers