Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bakwc/JamSpell
/ functions
Functions
863 in github.com/bakwc/JamSpell
⨍
Functions
863
◇
Types & classes
180
Method
operator+
contrib/nlohmann/json.hpp:3966
Method
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4554
Method
operator++
contrib/tsl/robin_hash.h:467
Method
operator++
contrib/nlohmann/json.hpp:3984
Method
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4340
Method
operator++
post-increment (it++)
contrib/nlohmann/json.hpp:4821
Method
operator-
contrib/nlohmann/json.hpp:3973
Method
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4576
Method
operator-
subtract from iterator
contrib/nlohmann/json.hpp:4857
Method
operator--
contrib/nlohmann/json.hpp:3997
Method
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4383
Method
operator--
post-decrement (it--)
contrib/nlohmann/json.hpp:4833
Method
operator->
contrib/tsl/robin_hash.h:449
Method
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4306
Method
operator->
contrib/nlohmann/json.hpp:9128
Method
operator<
contrib/nlohmann/json.hpp:3961
Method
operator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4462
Function
operator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating
contrib/nlohmann/json.hpp:15555
Method
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4489
Function
operator==
contrib/nlohmann/json.hpp:9825
Function
operator==
contrib/phf/phf.cc:460
Method
operator==
contrib/tsl/robin_set.h:494
Method
operator==
contrib/tsl/robin_map.h:627
Method
operator==
contrib/tsl/robin_hash.h:474
Method
operator==
contrib/nlohmann/json.hpp:3956
Method
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4426
Function
operator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
contrib/nlohmann/json.hpp:15601
Method
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4498
Function
operator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
contrib/nlohmann/json.hpp:15647
Method
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4507
Function
operator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the r
contrib/nlohmann/json.hpp:12888
Method
operator[]
access to successor
contrib/nlohmann/json.hpp:4869
Method
optimal_parameters_t
contrib/bloom/bloom_filter.hpp:97
Method
other_error
contrib/nlohmann/json.hpp:821
Method
out_of_range
contrib/nlohmann/json.hpp:784
Method
output_adapter
contrib/nlohmann/json.hpp:4986
Method
output_stream_adapter
contrib/nlohmann/json.hpp:4945
Method
output_string_adapter
contrib/nlohmann/json.hpp:4966
Method
output_vector_adapter
contrib/nlohmann/json.hpp:4924
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
contrib/nlohmann/json.hpp:5143
Method
parse_error
contrib/nlohmann/json.hpp:636
Method
parse_internal
! @brief the actual parser @throw parse_error.101 in case of an unexpected token @throw parse_error.102 if to_unicode fails or surrogate e
contrib/nlohmann/json.hpp:3437
Method
parse_msgpack_internal
contrib/nlohmann/json.hpp:5460
Method
parse_request_line
contrib/httplib/httplib.h:1506
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
contrib/nlohmann/json.hpp:5790
Method
parser
a parser reading from an input adapter
contrib/nlohmann/json.hpp:3364
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
contrib/nlohmann/json.hpp:16887
Function
phf__gc
contrib/phf/phf.cc:1066
Function
phf_clrall
contrib/phf/phf.cc:221
Function
phf_compact
contrib/phf/phf.cc:787
Function
phf_f_mod_m
contrib/phf/phf.cc:438
Function
phf_g_mod_r
contrib/phf/phf.cc:433
Function
phf_hash_
contrib/phf/phf.cc:697
Function
phf_hash_string
contrib/phf/phf.cc:845
Function
phf_hash_t phf_hash_string
contrib/phf/phf.cc:799
Function
phf_hash_t phf_hash_uint32
contrib/phf/phf.cc:791
Function
phf_hash_t phf_hash_uint64
contrib/phf/phf.cc:795
Function
phf_hash_uint32
contrib/phf/phf.cc:829
Function
phf_hash_uint64
contrib/phf/phf.cc:837
Function
phf_keycmp
contrib/phf/phf.cc:472
Function
phf_m
contrib/phf/phf.cc:1052
Function
phf_new
contrib/phf/phf.cc:954
Function
phf_r
contrib/phf/phf.cc:1044
Function
phf_uniq_string
contrib/phf/phf.cc:292
Function
phf_uniq_uint32
contrib/phf/phf.cc:284
Function
phf_uniq_uint64
contrib/phf/phf.cc:288
Method
power_of_two_growth_policy
* Called on the hash table creation and on rehash. The number of buckets for the table is passed in parameter. * This number is a minimum, the po
contrib/tsl/robin_growth_policy.h:55
Method
prime_growth_policy
contrib/tsl/robin_growth_policy.h:233
Method
process_request
contrib/httplib/httplib.h:1733
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
contrib/nlohmann/json.hpp:13917
Method
read_and_close_socket
contrib/httplib/httplib.h:1815
Method
read_response_line
contrib/httplib/httplib.h:1864
Method
rehash
contrib/tsl/robin_set.h:472
Method
rehash
contrib/tsl/robin_map.h:606
Method
rehash
contrib/tsl/robin_hash.h:945
Method
rehash_impl
contrib/tsl/robin_hash.h:1140
Function
reinterpret_bits
contrib/nlohmann/json.hpp:7397
Function
rend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
contrib/nlohmann/json.hpp:13954
Method
reserve
contrib/tsl/robin_hash.h:950
Method
robin_hash
contrib/tsl/robin_hash.h:488
Method
robin_iterator
contrib/tsl/robin_hash.h:414
Method
robin_map
* Constructors */
contrib/tsl/robin_map.h:136
Method
robin_set
* Constructors */
contrib/tsl/robin_set.h:120
Method
round_up_to_power_of_two
contrib/tsl/robin_growth_policy.h:95
Method
routing
contrib/httplib/httplib.h:1699
Method
run
(self)
setup.py:42
Method
scan_literal
! @param[in] literal_text the literal text to expect @param[in] length the length of the passed literal text @param[in] return_typ
contrib/nlohmann/json.hpp:3063
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 7159. The function is realized with a determinis
contrib/nlohmann/json.hpp:2731
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 7159. While scanning, bytes are escaped and copie
contrib/nlohmann/json.hpp:2245
Method
send
contrib/httplib/httplib.h:1886
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use */
contrib/nlohmann/json.hpp:8489
Method
set_base_dir
contrib/httplib/httplib.h:1456
Method
set_begin
set iterator to a defined beginning
contrib/nlohmann/json.hpp:3933
Method
set_end
set iterator to a defined past the end
contrib/nlohmann/json.hpp:3939
Method
set_error_handler
contrib/httplib/httplib.h:1465
Method
set_hash
contrib/tsl/robin_hash.h:116
Method
set_logger
contrib/httplib/httplib.h:1470
Method
set_redirect
contrib/httplib/httplib.h:1334
Method
size
contrib/bloom/bloom_filter.hpp:651
Method
startElement
(self, name, attrs)
evaluate/generate_dataset.py:45
← previous
next →
701–800 of 863, ranked by callers