Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antopilo/Nuake
/ functions
Functions
16,205 in github.com/antopilo/Nuake
⨍
Functions
16,205
◇
Types & classes
9,680
↓ 18 callers
Function
input_adapter
Nuake/Vendors/json/json.hpp:5088
↓ 18 callers
Function
katana_parser_log
Nuake/Vendors/katana-parser/parser.c:1275
↓ 18 callers
Function
katana_string_to_characters
Nuake/Vendors/katana-parser/foundation.c:105
↓ 18 callers
Function
nsvg__isspace
Nuake/Vendors/nanosvg/nanosvg.h:221
↓ 18 callers
Function
reset
reset token_buffer; current character is beginning of token
Nuake/Vendors/json/json.hpp:7191
↓ 18 callers
Method
sax_parse
Nuake/Vendors/json/json.hpp:10265
↓ 18 callers
Function
stbtt__handle_clipped_edge
the edge passed in here does not cross the vertical line at x or the vertical line at x+1 (i.e. it has already been clipped to those)
Nuake/Vendors/imgui/imstb_truetype.h:3033
↓ 18 callers
Function
ttULONG
Nuake/Vendors/imgui/imstb_truetype.h:1293
↓ 18 callers
Function
type
! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enumeration.
Nuake/Vendors/json/json.hpp:18812
↓ 18 callers
Method
value
Nuake/Vendors/vkb/VkBootstrap.h:132
↓ 17 callers
Function
BeginDisabledControls
Nuake/Vendors/implot-0.16/implot.cpp:1314
↓ 17 callers
Function
EndDisabledControls
Nuake/Vendors/implot-0.16/implot.cpp:1321
↓ 17 callers
Method
GetCmdBuffer
Nuake/Source/Nuake/Rendering/Vulkan/Cmd.h:21
↓ 17 callers
Method
GetMaterial
Nuake/Source/Nuake/Rendering/Mesh/Mesh.cpp:60
↓ 17 callers
Function
GetSize
Nuake/Vendors/imgui/imgui_internal.h:548
↓ 17 callers
Function
STB_TEXTEDIT_GETCHAR
Nuake/Vendors/imgui/imgui_widgets.cpp:3712
↓ 17 callers
Method
SetLocalPosition
Nuake/Source/Nuake/Scene/Components/TransformComponent.cpp:48
↓ 17 callers
Method
begin
Nuake/Vendors/vulkan/vulkan/utility/vk_small_containers.hpp:291
↓ 17 callers
Function
expression
Parses an expression. Unlike statements, expressions leave a resulting value on the stack.
Nuake/Vendors/wren/src/vm/wren_compiler.c:2851
↓ 17 callers
Method
get_token_string
! @return a string representation of the last read byte */
Nuake/Vendors/json/json.hpp:10037
↓ 17 callers
Method
indent
Test/NuakeTest/Vendors/catch2/catch_amalgamated.cpp:4468
↓ 17 callers
Method
name
Nuake/Vendors/pugixml/pugixml.cpp:5240
↓ 17 callers
Function
nsvg__cubicBezTo
Nuake/Vendors/nanosvg/nanosvg.h:735
↓ 17 callers
Method
pop
Nuake/Vendors/vulkan/vulkan/utility/vk_concurrent_unordered_map.hpp:131
↓ 17 callers
Function
to_json
Nuake/Vendors/json/json.hpp:4213
↓ 17 callers
Function
trim
Test/NuakeTest/Vendors/catch2/catch_amalgamated.cpp:6490
↓ 17 callers
Function
wrenMakeCallHandle
Nuake/Vendors/wren/src/vm/wren_vm.c:1392
↓ 17 callers
Method
writeObject
Test/NuakeTest/Vendors/catch2/catch_amalgamated.cpp:4536
↓ 16 callers
Method
AddTexture
Nuake/Source/Nuake/Rendering/Vulkan/VulkanResources.cpp:177
↓ 16 callers
Function
Dot
Nuake/Vendors/imgui/ImGuizmo.cpp:138
↓ 16 callers
Function
EndDragDropSource
Nuake/Vendors/implot-0.16/implot.cpp:4222
↓ 16 callers
Function
ImGui_ImplVulkan_GetBackendData
Backend data stored in io.BackendRendererUserData to allow support for multiple Dear ImGui contexts It is STRONGLY preferred that you use docking bran
Nuake/Vendors/imgui/imgui_impl_vulkan.cpp:362
↓ 16 callers
Method
PixelsToPlot
Nuake/Vendors/implot-0.16/implot_internal.h:829
↓ 16 callers
Function
PushPlotClipRect
Nuake/Vendors/implot-0.16/implot.cpp:4737
↓ 16 callers
Method
TransformVector
Nuake/Vendors/imgui/ImGuizmo.cpp:443
↓ 16 callers
Method
TransitionImageLayout
Nuake/Source/Nuake/Rendering/Vulkan/Cmd.cpp:127
↓ 16 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
Nuake/Vendors/json/json.hpp:21037
↓ 16 callers
Method
eval_node_set
Nuake/Vendors/pugixml/pugixml.cpp:10897
↓ 16 callers
Method
isOk
Result was a success, or failure is suppressed
Test/NuakeTest/Vendors/catch2/catch_amalgamated.cpp:657
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
Nuake/Vendors/json/json.hpp:19073
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
Nuake/Vendors/json/json.hpp:18892
↓ 16 callers
Method
next_chunk
Nuake/Vendors/imgui/imgui_internal.h:725
↓ 16 callers
Function
stbtt_FindGlyphIndex
Nuake/Vendors/imgui/imstb_truetype.h:1501
↓ 16 callers
Function
strlength
Nuake/Vendors/pugixml/pugixml.cpp:207
↓ 16 callers
Method
toString
Test/NuakeTest/Vendors/catch2/catch_amalgamated.cpp:584
↓ 15 callers
Function
BeginItemEx
Nuake/Vendors/implot-0.16/implot_internal.h:1316
↓ 15 callers
Method
Free
Nuake/Thirdparty/vma/include/vk_mem_alloc.h:4843
↓ 15 callers
Method
GetID
Nuake/Source/Nuake/Rendering/Textures/Texture.h:84
↓ 15 callers
Function
ImPow
Nuake/Vendors/imgui/imgui_internal.h:455
↓ 15 callers
Method
PathLineTo
Nuake/Vendors/imgui/imgui.h:2902
↓ 15 callers
Method
PopClipRect
Nuake/Vendors/imgui/imgui.cpp:5150
↓ 15 callers
Function
PopPlotClipRect
Nuake/Vendors/implot-0.16/implot.cpp:4746
↓ 15 callers
Method
PushClipRect
Push a clipping rectangle for both ImGui logic (hit-testing etc.) and low-level ImDrawList rendering. - When using this function it is sane to ensure
Nuake/Vendors/imgui/imgui.cpp:5143
↓ 15 callers
Method
SetCurrentChannel
Nuake/Vendors/imgui/imgui_draw.cpp:2141
↓ 15 callers
Method
TickCount
Nuake/Vendors/implot-0.16/implot_internal.h:618
↓ 15 callers
Method
ToDouble
Nuake/Vendors/implot-0.16/implot_internal.h:299
↓ 15 callers
Method
TransformPoint
Nuake/Vendors/imgui/ImGuizmo.cpp:428
↓ 15 callers
Method
begin
Test/NuakeTest/Vendors/catch2/catch_amalgamated.hpp:11208
↓ 15 callers
Function
combine
boost::hash_combine
Nuake/Vendors/json/json.hpp:4595
↓ 15 callers
Function
destroy
Nuake/Vendors/json/json.hpp:17610
↓ 15 callers
Method
end
Nuake/Thirdparty/vma/include/vk_mem_alloc.h:5288
↓ 15 callers
Method
flush
Collapse all gaps, return past-the-end pointer
Nuake/Vendors/pugixml/pugixml.cpp:2432
↓ 15 callers
Function
from_json
Nuake/Vendors/json/json.hpp:3426
↓ 15 callers
Method
front
Like std::vector:: calling front or back on an empty container causes undefined behavior
Nuake/Vendors/vulkan/vulkan/utility/vk_small_containers.hpp:169
↓ 15 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
Nuake/Vendors/json/json.hpp:7319
↓ 15 callers
Function
katana_new_selector
Nuake/Vendors/katana-parser/parser.c:993
↓ 15 callers
Function
lower_bound
Nuake/Vendors/katana-parser/selector.c:617
↓ 15 callers
Method
node
Nuake/Vendors/pugixml/pugixml.cpp:12192
↓ 15 callers
Method
push_back
Nuake/Thirdparty/vma/include/vk_mem_alloc.h:4495
↓ 15 callers
Function
stbi__at_eof
Nuake/Vendors/stb_image/stb_image.h:1569
↓ 15 callers
Function
stbtt__buf_get8
Nuake/Vendors/imgui/imstb_truetype.h:1138
↓ 15 callers
Function
stbtt__csctx_rccurve_to
Nuake/Vendors/imgui/imstb_truetype.h:1962
↓ 15 callers
Function
stbtt__find_table
@OPTIMIZE: binary search
Nuake/Vendors/imgui/imstb_truetype.h:1311
↓ 15 callers
Function
strings_match
Nuake/Vendors/libmap/c/map_parser.c:219
↓ 14 callers
Method
AddInput
Nuake/Source/Nuake/Rendering/Vulkan/Pipeline/RenderPipeline.cpp:222
↓ 14 callers
Method
BindSceneData
Nuake/Source/Nuake/Rendering/Vulkan/Cmd.cpp:22
↓ 14 callers
Method
CalcTextSizeA
Nuake/Vendors/imgui/imgui_draw.cpp:3915
↓ 14 callers
Method
Clear
Nuake/Source/Nuake/Rendering/PostFX/SSAO.cpp:46
↓ 14 callers
Method
DebugScope
Nuake/Source/Nuake/Rendering/Vulkan/Cmd.h:53
↓ 14 callers
Function
FloatSlider
Nuake/Source/Nuake/UI/ImUI.cpp:86
↓ 14 callers
Method
GetType
Nuake/Thirdparty/vma/include/vk_mem_alloc.h:6354
↓ 14 callers
Method
GetUserData
Nuake/Thirdparty/vma/include/vk_mem_alloc.h:6357
↓ 14 callers
Method
IsInputLocked
Nuake/Vendors/implot-0.16/implot_internal.h:887
↓ 14 callers
Method
SetPreRender
Callbacks
Nuake/Source/Nuake/Rendering/Vulkan/Pipeline/RenderPipeline.h:139
↓ 14 callers
Method
SetRender
Nuake/Source/Nuake/Rendering/Vulkan/Pipeline/RenderPipeline.h:140
↓ 14 callers
Method
SetShaders
Nuake/Source/Nuake/Rendering/Vulkan/PipelineBuilder.cpp:114
↓ 14 callers
Function
SetupAxisLimits
Nuake/Vendors/implot-0.16/implot.cpp:2119
↓ 14 callers
Function
UTF8CharLength
https://en.wikipedia.org/wiki/UTF-8 We assume that the char is a standalone character (<128) or a leading byte of an UTF-8 code sequence (non-10xxxxxx
Nuake/Vendors/imgui/TextEditor.cpp:146
↓ 14 callers
Function
emitShortArg
Emits one bytecode instruction followed by a 16-bit argument, which will be written big endian.
Nuake/Vendors/wren/src/vm/wren_compiler.c:1349
↓ 14 callers
Method
find
Test/NuakeTest/Vendors/catch2/catch_amalgamated.cpp:6626
↓ 14 callers
Function
is_little_endian
Nuake/Vendors/pugixml/pugixml.cpp:1901
↓ 14 callers
Function
isnan
Test/NuakeTest/Vendors/catch2/catch_amalgamated.cpp:5191
↓ 14 callers
Function
katana_new_value
Nuake/Vendors/katana-parser/parser.c:564
↓ 14 callers
Function
katana_value_list_add
Nuake/Vendors/katana-parser/parser.c:747
↓ 14 callers
Function
make_parse_result
Nuake/Vendors/pugixml/pugixml.cpp:2903
↓ 14 callers
Function
nsvg__lineTo
Nuake/Vendors/nanosvg/nanosvg.h:721
↓ 14 callers
Function
nsvg__sqr
Nuake/Vendors/nanosvg/nanosvg.h:2118
↓ 14 callers
Method
number_unsigned
Nuake/Vendors/json/json.hpp:5822
↓ 14 callers
Function
validateIndex
Nuake/Vendors/wren/src/vm/wren_primitive.c:55
↓ 14 callers
Function
wrenGetSlotString
Nuake/Vendors/wren/src/vm/wren_vm.c:1711
← previous
next →
301–400 of 16,205, ranked by callers