Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InkboxSoftware/all-screen-keyboard
/ functions
Functions
680 in github.com/InkboxSoftware/all-screen-keyboard
⨍
Functions
680
◇
Types & classes
210
Method
get_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
Method
get_cbor_float_prefix
keyboard/src/json.hpp:17133
Method
get_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
Method
get_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
Function
get_character
keyboard/src/json.hpp:6576
Method
get_character
keyboard/src/json.hpp:6677
Method
get_character
keyboard/src/json.hpp:6855
Method
get_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
Method
get_decimal_point
return the locale-dependent decimal point
keyboard/src/json.hpp:7227
Function
get_elements
keyboard/src/json.hpp:6583
Method
get_elements
keyboard/src/json.hpp:6691
Method
get_elements
keyboard/src/json.hpp:6874
Function
get_error_message
return syntax error message
keyboard/src/json.hpp:8565
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
keyboard/src/json.hpp:12655
Function
get_impl
keyboard/src/json.hpp:21795
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
keyboard/src/json.hpp:11617
Method
get_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
Method
get_msgpack_float_prefix
keyboard/src/json.hpp:17147
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
keyboard/src/json.hpp:11639
Method
get_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
Method
get_number
keyboard/src/json.hpp:12709
Function
get_number_float
return floating-point value
keyboard/src/json.hpp:8512
Function
get_number_unsigned
keyboard/src/json.hpp:8506
Function
get_position
return position of last read token
keyboard/src/json.hpp:8533
Function
get_ref
keyboard/src/json.hpp:21981
Function
get_ref_impl
keyboard/src/json.hpp:21670
Method
get_to
keyboard/src/json.hpp:12638
Method
get_token
get next token from lexer
keyboard/src/json.hpp:13421
Method
get_ubjson_array
! @return whether array creation completed */
keyboard/src/json.hpp:12346
Method
get_ubjson_float_prefix
keyboard/src/json.hpp:17448
Method
get_ubjson_high_precision_number
keyboard/src/json.hpp:12544
Method
get_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
Method
get_ubjson_object
! @return whether object creation completed */
keyboard/src/json.hpp:12461
Method
get_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
Method
get_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
Method
get_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
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
keyboard/src/json.hpp:12153
Method
handle_diagnostic_positions_for_json_value
keyboard/src/json.hpp:9058
Method
handle_diagnostic_positions_for_json_value
keyboard/src/json.hpp:9453
Method
handle_value
keyboard/src/json.hpp:9532
Function
has_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
Method
hexCharToInt
keyboard/src/key.h:112
Function
importProfile
()
keyboard/profileDesigner/program.js:201
Method
initSPI
keyboard/src/readHallEffect.cpp:6
Method
initialize
keyboard/src/shaders/graphics.cpp:125
Method
input_stream_adapter
keyboard/src/json.hpp:6617
Function
insert
keyboard/src/json.hpp:20146
Method
isALetterKey
keyboard/src/shaders/graphics.cpp:970
Method
isRendering
keyboard/src/shaders/graphics.cpp:965
Function
is_c_string
keyboard/src/json.hpp:4338
Function
is_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
keyboard/src/json.hpp:21532
Method
is_errored
keyboard/src/json.hpp:9445
Function
is_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
keyboard/src/json.hpp:21448
Function
is_transparent
keyboard/src/json.hpp:4366
Function
items
@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
Method
iter_impl
keyboard/src/json.hpp:13739
Method
iteration_proxy
keyboard/src/json.hpp:5644
Method
iteration_proxy_value
keyboard/src/json.hpp:5539
Method
iterator_input_adapter
keyboard/src/json.hpp:6673
Function
iterator_wrapper
keyboard/src/json.hpp:23014
Function
json_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
Method
json_ref
keyboard/src/json.hpp:15615
Method
json_reverse_iterator
create reverse iterator from iterator
keyboard/src/json.hpp:14469
Method
json_sax_dom_callback_parser
keyboard/src/json.hpp:9197
Method
json_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
Function
json_value
default constructor (for null values)
keyboard/src/json.hpp:20566
Method
key
keyboard/src/key.h:59
Method
key
keyboard/src/json.hpp:8970
Method
key
keyboard/src/json.hpp:9287
Method
key
return the key of an object iterator
keyboard/src/json.hpp:14530
Function
keyDown
(e)
keyboard/profileDesigner/program.js:1345
Function
keyUp
(e)
keyboard/profileDesigner/program.js:1390
Method
keyboard
keyboard/src/keyboard.cpp:16
Method
keyboardMonitor
keyboard/src/keyboard.cpp:86
Method
lexer
keyboard/src/json.hpp:7208
Method
loadCustomShader
keyboard/src/keyboard.cpp:760
Method
loadCustomShaderProgram
keyboard/src/shaders/graphics.cpp:758
Method
loadPlugin
keyboard/src/keyboard.cpp:561
Method
loadProfile
keyboard/src/keyboard.cpp:243
Method
loadShaderProgram
keyboard/src/graphics.cpp:876
Method
loadShaderProgram
keyboard/src/shaders/graphics.cpp:753
Method
loadVideo
keyboard/src/graphics.cpp:906
Method
loadVideo
keyboard/src/keyboard.cpp:756
Method
loadVideo
keyboard/src/shaders/graphics.cpp:783
Function
main
keyboard/src/main.cpp:6
Function
make_array
keyboard/src/json.hpp:3353
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
keyboard/src/json.hpp:23133
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
keyboard/src/json.hpp:25350
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
keyboard/src/json.hpp:17807
Function
newKeyboardISO
()
keyboard/profileDesigner/program.js:1642
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
keyboard/src/json.hpp:7302
Method
nonesuch
keyboard/src/json.hpp:279
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
keyboard/src/json.hpp:17872
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. */
keyboard/src/json.hpp:17889
Method
null
keyboard/src/json.hpp:8905
Method
null
keyboard/src/json.hpp:9213
Method
number_float
keyboard/src/json.hpp:8929
Method
number_float
keyboard/src/json.hpp:9237
Method
number_integer
keyboard/src/json.hpp:8917
Method
number_integer
keyboard/src/json.hpp:9225
← previous
next →
401–500 of 680, ranked by callers