MCPcopy Create free account

hub / github.com/artemsen/swayimg / functions

Functions1,615 in github.com/artemsen/swayimg

↓ 10 callersMethodblend
src/pixmap.cpp:317
↓ 10 callersMethodboolean
src/external/json/json.hpp:9574
↓ 10 callersFunctionconstruct_at
src/external/luabridge/detail/Expected.h:23
↓ 10 callersMethoddistance
src/imagelist.cpp:398
↓ 10 callersFunctionget_length
src/external/luabridge/detail/LuaHelpers.h:236
↓ 10 callersFunctionparser
src/external/json/json.hpp:20147
↓ 10 callersMethodreset
src/external/luabridge/detail/Stack.h:49
↓ 10 callersFunctionset_parent
src/external/json/json.hpp:20770
↓ 10 callersMethodtostring
============================================================================================= * @brief Convert to a string using lua_tostring function
src/external/luabridge/detail/LuaRef.h:112
↓ 10 callersMethodwait
src/threadpool.cpp:28
↓ 9 callersMethodenable_animation
src/viewer.cpp:295
↓ 9 callersMethodend_array
src/external/json/json.hpp:9624
↓ 9 callersMethodforeach
src/pixmap.cpp:340
↓ 9 callersFunctiongetParentKey
================================================================================================= * @brief The key of a parent table in another metata
src/external/luabridge/detail/ClassInfo.h:135
↓ 9 callersMethodinitialize
src/text.cpp:35
↓ 9 callersFunctionis_binary
@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/
src/external/json/json.hpp:21419
↓ 9 callersMethodlock
src/ui_wayland.cpp:750
↓ 9 callersFunctionluaL_ref
src/external/luabridge/detail/LuaHelpers.h:30
↓ 9 callersMethodset
src/fdevent.cpp:25
↓ 9 callersMethodset_mode
src/application.cpp:124
↓ 9 callersMethodset_status
src/text.cpp:159
↓ 9 callersMethodstart_array
src/external/json/json.hpp:9619
↓ 9 callersFunctionunused
src/external/luabridge/detail/LuaHelpers.h:24
↓ 8 callersFunctionadd_property_getter
* @brief Helper function to push a property getter on a table at a specific index. */
src/external/luabridge/detail/CFunctions.h:713
↓ 8 callersFunctioncall
src/external/luabridge/detail/Invoke.h:216
↓ 8 callersFunctiondump_integer
src/external/json/json.hpp:19435
↓ 8 callersMethodend_object
src/external/json/json.hpp:9614
↓ 8 callersMethodfree
src/pixmap.cpp:59
↓ 8 callersFunctionisInstance
src/external/luabridge/detail/Stack.h:1541
↓ 8 callersFunctionis_integral_representable_by
src/external/luabridge/detail/LuaHelpers.h:575
↓ 8 callersFunctionisfulluserdata
* @brief Returns true if the value is a full userdata (not light). */
src/external/luabridge/detail/LuaHelpers.h:404
↓ 8 callersFunctionpushunsigned
src/external/luabridge/detail/LuaHelpers.h:299
↓ 8 callersMethodstart_object
src/external/json/json.hpp:9604
↓ 8 callersMethodtest
src/external/luabridge/detail/FlagSet.h:47
↓ 7 callersFunctioncompares_unordered
src/external/json/json.hpp:23715
↓ 7 callersMethodcopy
src/pixmap.cpp:295
↓ 7 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
src/external/json/json.hpp:18828
↓ 7 callersFunctionfind
src/external/json/json.hpp:20003
↓ 7 callersFunctiongetGlobalNamespace
================================================================================================= * @brief Retrieve the global namespace. * * It is
src/external/luabridge/detail/Namespace.h:1565
↓ 7 callersFunctiongetPropgetKey
================================================================================================= * @brief The key of a propget table in another metat
src/external/luabridge/detail/ClassInfo.h:108
↓ 7 callersMethodinitialized
* Check if all subsystems were initialized. * @return true if all subsystems were initialized */
src/application.hpp:117
↓ 7 callersMethodisFunction
* @brief Indicate whether it is a reference to a function. * * @returns True if it is a reference to a function, false otherwise. */
src/external/luabridge/detail/LuaRef.h:259
↓ 7 callersMethodprint
Print alias description in markdown format.
extra/lua2md.py:78
↓ 7 callersMethodselect
src/gallery.cpp:69
↓ 7 callersMethodset_field
src/text.cpp:238
↓ 7 callersFunctionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
src/external/json/json.hpp:23450
↓ 6 callersFunctionadd_property_setter
* @brief Helper function to push a property setter on a table at a specific index. */
src/external/luabridge/detail/CFunctions.h:798
↓ 6 callersMethodargb
* Create ARGB color from accumulator. * @param weight weight of the components * @return ARGB color */
src/render.cpp:502
↓ 6 callersMethodbinary
src/external/json/json.hpp:9599
↓ 6 callersFunctiondiagnostics
src/external/json/json.hpp:4531
↓ 6 callersFunctiongetPropsetKey
================================================================================================= * @brief The key of a propset table in another metat
src/external/luabridge/detail/ClassInfo.h:117
↓ 6 callersMethodget_columns
* Get number of columns in layout scheme. * @return number of columns */
src/layout.hpp:67
↓ 6 callersMethodget_current
src/viewer.cpp:390
↓ 6 callersMethodget_fullscreen
* Get current full screen mode. * @return true if full screen mode enabled */
src/ui.hpp:65
↓ 6 callersMethodget_string
src/external/json/json.hpp:12664
↓ 6 callersMethodget_ui
* Get UI instance. * @return UI instance */
src/application.hpp:37
↓ 6 callersFunctionif
src/external/json/json.hpp:23686
↓ 6 callersFunctionis_string
@brief return whether value is a string @sa https://json.nlohmann.me/api/basic_json/is_string/
src/external/json/json.hpp:21412
↓ 6 callersFunctionjson_pointer
@brief create JSON pointer @sa https://json.nlohmann.me/api/json_pointer/json_pointer/
src/external/json/json.hpp:14566
↓ 6 callersMethodload
src/font.cpp:113
↓ 6 callersMethodmask
src/pixmap.cpp:265
↓ 6 callersFunctionname
src/external/json/json.hpp:4526
↓ 6 callersMethodnull
src/external/json/json.hpp:9569
↓ 6 callersFunctionpush_back
@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/
src/external/json/json.hpp:14687
↓ 6 callersFunctionpush_function
Lua CFunction
src/external/luabridge/detail/CFunctions.h:1214
↓ 6 callersMethodrender
src/font.cpp:219
↓ 6 callersMethodset_reverse
src/imagelist.cpp:284
↓ 6 callersMethodupdate
src/text.cpp:247
↓ 5 callersMethod__new__
(cls, line, comment)
extra/lua2md.py:66
↓ 5 callersMethodadd_fdpoll
src/application.cpp:200
↓ 5 callersFunctioncend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
src/external/json/json.hpp:22850
↓ 5 callersFunctionescape
src/external/json/json.hpp:3117
↓ 5 callersMethodflip_horizontal
src/image.cpp:31
↓ 5 callersMethodflip_vertical
src/image.cpp:24
↓ 5 callersFunctiongetStaticKey
================================================================================================= * @brief The key of a static table in another metata
src/external/luabridge/detail/ClassInfo.h:126
↓ 5 callersFunctiongetTypeKey
================================================================================================= * @brief A unique key for a type name in a metatable
src/external/luabridge/detail/ClassInfo.h:72
↓ 5 callersMethodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
src/external/json/json.hpp:6574
↓ 5 callersMethodget_modifiers
src/xkb.cpp:103
↓ 5 callersMethodget_window_size
src/ui_drm.cpp:165
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
src/external/json/json.hpp:13452
↓ 5 callersFunctionluaL_unref
src/external/luabridge/detail/LuaHelpers.h:41
↓ 5 callersFunctionlua_compare
src/external/luabridge/detail/LuaHelpers.h:199
↓ 5 callersFunctionlua_error_x
src/external/luabridge/detail/LuaHelpers.h:68
↓ 5 callersMethodopen
src/viewer.cpp:61
↓ 5 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
src/external/json/json.hpp:12951
↓ 5 callersMethodset_cursor
src/ui_wayland.cpp:971
↓ 5 callersMethodunlock
src/ui_wayland.cpp:766
↓ 5 callersFunctionurilist_parse
src/urilist.cpp:78
↓ 4 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
src/external/json/json.hpp:13011
↓ 4 callersMethodcommit
* @brief Confirm object construction. */
src/external/luabridge/detail/Userdata.h:382
↓ 4 callersMethodcurrent_mode
src/application.cpp:144
↓ 4 callersMethodcutout
src/geometry.cpp:61
↓ 4 callersFunctionempty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
src/external/json/json.hpp:14701
↓ 4 callersFunctiongetClassKey
================================================================================================= * @brief The key of a class table in another metatab
src/external/luabridge/detail/ClassInfo.h:90
↓ 4 callersFunctiongetConstKey
================================================================================================= * @brief The key of a const table in another metatab
src/external/luabridge/detail/ClassInfo.h:81
↓ 4 callersFunctiongetIndexFallbackKey
================================================================================================= * The key of the index fall back in another metatabl
src/external/luabridge/detail/ClassInfo.h:144
↓ 4 callersFunctiongetNewIndexFallbackKey
================================================================================================= * The key of the new index fall back in another meta
src/external/luabridge/detail/ClassInfo.h:158
↓ 4 callersMethodgetObject
src/external/luabridge/detail/Userdata.h:387
↓ 4 callersFunctionget_arithmetic_value
src/external/json/json.hpp:4857
↓ 4 callersMethodget_binary
src/external/json/json.hpp:12697
← previousnext →101–200 of 1,615, ranked by callers