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
↓ 1 callers
Function
int_to_string
examples/server/json.hpp:5108
↓ 1 callers
Function
is_chunked_transfer_encoding
examples/server/httplib.h:3836
↓ 1 callers
Function
is_connection_error
examples/server/httplib.h:3084
↓ 1 callers
Function
is_dir
examples/server/httplib.h:2300
↓ 1 callers
Function
is_file
examples/server/httplib.h:2291
↓ 1 callers
Function
is_hex
examples/server/httplib.h:2188
↓ 1 callers
Function
is_negative_number
examples/server/json.hpp:18572
↓ 1 callers
Function
is_number
@brief return whether value is a number @sa https://json.nlohmann.me/api/basic_json/is_number/
examples/server/json.hpp:20494
↓ 1 callers
Function
is_structured
@brief return whether type is structured @sa https://json.nlohmann.me/api/basic_json/is_structured/
examples/server/json.hpp:20473
↓ 1 callers
Function
is_valid_path
examples/server/httplib.h:2305
↓ 1 callers
Function
keep_alive
examples/server/httplib.h:2868
↓ 1 callers
Method
listen_after_bind
examples/server/httplib.h:5739
↓ 1 callers
Function
load_system_certs_on_macos
examples/server/httplib.h:4883
↓ 1 callers
Function
load_system_certs_on_windows
NOTE: This code came up with the following stackoverflow post: https://stackoverflow.com/questions/9507184/can-openssl-on-windows-use-the-system-certi
examples/server/httplib.h:4783
↓ 1 callers
Function
make_multipart_ranges_data
examples/server/httplib.h:4664
↓ 1 callers
Method
on_idle
examples/server/httplib.h:588
↓ 1 callers
Function
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13408
↓ 1 callers
Method
operator+
add to iterator
examples/server/json.hpp:13633
↓ 1 callers
Function
operator+=
@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/operator+=/
examples/server/json.hpp:22283
↓ 1 callers
Function
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13430
↓ 1 callers
Function
operator<
examples/server/json.hpp:2886
↓ 1 callers
Method
operator==
examples/server/json.hpp:12691
↓ 1 callers
Method
parse
examples/server/httplib.h:4282
↓ 1 callers
Function
parse_codec_hparams
Parse Encodec hyperparameters.
convert.py:59
↓ 1 callers
Function
parse_codec_model_weights
Load encodec model checkpoint.
convert.py:113
↓ 1 callers
Function
parse_disposition_params
examples/server/httplib.h:4204
↓ 1 callers
Function
parse_hparams
Parse GPT hyperparameters.
convert.py:82
↓ 1 callers
Function
parse_model_weights
Load GPT model checkpoint (text, fine, coarse).
convert.py:202
↓ 1 callers
Function
parse_multipart_boundary
examples/server/httplib.h:4193
↓ 1 callers
Function
parse_range_header
examples/server/httplib.h:4229
↓ 1 callers
Function
prepare_content_receiver
examples/server/httplib.h:3842
↓ 1 callers
Function
process_client_socket_ssl
examples/server/httplib.h:8121
↓ 1 callers
Function
process_server_socket
examples/server/httplib.h:2907
↓ 1 callers
Function
process_server_socket_ssl
examples/server/httplib.h:8106
↓ 1 callers
Function
read_content_chunked
examples/server/httplib.h:3782
↓ 1 callers
Function
read_content_without_length
examples/server/httplib.h:3762
↓ 1 callers
Function
remove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
examples/server/json.hpp:18824
↓ 1 callers
Function
retrieve_certs_from_keychain
examples/server/httplib.h:4817
↓ 1 callers
Function
retrieve_root_certs_from_keychain
examples/server/httplib.h:4841
↓ 1 callers
Function
sax_parse
examples/server/json.hpp:23253
↓ 1 callers
Method
send
examples/server/httplib.h:6766
↓ 1 callers
Function
send_socket
examples/server/httplib.h:2677
↓ 1 callers
Method
set_base_dir
examples/server/httplib.h:5588
↓ 1 callers
Method
set_boundary
examples/server/httplib.h:4274
↓ 1 callers
Method
set_ca_cert_store
examples/server/httplib.h:7992
↓ 1 callers
Method
set_content_provider
examples/server/httplib.h:5232
↓ 1 callers
Method
set_read_timeout
examples/server/httplib.h:1931
↓ 1 callers
Method
set_write_timeout
examples/server/httplib.h:1938
↓ 1 callers
Method
shutdown
examples/server/httplib.h:612
↓ 1 callers
Function
skip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
examples/server/json.hpp:8787
↓ 1 callers
Function
skip_content_with_length
examples/server/httplib.h:3751
↓ 1 callers
Method
socket
examples/server/httplib.h:5377
↓ 1 callers
Function
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
examples/server/json.hpp:14347
↓ 1 callers
Function
strip_accents
bark.cpp:493
↓ 1 callers
Function
strip_accents
examples/bark.swiftui/bark_swift_package/bark.cpp:493
↓ 1 callers
Function
to_cbor
@brief create a CBOR serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_cbor/
examples/server/json.hpp:23391
↓ 1 callers
Function
to_json_tuple_impl
examples/server/json.hpp:5709
↓ 1 callers
Function
to_utf8
examples/server/httplib.h:2229
↓ 1 callers
Function
trim_copy
examples/server/httplib.h:2461
↓ 1 callers
Function
type
@brief return the type of the JSON value (explicit) @sa https://json.nlohmann.me/api/basic_json/type/
examples/server/json.hpp:20459
↓ 1 callers
Function
unescape
examples/server/json.hpp:2989
↓ 1 callers
Function
utf8_len
bark.cpp:487
↓ 1 callers
Function
utf8_len
examples/bark.swiftui/bark_swift_package/bark.cpp:487
↓ 1 callers
Function
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13524
↓ 1 callers
Function
wait_until_socket_is_ready
examples/server/httplib.h:2746
↓ 1 callers
Method
what
returns the explanatory string
examples/server/json.hpp:4304
↓ 1 callers
Function
write_content_without_length
examples/server/httplib.h:3989
↓ 1 callers
Function
write_multipart_ranges_data
examples/server/httplib.h:4700
Method
BufferStream
examples/server/httplib.h:2029
Method
Client
examples/server/httplib.h:1395
Method
Client
Universal client implementation
examples/server/httplib.h:8759
Method
ClientImpl
HTTP client implementation
examples/server/httplib.h:6604
Method
ContentProviderAdapter
examples/server/httplib.h:5029
Method
ContentReader
examples/server/httplib.h:440
Method
DataSink
examples/server/httplib.h:378
Method
Delete
examples/server/httplib.h:7802
Function
EMSCRIPTEN_BINDINGS
examples/wasm/emscripten.cpp:13
Method
Head
examples/server/httplib.h:7505
Function
JSON_CATCH
examples/server/json.hpp:19866
Function
JSON_INTERNAL_CATCH
examples/server/json.hpp:21503
Function
MD5
examples/server/httplib.h:4766
Method
MultipartFormDataParser
examples/server/httplib.h:4272
Method
Options
examples/server/httplib.h:7845
Method
Patch
examples/server/httplib.h:7741
Method
PathParamsMatcher
examples/server/httplib.h:5409
Method
Put
examples/server/httplib.h:7633
Method
RegexMatcher
examples/server/httplib.h:732
Method
Response
examples/server/httplib.h:542
Method
Result
examples/server/httplib.h:972
Function
SHA_256
examples/server/httplib.h:4770
Function
SHA_512
examples/server/httplib.h:4774
Method
SSLClient
SSL HTTP client implementation
examples/server/httplib.h:8353
Method
SSLInit
examples/server/httplib.h:8132
Method
SSLServer
SSL HTTP server implementation
examples/server/httplib.h:8242
Method
SSLSocketStream
SSL socket stream implementation
examples/server/httplib.h:8139
Method
Server
HTTP server implementation
examples/server/httplib.h:5505
Method
SocketStream
Socket stream implementation
examples/server/httplib.h:5290
Method
TaskQueue
examples/server/httplib.h:582
Method
ThreadPool
examples/server/httplib.h:593
Method
WSInit
examples/server/httplib.h:4903
← previous
next →
401–500 of 1,016, ranked by callers