Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aegel5/SimpleSwitcher
/ functions
Functions
3,664 in github.com/Aegel5/SimpleSwitcher
⨍
Functions
3,664
◇
Types & classes
640
↓ 1 callers
Function
format_buffer
extern/json.hpp:18600
↓ 1 callers
Method
get
(string lang)
localization/Program.cs:41
↓ 1 callers
Method
getCurString
src/CClipWorker.h:210
↓ 1 callers
Function
get_active_enum_flags
(valobj)
imgui_tiny_app/imgui/misc/debuggers/imgui_lldb.py:94
↓ 1 callers
Function
get_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
extern/json.hpp:17948
↓ 1 callers
Method
get_elements
extern/json.hpp:6586
↓ 1 callers
Function
get_impl_ptr
extern/json.hpp:21457
↓ 1 callers
Function
get_ptr
extern/json.hpp:21597
↓ 1 callers
Function
get_to
extern/json.hpp:21863
↓ 1 callers
Method
get_value
extern/json.hpp:13434
↓ 1 callers
Function
grisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
extern/json.hpp:18207
↓ 1 callers
Function
hash
extern/json.hpp:6325
↓ 1 callers
Function
insert
imgui_tiny_app/imgui/imgui.h:2360
↓ 1 callers
Function
isDigit
src/libtools/utils/str_utils.h:31
↓ 1 callers
Function
isLetter
src/libtools/utils/str_utils.h:28
↓ 1 callers
Function
is_all
src/libtools/utils/utils-func.h:100
↓ 1 callers
Function
is_negative_number
extern/json.hpp:19409
↓ 1 callers
Function
is_number
@brief return whether value is a number @sa https://json.nlohmann.me/api/basic_json/is_number/
extern/json.hpp:21370
↓ 1 callers
Function
is_number_integer
@brief return whether value is an integer number @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
extern/json.hpp:21377
↓ 1 callers
Function
is_structured
@brief return whether type is structured @sa https://json.nlohmann.me/api/basic_json/is_structured/
extern/json.hpp:21349
↓ 1 callers
Method
is_taked
src/EnableHolder.h:10
↓ 1 callers
Function
is_word_boundary_from_left
imgui_tiny_app/imgui/imgui_widgets.cpp:4075
↓ 1 callers
Function
json_sax
extern/json.hpp:8789
↓ 1 callers
Function
load_jpeg_image
extern/stb_image.h:3863
↓ 1 callers
Method
logicIndex
src/libtools/utils/ScanMap.h:39
↓ 1 callers
Function
make_error_code
extern/simple_enum/generic_error_category.hpp:91
↓ 1 callers
Function
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/json.hpp:14189
↓ 1 callers
Method
operator+
add to iterator
extern/json.hpp:14414
↓ 1 callers
Function
operator+=
@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/operator+=/
extern/json.hpp:23154
↓ 1 callers
Function
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/json.hpp:14211
↓ 1 callers
Function
operator<
extern/json.hpp:3029
↓ 1 callers
Method
operator==
extern/json.hpp:13463
↓ 1 callers
Method
or_else
extern/simple_enum/expected.h:877
↓ 1 callers
Function
push_back
NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden.
imgui_tiny_app/imgui/imgui.h:2354
↓ 1 callers
Function
remove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
extern/json.hpp:19661
↓ 1 callers
Function
sax_parse
extern/json.hpp:24124
↓ 1 callers
Function
set
imgui_tiny_app/imgui/imgui_internal.h:694
↓ 1 callers
Method
setString
src/CClipWorker.h:226
↓ 1 callers
Method
set_sc
src/libtools/utils/ScanMap.h:46
↓ 1 callers
Method
size
extern/simple_enum/basic_fixed_string.hpp:36
↓ 1 callers
Method
size
extern/simple_enum/simple_enum.hpp:361
↓ 1 callers
Function
skip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
extern/json.hpp:8517
↓ 1 callers
Function
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
extern/json.hpp:15170
↓ 1 callers
Method
split
imgui_tiny_app/imgui/imgui.cpp:3108
↓ 1 callers
Function
stb_adler32
imgui_tiny_app/imgui/imgui_draw.cpp:6241
↓ 1 callers
Function
stb_adler32
imgui_tiny_app/imgui/misc/fonts/binary_to_compressed_c.cpp:179
↓ 1 callers
Function
stb_compress
imgui_tiny_app/imgui/misc/fonts/binary_to_compressed_c.cpp:416
↓ 1 callers
Function
stb_compress_chunk
imgui_tiny_app/imgui/misc/fonts/binary_to_compressed_c.cpp:276
↓ 1 callers
Function
stb_compress_inner
imgui_tiny_app/imgui/misc/fonts/binary_to_compressed_c.cpp:381
↓ 1 callers
Function
stb_decompress
imgui_tiny_app/imgui/imgui_draw.cpp:6272
↓ 1 callers
Function
stb_decompress_token
imgui_tiny_app/imgui/imgui_draw.cpp:6224
↓ 1 callers
Function
stb_text_create_undo_record
imgui_tiny_app/imgui/imstb_textedit.h:1259
↓ 1 callers
Function
stb_text_makeundo_delete
imgui_tiny_app/imgui/imstb_textedit.h:1427
↓ 1 callers
Function
stb_text_redo
imgui_tiny_app/imgui/imstb_textedit.h:1371
↓ 1 callers
Function
stb_text_undo
imgui_tiny_app/imgui/imstb_textedit.h:1303
↓ 1 callers
Function
stb_textedit_clear_state
reset the state to default
imgui_tiny_app/imgui/imstb_textedit.h:1448
↓ 1 callers
Function
stb_textedit_cut
API cut: delete selection
imgui_tiny_app/imgui/imstb_textedit.h:764
↓ 1 callers
Function
stb_textedit_discard_redo
discard the oldest entry in the redo list--it's bad if this ever happens, but because undo & redo have to store the actual characters in different cas
imgui_tiny_app/imgui/imstb_textedit.h:1229
↓ 1 callers
Function
stb_textedit_flush_redo
imgui_tiny_app/imgui/imstb_textedit.h:1200
↓ 1 callers
Function
stb_textedit_initialize_state
API initialize
imgui_tiny_app/imgui/imstb_textedit.h:1466
↓ 1 callers
Function
stb_textedit_key
API key: process a keyboard input
imgui_tiny_app/imgui/imstb_textedit.h:824
↓ 1 callers
Function
stb_textedit_paste
imgui_tiny_app/imgui/imstb_textedit.h:1476
↓ 1 callers
Function
stb_textedit_paste_internal
API paste: replace existing selection with passed-in text
imgui_tiny_app/imgui/imstb_textedit.h:775
↓ 1 callers
Function
stb_textedit_replace
stb_textedit internally allows for a single undo record to do addition and deletion, but somehow, calling the stb_textedit_paste() function creates tw
imgui_tiny_app/imgui/imgui_widgets.cpp:4256
↓ 1 callers
Function
stbi__bitreverse16
extern/stb_image.h:4105
↓ 1 callers
Function
stbi__bmp_info
extern/stb_image.h:7334
↓ 1 callers
Function
stbi__bmp_load
extern/stb_image.h:5530
↓ 1 callers
Function
stbi__bmp_test
extern/stb_image.h:5360
↓ 1 callers
Function
stbi__bmp_test_raw
extern/stb_image.h:5345
↓ 1 callers
Function
stbi__build_fast_ac
build a table that decodes both magnitude and value of small ACs in one go.
extern/stb_image.h:2048
↓ 1 callers
Function
stbi__compute_huffman_codes
extern/stb_image.h:4338
↓ 1 callers
Function
stbi__compute_transparency
extern/stb_image.h:4907
↓ 1 callers
Function
stbi__compute_transparency16
extern/stb_image.h:4932
↓ 1 callers
Function
stbi__convert_16_to_8
extern/stb_image.h:1188
↓ 1 callers
Function
stbi__convert_8_to_16
extern/stb_image.h:1204
↓ 1 callers
Function
stbi__cpuid3
extern/stb_image.h:730
↓ 1 callers
Function
stbi__create_png_image
extern/stb_image.h:4862
↓ 1 callers
Function
stbi__de_iphone
extern/stb_image.h:5034
↓ 1 callers
Function
stbi__decode_jpeg_image
decode image to YCbCr format
extern/stb_image.h:3410
↓ 1 callers
Function
stbi__do_png
extern/stb_image.h:5262
↓ 1 callers
Function
stbi__expand_png_palette
extern/stb_image.h:4957
↓ 1 callers
Function
stbi__float_postprocess
extern/stb_image.h:1312
↓ 1 callers
Function
stbi__get_chunk_header
extern/stb_image.h:4591
↓ 1 callers
Function
stbi__gif_info
extern/stb_image.h:7076
↓ 1 callers
Function
stbi__gif_info_raw
extern/stb_image.h:6638
↓ 1 callers
Function
stbi__gif_load
extern/stb_image.h:7047
↓ 1 callers
Function
stbi__gif_test_raw
extern/stb_image.h:6579
↓ 1 callers
Function
stbi__hdr_info
extern/stb_image.h:7288
↓ 1 callers
Function
stbi__hdr_to_ldr
extern/stb_image.h:1882
↓ 1 callers
Function
stbi__jpeg_decode_block_prog_ac
@OPTIMIZE: store non-zigzagged during the decode passes, and only de-zigzag when dequantizing
extern/stb_image.h:2293
↓ 1 callers
Function
stbi__jpeg_dequantize
extern/stb_image.h:3071
↓ 1 callers
Function
stbi__jpeg_finish
extern/stb_image.h:3078
↓ 1 callers
Function
stbi__jpeg_info
extern/stb_image.h:4066
↓ 1 callers
Function
stbi__jpeg_info_raw
extern/stb_image.h:4054
↓ 1 callers
Function
stbi__jpeg_load
extern/stb_image.h:4026
↓ 1 callers
Function
stbi__jpeg_test
extern/stb_image.h:4040
↓ 1 callers
Function
stbi__ldr_to_hdr
extern/stb_image.h:1856
↓ 1 callers
Function
stbi__load_gif_main
extern/stb_image.h:6962
↓ 1 callers
Function
stbi__mad2sizes_valid
returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow
extern/stb_image.h:1022
↓ 1 callers
Function
stbi__out_gif_code
extern/stb_image.h:6653
← previous
next →
1,301–1,400 of 3,664, ranked by callers