MCPcopy Create free account

hub / github.com/black-sliver/PopTracker / functions

Functions7,287 in github.com/black-sliver/PopTracker

↓ 2 callersMethodexpires_at
Get the timer's expiry time as an absolute time. * This function may be used to obtain the timer's current expiry time. * Whether the timer has exp
lib/asio/include/asio/basic_deadline_timer.hpp:447
↓ 2 callersMethodexpires_from_now
Get the timer's expiry time relative to now. * This function may be used to obtain the timer's current expiry time. * Whether the timer has expired
lib/asio/include/asio/basic_deadline_timer.hpp:517
↓ 2 callersMethodexpiry
Helper function to get a timer's expiry time.
lib/asio/include/asio/ssl/detail/stream_core.hpp:163
↓ 2 callersMethodextension
src/core/fs.h:121
↓ 2 callersFunctionfileNewerThan
src/core/pack.cpp:85
↓ 2 callersFunctionfile_input_adapter
lib/json/include/nlohmann/json.hpp:6501
↓ 2 callersFunctionfilenameValid
lib/tinyfiledialogs/tinyfiledialogs.cpp:362
↓ 2 callersFunctionfiles
test/uilib/test_img.cpp:13
↓ 2 callersFunctionfillStackWithTrash
test/uilib/test_dlg.cpp:19
↓ 2 callersFunctionflatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
lib/json/include/nlohmann/json.hpp:24736
↓ 2 callersFunctionfmemopen
test/util/fmemopen.hpp:12
↓ 2 callersMethodfreeze
* @brief Create a new Json11FrozenValue instance that contains the * value referenced by this Json11Value instance. * * @ret
lib/valijson/include/valijson/adapters/json11_adapter.hpp:280
↓ 2 callersFunctionfrom_json_array_impl
lib/json/include/nlohmann/json.hpp:5048
↓ 2 callersFunctionfrom_json_inplace_array_impl
lib/json/include/nlohmann/json.hpp:5131
↓ 2 callersFunctionfrom_json_tuple_impl
lib/json/include/nlohmann/json.hpp:5243
↓ 2 callersFunctionfront
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
lib/json/include/nlohmann/json.hpp:22435
↓ 2 callersMethodget
lib/asio/include/asio/associated_immediate_executor.hpp:54
↓ 2 callersMethodgetAP
src/core/autotracker.h:598
↓ 2 callersMethodgetAlwaysOnTop
src/uilib/window.cpp:236
↓ 2 callersMethodgetBool
lib/valijson/include/valijson/internal/basic_adapter.hpp:563
↓ 2 callersMethodgetClearAsGroup
src/core/locationsection.h:65
↓ 2 callersMethodgetDivisor
lib/valijson/include/valijson/constraints/concrete_constraints.hpp:815
↓ 2 callersMethodgetDouble
lib/valijson/include/valijson/internal/basic_adapter.hpp:578
↓ 2 callersMethodgetGlitchedScoutableAsGlitched
src/core/location.h:92
↓ 2 callersMethodgetItemMargin
src/core/layoutnode.h:68
↓ 2 callersFunctiongetJsonReferencePointer
* @brief Extract JSON Pointer portion of a JSON Reference * * @param jsonRef JSON Reference to extract from * * @return Optional string
lib/valijson/include/valijson/internal/json_reference.hpp:43
↓ 2 callersFunctiongetJsonReferenceUri
* @brief Extract URI from JSON Reference relative to the current schema * * @param jsonRef JSON Reference to extract from * * @return Op
lib/valijson/include/valijson/internal/json_reference.hpp:19
↓ 2 callersFunctiongetLastNameW
lib/tinyfiledialogs/tinyfiledialogs.cpp:756
↓ 2 callersMethodgetMaxCount
src/core/baseitem.h:160
↓ 2 callersFunctiongetMaxImageSignatureLength
src/uilib/imghelper.h:52
↓ 2 callersMethodgetOrientation
src/core/layoutnode.h:62
↓ 2 callersMethodgetOverlay
src/ui/item.h:42
↓ 2 callersFunctiongetPathWithoutFinalSlashW
lib/tinyfiledialogs/tinyfiledialogs.cpp:726
↓ 2 callersMethodgetProgressCallbackRef
src/core/scripthost.cpp:751
↓ 2 callersMethodgetScrollY
src/uilib/scrollvbox.h:150
↓ 2 callersFunctiongetStableWeakHash
src/core/util.h:126
↓ 2 callersMethodgetStage2
src/ui/item.h:29
↓ 2 callersMethodgetSubName
src/core/autotracker.h:219
↓ 2 callersMethodgetTracker
src/ui/trackerview.cpp:398
↓ 2 callersMethodgetVariantFlags
src/core/pack.cpp:376
↓ 2 callersFunctiongetVersion
lib/tinyfiledialogs/tinyfiledialogs.cpp:3459
↓ 2 callersMethodgetX
src/core/location.h:47
↓ 2 callersMethodgetY
src/core/location.h:48
↓ 2 callersFunctionget_byte_positions
lib/json/include/nlohmann/json.hpp:4606
↓ 2 callersMethodget_cancel_requested
lib/asio/include/asio/detail/win_iocp_socket_service_base.hpp:707
↓ 2 callersMethodget_cancellation_state
lib/asio/include/asio/spawn.hpp:84
↓ 2 callersMethodget_cancellation_state
lib/asio/include/asio/impl/awaitable.hpp:710
↓ 2 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
lib/websocketpp/roles/server_endpoint.hpp:106
↓ 2 callersMethodget_executor
lib/asio/include/asio/executor_work_guard.hpp:124
↓ 2 callersMethodget_executor
lib/asio/include/asio/compose.hpp:154
↓ 2 callersMethodget_executor
lib/asio/include/asio/impl/write.hpp:407
↓ 2 callersMethodget_executor
lib/asio/include/asio/impl/read.hpp:442
↓ 2 callersMethodget_executor
Get the executor associated with the object.
lib/asio/include/asio/ip/basic_resolver.hpp:219
↓ 2 callersMethodget_executor
lib/asio/include/asio/experimental/detail/channel_operation.hpp:200
↓ 2 callersFunctionget_fin
Check whether the frame's FIN bit is set. * @param [in] h The basic header to extract from. * @return True if the header's fin bit is set. */
lib/websocketpp/frame.hpp:321
↓ 2 callersMethodget_handle
lib/asio/include/asio/experimental/impl/coro.hpp:623
↓ 2 callersFunctionget_header_len
Calculates the full length of the header based on the first bytes. * A WebSocket frame header always has at least two bytes. Encoded within the * fir
lib/websocketpp/frame.hpp:445
↓ 2 callersFunctionget_masking_key_offset
Calculate the offset location of the masking key within the extended header * Calculate the offset location of the masking key within the extended hea
lib/websocketpp/frame.hpp:469
↓ 2 callersMethodget_message
lib/websocketpp/processors/hybi13.hpp:567
↓ 2 callersFunctionget_payload_size
Extract the full payload size field from a WebSocket header * It is the responsibility of the caller to verify that h and e together * represent a va
lib/websocketpp/frame.hpp:573
↓ 2 callersMethodget_port_str
lib/websocketpp/uri.hpp:264
↓ 2 callersFunctionget_rsv1
check whether the frame's RSV1 bit is set * @param [in] h The basic header to extract from. * @return True if the header's RSV1 bit is set. */
lib/websocketpp/frame.hpp:339
↓ 2 callersMethodget_terminal
Get whether or not the message is terminal * Messages can be flagged as terminal, which results in the connection * being close after they are wr
lib/websocketpp/message_buffer/message.hpp:169
↓ 2 callersMethodget_uri
lib/websocketpp/processors/hybi00.hpp:217
↓ 2 callersFunctionget_uri_from_host
lib/websocketpp/processors/processor.hpp:136
↓ 2 callersMethodget_version
lib/websocketpp/processors/hybi07.hpp:69
↓ 2 callersFunctiongifReadU16
src/uilib/imghelper.h:190
↓ 2 callersFunctiongrisu2
lib/json/include/nlohmann/json.hpp:18448
↓ 2 callersFunctiongrisu2_round
lib/json/include/nlohmann/json.hpp:18166
↓ 2 callersMethodhandle_read_frame
lib/websocketpp/impl/connection_impl.hpp:965
↓ 2 callersMethodhandshake
Perform SSL handshaking. * This function is used to perform SSL handshaking on the stream. The * function call will block until handshaking is comp
lib/asio/include/asio/ssl/stream.hpp:399
↓ 2 callersMethodhasCode
src/core/jsonitem.h:50
↓ 2 callersMethodheaders_ready
Returns true if the response headers are fully parsed.
lib/websocketpp/http/response.hpp:121
↓ 2 callersFunctionhex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
lib/json/include/nlohmann/json.hpp:19398
↓ 2 callersFunctionhiddenConsoleW
lib/tinyfiledialogs/tinyfiledialogs.cpp:1049
↓ 2 callersFunctionhost_name
lib/asio/include/asio/detail/winrt_utils.hpp:75
↓ 2 callersMethodimmediate_executor
lib/asio/include/asio/any_completion_handler.hpp:124
↓ 2 callersMethodinit_buffers
lib/asio/include/asio/basic_socket_streambuf.hpp:525
↓ 2 callersFunctionint_to_string
lib/json/include/nlohmann/json.hpp:5436
↓ 2 callersMethodinterrupt
No-op.
lib/asio/include/asio/detail/null_reactor.hpp:69
↓ 2 callersMethodisAnyMemoryConnected
src/core/autotracker.h:197
↓ 2 callersMethodisBulkUpdate
src/core/tracker.cpp:864
↓ 2 callersMethodisImageOverridden
src/core/jsonitem.h:297
↓ 2 callersMethodisNull
lib/valijson/include/valijson/adapters/json11_adapter.hpp:427
↓ 2 callersMethodisNull
lib/valijson/include/valijson/adapters/jsoncpp_adapter.hpp:424
↓ 2 callersMethodisNumber
lib/valijson/include/valijson/internal/basic_adapter.hpp:722
↓ 2 callersMethodisSizeDone
src/ui/packimagefuture.hpp:95
↓ 2 callersMethodis_end
return whether the iterator is at end
lib/json/include/nlohmann/json.hpp:13458
↓ 2 callersMethodis_errored
lib/json/include/nlohmann/json.hpp:8988
↓ 2 callersFunctionis_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
lib/json/include/nlohmann/json.hpp:21384
↓ 2 callersMethodis_v4
Get whether the address is an IP version 4 address.
lib/asio/include/asio/ip/address.hpp:82
↓ 2 callersMethodlines
src/luasandbox/luapackio.cpp:340
↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
lib/json/include/nlohmann/json.hpp:9832
↓ 2 callersFunctionlocaltime
Thread safe cross platform localtime
lib/websocketpp/common/time.hpp:41
↓ 2 callersMethodlock
Lock the mutex.
lib/asio/include/asio/detail/conditionally_enabled_mutex.hpp:124
↓ 2 callersMethodlog_open_result
lib/websocketpp/impl/connection_impl.hpp:2251
↓ 2 callersFunctionmakeTransparent
src/uilib/colorhelper.h:306
↓ 2 callersFunctionmakeZip
test/core/test_zip.cpp:28
↓ 2 callersFunctionmake_error_code
Get an error code with the given value and the debug transport category
lib/websocketpp/transport/debug/base.hpp:89
↓ 2 callersMethodmayBlockOnExit
src/usb2snes/usb2snes.cpp:375
← previousnext →1,001–1,100 of 7,287, ranked by callers