Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorFlynn/ytdlp-interface
/ functions
Functions
856 in github.com/ErrorFlynn/ytdlp-interface
⨍
Functions
856
◇
Types & classes
247
Method
make_pixels
ytdlp-interface/hsl_picker.cpp:276
Method
make_updater_page
ytdlp-interface/forms/form_settings.cpp:1413
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
ytdlp-interface/json.hpp:23025
Method
menu_renderer
ytdlp-interface/widgets.hpp:407
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
ytdlp-interface/json.hpp:25184
Method
msg_label
ytdlp-interface/msgbox.hpp:17
Method
msgbox
ytdlp-interface/msgbox.hpp:40
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
ytdlp-interface/json.hpp:17702
Method
my_label
ytdlp-interface/forms/form_colors.hpp:28
Method
my_tbox
ytdlp-interface/forms/form_colors.cpp:792
Method
mybtn
ytdlp-interface/forms/form_colors.hpp:39
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
ytdlp-interface/json.hpp:7240
Method
nonesuch
ytdlp-interface/json.hpp:282
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
ytdlp-interface/json.hpp:17767
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. */
ytdlp-interface/json.hpp:17784
Method
notify_status
ytdlp-interface/widgets.hpp:775
Method
null
ytdlp-interface/json.hpp:8843
Method
null
ytdlp-interface/json.hpp:9151
Method
number_float
ytdlp-interface/json.hpp:8867
Method
number_float
ytdlp-interface/json.hpp:9175
Method
number_integer
ytdlp-interface/json.hpp:8855
Method
number_integer
ytdlp-interface/json.hpp:9163
Method
number_unsigned
ytdlp-interface/json.hpp:8861
Method
number_unsigned
ytdlp-interface/json.hpp:9169
Method
on_btn_dl
ytdlp-interface/gui.cpp:2318
Method
operate
ytdlp-interface/widgets.cpp:994
Method
operator !=
ytdlp-interface/types.cpp:34
Function
operator "" _json
ytdlp-interface/json.hpp:25232
Function
operator "" _json_pointer
ytdlp-interface/json.hpp:25244
Method
operator <
ytdlp-interface/forms/form_sections.cpp:167
Function
operator ==
ytdlp-interface/widgets.hpp:53
Method
operator ==
ytdlp-interface/widgets.hpp:47
Method
operator ==
ytdlp-interface/types.cpp:26
Method
operator >
ytdlp-interface/types.cpp:18
Method
operator >
ytdlp-interface/forms/form_sections.cpp:168
Function
operator!=
ytdlp-interface/json.hpp:6234
Method
operator!=
inequality operator (needed for range-based for)
ytdlp-interface/json.hpp:5533
Method
operator!=
ytdlp-interface/types.cpp:97
Function
operator()
ytdlp-interface/json.hpp:25266
Method
operator()
ytdlp-interface/msgbox.hpp:170
Method
operator()
ytdlp-interface/json.hpp:5339
Method
operator()
ytdlp-interface/json.hpp:6105
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
ytdlp-interface/json.hpp:25280
Method
operator()
ytdlp-interface/log.hpp:64
Method
operator+
ytdlp-interface/json.hpp:13473
Method
operator++
ytdlp-interface/json.hpp:5518
Method
operator++
ytdlp-interface/json.hpp:13491
Method
operator++
post-increment (it++)
ytdlp-interface/json.hpp:14384
Method
operator-
ytdlp-interface/json.hpp:13480
Method
operator-
subtract from iterator
ytdlp-interface/json.hpp:14420
Method
operator--
ytdlp-interface/json.hpp:13504
Method
operator--
post-decrement (it--)
ytdlp-interface/json.hpp:14396
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ytdlp-interface/json.hpp:13882
Method
operator->
ytdlp-interface/json.hpp:15563
Method
operator<
ytdlp-interface/json.hpp:13468
Method
operator<<
ytdlp-interface/widgets.cpp:1700
Method
operator<<
ytdlp-interface/forms/form_colors.cpp:717
Function
operator<=
! @brief comparison: less than or equal @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-i
ytdlp-interface/json.hpp:14116
Function
operator<=>
ytdlp-interface/json.hpp:15373
Method
operator=
ytdlp-interface/json.hpp:286
Function
operator==
ytdlp-interface/json.hpp:14027
Method
operator==
ytdlp-interface/types.hpp:92
Method
operator==
equality operator (needed for InputIterator)
ytdlp-interface/json.hpp:5527
Function
operator>
! @brief comparison: greater than @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-initial
ytdlp-interface/json.hpp:14125
Function
operator>=
! @brief comparison: greater than or equal @pre (1) The iterator is initialized; i.e. `m_object != nullptr`, or (2) both iterators are value-i
ytdlp-interface/json.hpp:14134
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ytdlp-interface/json.hpp:14251
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
ytdlp-interface/json.hpp:19763
Method
other_instance
ytdlp-interface/util.cpp:364
Method
outline_color
ytdlp-interface/progress_ex.hpp:43
Method
output_adapter
ytdlp-interface/json.hpp:15741
Method
output_adapter_protocol
ytdlp-interface/json.hpp:15651
Method
output_stream_adapter
ytdlp-interface/json.hpp:15692
Method
output_string_adapter
ytdlp-interface/json.hpp:15717
Method
output_vector_adapter
ytdlp-interface/json.hpp:15667
Method
panel_ex
ytdlp-interface/widgets.hpp:734
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
ytdlp-interface/json.hpp:14649
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
ytdlp-interface/json.hpp:10174
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
ytdlp-interface/json.hpp:10050
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
ytdlp-interface/json.hpp:10136
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
ytdlp-interface/json.hpp:9946
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
ytdlp-interface/json.hpp:10204
Method
parse_error
ytdlp-interface/json.hpp:8976
Method
parse_error
ytdlp-interface/json.hpp:9371
Method
parse_error
ytdlp-interface/json.hpp:9629
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
ytdlp-interface/json.hpp:10980
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
ytdlp-interface/json.hpp:11614
Method
parser
a parser reading from an input adapter
ytdlp-interface/json.hpp:12929
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
ytdlp-interface/json.hpp:25032
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
ytdlp-interface/json.hpp:24761
Method
path_label
ytdlp-interface/widgets.hpp:159
Method
populate
ytdlp-interface/widgets.cpp:1175
Method
position_string
ytdlp-interface/json.hpp:4670
Method
process_queue_item
ytdlp-interface/gui.cpp:243
Method
progress_ex
ytdlp-interface/progress_ex.hpp:28
Method
pwr_can_hibernate
ytdlp-interface/util.cpp:791
Method
pwr_enable_shutdown_privilege
ytdlp-interface/util.cpp:761
Method
pwr_hibernate
ytdlp-interface/util.cpp:785
Method
pwr_shutdown
ytdlp-interface/util.cpp:755
Method
pwr_sleep
ytdlp-interface/util.cpp:779
Method
queue_make_listbox
ytdlp-interface/queue.cpp:6
← previous
next →
601–700 of 856, ranked by callers