MCPcopy Create free account

hub / github.com/Universal-Team/Universal-Updater / functions

Functions1,085 in github.com/Universal-Team/Universal-Updater

↓ 2 callersFunctiondownloadToFile
Download a file. const std::string &url: The download URL. const std::string &path: Where to place the file. */
source/utils/download.cpp:168
↓ 2 callersFunctiondrawFormatBits
Draws two copies of the format bits (with its own error correction code) based on the given mask and error correction level. This always draws all mod
source/qrcodegen/qrcodegen.c:519
↓ 2 callersFunctionemplace
include/utils/json.hpp:21954
↓ 2 callersFunctionencodeLZ77
LZ77-encode the data. Return value is error code. The input are raw bytes, the output is in the form of unsigned integers with codes representing for
source/utils/lodepng.cpp:1593
↓ 2 callersFunctionensureBits17
See ensureBits documentation above. This one ensures up to 17 bits */
source/utils/lodepng.cpp:510
↓ 2 callersFunctionensureBits32
See ensureBits documentation above. This one ensures up to 32 bits */
source/utils/lodepng.cpp:547
↓ 2 callersFunctionfcopy
The copy operation. const char *destinationPath: Pointer to the destination path. const char *sourcePath: Pointer to the source path. */
source/utils/fileBrowse.cpp:186
↓ 2 callersFunctionfilecommit
source/utils/download.cpp:99
↓ 2 callersFunctionfindInVector
Find a query from a vector. const std::vector<std::string> &items: Const Reference to the vector strings / items. const std::string &query: Const R
source/store/storeUtils.cpp:158
↓ 2 callersFunctionfinderPenaltyTerminateAndCount
Must be called at the end of a line (row or column) of modules. A helper function for getPenaltyScore().
source/qrcodegen/qrcodegen.c:730
↓ 2 callersFunctionfitness_all
Compute a fitness score for the currently configured perspective * transform, using the features we expect to find by scanning the * grid. */
source/qr/identify.cpp:864
↓ 2 callersFunctionformat_syndromes
source/qr/decode.cpp:347
↓ 2 callersFunctionfrom_json_array_impl
include/utils/json.hpp:3574
↓ 2 callersFunctiongenerateFixedDistanceTree
get the distance code tree of a deflated block with fixed tree, as specified in the deflate specification*/
source/utils/lodepng.cpp:1080
↓ 2 callersFunctiongenerateFixedLitLenTree
get the literal and length code tree of a deflated block with fixed tree, as per the deflate specification*/
source/utils/lodepng.cpp:1062
↓ 2 callersFunctiongetAlignmentPatternPositions
Calculates and stores an ascending list of positions of alignment patterns for this version number, returning the length of the list (in the range [0,
source/qrcodegen/qrcodegen.c:553
↓ 2 callersFunctiongetHash
source/utils/lodepng.cpp:1544
↓ 2 callersFunctiongetNumColorChannels
source/utils/lodepng.cpp:2648
↓ 2 callersFunctionget_impl_ptr
get a pointer to the value (object)
include/utils/json.hpp:19194
↓ 2 callersFunctiongrisu2
include/utils/json.hpp:15162
↓ 2 callersFunctiongrisu2_round
include/utils/json.hpp:14880
↓ 2 callersMethodinitialize
In case it doesn't exist. */
source/utils/config.cpp:98
↓ 2 callersFunctioninitializeFunctionModules
Clears the given QR Code grid with light modules for the given version's size, then marks every function module as dark.
source/qrcodegen/qrcodegen.c:421
↓ 2 callersFunctionisGrayICCProfile
source/utils/lodepng.cpp:5793
↓ 2 callersFunctionisRGBICCProfile
source/utils/lodepng.cpp:5807
↓ 2 callersMethodis_end
return whether the iterator is at end
include/utils/json.hpp:10671
↓ 2 callersMethodis_errored
include/utils/json.hpp:5453
↓ 2 callersFunctionis_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integ
include/utils/json.hpp:19001
↓ 2 callersFunctionlittle_endianess
! @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
include/utils/json.hpp:7681
↓ 2 callersMethodloadSheets
Load all SpriteSheets. */
source/store/store.cpp:184
↓ 2 callersFunctionlodepng_add_text
source/utils/lodepng.cpp:2922
↓ 2 callersFunctionlodepng_add_text_sized
source/utils/lodepng.cpp:2905
↓ 2 callersFunctionlodepng_assign_icc
same as set but does not delete */
source/utils/lodepng.cpp:3002
↓ 2 callersFunctionlodepng_buffer_file
load file into buffer that already has the correct allocated size. Returns error code.*/
source/utils/lodepng.cpp:365
↓ 2 callersFunctionlodepng_chunk_append
source/utils/lodepng.cpp:2564
↓ 2 callersFunctionlodepng_chunk_check_crc
source/utils/lodepng.cpp:2501
↓ 2 callersFunctionlodepng_chunk_data_const
source/utils/lodepng.cpp:2497
↓ 2 callersFunctionlodepng_chunk_next
source/utils/lodepng.cpp:2516
↓ 2 callersFunctionlodepng_chunk_next_const
source/utils/lodepng.cpp:2532
↓ 2 callersFunctionlodepng_color_mode_alloc_palette
allocates palette memory if needed, and initializes all colors to black*/
source/utils/lodepng.cpp:2677
↓ 2 callersFunctionlodepng_compute_color_stats
stats must already have been inited. */
source/utils/lodepng.cpp:3692
↓ 2 callersFunctionlodepng_convert
source/utils/lodepng.cpp:3524
↓ 2 callersFunctionlodepng_convert_rgb
Converts a single rgb color without alpha from one type to another, color bits truncated to their bitdepth. In case of single channel (gray or palette
source/utils/lodepng.cpp:3605
↓ 2 callersFunctionlodepng_decode
source/utils/lodepng.cpp:4951
↓ 2 callersFunctionlodepng_decode_file
source/utils/lodepng.cpp:5014
↓ 2 callersFunctionlodepng_encode
source/utils/lodepng.cpp:5814
↓ 2 callersFunctionlodepng_encode_file
source/utils/lodepng.cpp:6099
↓ 2 callersFunctionlodepng_filesize
returns negative value on error. This should be pure C compatible, so no fstat. */
source/utils/lodepng.cpp:345
↓ 2 callersFunctionlodepng_get_bpp_lct
source/utils/lodepng.cpp:2660
↓ 2 callersFunctionlodepng_inflatev
source/utils/lodepng.cpp:1388
↓ 2 callersFunctionlodepng_info_copy
source/utils/lodepng.cpp:3070
↓ 2 callersFunctionlodepng_palette_clear
source/utils/lodepng.cpp:2734
↓ 2 callersFunctionlodepng_save_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
source/utils/lodepng.cpp:390
↓ 2 callersFunctionlodepng_state_copy
source/utils/lodepng.cpp:5072
↓ 2 callersFunctionlodepng_zlib_decompressv
source/utils/lodepng.cpp:2174
↓ 2 callersFunctionnumCharCountBits
Returns the bit width of the character count field for a segment in the given mode in a QR Code at the given version number. The result is in the rang
source/qrcodegen/qrcodegen.c:1013
↓ 2 callersFunctionpoly_add
source/qr/decode.cpp:129
↓ 2 callersFunctionpreProcessScanlines
out must be buffer big enough to contain uncompressed IDAT chunk data, and in must contain the full image. return value is error**/
source/utils/lodepng.cpp:5709
↓ 2 callersMethodprompt
If showing prompt if action failed / succeeded. */
include/utils/config.hpp:124
↓ 2 callersFunctionqrcodegen_calcSegmentBufferSize
Public function - see documentation comment in header file.
source/qrcodegen/qrcodegen.c:834
↓ 2 callersFunctionreadChunk_PLTE
source/utils/lodepng.cpp:4349
↓ 2 callersFunctionreadChunk_bKGD
background color chunk (bKGD)*/
source/utils/lodepng.cpp:4399
↓ 2 callersFunctionreadChunk_cHRM
source/utils/lodepng.cpp:4638
↓ 2 callersFunctionreadChunk_gAMA
source/utils/lodepng.cpp:4629
↓ 2 callersFunctionreadChunk_iCCP
source/utils/lodepng.cpp:4663
↓ 2 callersFunctionreadChunk_iTXt
international text chunk (iTXt)*/
source/utils/lodepng.cpp:4518
↓ 2 callersFunctionreadChunk_pHYs
source/utils/lodepng.cpp:4618
↓ 2 callersFunctionreadChunk_sRGB
source/utils/lodepng.cpp:4654
↓ 2 callersFunctionreadChunk_tEXt
text chunk (tEXt)*/
source/utils/lodepng.cpp:4431
↓ 2 callersFunctionreadChunk_tIME
source/utils/lodepng.cpp:4604
↓ 2 callersFunctionreadChunk_tRNS
source/utils/lodepng.cpp:4369
↓ 2 callersFunctionreadChunk_zTXt
compressed text chunk (zTXt)*/
source/utils/lodepng.cpp:4471
↓ 2 callersFunctionread_bit
source/qr/decode.cpp:527
↓ 2 callersFunctionread_format
source/qr/decode.cpp:415
↓ 2 callersFunctionremoveDirRecursive
source/utils/files.cpp:121
↓ 2 callersFunctionremovePaddingBits
source/utils/lodepng.cpp:4279
↓ 2 callersFunctionreserved_cell
source/qr/decode.cpp:471
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
include/utils/json.hpp:7191
↓ 2 callersFunctionreverseBits
source/utils/lodepng.cpp:607
↓ 2 callersFunctionsearchCodeIndex
search the index in the array, that has the largest value smaller than or equal to the given value, given array must be sorted (if no value is smaller
source/utils/lodepng.cpp:1452
↓ 2 callersMethodsetInt
source/utils/config.cpp:250
↓ 2 callersMethodset_begin
! @brief set the iterator to the first value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:10940
↓ 2 callersMethodset_subtype
! @brief sets the binary subtype Sets the binary subtype of the value, also flags a binary JSON value as having a subtype, which has impl
include/utils/json.hpp:4492
↓ 2 callersFunctionsize
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
include/utils/json.hpp:21494
↓ 2 callersFunctionskip_whitespace
include/utils/json.hpp:7371
↓ 2 callersFunctionswap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
include/utils/json.hpp:22359
↓ 2 callersFunctiontiming_scan
Do a Bresenham scan from one point to another and count the number * of black/white transitions. */
source/qr/identify.cpp:664
↓ 2 callersFunctionuivector_cleanup
source/utils/lodepng.cpp:224
↓ 2 callersFunctionuivector_init
source/utils/lodepng.cpp:246
↓ 2 callersMethodunloadSheets
Unload all SpriteSheets. */
source/store/store.cpp:169
↓ 2 callersFunctionupdateHashChain
wpos = pos & (windowsize - 1)*/
source/utils/lodepng.cpp:1574
↓ 2 callersFunctionwriteLZ77data
write the lz77-encoded data, which has lit, len and dist codes, to compressed stream using huffman trees. tree_ll: the tree for lit and len codes. tre
source/utils/lodepng.cpp:1782
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
include/utils/json.hpp:12773
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
include/utils/json.hpp:12793
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
include/utils/json.hpp:13098
↓ 2 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
include/utils/json.hpp:13422
↓ 1 callersFunctionAdam7_deinterlace
in: Adam7 interlaced image, with no padding bits between scanlines, but between reduced images so that each reduced image starts at a byte. out: the
source/utils/lodepng.cpp:4239
↓ 1 callersFunctionAdam7_interlace
in: non-interlaced image with size w*h out: the same pixels, but re-ordered according to PNG's Adam7 interlacing, with no padding bits between scanli
source/utils/lodepng.cpp:5668
↓ 1 callersMethodAddThemes
source/utils/theme.cpp:87
↓ 1 callersFunctionAutoUpdateLogic
Logic of the Auto-Update Settings. Here you can.. - Enable / Disable Automatically updating the UniStore on boot. - Enable / Disable Automaticall
source/menu/settings.cpp:478
← previousnext →301–400 of 1,085, ranked by callers