MCPcopy Create free account

hub / github.com/InkboxSoftware/all-screen-keyboard / functions

Functions680 in github.com/InkboxSoftware/all-screen-keyboard

Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
keyboard/src/json.hpp:10853
Methodget_cbor_float_prefix
keyboard/src/json.hpp:17133
Methodget_cbor_object
! @param[in] len the length of the object or detail::unknown_size() for an object of indefinite size @param[in] tag_handl
keyboard/src/json.hpp:10986
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
keyboard/src/json.hpp:10757
Functionget_character
keyboard/src/json.hpp:6576
Methodget_character
keyboard/src/json.hpp:6677
Methodget_character
keyboard/src/json.hpp:6855
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
keyboard/src/json.hpp:7254
Methodget_decimal_point
return the locale-dependent decimal point
keyboard/src/json.hpp:7227
Functionget_elements
keyboard/src/json.hpp:6583
Methodget_elements
keyboard/src/json.hpp:6691
Methodget_elements
keyboard/src/json.hpp:6874
Functionget_error_message
return syntax error message
keyboard/src/json.hpp:8565
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
keyboard/src/json.hpp:12655
Functionget_impl
keyboard/src/json.hpp:21795
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
keyboard/src/json.hpp:11617
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
keyboard/src/json.hpp:11506
Methodget_msgpack_float_prefix
keyboard/src/json.hpp:17147
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
keyboard/src/json.hpp:11639
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
keyboard/src/json.hpp:11423
Methodget_number
keyboard/src/json.hpp:12709
Functionget_number_float
return floating-point value
keyboard/src/json.hpp:8512
Functionget_number_unsigned
keyboard/src/json.hpp:8506
Functionget_position
return position of last read token
keyboard/src/json.hpp:8533
Functionget_ref
keyboard/src/json.hpp:21981
Functionget_ref_impl
keyboard/src/json.hpp:21670
Methodget_to
keyboard/src/json.hpp:12638
Methodget_token
get next token from lexer
keyboard/src/json.hpp:13421
Methodget_ubjson_array
! @return whether array creation completed */
keyboard/src/json.hpp:12346
Methodget_ubjson_float_prefix
keyboard/src/json.hpp:17448
Methodget_ubjson_high_precision_number
keyboard/src/json.hpp:12544
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
keyboard/src/json.hpp:11790
Methodget_ubjson_object
! @return whether object creation completed */
keyboard/src/json.hpp:12461
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
keyboard/src/json.hpp:12086
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
keyboard/src/json.hpp:11855
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
keyboard/src/json.hpp:11695
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
keyboard/src/json.hpp:12153
Methodhandle_diagnostic_positions_for_json_value
keyboard/src/json.hpp:9058
Methodhandle_diagnostic_positions_for_json_value
keyboard/src/json.hpp:9453
Methodhandle_value
keyboard/src/json.hpp:9532
Functionhas_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
keyboard/src/json.hpp:6317
MethodhexCharToInt
keyboard/src/key.h:112
FunctionimportProfile
()
keyboard/profileDesigner/program.js:201
MethodinitSPI
keyboard/src/readHallEffect.cpp:6
Methodinitialize
keyboard/src/shaders/graphics.cpp:125
Methodinput_stream_adapter
keyboard/src/json.hpp:6617
Functioninsert
keyboard/src/json.hpp:20146
MethodisALetterKey
keyboard/src/shaders/graphics.cpp:970
MethodisRendering
keyboard/src/shaders/graphics.cpp:965
Functionis_c_string
keyboard/src/json.hpp:4338
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
keyboard/src/json.hpp:21532
Methodis_errored
keyboard/src/json.hpp:9445
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
keyboard/src/json.hpp:21448
Functionis_transparent
keyboard/src/json.hpp:4366
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
keyboard/src/json.hpp:23032
Methoditer_impl
keyboard/src/json.hpp:13739
Methoditeration_proxy
keyboard/src/json.hpp:5644
Methoditeration_proxy_value
keyboard/src/json.hpp:5539
Methoditerator_input_adapter
keyboard/src/json.hpp:6673
Functioniterator_wrapper
keyboard/src/json.hpp:23014
Functionjson_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
keyboard/src/json.hpp:14719
Methodjson_ref
keyboard/src/json.hpp:15615
Methodjson_reverse_iterator
create reverse iterator from iterator
keyboard/src/json.hpp:14469
Methodjson_sax_dom_callback_parser
keyboard/src/json.hpp:9197
Methodjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
keyboard/src/json.hpp:8894
Functionjson_value
default constructor (for null values)
keyboard/src/json.hpp:20566
Methodkey
keyboard/src/key.h:59
Methodkey
keyboard/src/json.hpp:8970
Methodkey
keyboard/src/json.hpp:9287
Methodkey
return the key of an object iterator
keyboard/src/json.hpp:14530
FunctionkeyDown
(e)
keyboard/profileDesigner/program.js:1345
FunctionkeyUp
(e)
keyboard/profileDesigner/program.js:1390
Methodkeyboard
keyboard/src/keyboard.cpp:16
MethodkeyboardMonitor
keyboard/src/keyboard.cpp:86
Methodlexer
keyboard/src/json.hpp:7208
MethodloadCustomShader
keyboard/src/keyboard.cpp:760
MethodloadCustomShaderProgram
keyboard/src/shaders/graphics.cpp:758
MethodloadPlugin
keyboard/src/keyboard.cpp:561
MethodloadProfile
keyboard/src/keyboard.cpp:243
MethodloadShaderProgram
keyboard/src/graphics.cpp:876
MethodloadShaderProgram
keyboard/src/shaders/graphics.cpp:753
MethodloadVideo
keyboard/src/graphics.cpp:906
MethodloadVideo
keyboard/src/keyboard.cpp:756
MethodloadVideo
keyboard/src/shaders/graphics.cpp:783
Functionmain
keyboard/src/main.cpp:6
Functionmake_array
keyboard/src/json.hpp:3353
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
keyboard/src/json.hpp:23133
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
keyboard/src/json.hpp:25350
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
keyboard/src/json.hpp:17807
FunctionnewKeyboardISO
()
keyboard/profileDesigner/program.js:1642
Methodnext_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
keyboard/src/json.hpp:7302
Methodnonesuch
keyboard/src/json.hpp:279
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
keyboard/src/json.hpp:17872
Methodnormalize_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. */
keyboard/src/json.hpp:17889
Methodnull
keyboard/src/json.hpp:8905
Methodnull
keyboard/src/json.hpp:9213
Methodnumber_float
keyboard/src/json.hpp:8929
Methodnumber_float
keyboard/src/json.hpp:9237
Methodnumber_integer
keyboard/src/json.hpp:8917
Methodnumber_integer
keyboard/src/json.hpp:9225
← previousnext →401–500 of 680, ranked by callers