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
insert
contrib/tsl/robin_hash.h:622
Method
insert
contrib/bloom/bloom_filter.hpp:260
Method
insert_impl
contrib/tsl/robin_hash.h:1056
Method
insert_or_assign
contrib/tsl/robin_map.h:289
Method
insert_or_assign
contrib/tsl/robin_hash.h:657
Method
insert_value
contrib/tsl/robin_hash.h:1104
Method
invalid_iterator
contrib/nlohmann/json.hpp:687
Method
isMatch
(self, pathToFile)
evaluate/generate_dataset.py:89
Method
isMatch
(self, pathToFile)
evaluate/generate_dataset.py:107
Method
isMatch
(self, pathToFile)
evaluate/generate_dataset.py:123
Function
is_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
contrib/nlohmann/json.hpp:12126
Method
is_power_of_two
contrib/tsl/robin_growth_policy.h:112
Function
is_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
contrib/nlohmann/json.hpp:11847
Method
is_running
contrib/httplib/httplib.h:1491
Function
is_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
contrib/nlohmann/json.hpp:11874
Method
is_valid
contrib/httplib/httplib.h:1810
Function
items
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
contrib/nlohmann/json.hpp:14150
Method
iter_impl
default constructor
contrib/nlohmann/json.hpp:4132
Method
iteration_proxy
construct iteration proxy from a container
contrib/nlohmann/json.hpp:4752
Function
iteration_proxy<const_iterator> iterator_wrapper
contrib/nlohmann/json.hpp:14092
Method
iteration_proxy_internal
contrib/nlohmann/json.hpp:4696
Method
json_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/htm
contrib/nlohmann/json.hpp:9187
Method
json_ref
contrib/nlohmann/json.hpp:9092
Method
json_reverse_iterator
create reverse iterator from iterator
contrib/nlohmann/json.hpp:4814
Function
json_value
default constructor (for null values)
contrib/nlohmann/json.hpp:10694
Method
key
return key of the iterator
contrib/nlohmann/json.hpp:4720
Method
key
return the key of an object iterator
contrib/nlohmann/json.hpp:4875
Method
key_eq
contrib/tsl/robin_set.h:480
Method
key_eq
contrib/tsl/robin_map.h:614
Method
key_eq
contrib/tsl/robin_hash.h:961
Method
lexer
contrib/nlohmann/json.hpp:2121
Method
listen_after_bind
contrib/httplib/httplib.h:1480
Method
listen_internal
contrib/httplib/httplib.h:1640
Method
little_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from http://stackoverflow.co
contrib/nlohmann/json.hpp:5132
Function
loadAlphabet
(fname)
evaluate/utils.py:30
Method
loadSentences
(self, pathToFile, sentences)
evaluate/generate_dataset.py:92
Method
loadSentences
(self, pathToFile, sentences)
evaluate/generate_dataset.py:126
Method
load_factor
* Hash policy */
contrib/tsl/robin_set.h:468
Method
load_factor
* Hash policy */
contrib/tsl/robin_map.h:602
Method
load_factor
* Hash policy */
contrib/tsl/robin_hash.h:932
Function
lua_absindex
contrib/phf/phf.cc:815
Function
luaopen_phf
contrib/phf/phf.cc:1100
Function
main
contrib/phf/phf.cc:1346
Function
main
main/main.cpp:81
Function
main
web_server/main.cpp:55
Function
make_range_header
contrib/httplib/httplib.h:1266
Method
max_bucket_count
contrib/tsl/robin_set.h:462
Method
max_bucket_count
contrib/tsl/robin_map.h:596
Method
max_bucket_count
* Return the maximum number of buckets supported by the policy. */
contrib/tsl/robin_growth_policy.h:89
Method
max_bucket_count
contrib/tsl/robin_growth_policy.h:165
Method
max_bucket_count
contrib/tsl/robin_growth_policy.h:256
Method
max_bucket_count
contrib/tsl/robin_hash.h:925
Method
max_load_factor
contrib/tsl/robin_set.h:469
Method
max_load_factor
contrib/tsl/robin_map.h:603
Function
max_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to syste
contrib/nlohmann/json.hpp:14356
Method
max_size
contrib/tsl/robin_map.h:239
Method
membuf
contrib/handypack/handypack.hpp:233
Function
merge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
contrib/nlohmann/json.hpp:17361
Function
meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
contrib/nlohmann/json.hpp:10129
Function
mod
contrib/tsl/robin_growth_policy.h:194
Method
mod_growth_policy
contrib/tsl/robin_growth_policy.h:131
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
contrib/nlohmann/json.hpp:7432
Method
mutable_iterator
* Convert a const_iterator to an iterator. */
contrib/tsl/robin_set.h:490
Method
mutable_iterator
* Convert a const_iterator to an iterator. */
contrib/tsl/robin_map.h:623
Method
mutable_iterator
* Other */
contrib/tsl/robin_hash.h:969
Method
name
contrib/nlohmann/json.hpp:552
Method
next_bucket
contrib/tsl/robin_hash.h:989
Method
next_bucket_count
* Return the bucket count to use when the bucket array grows on rehash. */
contrib/tsl/robin_growth_policy.h:78
Method
next_bucket_count
contrib/tsl/robin_growth_policy.h:147
Method
next_bucket_count
contrib/tsl/robin_growth_policy.h:248
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
contrib/nlohmann/json.hpp:2208
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
contrib/nlohmann/json.hpp:7497
Method
normalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
contrib/nlohmann/json.hpp:7514
Method
operator !=
contrib/bloom/bloom_filter.hpp:221
Function
operator "" _json
! @brief user-defined string literal for JSON values This operator implements a user-defined string literal for JSON objects. It can be used by addin
contrib/nlohmann/json.hpp:17462
Function
operator "" _json_pointer
! @brief user-defined string literal for JSON pointer This operator implements a user-defined string literal for JSON Pointers. It can be used by add
contrib/nlohmann/json.hpp:17480
Function
operator &
contrib/bloom/bloom_filter.hpp:620
Method
operator ==
contrib/bloom/bloom_filter.hpp:202
Method
operator ==
jamspell/utils.hpp:24
Function
operator ^
contrib/bloom/bloom_filter.hpp:634
Function
operator |
contrib/bloom/bloom_filter.hpp:627
Method
operator!
contrib/bloom/bloom_filter.hpp:62
Method
operator!
contrib/bloom/bloom_filter.hpp:249
Function
operator!=
contrib/nlohmann/json.hpp:9831
Function
operator!=
contrib/phf/phf.cc:235
Method
operator!=
contrib/tsl/robin_set.h:509
Method
operator!=
contrib/tsl/robin_map.h:642
Method
operator!=
contrib/tsl/robin_hash.h:478
Method
operator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4453
Method
operator!=
inequality operator (needed for range-based for)
contrib/nlohmann/json.hpp:4714
Method
operator()
contrib/httplib/httplib.h:90
Method
operator()
contrib/nlohmann/json.hpp:1214
Method
operator()
contrib/nlohmann/json.hpp:1558
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
contrib/nlohmann/json.hpp:17422
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
contrib/nlohmann/json.hpp:17440
Method
operator()
jamspell/lang_model.hpp:33
Method
operator()
jamspell/lang_model.hpp:40
Method
operator()
jamspell/utils.hpp:38
Method
operator*
contrib/tsl/robin_hash.h:445
Method
operator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4269
← previous
next →
601–700 of 863, ranked by callers