MCPcopy Create free account

hub / github.com/DiscordMessenger/dm / functions

Functions7,787 in github.com/DiscordMessenger/dm

↓ 1 callersMethodfinalize
deps/boost/regex/v4/basic_regex_creator.hpp:672
↓ 1 callersFunctionfind_content_type
deps/httplib/httplib.h:3073
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
deps/nlohmann/json.h:17313
↓ 1 callersFunctionformat_buffer
deps/nlohmann/json.h:17801
↓ 1 callersMethodgenerate_offer
Generate extension offer * Creates an offer string to include in the Sec-WebSocket-Extensions * header of outgoing client requests. * *
deps/websocketpp/extensions/permessage_deflate/enabled.hpp:483
↓ 1 callersMethodget
deps/asio/asio/any_completion_handler.hpp:745
↓ 1 callersMethodget
deps/boost/regex/v5/mem_block_cache.hpp:49
↓ 1 callersMethodget
deps/boost/regex/v4/mem_block_cache.hpp:52
↓ 1 callersMethodget_allocator
deps/asio/asio/impl/use_future.hpp:640
↓ 1 callersMethodget_allocator
Get the used allocator.
deps/asio/asio/experimental/coro.hpp:176
↓ 1 callersMethodget_allocator
deps/boost/regex/v5/match_results.hpp:385
↓ 1 callersFunctionget_alphabet
deps/boost/base64/base64.hpp:57
↓ 1 callersMethodget_authority
deps/websocketpp/uri.hpp:254
↓ 1 callersFunctionget_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
deps/nlohmann/json.h:17149
↓ 1 callersMethodget_cancellation_slot
deps/asio/asio/experimental/impl/co_composed.hpp:281
↓ 1 callersMethodget_connection
Create and initialize a new connection * The connection will be initialized and ready to begin. Call its start() * method to begin the processing
deps/websocketpp/roles/server_endpoint.hpp:106
↓ 1 callersMethodget_executor
Get the executor associated with the object.
deps/asio/asio/basic_io_object.hpp:104
↓ 1 callersMethodget_executor
deps/asio/asio/compose.hpp:85
↓ 1 callersMethodget_executor
deps/asio/asio/impl/read_at.hpp:370
↓ 1 callersMethodget_executor
deps/asio/asio/impl/buffered_write_stream.hpp:158
↓ 1 callersMethodget_executor
deps/asio/asio/impl/awaitable.hpp:704
↓ 1 callersMethodget_executor
deps/asio/asio/impl/buffered_read_stream.hpp:173
↓ 1 callersMethodget_executor
deps/asio/asio/impl/write_at.hpp:355
↓ 1 callersMethodget_executor
deps/asio/asio/experimental/detail/channel_operation.hpp:146
↓ 1 callersMethodget_executor
deps/asio/asio/experimental/impl/co_composed.hpp:1021
↓ 1 callersMethodget_executor
deps/asio/asio/experimental/impl/promise.hpp:77
↓ 1 callersFunctionget_extended_size
Extract the extended size field from an extended header * It is the responsibility of the caller to verify that e is a valid extended * header. This
deps/websocketpp/frame.hpp:540
↓ 1 callersMethodget_fin
Read the fin bit * A message with the fin bit set will be sent as the last message of its * sequence. A message with the fin bit cleared will req
deps/websocketpp/message_buffer/message.hpp:195
↓ 1 callersMethodget_handle
Get Connection Handle * The connection handle is a token that can be shared outside the * WebSocket++ core for the purposes of identifying a conn
deps/websocketpp/connection.hpp:1183
↓ 1 callersMethodget_host_port
deps/websocketpp/uri.hpp:244
↓ 1 callersFunctionget_impl_ptr
deps/nlohmann/json.h:20625
↓ 1 callersFunctionget_inverse
deps/boost/base64/base64.hpp:67
↓ 1 callersMethodget_iocp_service
deps/asio/asio/detail/win_iocp_overlapped_ptr.hpp:136
↓ 1 callersFunctionget_jumbo_size
Extract the jumbo size field from an extended header * It is the responsibility of the caller to verify that e is a valid extended * header. This fun
deps/websocketpp/frame.hpp:555
↓ 1 callersFunctionget_last_error
deps/asio/asio/detail/descriptor_ops.hpp:54
↓ 1 callersMethodget_local_ip_and_port
deps/httplib/httplib.h:4993
↓ 1 callersMethodget_max_body_size
Get body size limit * Retrieves the maximum number of bytes to parse & buffer before canceling * a request. * * @since 0.5.0 *
deps/websocketpp/http/parser.hpp:529
↓ 1 callersFunctionget_multipart_ranges_data_length
deps/httplib/httplib.h:4404
↓ 1 callersMethodget_named_sub_index
deps/boost/regex/v5/regex_format.hpp:122
↓ 1 callersMethodget_named_sub_index
deps/boost/regex/v4/regex_format.hpp:145
↓ 1 callersMethodget_prepared
Return whether or not the message has been prepared for sending * The prepared flag indicates that the message has been prepared by a * websocket
deps/websocketpp/message_buffer/message.hpp:125
↓ 1 callersFunctionget_ptr
deps/nlohmann/json.h:20765
↓ 1 callersMethodget_raw
deps/websocketpp/processors/hybi00.hpp:179
↓ 1 callersMethodget_remote_endpoint
Get the remote endpoint address * The iostream transport has no information about the ultimate remote * endpoint. It will return the string "iost
deps/websocketpp/transport/asio/connection.hpp:281
↓ 1 callersMethodget_remote_ip_and_port
deps/httplib/httplib.h:4988
↓ 1 callersMethodget_restart_type
deps/boost/regex/v5/basic_regex_creator.hpp:1384
↓ 1 callersMethodget_return_object
deps/asio/asio/experimental/detail/partial_promise.hpp:102
↓ 1 callersFunctionget_rsv2
check whether the frame's RSV2 bit is set * @param [in] h The basic header to extract from. * @return True if the header's RSV2 bit is set. */
deps/websocketpp/frame.hpp:357
↓ 1 callersFunctionget_rsv3
check whether the frame's RSV3 bit is set * @param [in] h The basic header to extract from. * @return True if the header's RSV3 bit is set. */
deps/websocketpp/frame.hpp:375
↓ 1 callersMethodget_secure
deps/websocketpp/impl/connection_impl.hpp:406
↓ 1 callersFunctionget_string
TODO: should this be inline?
deps/websocketpp/http/constants.hpp:179
↓ 1 callersMethodget_transport_ec
Get the internal transport error code for a closed/failed connection * Retrieves a machine readable detailed error code indicating the reason * t
deps/websocketpp/transport/asio/connection.hpp:389
↓ 1 callersMethodget_value
deps/nlohmann/json.h:12666
↓ 1 callersMethodget_version
deps/websocketpp/processors/hybi00.hpp:73
↓ 1 callersMethodget_version
deps/websocketpp/processors/hybi13.hpp:80
↓ 1 callersMethodgetloc
deps/boost/regex/v5/basic_regex.hpp:446
↓ 1 callersMethodgetloc
deps/boost/regex/v5/icu.hpp:339
↓ 1 callersMethodgetloc
deps/boost/regex/v5/cpp_regex_traits.hpp:861
↓ 1 callersMethodgetloc
deps/boost/regex/v4/basic_regex.hpp:482
↓ 1 callersMethodgetloc
deps/boost/regex/v4/icu.hpp:385
↓ 1 callersMethodgetloc
deps/boost/regex/v4/cpp_regex_traits.hpp:1042
↓ 1 callersFunctionglobal_length
deps/boost/regex/v5/regex_traits_defaults.hpp:824
↓ 1 callersFunctionglobal_length
deps/boost/regex/v4/regex_traits_defaults.hpp:835
↓ 1 callersFunctiongrisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
deps/nlohmann/json.h:17408
↓ 1 callersFunctionhash
deps/nlohmann/json.h:5955
↓ 1 callersMethodhave_remote_endpoint
deps/asio/asio/detail/win_iocp_socket_service.hpp:93
↓ 1 callersFunctionif2ip
deps/httplib/httplib.h:2879
↓ 1 callersMethodimbue
deps/boost/regex/v5/basic_regex.hpp:652
↓ 1 callersMethodimbue
deps/boost/regex/v4/basic_regex.hpp:683
↓ 1 callersMethodimmediate
deps/asio/asio/experimental/detail/channel_receive_op.hpp:36
↓ 1 callersFunctionincrement
Increment the iterator.
deps/asio/asio/buffers_iterator.hpp:354
↓ 1 callersFunctionincrement
deps/asio/asio/detail/atomic_count.hpp:33
↓ 1 callersMethodindex
deps/boost/regex/v5/regex_raw_buffer.hpp:174
↓ 1 callersMethodinit
Initialise the mutex.
deps/asio/asio/detail/std_static_mutex.hpp:50
↓ 1 callersMethodinit
deps/boost/regex/v5/regex_iterator.hpp:44
↓ 1 callersMethodinit
deps/boost/regex/v5/u32regex_iterator.hpp:38
↓ 1 callersMethodinit
deps/boost/regex/v5/w32_regex_traits.hpp:829
↓ 1 callersMethodinit
deps/boost/regex/v4/regex_iterator.hpp:55
↓ 1 callersMethodinit
deps/boost/regex/v4/u32regex_iterator.hpp:42
↓ 1 callersMethodinit
deps/boost/regex/v4/w32_regex_traits.hpp:731
↓ 1 callersMethodinit
Initialize a connection * init is called by an endpoint once for each newly created connection. * It's purpose is to give the transport policy t
deps/websocketpp/transport/asio/endpoint.hpp:1184
↓ 1 callersMethodinit_task
Initialise the task.
deps/asio/asio/detail/null_reactor.hpp:54
↓ 1 callersMethodinitialize_processor
deps/websocketpp/impl/connection_impl.hpp:1131
↓ 1 callersMethodinitialize_ssl
deps/httplib/httplib.h:7967
↓ 1 callersFunctionint_to_string
deps/nlohmann/json.h:5112
↓ 1 callersMethodinvoke
deps/asio/asio/experimental/impl/parallel_group.hpp:444
↓ 1 callersMethodinvoke
deps/asio/asio/experimental/impl/promise.hpp:96
↓ 1 callersFunctionis_base64
Test whether a character is a valid base64 character * @param c The character to test * @return true if c is a valid base64 character */
deps/websocketpp/base64/base64.hpp:53
↓ 1 callersFunctionis_chunked_transfer_encoding
deps/httplib/httplib.h:3635
↓ 1 callersFunctionis_connection_error
deps/httplib/httplib.h:2842
↓ 1 callersFunctionis_dir
deps/httplib/httplib.h:2163
↓ 1 callersFunctionis_file
deps/httplib/httplib.h:2154
↓ 1 callersFunctionis_hex
deps/httplib/httplib.h:2051
↓ 1 callersFunctionis_little_endian
deps/websocketpp/common/network.hpp:45
↓ 1 callersFunctionis_negative_number
deps/nlohmann/json.h:18610
↓ 1 callersFunctionis_number
@brief return whether value is a number @sa https://json.nlohmann.me/api/basic_json/is_number/
deps/nlohmann/json.h:20538
↓ 1 callersFunctionis_op_canceled
deps/websocketpp/transport/asio/endpoint.hpp:103
↓ 1 callersMethodis_open
Determine whether the handle is open.
deps/asio/asio/windows/basic_object_handle.hpp:304
↓ 1 callersMethodis_positive_infinity
deps/asio/asio/detail/timer_queue.hpp:327
↓ 1 callersFunctionis_structured
@brief return whether type is structured @sa https://json.nlohmann.me/api/basic_json/is_structured/
deps/nlohmann/json.h:20517
← previousnext →1,901–2,000 of 7,787, ranked by callers