Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Uahh/Slscq
/ functions
Functions
480 in github.com/Uahh/Slscq
⨍
Functions
480
◇
Types & classes
160
↓ 160 callers
Function
create
cpp_ver/include/nlohmann/json.hpp:924
↓ 122 callers
Method
write_character
cpp_ver/include/nlohmann/detail/output/output_adapters.hpp:48
↓ 121 callers
Method
size
cpp_ver/include/nlohmann/detail/meta/cpp_future.hpp:59
↓ 54 callers
Method
end
return iterator end (needed for range-based for)
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:139
↓ 49 callers
Method
begin
return iterator begin (needed for range-based for)
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:133
↓ 47 callers
Function
get
@brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the input
cpp_ver/include/nlohmann/detail/input/lexer.hpp:1329
↓ 38 callers
Function
add
add a character to token_buffer
cpp_ver/include/nlohmann/detail/input/lexer.hpp:1393
↓ 36 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
cpp_ver/include/nlohmann/json.hpp:7158
↓ 32 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
cpp_ver/include/nlohmann/json.hpp:1474
↓ 31 callers
Method
parse_error
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:704
↓ 31 callers
Method
push_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
cpp_ver/include/nlohmann/detail/json_pointer.hpp:293
↓ 27 callers
Method
empty
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:157
↓ 27 callers
Method
find
cpp_ver/include/nlohmann/ordered_map.hpp:134
↓ 24 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
cpp_ver/include/nlohmann/json.hpp:2710
↓ 21 callers
Function
input_adapter
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:372
↓ 21 callers
Method
operator[]
access to successor
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:99
↓ 20 callers
Method
key
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:684
↓ 19 callers
Method
number_integer
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:654
↓ 18 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
cpp_ver/include/nlohmann/json.hpp:4741
↓ 18 callers
Function
from_json
cpp_ver/include/nlohmann/detail/conversions/from_json.hpp:27
↓ 18 callers
Method
sax_parse
cpp_ver/include/nlohmann/detail/input/parser.hpp:153
↓ 17 callers
Method
get_token_string
! @return a string representation of the last read byte */
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:2462
↓ 17 callers
Function
to_json
cpp_ver/include/nlohmann/detail/conversions/to_json.hpp:255
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
cpp_ver/include/nlohmann/json.hpp:2732
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
cpp_ver/include/nlohmann/json.hpp:2551
↓ 15 callers
Function
combine
boost::hash_combine
cpp_ver/include/nlohmann/detail/hash.hpp:16
↓ 15 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
cpp_ver/include/nlohmann/detail/input/lexer.hpp:1440
↓ 15 callers
Method
pop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
cpp_ver/include/nlohmann/detail/json_pointer.hpp:247
↓ 14 callers
Function
get_random_num
html/slscq.js:6
↓ 14 callers
Method
number_unsigned
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:659
↓ 13 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
cpp_ver/include/nlohmann/json.hpp:4670
↓ 13 callers
Function
set_parents
cpp_ver/include/nlohmann/json.hpp:1274
↓ 13 callers
Method
subtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
cpp_ver/include/nlohmann/byte_container_with_subtype.hpp:113
↓ 11 callers
Function
get_random
html/slscq.js:7
↓ 11 callers
Method
number_float
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:664
↓ 10 callers
Method
boolean
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:649
↓ 10 callers
Method
get_random_element
(self, element_type: str)
python_ver/slscq.py:12
↓ 10 callers
Function
parser
cpp_ver/include/nlohmann/json.hpp:205
↓ 10 callers
Method
value
return value of the iterator
cpp_ver/include/nlohmann/detail/iterators/iteration_proxy.hpp:114
↓ 9 callers
Method
empty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
cpp_ver/include/nlohmann/detail/json_pointer.hpp:318
↓ 9 callers
Method
erase
cpp_ver/include/nlohmann/ordered_map.hpp:89
↓ 9 callers
Method
insert
cpp_ver/include/nlohmann/ordered_map.hpp:158
↓ 9 callers
Function
is_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
cpp_ver/include/nlohmann/json.hpp:2776
↓ 9 callers
Function
set_parent
cpp_ver/include/nlohmann/json.hpp:1324
↓ 8 callers
Function
dump_integer
cpp_ver/include/nlohmann/detail/output/serializer.hpp:682
↓ 8 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:2315
↓ 7 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
cpp_ver/include/nlohmann/detail/output/serializer.hpp:96
↓ 7 callers
Method
end_array
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:699
↓ 7 callers
Method
end_object
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:689
↓ 7 callers
Function
replace_key
(str,key,theme)
html/slscq.js:26
↓ 7 callers
Method
start_array
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:694
↓ 7 callers
Method
start_object
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:679
↓ 7 callers
Method
string
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:669
↓ 6 callers
Method
has_subtype
! @brief return whether the value has a subtype @return whether the value has a subtype @complexity Constant. @exceptionsafety No-t
cpp_ver/include/nlohmann/byte_container_with_subtype.hpp:134
↓ 6 callers
Function
is_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
cpp_ver/include/nlohmann/json.hpp:2754
↓ 6 callers
Method
null
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:644
↓ 6 callers
Function
push_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
cpp_ver/include/nlohmann/json.hpp:5441
↓ 6 callers
Method
set_subtype
! @brief sets the binary subtype Sets the binary subtype of the value, also flags a binary JSON value as having a subtype, which has impl
cpp_ver/include/nlohmann/byte_container_with_subtype.hpp:85
↓ 5 callers
Method
binary
cpp_ver/include/nlohmann/detail/input/json_sax.hpp:674
↓ 5 callers
Function
escape
! * @brief string escaping as described in RFC 6901 (Sect. 4) * @param[in] s string to escape * @return escaped string * * Note the order of e
cpp_ver/include/nlohmann/detail/string_escape.hpp:42
↓ 5 callers
Method
get_character
cpp_ver/include/nlohmann/detail/input/input_adapters.hpp:54
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:51
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
cpp_ver/include/nlohmann/detail/input/parser.hpp:85
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
cpp_ver/include/nlohmann/detail/input/parser.hpp:145
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
cpp_ver/include/nlohmann/json.hpp:4781
↓ 4 callers
Function
destroy
cpp_ver/include/nlohmann/json.hpp:1135
↓ 4 callers
Method
emplace
cpp_ver/include/nlohmann/ordered_map.hpp:40
↓ 4 callers
Function
empty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
cpp_ver/include/nlohmann/json.hpp:5125
↓ 4 callers
Function
get_arithmetic_value
cpp_ver/include/nlohmann/detail/conversions/from_json.hpp:41
↓ 4 callers
Method
get_binary
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:2425
↓ 4 callers
Method
get_string
cpp_ver/include/nlohmann/detail/input/binary_reader.hpp:2392
↓ 4 callers
Function
insert_iterator
cpp_ver/include/nlohmann/json.hpp:5716
↓ 4 callers
Function
is_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
cpp_ver/include/nlohmann/json.hpp:2573
↓ 4 callers
Method
key
return the key of an object iterator
cpp_ver/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:105
↓ 4 callers
Function
replace_all
(str,theme)
html/slscq.js:41
↓ 4 callers
Method
replace_all
(self, input_str: str, them: str)
python_ver/slscq.py:61
↓ 4 callers
Method
replace_all
cpp_ver/main.cpp:246
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all occu
cpp_ver/include/nlohmann/detail/string_escape.hpp:24
↓ 4 callers
Method
set_end
set iterator to a defined past the end
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:45
↓ 3 callers
Function
cbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
cpp_ver/include/nlohmann/json.hpp:4710
↓ 3 callers
Function
get_noun
html/slscq.js:9
↓ 3 callers
Function
get_verb
html/slscq.js:10
↓ 3 callers
Function
is_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
cpp_ver/include/nlohmann/json.hpp:2688
↓ 3 callers
Function
is_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
cpp_ver/include/nlohmann/json.hpp:2632
↓ 3 callers
Method
moved_or_copied
cpp_ver/include/nlohmann/detail/json_ref.hpp:44
↓ 3 callers
Method
set_begin
set iterator to a defined beginning
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:39
↓ 3 callers
Function
unget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
cpp_ver/include/nlohmann/detail/input/lexer.hpp:1366
↓ 2 callers
Function
compute_boundaries
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:181
↓ 2 callers
Function
emplace
cpp_ver/include/nlohmann/json.hpp:5684
↓ 2 callers
Function
error
cpp_ver/main.cpp:259
↓ 2 callers
Function
find
cpp_ver/include/nlohmann/json.hpp:4516
↓ 2 callers
Function
flatten
! @brief return flattened JSON value The function creates a JSON object whose keys are JSON pointers (see [RFC 6901](https://tools.ietf.o
cpp_ver/include/nlohmann/json.hpp:8327
↓ 2 callers
Function
from_json_array_impl
cpp_ver/include/nlohmann/detail/conversions/from_json.hpp:182
↓ 2 callers
Function
from_json_inplace_array_impl
cpp_ver/include/nlohmann/detail/conversions/from_json.hpp:265
↓ 2 callers
Function
from_json_tuple_impl
cpp_ver/include/nlohmann/detail/conversions/from_json.hpp:371
↓ 2 callers
Method
get_noun
(self)
python_ver/slscq.py:17
↓ 2 callers
Method
get_verb
(self)
python_ver/slscq.py:18
↓ 2 callers
Function
grisu2
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:820
↓ 2 callers
Function
grisu2_round
cpp_ver/include/nlohmann/detail/conversions/to_chars.hpp:538
↓ 2 callers
Method
is_end
return whether the iterator is at end
cpp_ver/include/nlohmann/detail/iterators/primitive_iterator.hpp:57
next →
1–100 of 480, ranked by callers