MCPcopy Create free account

hub / github.com/Tablecruncher/tablecruncher / functions

Functions1,329 in github.com/Tablecruncher/tablecruncher

↓ 1 callersMethodgetAppMenuBar
src/csvapplication.cpp:3381
↓ 1 callersMethodgetCellContent
src/csvundo.cpp:104
↓ 1 callersMethodgetCellPosition
src/csvundo.cpp:100
↓ 1 callersMethodgetDescr
src/csvundo.cpp:91
↓ 1 callersMethodgetNextFlaggedRow
* Returns the index of the next flagged row */
src/csvtable.cpp:919
↓ 1 callersMethodgetPrevFlaggedRow
* Returns the index of the previous flagged row */
src/csvtable.cpp:944
↓ 1 callersMethodgetType
src/csvundo.cpp:95
↓ 1 callersMethodgetWinMenuBar
src/csvwindow.cpp:303
↓ 1 callersFunctionget_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 callersMethodget_error_message
return syntax error message
external/json/json.hpp:3823
↓ 1 callersMethodget_header_value_u64
external/httplib.h:2025
↓ 1 callersFunctionget_multipart_ranges_data_length
external/httplib.h:5238
↓ 1 callersMethodget_number_float
return floating-point value
external/json/json.hpp:3775
↓ 1 callersMethodget_number_integer
return integer value
external/json/json.hpp:3763
↓ 1 callersMethodget_number_unsigned
return unsigned integer value
external/json/json.hpp:3769
↓ 1 callersFunctionget_sequence_1
external/utf8/core.h:179
↓ 1 callersFunctionget_sequence_2
external/utf8/core.h:190
↓ 1 callersFunctionget_sequence_3
external/utf8/core.h:205
↓ 1 callersFunctionget_sequence_4
external/utf8/core.h:224
↓ 1 callersMethodget_value
external/json/json.hpp:5343
↓ 1 callersFunctiongrisu2
! 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 callersFunctiongrisu2_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 callersFunctionif2ip
external/httplib.h:3564
↓ 1 callersMethodinitialize_ssl
external/httplib.h:9360
↓ 1 callersFunctioninsert
! @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 callersMethodinsertColumn
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 callersMethodinsertRow
src/csvdatastorage.cpp:328
↓ 1 callersMethodinvertFlaggedCB
Inverts the current flagged rows */
src/csvapplication.cpp:2017
↓ 1 callersMethodinvertFlags
* Inverse all flagged rows */
src/csvtable.cpp:998
↓ 1 callersMethodisAlreadyOpened
src/csvapplication.cpp:1595
↓ 1 callersMethodisNumericColumn
* 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 callersMethodisUndoDisabled
src/csvwindow.cpp:889
↓ 1 callersMethodisUpdateCheckAllowed
src/csvapplication.cpp:3334
↓ 1 callersFunctionis_chunked_transfer_encoding
external/httplib.h:4298
↓ 1 callersFunctionis_connection_error
external/httplib.h:3527
↓ 1 callersMethodis_file
external/httplib.h:2643
↓ 1 callersFunctionis_hex
external/httplib.h:2495
↓ 1 callersFunctionis_in_bmp
external/utf8/core.h:122
↓ 1 callersFunctionis_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 callersFunctionis_overlong_sequence
external/utf8/core.h:143
↓ 1 callersMethodis_root
return whether pointer points to the root document
external/json/json.hpp:11697
↓ 1 callersFunctionis_valid_path
external/httplib.h:2598
↓ 1 callersMethodjumpToRow
src/csvapplication.cpp:2704
↓ 1 callersFunctionkeep_alive
external/httplib.h:3258
↓ 1 callersMethodlastFoundPosition
src/csvapplication.cpp:3251
↓ 1 callersFunctionload_system_certs_on_macos
external/httplib.h:5428
↓ 1 callersFunctionload_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 callersFunctionmake_multipart_ranges_data
external/httplib.h:5222
↓ 1 callersMethodmaximumContentLength
Returns maximum length and average length of the contents of a given column (in std::string bytes) */
src/csvtable.cpp:1106
↓ 1 callersMethodmergeCols
src/csvapplication.cpp:2631
↓ 1 callersMethodmergeColumns
* mergeColumns * Merges column `column` with `column+1`, using `mergeStr`. */
src/csvtable.cpp:859
↓ 1 callersMethodmoveColumns
moveColumns(long colFrom, long colTo, bool right) Move columns. 0 1 2 3 4 | A | B | C | D | E | */
src/csvdatastorage.cpp:376
↓ 1 callersMethodon_idle
external/httplib.h:748
↓ 1 callersMethodopenRecentFile
src/csvapplication.cpp:549
↓ 1 callersMethodoperator *
external/utf8/checked.h:309
↓ 1 callersMethodoperator+
add to iterator
external/json/json.hpp:6168
↓ 1 callersFunctionoperator<
! @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 callersFunctionoperator<
external/utf8-cpp-utils/test/doctest.h:1272
↓ 1 callersMethodparse
external/httplib.h:4790
↓ 1 callersFunctionparse_disposition_params
external/httplib.h:4703
↓ 1 callersFunctionparse_multipart_boundary
external/httplib.h:4692
↓ 1 callersFunctionparse_range_header
external/httplib.h:4728
↓ 1 callersFunctionpeek_next
external/utf8/checked.h:181
↓ 1 callersFunctionprepare_content_receiver
external/httplib.h:4304
↓ 1 callersFunctionprocess_client_socket_ssl
external/httplib.h:8904
↓ 1 callersFunctionprocess_server_socket
external/httplib.h:3312
↓ 1 callersFunctionprocess_server_socket_ssl
external/httplib.h:8889
↓ 1 callersFunctionrange_error
external/httplib.h:5106
↓ 1 callersMethodreadWindowPreferences
Reads the file preferences for the opened file and set the window properties accordingly. */
src/csvwindow.cpp:660
↓ 1 callersFunctionread_content_chunked
external/httplib.h:4233
↓ 1 callersFunctionread_content_without_length
external/httplib.h:4217
↓ 1 callersMethodremoveLastUndoState
* 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 callersFunctionreplace_invalid
external/utf8/cpp17.h:74
↓ 1 callersMethodresizeTable
* Resizes table so that it matches new_rows, new_cols. */
src/csvtable.cpp:557
↓ 1 callersFunctionretrieve_certs_from_keychain
external/httplib.h:5362
↓ 1 callersFunctionretrieve_root_certs_from_keychain
external/httplib.h:5386
↓ 1 callersMethodrun
the main function that does all the filtering and test running
external/utf8-cpp-utils/test/doctest.h:6794
↓ 1 callersMethodsaveFileAsCB
src/csvapplication.cpp:384
↓ 1 callersMethodsaveFileCB
src/csvapplication.cpp:381
↓ 1 callersFunctionsax_parse
external/json/json.hpp:18371
↓ 1 callersMethodscan
external/json/json.hpp:3850
↓ 1 callersMethodselectAll
src/csvgrid.cpp:501
↓ 1 callersMethodsend
external/httplib.h:7386
↓ 1 callersFunctionsend_socket
external/httplib.h:3067
↓ 1 callersMethodsetCsvPropertiesCB
src/csvapplication.cpp:459
↓ 1 callersMethodsetCustomHeaderRowShown
src/csvtable.cpp:663
↓ 1 callersMethodsetName
src/csvwindow.cpp:307
↓ 1 callersMethodsetStorage
src/csvtable.cpp:1093
↓ 1 callersMethodsetTopWindow
* 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 callersMethodsetTypeButton
src/csvwindow.cpp:687
↓ 1 callersMethodsetUndoSaveState
* Sets undoSaveState to the ID of the most recent undo state */
src/csvwindow.cpp:869
↓ 1 callersMethodsetValueHide
src/csvgrid.cpp:417
↓ 1 callersMethodset_boundary
external/httplib.h:4782
↓ 1 callersMethodset_ca_cert_store
external/httplib.h:8753
↓ 1 callersMethodset_colors
src/csvwidgets.cpp:297
↓ 1 callersMethodset_connection_timeout
external/httplib.h:2201
↓ 1 callersMethodset_read_timeout
external/httplib.h:2209
↓ 1 callersMethodset_redirect
external/httplib.h:5739
↓ 1 callersMethodset_write_timeout
external/httplib.h:2216
↓ 1 callersMethodshowInfoWindow
src/csvwindow.cpp:546
← previousnext →401–500 of 1,329, ranked by callers