MCPcopy Create free account

hub / github.com/Krazal/nppopenai / functions

Functions558 in github.com/Krazal/nppopenai

Methodbinary
vs.proj/include/nlohmann/detail/input/json_sax.hpp:229
Methodbinary
vs.proj/include/nlohmann/detail/input/json_sax.hpp:537
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:86
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:58
Methodboolean
vs.proj/include/nlohmann/detail/input/json_sax.hpp:199
Methodboolean
vs.proj/include/nlohmann/detail/input/json_sax.hpp:507
Methodbyte_swap
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:2821
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1118
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1133
Methodcalc_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
Methodcalc_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
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1047
Methodcalc_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
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1017
Methodcalc_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
Functionclear
@brief clears the contents @sa https://json.nlohmann.me/api/basic_json/clear/
vs.proj/include/nlohmann/json.hpp:3054
Functionclear_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
Functionconditional_static_cast
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:637
Methodconstruct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:52
Methodconstruct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:65
Methodconstruct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:98
Methodconstruct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:120
Methodconstruct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:133
Methodconstruct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:146
Methodconstruct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:159
Methodconstruct
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:229
Functioncontains
@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
Functioncontains
vs.proj/include/nlohmann/detail/json_pointer.hpp:578
Functionconvert
can't use conversion operator because of ambiguity
vs.proj/include/nlohmann/detail/json_pointer.hpp:835
Functioncount
@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
Functioncount
vs.proj/include/nlohmann/ordered_map.hpp:260
Methodcreate
vs.proj/include/nlohmann/detail/exceptions.hpp:179
Methodcreate
vs.proj/include/nlohmann/detail/exceptions.hpp:223
Methodcreate
vs.proj/include/nlohmann/detail/exceptions.hpp:241
Methodcreate
vs.proj/include/nlohmann/detail/exceptions.hpp:258
Methodcreate
vs.proj/include/nlohmann/detail/exceptions.hpp:275
Methodcreate
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:394
Methodcreate
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:418
Methodcreate
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:451
Methodcreate
src/DockingFeature/DockingDlgInterface.h:43
Methodcreate
* 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
Methodcreate
src/DockingFeature/StaticDialog.cpp:227
Methodcreate
* 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
FunctiondebugText
* 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
FunctiondebugTextBinary
* 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
FunctiondebugTextCharByChar
* 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
Functiondecode
! @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
Methoddestroy
src/DockingFeature/DockingDlgInterface.h:65
Methoddisplay
src/DockingFeature/DockingDlgInterface.h:70
Methoddisplay
* 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
Methoddisplay
src/DockingFeature/StaticDialog.cpp:69
Methoddisplay
* Controls dialog visibility * * @param toShow Whether to show or hide the dialog */
src/DockingFeature/ChatSettingsDlg.h:92
Methoddiyfp
vs.proj/include/nlohmann/detail/conversions/to_chars.hpp:64
MethoddlgProc
src/DockingFeature/StaticDialog.cpp:251
MethoddoDialog
* 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
Functionemplace
vs.proj/include/nlohmann/json.hpp:3261
Functionempty
@brief checks whether the container is empty. @sa https://json.nlohmann.me/api/basic_json/empty/
vs.proj/include/nlohmann/json.hpp:2933
MethodenableDisableDlgItems
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
Methodend_array
vs.proj/include/nlohmann/detail/input/json_sax.hpp:307
Methodend_array
vs.proj/include/nlohmann/detail/input/json_sax.hpp:674
Methodend_object
vs.proj/include/nlohmann/detail/input/json_sax.hpp:268
Methodend_object
vs.proj/include/nlohmann/detail/input/json_sax.hpp:592
Functionend_pos
vs.proj/include/nlohmann/json.hpp:4266
Methodeof
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:212
Methodeof
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:236
Functionerase
vs.proj/include/nlohmann/ordered_map.hpp:162
Functionexception
vs.proj/include/nlohmann/detail/exceptions.hpp:64
Methodexception_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
Methodexception_message
vs.proj/include/nlohmann/detail/input/parser.hpp:478
Methodfill_buffer
UTF-32
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:219
Methodfill_buffer
UTF-16
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:277
Methodfill_buffer
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:373
Functionfind
vs.proj/include/nlohmann/ordered_map.hpp:286
Functionfrom_bson
vs.proj/include/nlohmann/json.hpp:4635
Functionfrom_cbor
vs.proj/include/nlohmann/json.hpp:4441
Functionfrom_json
vs.proj/include/nlohmann/detail/macro_scope.hpp:231
Functionfrom_json_tuple_impl_base
vs.proj/include/nlohmann/detail/conversions/from_json.hpp:446
Functionfrom_msgpack
vs.proj/include/nlohmann/json.hpp:4497
Functionfrom_ubjson
vs.proj/include/nlohmann/json.hpp:4551
Functionfront
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
vs.proj/include/nlohmann/json.hpp:2421
Functionget
vs.proj/include/nlohmann/json.hpp:1812
Functionget
vs.proj/include/nlohmann/detail/iterators/iteration_proxy.hpp:186
MethodgetClientRect
src/DockingFeature/Window.h:68
MethodgetFocus
src/DockingFeature/Window.h:108
FunctiongetFuncsArray
src/NppPluginDemo.cpp:95
MethodgetHParent
src/DockingFeature/Window.h:104
MethodgetHeight
src/DockingFeature/Window.h:85
MethodgetHinst
src/DockingFeature/Window.h:112
FunctiongetName
src/NppPluginDemo.cpp:81
MethodgetPluginFileName
src/DockingFeature/DockingDlgInterface.h:82
MethodgetTopPoint
src/DockingFeature/StaticDialog.cpp:38
MethodgetViewablePositionRect
src/DockingFeature/StaticDialog.cpp:117
MethodgetWidth
src/DockingFeature/Window.h:78
MethodgetWindowRect
src/DockingFeature/Window.h:73
Functionget_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
Methodget_bson_binary
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:247
Methodget_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
Methodget_bson_string
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:225
Methodget_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
Methodget_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
← previousnext →201–300 of 558, ranked by callers