MCPcopy Create free account

hub / github.com/Krazal/nppopenai / functions

Functions558 in github.com/Krazal/nppopenai

Methodto_char_type
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1807
Methodto_char_type
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:207
Methodto_char_type
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:231
Methodto_int_type
Redefine to_int_type function
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:202
Methodto_int_type
Redefine to_int_type function
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:226
Functionto_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
vs.proj/include/nlohmann/json.hpp:4305
Functionto_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
vs.proj/include/nlohmann/json.hpp:4328
FunctiontoggleDebugMode
* Toggles the plugin's debug mode on/off * * When debug mode is enabled, the plugin will output additional information * that can be helpful for di
src/DebugUtils.cpp:21
Methodtoken_type_name
vs.proj/include/nlohmann/detail/input/lexer.hpp:63
Methodubjson_prefix
! @brief determine the type prefix of container values */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1515
Functionunflatten
@brief unflatten a previously flattened JSON value @sa https://json.nlohmann.me/api/basic_json/unflatten/
vs.proj/include/nlohmann/json.hpp:4731
Functionunflatten
vs.proj/include/nlohmann/detail/json_pointer.hpp:806
Functionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
vs.proj/include/nlohmann/json.hpp:3436
MethodupdateChatSettings
* Updates the Chat Settings menu item text and optionally saves to INI file * * @param isWriteToFile If true, writes the current settings to the INI
src/UIHelpers.cpp:45
MethodupdateDialog
Helper method: Update dialog items (state/color, value etc.)
src/DockingFeature/ChatSettingsDlg.cpp:158
MethodupdateDockingDlg
src/DockingFeature/DockingDlgInterface.h:61
MethodupdateToolbarIcons
* Adds or updates toolbar icons * * Prepares and sends toolbar icons to Notepad++ for the Chat Settings feature. * Icons are updated based on the c
src/UIHelpers.cpp:78
Functionvalue
vs.proj/include/nlohmann/json.hpp:2246
Functionvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:747
Methodvalue
return the value of an iterator
vs.proj/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:122
Functionvalue_in_range_of
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:737
Functionwhat
returns the explanatory string
vs.proj/include/nlohmann/detail/exceptions.hpp:54
Methodwide_string_input_adapter
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:342
FunctionwriteDefaultConfig
* Creates a default configuration file with recommended settings * * This function writes a default INI file with documentation and * standard sett
src/ConfigManager.cpp:24
Methodwrite_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1629
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1141
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1160
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:997
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1007
Methodwrite_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1223
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:985
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1057
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1039
Methodwrite_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1285
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1108
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1025
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1085
Methodwrite_character
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:81
Methodwrite_character
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:106
Methodwrite_compact_float
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1773
Methodwrite_number
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1757
Methodwrite_number_with_ubjson_prefix
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1332
Method~StaticDialog
src/DockingFeature/StaticDialog.cpp:22
Method~Window
src/DockingFeature/Window.h:28
Function~basic_json
@brief destructor @sa https://json.nlohmann.me/api/basic_json/~basic_json/
vs.proj/include/nlohmann/json.hpp:1281
Method~binary_reader
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:96
Method~data
vs.proj/include/nlohmann/json.hpp:4242
Method~input_stream_adapter
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:97
Method~iter_impl
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:90
Method~iteration_proxy
vs.proj/include/nlohmann/detail/iterators/iteration_proxy.hpp:167
Method~iteration_proxy_value
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor,cppcoreguidelines-noexcept-move-operations)
vs.proj/include/nlohmann/detail/iterators/iteration_proxy.hpp:69
Method~json_ref
vs.proj/include/nlohmann/detail/json_ref.hpp:51
Method~json_sax_dom_callback_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
vs.proj/include/nlohmann/detail/input/json_sax.hpp:499
Method~json_sax_dom_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
vs.proj/include/nlohmann/detail/input/json_sax.hpp:191
Method~lexer
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
vs.proj/include/nlohmann/detail/input/lexer.hpp:135
Method~nonesuch
vs.proj/include/nlohmann/detail/meta/detected.hpp:23
Method~output_adapter_protocol
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:34
Method~serializer
vs.proj/include/nlohmann/detail/output/serializer.hpp:83
← previous501–558 of 558, ranked by callers