Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlirezaParsi/COPG
/ functions
Functions
804 in github.com/AlirezaParsi/COPG
⨍
Functions
804
◇
Types & classes
196
Method
load_config
src/unified_controller.cpp:515
Function
locate
(cleanName, ignoreClean)
webroot/js/copg-data.js:321
Method
log_state_changes
src/unified_controller.cpp:785
Function
main
src/unified_controller.cpp:1009
Function
make_array
src/include/json.hpp:3349
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
src/include/json.hpp:23025
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
src/include/json.hpp:25184
Function
meta
(code)
webroot/js/i18n.js:22
Method
module_abi
src/include/zygisk.hpp:320
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src/include/json.hpp:17702
Function
names
()
webroot/js/copg-data.js:1226
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
src/include/json.hpp:7240
Method
nonesuch
src/include/json.hpp:282
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
src/include/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. */
src/include/json.hpp:17784
Method
null
src/include/json.hpp:8843
Method
null
src/include/json.hpp:9151
Method
number_float
src/include/json.hpp:8867
Method
number_float
src/include/json.hpp:9175
Method
number_integer
src/include/json.hpp:8855
Method
number_integer
src/include/json.hpp:9163
Method
number_unsigned
src/include/json.hpp:8861
Method
number_unsigned
src/include/json.hpp:9169
Method
onLoad
src/spoof_module.cpp:470
Method
onUnload
src/spoof_module.cpp:478
Function
open
(currentKey, callback)
webroot/js/cpupicker.js:174
Function
open
(callback)
webroot/js/apppicker.js:204
Function
open
()
webroot/js/console.js:226
Function
open
(currentKey, callback)
webroot/js/devicepicker.js:134
Function
openDevice
(deviceKey)
webroot/js/modals.js:319
Function
openPackage
(pkg)
webroot/js/modals.js:609
Function
operator "" _json
src/include/json.hpp:25232
Function
operator "" _json_pointer
src/include/json.hpp:25244
Function
operator!=
src/include/json.hpp:6234
Method
operator!=
inequality operator (needed for range-based for)
src/include/json.hpp:5533
Function
operator()
src/include/json.hpp:25266
Method
operator()
src/include/json.hpp:5339
Method
operator()
src/include/json.hpp:6105
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
src/include/json.hpp:25280
Method
operator+
src/include/json.hpp:13473
Method
operator++
src/include/json.hpp:5518
Method
operator++
src/include/json.hpp:13491
Method
operator++
post-increment (it++)
src/include/json.hpp:14384
Method
operator-
src/include/json.hpp:13480
Method
operator-
subtract from iterator
src/include/json.hpp:14420
Method
operator--
src/include/json.hpp:13504
Method
operator--
post-decrement (it--)
src/include/json.hpp:14396
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/include/json.hpp:13882
Method
operator->
src/include/json.hpp:15563
Method
operator<
src/include/json.hpp:13468
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
src/include/json.hpp:14116
Function
operator<=>
src/include/json.hpp:15373
Method
operator=
src/include/json.hpp:286
Function
operator==
src/include/json.hpp:14027
Method
operator==
equality operator (needed for InputIterator)
src/include/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
src/include/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
src/include/json.hpp:14134
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/include/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)
src/include/json.hpp:19763
Method
output_adapter
src/include/json.hpp:15741
Method
output_adapter_protocol
src/include/json.hpp:15651
Method
output_stream_adapter
src/include/json.hpp:15692
Method
output_string_adapter
src/include/json.hpp:15717
Method
output_vector_adapter
src/include/json.hpp:15667
Function
overlay
()
webroot/js/backup.js:104
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
src/include/json.hpp:14649
Method
parsePackageWithTags
───────────────────────────────────────── Package tag parsing - ✅ Supports multiple tags ─────────────────────────────────────────
src/spoof_module.cpp:646
Method
parsePackageWithTags
src/unified_controller.cpp:376
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
src/include/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
src/include/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
src/include/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 */
src/include/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
src/include/json.hpp:10204
Method
parse_error
src/include/json.hpp:8976
Method
parse_error
src/include/json.hpp:9371
Method
parse_error
src/include/json.hpp:9629
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src/include/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
src/include/json.hpp:11614
Method
parser
a parser reading from an input adapter
src/include/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/
src/include/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/
src/include/json.hpp:24761
Function
pkgMatchesFilter
(p)
webroot/js/library.js:75
Method
pltHookCommit
src/include/zygisk.hpp:377
Method
pltHookRegister
src/include/zygisk.hpp:374
Function
pollLogcat
()
webroot/js/console.js:166
Method
position_string
src/include/json.hpp:4670
Method
postAppSpecialize
src/spoof_module.cpp:622
Method
preAppSpecialize
src/spoof_module.cpp:484
Function
previewUnsaved
()
webroot/js/copg-data.js:1227
Method
process_events
src/unified_controller.cpp:66
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
src/include/json.hpp:22859
Method
reconcile
Read the live foreground/background set and reconcile applied tweaks against it.
src/unified_controller.cpp:765
Function
refresh
()
webroot/js/icons.js:167
Function
register
(code, dict)
webroot/js/i18n.js:15
Function
reinterpret_bits
src/include/json.hpp:17668
Method
reloadIfNeeded
src/spoof_module.cpp:783
Function
removeTag
(pkg, tag)
webroot/js/copg-data.js:63
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
src/include/json.hpp:22873
Function
restoreBackup
(entry)
webroot/js/copg-data.js:670
Function
restoreFromText
(text, forcedKind)
webroot/js/copg-data.js:687
← previous
next →
601–700 of 804, ranked by callers