MCPcopy Create free account

hub / github.com/PABannier/bark.cpp / functions

Functions1,016 in github.com/PABannier/bark.cpp

↓ 1 callersFunctionint_to_string
examples/server/json.hpp:5108
↓ 1 callersFunctionis_chunked_transfer_encoding
examples/server/httplib.h:3836
↓ 1 callersFunctionis_connection_error
examples/server/httplib.h:3084
↓ 1 callersFunctionis_dir
examples/server/httplib.h:2300
↓ 1 callersFunctionis_file
examples/server/httplib.h:2291
↓ 1 callersFunctionis_hex
examples/server/httplib.h:2188
↓ 1 callersFunctionis_negative_number
examples/server/json.hpp:18572
↓ 1 callersFunctionis_number
@brief return whether value is a number @sa https://json.nlohmann.me/api/basic_json/is_number/
examples/server/json.hpp:20494
↓ 1 callersFunctionis_structured
@brief return whether type is structured @sa https://json.nlohmann.me/api/basic_json/is_structured/
examples/server/json.hpp:20473
↓ 1 callersFunctionis_valid_path
examples/server/httplib.h:2305
↓ 1 callersFunctionkeep_alive
examples/server/httplib.h:2868
↓ 1 callersMethodlisten_after_bind
examples/server/httplib.h:5739
↓ 1 callersFunctionload_system_certs_on_macos
examples/server/httplib.h:4883
↓ 1 callersFunctionload_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 callersFunctionmake_multipart_ranges_data
examples/server/httplib.h:4664
↓ 1 callersMethodon_idle
examples/server/httplib.h:588
↓ 1 callersFunctionoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13408
↓ 1 callersMethodoperator+
add to iterator
examples/server/json.hpp:13633
↓ 1 callersFunctionoperator+=
@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/operator+=/
examples/server/json.hpp:22283
↓ 1 callersFunctionoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13430
↓ 1 callersFunctionoperator<
examples/server/json.hpp:2886
↓ 1 callersMethodoperator==
examples/server/json.hpp:12691
↓ 1 callersMethodparse
examples/server/httplib.h:4282
↓ 1 callersFunctionparse_codec_hparams
Parse Encodec hyperparameters.
convert.py:59
↓ 1 callersFunctionparse_codec_model_weights
Load encodec model checkpoint.
convert.py:113
↓ 1 callersFunctionparse_disposition_params
examples/server/httplib.h:4204
↓ 1 callersFunctionparse_hparams
Parse GPT hyperparameters.
convert.py:82
↓ 1 callersFunctionparse_model_weights
Load GPT model checkpoint (text, fine, coarse).
convert.py:202
↓ 1 callersFunctionparse_multipart_boundary
examples/server/httplib.h:4193
↓ 1 callersFunctionparse_range_header
examples/server/httplib.h:4229
↓ 1 callersFunctionprepare_content_receiver
examples/server/httplib.h:3842
↓ 1 callersFunctionprocess_client_socket_ssl
examples/server/httplib.h:8121
↓ 1 callersFunctionprocess_server_socket
examples/server/httplib.h:2907
↓ 1 callersFunctionprocess_server_socket_ssl
examples/server/httplib.h:8106
↓ 1 callersFunctionread_content_chunked
examples/server/httplib.h:3782
↓ 1 callersFunctionread_content_without_length
examples/server/httplib.h:3762
↓ 1 callersFunctionremove_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 callersFunctionretrieve_certs_from_keychain
examples/server/httplib.h:4817
↓ 1 callersFunctionretrieve_root_certs_from_keychain
examples/server/httplib.h:4841
↓ 1 callersFunctionsax_parse
examples/server/json.hpp:23253
↓ 1 callersMethodsend
examples/server/httplib.h:6766
↓ 1 callersFunctionsend_socket
examples/server/httplib.h:2677
↓ 1 callersMethodset_base_dir
examples/server/httplib.h:5588
↓ 1 callersMethodset_boundary
examples/server/httplib.h:4274
↓ 1 callersMethodset_ca_cert_store
examples/server/httplib.h:7992
↓ 1 callersMethodset_content_provider
examples/server/httplib.h:5232
↓ 1 callersMethodset_read_timeout
examples/server/httplib.h:1931
↓ 1 callersMethodset_write_timeout
examples/server/httplib.h:1938
↓ 1 callersMethodshutdown
examples/server/httplib.h:612
↓ 1 callersFunctionskip_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 callersFunctionskip_content_with_length
examples/server/httplib.h:3751
↓ 1 callersMethodsocket
examples/server/httplib.h:5377
↓ 1 callersFunctionsplit
! @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 callersFunctionstrip_accents
bark.cpp:493
↓ 1 callersFunctionstrip_accents
examples/bark.swiftui/bark_swift_package/bark.cpp:493
↓ 1 callersFunctionto_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 callersFunctionto_json_tuple_impl
examples/server/json.hpp:5709
↓ 1 callersFunctionto_utf8
examples/server/httplib.h:2229
↓ 1 callersFunctiontrim_copy
examples/server/httplib.h:2461
↓ 1 callersFunctiontype
@brief return the type of the JSON value (explicit) @sa https://json.nlohmann.me/api/basic_json/type/
examples/server/json.hpp:20459
↓ 1 callersFunctionunescape
examples/server/json.hpp:2989
↓ 1 callersFunctionutf8_len
bark.cpp:487
↓ 1 callersFunctionutf8_len
examples/bark.swiftui/bark_swift_package/bark.cpp:487
↓ 1 callersFunctionvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13524
↓ 1 callersFunctionwait_until_socket_is_ready
examples/server/httplib.h:2746
↓ 1 callersMethodwhat
returns the explanatory string
examples/server/json.hpp:4304
↓ 1 callersFunctionwrite_content_without_length
examples/server/httplib.h:3989
↓ 1 callersFunctionwrite_multipart_ranges_data
examples/server/httplib.h:4700
MethodBufferStream
examples/server/httplib.h:2029
MethodClient
examples/server/httplib.h:1395
MethodClient
Universal client implementation
examples/server/httplib.h:8759
MethodClientImpl
HTTP client implementation
examples/server/httplib.h:6604
MethodContentProviderAdapter
examples/server/httplib.h:5029
MethodContentReader
examples/server/httplib.h:440
MethodDataSink
examples/server/httplib.h:378
MethodDelete
examples/server/httplib.h:7802
FunctionEMSCRIPTEN_BINDINGS
examples/wasm/emscripten.cpp:13
MethodHead
examples/server/httplib.h:7505
FunctionJSON_CATCH
examples/server/json.hpp:19866
FunctionJSON_INTERNAL_CATCH
examples/server/json.hpp:21503
FunctionMD5
examples/server/httplib.h:4766
MethodMultipartFormDataParser
examples/server/httplib.h:4272
MethodOptions
examples/server/httplib.h:7845
MethodPatch
examples/server/httplib.h:7741
MethodPathParamsMatcher
examples/server/httplib.h:5409
MethodPut
examples/server/httplib.h:7633
MethodRegexMatcher
examples/server/httplib.h:732
MethodResponse
examples/server/httplib.h:542
MethodResult
examples/server/httplib.h:972
FunctionSHA_256
examples/server/httplib.h:4770
FunctionSHA_512
examples/server/httplib.h:4774
MethodSSLClient
SSL HTTP client implementation
examples/server/httplib.h:8353
MethodSSLInit
examples/server/httplib.h:8132
MethodSSLServer
SSL HTTP server implementation
examples/server/httplib.h:8242
MethodSSLSocketStream
SSL socket stream implementation
examples/server/httplib.h:8139
MethodServer
HTTP server implementation
examples/server/httplib.h:5505
MethodSocketStream
Socket stream implementation
examples/server/httplib.h:5290
MethodTaskQueue
examples/server/httplib.h:582
MethodThreadPool
examples/server/httplib.h:593
MethodWSInit
examples/server/httplib.h:4903
← previousnext →401–500 of 1,016, ranked by callers