Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/bark.cpp
/ functions
Functions
1,016 in github.com/PABannier/bark.cpp
⨍
Functions
1,016
◇
Types & classes
300
Method
get_decimal_point
return the locale-dependent decimal point
examples/server/json.hpp:7443
Function
get_error_message
return syntax error message
examples/server/json.hpp:8773
Method
get_file_value
examples/server/httplib.h:5169
Method
get_file_values
examples/server/httplib.h:5175
Method
get_header_value_count
examples/server/httplib.h:5130
Method
get_header_value_u64
examples/server/httplib.h:1741
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
examples/server/json.hpp:11835
Function
get_impl
examples/server/json.hpp:20813
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
examples/server/json.hpp:10845
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
examples/server/json.hpp:10734
Method
get_msgpack_float_prefix
examples/server/json.hpp:16219
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
examples/server/json.hpp:10867
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
examples/server/json.hpp:10651
Method
get_multipart_content_provider
examples/server/httplib.h:7336
Method
get_number
examples/server/json.hpp:11862
Function
get_number_float
return floating-point value
examples/server/json.hpp:8725
Function
get_number_unsigned
examples/server/json.hpp:8719
Method
get_openssl_verify_result
examples/server/httplib.h:8428
Method
get_param_value
examples/server/httplib.h:5146
Method
get_param_value_count
examples/server/httplib.h:5155
Function
get_position
return position of last read token
examples/server/json.hpp:8741
Function
get_ref
examples/server/json.hpp:20999
Function
get_ref_impl
examples/server/json.hpp:20688
Method
get_request_header_value
examples/server/httplib.h:5267
Method
get_request_header_value_count
examples/server/httplib.h:5272
Method
get_request_header_value_u64
examples/server/httplib.h:1917
Function
get_to
examples/server/json.hpp:20987
Method
get_token
get next token from lexer
examples/server/json.hpp:12559
Method
get_ubjson_array
! @return whether array creation completed */
examples/server/json.hpp:11556
Method
get_ubjson_float_prefix
examples/server/json.hpp:16520
Method
get_ubjson_high_precision_number
examples/server/json.hpp:11747
Method
get_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
examples/server/json.hpp:11018
Method
get_ubjson_object
! @return whether object creation completed */
examples/server/json.hpp:11664
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
examples/server/json.hpp:11306
Method
get_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
examples/server/json.hpp:11083
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
examples/server/json.hpp:10923
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
examples/server/json.hpp:11373
Method
gzip_compressor
examples/server/httplib.h:3436
Method
gzip_decompressor
examples/server/httplib.h:3487
Method
handle_file_request
examples/server/httplib.h:6073
Method
handle_request
examples/server/httplib.h:6877
Method
handle_value
examples/server/json.hpp:7136
Method
has_file
examples/server/httplib.h:5165
Method
has_param
examples/server/httplib.h:5142
Method
has_request_header
Result implementation
examples/server/httplib.h:5263
Function
has_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
examples/server/json.hpp:5882
Method
host
examples/server/httplib.h:7882
Function
hosted_at
examples/server/httplib.h:5043
Method
input_stream_adapter
examples/server/json.hpp:6168
Function
insert
examples/server/json.hpp:19204
Function
is_c_string
examples/server/json.hpp:4094
Function
is_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
examples/server/json.hpp:20550
Function
is_errored
examples/server/json.hpp:6864
Method
is_open
examples/server/httplib.h:1240
Function
is_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
examples/server/json.hpp:20466
Method
is_readable
examples/server/httplib.h:5301
Method
is_running
examples/server/httplib.h:5750
Method
is_socket_open
examples/server/httplib.h:7886
Method
is_ssl
examples/server/httplib.h:7386
Function
is_transparent
examples/server/json.hpp:4122
Method
is_valid
examples/server/httplib.h:4280
Function
items
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
examples/server/json.hpp:22051
Method
iter_impl
examples/server/json.hpp:12875
Method
iteration_proxy
examples/server/json.hpp:5242
Method
iteration_proxy_value
examples/server/json.hpp:5137
Method
iterator_input_adapter
examples/server/json.hpp:6213
Function
iterator_wrapper
examples/server/json.hpp:22033
Function
json_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
examples/server/json.hpp:13804
Method
json_ref
examples/server/json.hpp:14700
Method
json_reverse_iterator
create reverse iterator from iterator
examples/server/json.hpp:13596
Method
json_sax_dom_callback_parser
examples/server/json.hpp:6924
Function
json_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
examples/server/json.hpp:6744
Function
json_value
default constructor (for null values)
examples/server/json.hpp:19621
Function
key
examples/server/json.hpp:6809
Method
key
examples/server/json.hpp:6999
Method
key
return the key of an object iterator
examples/server/json.hpp:13657
Method
lexer
examples/server/json.hpp:7424
Method
listen
examples/server/httplib.h:5744
Function
loadRemote
(url, dst, size_mb, cbProgress, cbReady, cbCancel, cbPrint)
examples/wasm/helpers.js:93
Method
load_ca_cert_store
examples/server/httplib.h:8423
Method
load_certs
examples/server/httplib.h:8507
Function
main
examples/quantize/main.cpp:60
Function
main
examples/main/main.cpp:19
Function
main
examples/server/server.cpp:96
Function
make_array
examples/server/json.hpp:3206
Method
make_matcher
examples/server/httplib.h:5515
Function
make_range_header
Header utilities
examples/server/httplib.h:5091
Function
make_unique
examples/server/httplib.h:305
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
examples/server/json.hpp:22153
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
examples/server/json.hpp:24269
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
examples/server/json.hpp:16865
Method
name
examples/server/json.hpp:4316
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
examples/server/json.hpp:7518
Method
nonesuch
examples/server/json.hpp:266
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
examples/server/json.hpp:16930
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. */
examples/server/json.hpp:16947
Method
null
examples/server/json.hpp:6939
Function
number_float
examples/server/json.hpp:6779
Method
number_float
examples/server/json.hpp:6963
Function
number_integer
examples/server/json.hpp:6767
← previous
next →
701–800 of 1,016, ranked by callers