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
Function
operator!=
vs.proj/include/nlohmann/byte_container_with_subtype.hpp:63
Function
operator!=
vs.proj/include/nlohmann/detail/json_pointer.hpp:956
Function
operator!=
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:509
Method
operator!=
inequality operator (needed for range-based for)
vs.proj/include/nlohmann/detail/iterators/iteration_proxy.hpp:101
Function
operator()
vs.proj/include/nlohmann/json.hpp:5252
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
vs.proj/include/nlohmann/json.hpp:5266
Method
operator()
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:453
Method
operator()
vs.proj/include/nlohmann/detail/conversions/from_json.hpp:549
Method
operator+
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:80
Method
operator++
post-increment (it++)
vs.proj/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:61
Method
operator++
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:98
Method
operator++
vs.proj/include/nlohmann/detail/iterators/iteration_proxy.hpp:86
Method
operator-
subtract from iterator
vs.proj/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:97
Method
operator-
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:87
Method
operator--
post-decrement (it--)
vs.proj/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:73
Method
operator--
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:111
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:324
Method
operator->
vs.proj/include/nlohmann/detail/json_ref.hpp:67
Function
operator<
vs.proj/include/nlohmann/detail/json_pointer.hpp:981
Function
operator<
vs.proj/include/nlohmann/detail/value_t.hpp:83
Function
operator<
! @brief comparison: smaller @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-initialized.
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:518
Method
operator<
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:75
Function
operator<=
vs.proj/include/nlohmann/json.hpp:3772
Function
operator<=
! @brief comparison: less than or equal @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-i
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:558
Function
operator<=>
@brief comparison: 3-way @sa https://json.nlohmann.me/api/basic_json/operator_spaceship/
vs.proj/include/nlohmann/json.hpp:3745
Function
operator<=>
vs.proj/include/nlohmann/detail/json_pointer.hpp:869
Method
operator=
vs.proj/include/nlohmann/detail/meta/detected.hpp:26
Function
operator==
@brief comparison: equal @sa https://json.nlohmann.me/api/basic_json/operator_eq/
vs.proj/include/nlohmann/json.hpp:3710
Function
operator==
vs.proj/include/nlohmann/detail/json_pointer.hpp:854
Function
operator==
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:469
Method
operator==
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:70
Function
operator>
@brief comparison: greater than @sa https://json.nlohmann.me/api/basic_json/operator_gt/
vs.proj/include/nlohmann/json.hpp:3932
Function
operator>
! @brief comparison: greater than @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-initial
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:567
Function
operator>=
vs.proj/include/nlohmann/json.hpp:3793
Function
operator>=
! @brief comparison: greater than or equal @pre (1) The iterator is initialized; i.e. `m_object != nullptr`, or (2) both iterators are value-i
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:576
Function
operator[]
@brief access specified array element @sa https://json.nlohmann.me/api/basic_json/operator%5B%5D/
vs.proj/include/nlohmann/json.hpp:2087
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:693
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
vs.proj/include/nlohmann/ordered_map.hpp:46
Method
output_adapter
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:126
Method
output_adapter_protocol
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:36
Method
output_stream_adapter
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:77
Method
output_string_adapter
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:102
Method
output_vector_adapter
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:52
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
vs.proj/include/nlohmann/detail/json_pointer.hpp:145
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:398
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:274
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:360
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:170
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:428
Method
parse_error
vs.proj/include/nlohmann/detail/exceptions.hpp:207
Method
parse_error
vs.proj/include/nlohmann/detail/input/json_sax.hpp:326
Method
parse_error
vs.proj/include/nlohmann/detail/input/json_sax.hpp:721
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:1204
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:1838
Method
parser
a parser reading from an input adapter
vs.proj/include/nlohmann/detail/input/parser.hpp:71
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
vs.proj/include/nlohmann/json.hpp:5018
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
vs.proj/include/nlohmann/json.hpp:4747
Method
position_string
vs.proj/include/nlohmann/detail/exceptions.hpp:210
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
vs.proj/include/nlohmann/json.hpp:2845
Method
reSizeTo
src/DockingFeature/Window.h:46
Method
reSizeToWH
src/DockingFeature/Window.h:53
Method
redraw
src/DockingFeature/Window.h:60
Function
reinterpret_bits
vs.proj/include/nlohmann/detail/conversions/to_chars.hpp:48
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
vs.proj/include/nlohmann/json.hpp:2859
Method
run_dlgProc
src/DockingFeature/DockingDlgInterface.h:94
Method
sax_parse_internal
vs.proj/include/nlohmann/detail/input/parser.hpp:180
Function
scan
vs.proj/include/nlohmann/detail/input/lexer.hpp:1518
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
vs.proj/include/nlohmann/detail/input/lexer.hpp:845
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
vs.proj/include/nlohmann/detail/input/lexer.hpp:970
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
vs.proj/include/nlohmann/detail/input/lexer.hpp:255
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
vs.proj/include/nlohmann/detail/output/serializer.hpp:67
Method
setBackgroundColor
src/DockingFeature/DockingDlgInterface.h:67
Method
setChecked
src/DockingFeature/StaticDialog.h:63
Method
setClosed
src/DockingFeature/DockingDlgInterface.h:78
Method
setForegroundColor
src/DockingFeature/DockingDlgInterface.h:68
Function
setInfo
src/NppPluginDemo.cpp:68
Function
set_end
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:47
Function
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
vs.proj/include/nlohmann/byte_container_with_subtype.hpp:70
Method
span_input_adapter
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:529
Method
start_array
vs.proj/include/nlohmann/detail/input/json_sax.hpp:286
Method
start_array
vs.proj/include/nlohmann/detail/input/json_sax.hpp:642
Method
start_object
vs.proj/include/nlohmann/detail/input/json_sax.hpp:235
Method
start_object
vs.proj/include/nlohmann/detail/input/json_sax.hpp:543
Method
string
vs.proj/include/nlohmann/detail/input/json_sax.hpp:223
Method
string
vs.proj/include/nlohmann/detail/input/json_sax.hpp:531
Method
string to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
vs.proj/include/nlohmann/json.hpp:5201
Function
stringToWstring
* Converts a UTF-8 encoded std::string to a UTF-16 (wide) std::wstring * * Uses the standard library's codecvt facilities with a fallback mechanism
src/EncodingUtils.cpp:23
Method
strtof
vs.proj/include/nlohmann/detail/input/lexer.hpp:913
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
vs.proj/include/nlohmann/detail/conversions/to_chars.hpp:70
Function
subtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
vs.proj/include/nlohmann/byte_container_with_subtype.hpp:78
Method
switch
vs.proj/include/nlohmann/detail/output/serializer.hpp:405
Method
test
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:675
Method
test
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:685
Method
test
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:695
Method
test
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:705
Method
test
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:721
Method
test
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:730
Function
toUTF8
* Converts a UTF-16 (wide) std::wstring to a UTF-8 encoded std::string * * Uses the standard library's codecvt facilities with a manual fallback *
src/EncodingUtils.cpp:51
Function
to_bjdata
@brief create a BJData serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bjdata/
vs.proj/include/nlohmann/json.hpp:4355
Function
to_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
vs.proj/include/nlohmann/json.hpp:4385
← previous
next →
401–500 of 558, ranked by callers