MCPcopy Create free account

hub / github.com/bakwc/JamSpell / functions

Functions863 in github.com/bakwc/JamSpell

Methodinsert
contrib/tsl/robin_hash.h:622
Methodinsert
contrib/bloom/bloom_filter.hpp:260
Methodinsert_impl
contrib/tsl/robin_hash.h:1056
Methodinsert_or_assign
contrib/tsl/robin_map.h:289
Methodinsert_or_assign
contrib/tsl/robin_hash.h:657
Methodinsert_value
contrib/tsl/robin_hash.h:1104
Methodinvalid_iterator
contrib/nlohmann/json.hpp:687
MethodisMatch
(self, pathToFile)
evaluate/generate_dataset.py:89
MethodisMatch
(self, pathToFile)
evaluate/generate_dataset.py:107
MethodisMatch
(self, pathToFile)
evaluate/generate_dataset.py:123
Functionis_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
Methodis_power_of_two
contrib/tsl/robin_growth_policy.h:112
Functionis_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
Methodis_running
contrib/httplib/httplib.h:1491
Functionis_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
Methodis_valid
contrib/httplib/httplib.h:1810
Functionitems
! @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
Methoditer_impl
default constructor
contrib/nlohmann/json.hpp:4132
Methoditeration_proxy
construct iteration proxy from a container
contrib/nlohmann/json.hpp:4752
Functioniteration_proxy<const_iterator> iterator_wrapper
contrib/nlohmann/json.hpp:14092
Methoditeration_proxy_internal
contrib/nlohmann/json.hpp:4696
Methodjson_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
Methodjson_ref
contrib/nlohmann/json.hpp:9092
Methodjson_reverse_iterator
create reverse iterator from iterator
contrib/nlohmann/json.hpp:4814
Functionjson_value
default constructor (for null values)
contrib/nlohmann/json.hpp:10694
Methodkey
return key of the iterator
contrib/nlohmann/json.hpp:4720
Methodkey
return the key of an object iterator
contrib/nlohmann/json.hpp:4875
Methodkey_eq
contrib/tsl/robin_set.h:480
Methodkey_eq
contrib/tsl/robin_map.h:614
Methodkey_eq
contrib/tsl/robin_hash.h:961
Methodlexer
contrib/nlohmann/json.hpp:2121
Methodlisten_after_bind
contrib/httplib/httplib.h:1480
Methodlisten_internal
contrib/httplib/httplib.h:1640
Methodlittle_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
FunctionloadAlphabet
(fname)
evaluate/utils.py:30
MethodloadSentences
(self, pathToFile, sentences)
evaluate/generate_dataset.py:92
MethodloadSentences
(self, pathToFile, sentences)
evaluate/generate_dataset.py:126
Methodload_factor
* Hash policy */
contrib/tsl/robin_set.h:468
Methodload_factor
* Hash policy */
contrib/tsl/robin_map.h:602
Methodload_factor
* Hash policy */
contrib/tsl/robin_hash.h:932
Functionlua_absindex
contrib/phf/phf.cc:815
Functionluaopen_phf
contrib/phf/phf.cc:1100
Functionmain
contrib/phf/phf.cc:1346
Functionmain
main/main.cpp:81
Functionmain
web_server/main.cpp:55
Functionmake_range_header
contrib/httplib/httplib.h:1266
Methodmax_bucket_count
contrib/tsl/robin_set.h:462
Methodmax_bucket_count
contrib/tsl/robin_map.h:596
Methodmax_bucket_count
* Return the maximum number of buckets supported by the policy. */
contrib/tsl/robin_growth_policy.h:89
Methodmax_bucket_count
contrib/tsl/robin_growth_policy.h:165
Methodmax_bucket_count
contrib/tsl/robin_growth_policy.h:256
Methodmax_bucket_count
contrib/tsl/robin_hash.h:925
Methodmax_load_factor
contrib/tsl/robin_set.h:469
Methodmax_load_factor
contrib/tsl/robin_map.h:603
Functionmax_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
Methodmax_size
contrib/tsl/robin_map.h:239
Methodmembuf
contrib/handypack/handypack.hpp:233
Functionmerge_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
Functionmeta
! @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
Functionmod
contrib/tsl/robin_growth_policy.h:194
Methodmod_growth_policy
contrib/tsl/robin_growth_policy.h:131
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
contrib/nlohmann/json.hpp:7432
Methodmutable_iterator
* Convert a const_iterator to an iterator. */
contrib/tsl/robin_set.h:490
Methodmutable_iterator
* Convert a const_iterator to an iterator. */
contrib/tsl/robin_map.h:623
Methodmutable_iterator
* Other */
contrib/tsl/robin_hash.h:969
Methodname
contrib/nlohmann/json.hpp:552
Methodnext_bucket
contrib/tsl/robin_hash.h:989
Methodnext_bucket_count
* Return the bucket count to use when the bucket array grows on rehash. */
contrib/tsl/robin_growth_policy.h:78
Methodnext_bucket_count
contrib/tsl/robin_growth_policy.h:147
Methodnext_bucket_count
contrib/tsl/robin_growth_policy.h:248
Methodnext_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
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
contrib/nlohmann/json.hpp:7497
Methodnormalize_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
Methodoperator !=
contrib/bloom/bloom_filter.hpp:221
Functionoperator "" _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
Functionoperator "" _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
Functionoperator &
contrib/bloom/bloom_filter.hpp:620
Methodoperator ==
contrib/bloom/bloom_filter.hpp:202
Methodoperator ==
jamspell/utils.hpp:24
Functionoperator ^
contrib/bloom/bloom_filter.hpp:634
Functionoperator |
contrib/bloom/bloom_filter.hpp:627
Methodoperator!
contrib/bloom/bloom_filter.hpp:62
Methodoperator!
contrib/bloom/bloom_filter.hpp:249
Functionoperator!=
contrib/nlohmann/json.hpp:9831
Functionoperator!=
contrib/phf/phf.cc:235
Methodoperator!=
contrib/tsl/robin_set.h:509
Methodoperator!=
contrib/tsl/robin_map.h:642
Methodoperator!=
contrib/tsl/robin_hash.h:478
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:4453
Methodoperator!=
inequality operator (needed for range-based for)
contrib/nlohmann/json.hpp:4714
Methodoperator()
contrib/httplib/httplib.h:90
Methodoperator()
contrib/nlohmann/json.hpp:1214
Methodoperator()
contrib/nlohmann/json.hpp:1558
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
contrib/nlohmann/json.hpp:17422
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
contrib/nlohmann/json.hpp:17440
Methodoperator()
jamspell/lang_model.hpp:33
Methodoperator()
jamspell/lang_model.hpp:40
Methodoperator()
jamspell/utils.hpp:38
Methodoperator*
contrib/tsl/robin_hash.h:445
Methodoperator*
! @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
← previousnext →601–700 of 863, ranked by callers