Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Krazal/nppopenai
/ functions
Functions
558 in github.com/Krazal/nppopenai
⨍
Functions
558
◇
Types & classes
240
Method
binary
vs.proj/include/nlohmann/detail/input/json_sax.hpp:229
Method
binary
vs.proj/include/nlohmann/detail/input/json_sax.hpp:537
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:86
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:58
Method
boolean
vs.proj/include/nlohmann/detail/input/json_sax.hpp:199
Method
boolean
vs.proj/include/nlohmann/detail/input/json_sax.hpp:507
Method
byte_swap
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:2821
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1118
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1133
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1175
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:970
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1047
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1270
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1017
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1075
Function
clear
@brief clears the contents @sa https://json.nlohmann.me/api/basic_json/clear/
vs.proj/include/nlohmann/json.hpp:3054
Function
clear_subtype
@brief clears the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/
vs.proj/include/nlohmann/byte_container_with_subtype.hpp:92
Function
conditional_static_cast
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:637
Method
construct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:52
Method
construct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:65
Method
construct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:98
Method
construct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:120
Method
construct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:133
Method
construct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:146
Method
construct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:159
Method
construct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:229
Function
contains
@brief check the existence of an element in a JSON object @sa https://json.nlohmann.me/api/basic_json/contains/
vs.proj/include/nlohmann/json.hpp:2756
Function
contains
vs.proj/include/nlohmann/detail/json_pointer.hpp:578
Function
convert
can't use conversion operator because of ambiguity
vs.proj/include/nlohmann/detail/json_pointer.hpp:835
Function
count
@brief returns the number of occurrences of a key in a JSON object @sa https://json.nlohmann.me/api/basic_json/count/
vs.proj/include/nlohmann/json.hpp:2738
Function
count
vs.proj/include/nlohmann/ordered_map.hpp:260
Method
create
vs.proj/include/nlohmann/detail/exceptions.hpp:179
Method
create
vs.proj/include/nlohmann/detail/exceptions.hpp:223
Method
create
vs.proj/include/nlohmann/detail/exceptions.hpp:241
Method
create
vs.proj/include/nlohmann/detail/exceptions.hpp:258
Method
create
vs.proj/include/nlohmann/detail/exceptions.hpp:275
Method
create
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:394
Method
create
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:418
Method
create
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:451
Method
create
src/DockingFeature/DockingDlgInterface.h:43
Method
create
* Creates the loading dialog with an animated progress bar * * @param dialogID Resource ID of the dialog template * @param isRTL Whether to use
src/DockingFeature/LoaderDlg.h:37
Method
create
src/DockingFeature/StaticDialog.cpp:227
Method
create
* Creates the dialog * * @param dialogID Resource ID of the dialog template * @param isRTL Whether to use right-to-left text layout * @param m
src/DockingFeature/ChatSettingsDlg.h:82
Function
debugText
* Displays a simple text message in a dialog box for debugging * * @param text The text to display in the debug dialog */
src/DebugUtils.cpp:34
Function
debugTextBinary
* Displays a text message with its hexadecimal representation * * This is useful for examining text data that might contain invisible * or non-prin
src/DebugUtils.cpp:47
Function
debugTextCharByChar
* Displays each character of a string in a separate dialog * * This allows examining each character individually, which can be helpful * for identi
src/DebugUtils.cpp:63
Function
decode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
vs.proj/include/nlohmann/detail/output/serializer.hpp:900
Method
destroy
src/DockingFeature/DockingDlgInterface.h:65
Method
display
src/DockingFeature/DockingDlgInterface.h:70
Method
display
* Toggles the visibility of the loader dialog * * Shows or hides the dialog window. If showing, ensures * the window is properly displayed and b
src/DockingFeature/LoaderDlg.h:79
Method
display
src/DockingFeature/StaticDialog.cpp:69
Method
display
* Controls dialog visibility * * @param toShow Whether to show or hide the dialog */
src/DockingFeature/ChatSettingsDlg.h:92
Method
diyfp
vs.proj/include/nlohmann/detail/conversions/to_chars.hpp:64
Method
dlgProc
src/DockingFeature/StaticDialog.cpp:251
Method
doDialog
* Creates and displays the loading dialog * * Creates the dialog if it doesn't exist yet and ensures * the progress animation is active. * *
src/DockingFeature/LoaderDlg.h:54
Function
emplace
vs.proj/include/nlohmann/json.hpp:3261
Function
empty
@brief checks whether the container is empty. @sa https://json.nlohmann.me/api/basic_json/empty/
vs.proj/include/nlohmann/json.hpp:2933
Method
enableDisableDlgItems
Helper method: Toggle chat limit (text field) and up-down item + re-paint static texts (WM_CTLCOLORSTATIC) by "updating" them
src/DockingFeature/ChatSettingsDlg.cpp:197
Method
end_array
vs.proj/include/nlohmann/detail/input/json_sax.hpp:307
Method
end_array
vs.proj/include/nlohmann/detail/input/json_sax.hpp:674
Method
end_object
vs.proj/include/nlohmann/detail/input/json_sax.hpp:268
Method
end_object
vs.proj/include/nlohmann/detail/input/json_sax.hpp:592
Function
end_pos
vs.proj/include/nlohmann/json.hpp:4266
Method
eof
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:212
Method
eof
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:236
Function
erase
vs.proj/include/nlohmann/ordered_map.hpp:162
Function
exception
vs.proj/include/nlohmann/detail/exceptions.hpp:64
Method
exception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:2971
Method
exception_message
vs.proj/include/nlohmann/detail/input/parser.hpp:478
Method
fill_buffer
UTF-32
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:219
Method
fill_buffer
UTF-16
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:277
Method
fill_buffer
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:373
Function
find
vs.proj/include/nlohmann/ordered_map.hpp:286
Function
from_bson
vs.proj/include/nlohmann/json.hpp:4635
Function
from_cbor
vs.proj/include/nlohmann/json.hpp:4441
Function
from_json
vs.proj/include/nlohmann/detail/macro_scope.hpp:231
Function
from_json_tuple_impl_base
vs.proj/include/nlohmann/detail/conversions/from_json.hpp:446
Function
from_msgpack
vs.proj/include/nlohmann/json.hpp:4497
Function
from_ubjson
vs.proj/include/nlohmann/json.hpp:4551
Function
front
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
vs.proj/include/nlohmann/json.hpp:2421
Function
get
vs.proj/include/nlohmann/json.hpp:1812
Function
get
vs.proj/include/nlohmann/detail/iterators/iteration_proxy.hpp:186
Method
getClientRect
src/DockingFeature/Window.h:68
Method
getFocus
src/DockingFeature/Window.h:108
Function
getFuncsArray
src/NppPluginDemo.cpp:95
Method
getHParent
src/DockingFeature/Window.h:104
Method
getHeight
src/DockingFeature/Window.h:85
Method
getHinst
src/DockingFeature/Window.h:112
Function
getName
src/NppPluginDemo.cpp:81
Method
getPluginFileName
src/DockingFeature/DockingDlgInterface.h:82
Method
getTopPoint
src/DockingFeature/StaticDialog.cpp:38
Method
getViewablePositionRect
src/DockingFeature/StaticDialog.cpp:117
Method
getWidth
src/DockingFeature/Window.h:78
Method
getWindowRect
src/DockingFeature/Window.h:73
Function
get_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
vs.proj/include/nlohmann/json.hpp:243
Method
get_bson_binary
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:247
Method
get_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:195
Method
get_bson_string
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:225
Method
get_cbor_array
! @param[in] len the length of the array or detail::unknown_size() for an array of indefinite size @param[in] tag_handler
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:1110
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
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:1015
← previous
next →
201–300 of 558, ranked by callers