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
to_char_type
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1807
Method
to_char_type
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:207
Method
to_char_type
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:231
Method
to_int_type
Redefine to_int_type function
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:202
Method
to_int_type
Redefine to_int_type function
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:226
Function
to_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
Function
to_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
Function
toggleDebugMode
* 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
Method
token_type_name
vs.proj/include/nlohmann/detail/input/lexer.hpp:63
Method
ubjson_prefix
! @brief determine the type prefix of container values */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1515
Function
unflatten
@brief unflatten a previously flattened JSON value @sa https://json.nlohmann.me/api/basic_json/unflatten/
vs.proj/include/nlohmann/json.hpp:4731
Function
unflatten
vs.proj/include/nlohmann/detail/json_pointer.hpp:806
Function
update
@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
Method
updateChatSettings
* 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
Method
updateDialog
Helper method: Update dialog items (state/color, value etc.)
src/DockingFeature/ChatSettingsDlg.cpp:158
Method
updateDockingDlg
src/DockingFeature/DockingDlgInterface.h:61
Method
updateToolbarIcons
* 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
Function
value
vs.proj/include/nlohmann/json.hpp:2246
Function
value
! @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
Method
value
return the value of an iterator
vs.proj/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:122
Function
value_in_range_of
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:737
Function
what
returns the explanatory string
vs.proj/include/nlohmann/detail/exceptions.hpp:54
Method
wide_string_input_adapter
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:342
Function
writeDefaultConfig
* Creates a default configuration file with recommended settings * * This function writes a default INI file with documentation and * standard sett
src/ConfigManager.cpp:24
Method
write_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
Method
write_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
Method
write_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
Method
write_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
Method
write_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
Method
write_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
Method
write_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
Method
write_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
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1039
Method
write_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
Method
write_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
Method
write_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
Method
write_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
Method
write_character
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:81
Method
write_character
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:106
Method
write_compact_float
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1773
Method
write_number
vs.proj/include/nlohmann/detail/output/binary_writer.hpp:1757
Method
write_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
← previous
501–558 of 558, ranked by callers