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
number_unsigned
keyboard/src/json.hpp:8923
Method
number_unsigned
keyboard/src/json.hpp:9231
Function
onAlphaChange
(ev)
keyboard/profileDesigner/jscolor.js:2996
Function
onAlphaInput
(ev)
keyboard/profileDesigner/jscolor.js:3033
Function
onAlphaKeyDown
(ev)
keyboard/profileDesigner/jscolor.js:2968
Function
onLoad
keyboard/src/plugins-dev/plugin.cpp:7
Function
onPress
keyboard/src/plugins-dev/plugin.cpp:12
Function
onValueChange
(ev)
keyboard/profileDesigner/jscolor.js:2978
Function
onValueInput
(ev)
keyboard/profileDesigner/jscolor.js:3017
Function
onValueKeyDown
(ev)
keyboard/profileDesigner/jscolor.js:2958
Function
operator!=
keyboard/src/json.hpp:6295
Method
operator!=
inequality operator (needed for range-based for)
keyboard/src/json.hpp:5588
Function
operator"" _json
GCC 4.8 requires a space between "" and suffix
keyboard/src/json.hpp:25399
Function
operator"" _json_pointer
GCC 4.8 requires a space between "" and suffix
keyboard/src/json.hpp:25421
Function
operator""_json
keyboard/src/json.hpp:25407
Function
operator""_json_pointer
keyboard/src/json.hpp:25428
Function
operator()
keyboard/src/json.hpp:25450
Method
operator()
keyboard/src/json.hpp:5393
Method
operator()
keyboard/src/json.hpp:6166
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
keyboard/src/json.hpp:25464
Method
operator+
keyboard/src/json.hpp:13565
Method
operator++
keyboard/src/json.hpp:5573
Method
operator++
keyboard/src/json.hpp:13583
Method
operator++
post-increment (it++)
keyboard/src/json.hpp:14476
Method
operator-
keyboard/src/json.hpp:13572
Method
operator-
subtract from iterator
keyboard/src/json.hpp:14512
Method
operator--
keyboard/src/json.hpp:13596
Method
operator--
post-decrement (it--)
keyboard/src/json.hpp:14488
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
keyboard/src/json.hpp:13974
Method
operator->
keyboard/src/json.hpp:15655
Method
operator<
keyboard/src/json.hpp:13560
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
keyboard/src/json.hpp:14208
Function
operator<=>
keyboard/src/json.hpp:15465
Method
operator=
keyboard/src/json.hpp:283
Function
operator==
keyboard/src/json.hpp:14119
Method
operator==
equality operator (needed for InputIterator)
keyboard/src/json.hpp:5582
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
keyboard/src/json.hpp:14217
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
keyboard/src/json.hpp:14226
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
keyboard/src/json.hpp:14343
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
keyboard/src/json.hpp:19868
Method
output_adapter
keyboard/src/json.hpp:15833
Method
output_adapter_protocol
keyboard/src/json.hpp:15743
Method
output_stream_adapter
keyboard/src/json.hpp:15784
Method
output_string_adapter
keyboard/src/json.hpp:15809
Method
output_vector_adapter
keyboard/src/json.hpp:15759
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
keyboard/src/json.hpp:14741
Method
parseRGBAfromHex
keyboard/src/keyboard.cpp:672
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
keyboard/src/json.hpp:10236
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
keyboard/src/json.hpp:10112
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
keyboard/src/json.hpp:10198
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 */
keyboard/src/json.hpp:10008
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
keyboard/src/json.hpp:10266
Method
parse_error
keyboard/src/json.hpp:9038
Method
parse_error
keyboard/src/json.hpp:9433
Method
parse_error
keyboard/src/json.hpp:9691
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
keyboard/src/json.hpp:11042
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
keyboard/src/json.hpp:11676
Method
parser
a parser reading from an input adapter
keyboard/src/json.hpp:13004
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
keyboard/src/json.hpp:25198
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
keyboard/src/json.hpp:24927
Method
playVideo
keyboard/src/graphics.cpp:937
Method
playVideo
keyboard/src/shaders/graphics.cpp:814
Method
position_string
keyboard/src/json.hpp:4715
Method
preextractProfiles
keyboard/src/keyboard.cpp:770
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
keyboard/src/json.hpp:22967
Method
readHallEffectSensor
keyboard/src/readHallEffect.cpp:29
Method
rectKey
keyboard/src/keyboard.cpp:619
Function
reinterpret_bits
keyboard/src/json.hpp:17773
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
keyboard/src/json.hpp:22981
Method
requestClear
keyboard/src/shaders/graphics.cpp:1014
Method
requestCustomShader
keyboard/src/shaders/graphics.cpp:1019
Method
requestDrawCircle
keyboard/src/shaders/graphics.cpp:1050
Method
requestDrawImage
keyboard/src/shaders/graphics.cpp:1081
Method
requestDrawRect
keyboard/src/shaders/graphics.cpp:1028
Method
requestDrawText
keyboard/src/shaders/graphics.cpp:1065
Method
requestSetbackgroundImage
keyboard/src/shaders/graphics.cpp:1043
Method
runHallEffectSensors
hall effect sensors -------------------------------------------------------------------
keyboard/src/keyboard.cpp:802
Method
runWindow
keyboard/src/shaders/graphics.cpp:237
Method
sax_parse_internal
keyboard/src/json.hpp:13115
Function
scan
keyboard/src/json.hpp:8602
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
keyboard/src/json.hpp:7929
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
keyboard/src/json.hpp:8054
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
keyboard/src/json.hpp:7339
Method
selectChipNumber
keyboard/src/readHallEffect.cpp:60
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
keyboard/src/json.hpp:18893
Method
setFont
keyboard/src/shaders/graphics.cpp:732
Method
setGraphicsLock
clearing graphics:
keyboard/src/shaders/graphics.cpp:1095
Method
setHeldType
keyboard/src/shaders/graphics.cpp:613
Method
setKeyboardBGImg
keyboard/src/keyboard.cpp:746
Method
setKeyboardBackgroundColor
keyboard/src/keyboard.cpp:652
Function
setModKey
(index)
keyboard/profileDesigner/program.js:1302
Method
setOutput
keyboard/src/key.h:93
Function
set_end
keyboard/src/json.hpp:13697
Function
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
keyboard/src/json.hpp:6302
Method
setbackgroundImage
keyboard/src/shaders/graphics.cpp:651
Method
setbackrgoundColor
keyboard/src/shaders/graphics.cpp:747
Method
setupUnicodeOutput
keyboard/src/key.h:103
Function
showTab
(index)
keyboard/profileDesigner/program.js:1334
Method
span_input_adapter
keyboard/src/json.hpp:7039
Function
start
()
keyboard/profileDesigner/program.js:123
← previous
next →
501–600 of 680, ranked by callers