Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Universal-Team/Universal-Updater
/ functions
Functions
1,085 in github.com/Universal-Team/Universal-Updater
⨍
Functions
1,085
◇
Types & classes
238
Method
QueueMenuHandle
source/menu/queueMenu.cpp:263
Method
RefreshInstalledApps
Re-check all Entries for available updates and installed status. */
source/store/storeUtils.cpp:254
Method
RelativeDate
Formats a date to a relative date (ie 1 month ago) Expects the format "YYYY-MM-DD at HH:MM (UTC)" */
source/utils/stringutils.cpp:163
Method
ReleaseNotesLogic
As the name says: Release notes logic. float &scrollOffset: The scroll offset for the Release Notes text. float &scrollDelta: The scroll delta for
source/menu/releaseNotes.cpp:113
Method
ResetEntries
Reset everything of the store and clear + fetch the entries again. */
source/store/storeUtils.cpp:223
Method
ResetSearch
source/menu/searchMenu.cpp:85
Method
Resume
Use this, to go back to the queue after the Request. */
source/utils/queueSystem.cpp:88
Method
ScreenshotMenu
Screenshot Menu handle. C2D_Image &img: The C2D_Image of the screenshot. int &sIndex: The Screenshot index. bool &sFetch: If fetching screenshots
source/menu/screenshotMenu.cpp:135
Method
SearchHandle
Search + Filter Handle. Here you can.. - Filter your apps for the marks. - Search the UniStore. - Include stuff into the search. std::vector<bo
source/menu/searchMenu.cpp:204
Method
SelectDir
Select a Directory. */
source/overlays/dirSelect.cpp:46
Method
SelectStore
This is the UniStore Manage Handle. Here you can.. - Delete a UniStore. - Download / Add a UniStore. - Check for Updates for a UniStore. - Switc
source/overlays/storeSelect.cpp:132
Method
SelectTheme
Select a Theme. */
source/overlays/themeSelect.cpp:45
Method
SetInstalled
include/store/storeEntry.hpp:75
Method
SettingsHandle
Settings Handle. int &page: Reference to the page. bool &dspSettings: Reference to the display Settings. int &storeMode: Reference to the store Mo
source/menu/settings.cpp:764
Method
ShowCredits
Show the Credits. */
source/overlays/credits.cpp:33
Method
ShowQrCodeUrl
Show a QR Code URL. */
source/overlays/showQrCode.cpp:85
Method
SideMenuHandle
Side Menu Handle. Here you can.. - Switch between the Menus through the sidebar. int ¤tMenu: Reference to the store Mode / Menu. bool &fet
source/menu/sideMenu.cpp:77
Method
SortEntries
Sort the entries. bool Ascending: If Ascending. SortType sorttype: The sort type. */
source/store/storeUtils.cpp:131
Method
SortHandle
Sort Handle. Here you can.. - Sort your entries to.. - Title (Ascending / Descending). - Author (Ascending / Descending). - Last Updated Date
source/menu/sortMenu.cpp:124
Method
Sound
Initialize the sound. const std::string &path: Path to the file to play. const int channel: The channel to use. 1 by default. const bool toloop: I
source/utils/sound.cpp:61
Method
State
source/utils/lodepng.cpp:6332
Method
Store
Initialize a Store. const std::string &file: The UniStore file. const std::string &fileName: The UniStore file.. without full path. UpdateMode upd
source/store/store.cpp:46
Method
StoreEntry
Fetch informations on constructor. const std::unique_ptr<Store> &store: Const Reference to the store class. const std::unique_ptr<Meta> &meta: Cons
source/store/storeEntry.cpp:38
Method
StoreHandle
The store Add QR Code handle and such. */
source/qr/qrcode.cpp:422
Method
Theme
source/utils/theme.cpp:41
Method
UUUpdate
include/utils/download.hpp:53
Method
UnloadFont
Unload the custom font and switch back to SysFont. */
source/init.cpp:108
Function
ValueType
include/utils/json.hpp:19720
Function
area_count
source/qr/identify.cpp:349
Method
array_index
! @param[in] s reference token to be converted into an array index @return integer representation of @a s @throw parse_error.106 if an
include/utils/json.hpp:11869
Function
back
! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `c.ba
include/utils/json.hpp:20449
Function
basic_json array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
include/utils/json.hpp:18269
Function
basic_json binary
! @brief explicitly create a binary array (without subtype) Creates a JSON binary array value from a given binary container. Binary value
include/utils/json.hpp:18166
Function
basic_json diff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
include/utils/json.hpp:24957
Function
basic_json from_bson
include/utils/json.hpp:24331
Function
basic_json from_cbor
include/utils/json.hpp:23959
Function
basic_json from_msgpack
include/utils/json.hpp:24102
Function
basic_json from_ubjson
include/utils/json.hpp:24218
Function
basic_json meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
include/utils/json.hpp:16830
Function
basic_json object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
include/utils/json.hpp:18313
Function
basic_json parse
include/utils/json.hpp:23173
Method
binary
include/utils/json.hpp:5389
Method
binary
include/utils/json.hpp:5564
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
include/utils/json.hpp:7712
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
include/utils/json.hpp:12764
Method
boolean
include/utils/json.hpp:5359
Method
boolean
include/utils/json.hpp:5534
Method
bootTitle
Boot a title. */
source/utils/scriptUtils.cpp:67
Method
byte_container_with_subtype
include/utils/json.hpp:4439
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
include/utils/json.hpp:13776
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
include/utils/json.hpp:13791
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
include/utils/json.hpp:13833
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
include/utils/json.hpp:13629
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/utils/json.hpp:13706
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
include/utils/json.hpp:13927
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/utils/json.hpp:13676
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/utils/json.hpp:13734
Method
cancelled
include/qr/qrcode.hpp:72
Function
captureHelper
source/qr/qrcode.cpp:279
Function
clear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
include/utils/json.hpp:21636
Method
clear_subtype
! @brief clears the binary subtype Clears the binary subtype and flags the value as not having a subtype, which has implications for seri
include/utils/json.hpp:4564
Function
commitToFileThreadFunc
source/utils/download.cpp:108
Method
compareAuthorAscending
source/store/storeUtils.cpp:67
Method
compareAuthorDescending
Compare Author. const std::shared_ptr<StoreEntry> &a: Const Reference to Entry A. const std::shared_ptr<StoreEntry> &b: Const Reference to Entry B.
source/store/storeUtils.cpp:58
Method
compareStarsAscending
source/store/storeUtils.cpp:112
Method
compareStarsDescending
Compare Stars. const std::shared_ptr<StoreEntry> &a: Const Reference to Entry A. const std::shared_ptr<StoreEntry> &b: Const Reference to Entry B.
source/store/storeUtils.cpp:100
Method
compareTitleAscending
source/store/storeUtils.cpp:46
Method
compareTitleDescending
Compare Title. const std::shared_ptr<StoreEntry> &a: Const Reference to Entry A. const std::shared_ptr<StoreEntry> &b: Const Reference to Entry B.
source/store/storeUtils.cpp:41
Method
compareUpdateAscending
source/store/storeUtils.cpp:88
Method
compareUpdateDescending
Compare Last Updated. const std::shared_ptr<StoreEntry> &a: Const Reference to Entry A. const std::shared_ptr<StoreEntry> &b: Const Reference to En
source/store/storeUtils.cpp:83
Function
compress
source/utils/lodepng.cpp:6310
Method
construct
include/utils/json.hpp:4020
Method
construct
include/utils/json.hpp:4032
Method
construct
include/utils/json.hpp:4062
Method
construct
include/utils/json.hpp:4084
Method
construct
include/utils/json.hpp:4096
Method
construct
include/utils/json.hpp:4108
Method
construct
include/utils/json.hpp:4120
Method
construct
include/utils/json.hpp:4179
Function
contains
! @throw parse_error.106 if an array index begins with '0' @throw parse_error.109 if an array index was not a number */
include/utils/json.hpp:12196
Method
copyFile
Copy. */
source/utils/scriptUtils.cpp:92
Function
count
include/utils/json.hpp:20863
Method
count_digits
! @brief count digits Count the number of decimal (base 10) digits for an input unsigned integer. @param[in] x unsigned integer number
include/utils/json.hpp:16073
Method
create
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] pos the position where the error occ
include/utils/json.hpp:2436
Method
create
include/utils/json.hpp:2513
Method
create
include/utils/json.hpp:2567
Method
create
include/utils/json.hpp:2614
Method
create
include/utils/json.hpp:2652
Method
create
include/utils/json.hpp:5056
Method
create
include/utils/json.hpp:5080
Function
curlProgress
source/utils/download.cpp:86
Method
decode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
include/utils/json.hpp:16298
Function
decompress
source/utils/lodepng.cpp:6291
Function
dirEntryPredicate
source/utils/fileBrowse.cpp:52
Method
displayProgressBar
Display the progressbar. */
source/utils/animation.cpp:62
Method
diyfp
include/utils/json.hpp:14396
Method
downloadFile
Download a file. */
source/utils/scriptUtils.cpp:204
Method
downloadRelease
Download from GitHub Release. */
source/utils/scriptUtils.cpp:160
Function
drawHelper
These are just Helpers.. because Threads. */
source/qr/qrcode.cpp:275
Method
dump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
include/utils/json.hpp:15817
← previous
next →
701–800 of 1,085, ranked by callers