MCPcopy Create free account

hub / github.com/Krazal/nppopenai / functions

Functions558 in github.com/Krazal/nppopenai

Functionoperator!=
vs.proj/include/nlohmann/byte_container_with_subtype.hpp:63
Functionoperator!=
vs.proj/include/nlohmann/detail/json_pointer.hpp:956
Functionoperator!=
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:509
Methodoperator!=
inequality operator (needed for range-based for)
vs.proj/include/nlohmann/detail/iterators/iteration_proxy.hpp:101
Functionoperator()
vs.proj/include/nlohmann/json.hpp:5252
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
vs.proj/include/nlohmann/json.hpp:5266
Methodoperator()
vs.proj/include/nlohmann/detail/conversions/to_json.hpp:453
Methodoperator()
vs.proj/include/nlohmann/detail/conversions/from_json.hpp:549
Methodoperator+
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:80
Methodoperator++
post-increment (it++)
vs.proj/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:61
Methodoperator++
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:98
Methodoperator++
vs.proj/include/nlohmann/detail/iterators/iteration_proxy.hpp:86
Methodoperator-
subtract from iterator
vs.proj/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:97
Methodoperator-
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:87
Methodoperator--
post-decrement (it--)
vs.proj/include/nlohmann/detail/iterators/json_reverse_iterator.hpp:73
Methodoperator--
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:111
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:324
Methodoperator->
vs.proj/include/nlohmann/detail/json_ref.hpp:67
Functionoperator<
vs.proj/include/nlohmann/detail/json_pointer.hpp:981
Functionoperator<
vs.proj/include/nlohmann/detail/value_t.hpp:83
Functionoperator<
! @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
Methodoperator<
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:75
Functionoperator<=
vs.proj/include/nlohmann/json.hpp:3772
Functionoperator<=
! @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
Functionoperator<=>
@brief comparison: 3-way @sa https://json.nlohmann.me/api/basic_json/operator_spaceship/
vs.proj/include/nlohmann/json.hpp:3745
Functionoperator<=>
vs.proj/include/nlohmann/detail/json_pointer.hpp:869
Methodoperator=
vs.proj/include/nlohmann/detail/meta/detected.hpp:26
Functionoperator==
@brief comparison: equal @sa https://json.nlohmann.me/api/basic_json/operator_eq/
vs.proj/include/nlohmann/json.hpp:3710
Functionoperator==
vs.proj/include/nlohmann/detail/json_pointer.hpp:854
Functionoperator==
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:469
Methodoperator==
vs.proj/include/nlohmann/detail/iterators/primitive_iterator.hpp:70
Functionoperator>
@brief comparison: greater than @sa https://json.nlohmann.me/api/basic_json/operator_gt/
vs.proj/include/nlohmann/json.hpp:3932
Functionoperator>
! @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
Functionoperator>=
vs.proj/include/nlohmann/json.hpp:3793
Functionoperator>=
! @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
Functionoperator[]
@brief access specified array element @sa https://json.nlohmann.me/api/basic_json/operator%5B%5D/
vs.proj/include/nlohmann/json.hpp:2087
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:693
Functionordered_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
Methodoutput_adapter
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:126
Methodoutput_adapter_protocol
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:36
Methodoutput_stream_adapter
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:77
Methodoutput_string_adapter
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:102
Methodoutput_vector_adapter
vs.proj/include/nlohmann/detail/output/output_adapters.hpp:52
Functionparent_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_error
vs.proj/include/nlohmann/detail/exceptions.hpp:207
Methodparse_error
vs.proj/include/nlohmann/detail/input/json_sax.hpp:326
Methodparse_error
vs.proj/include/nlohmann/detail/input/json_sax.hpp:721
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
vs.proj/include/nlohmann/detail/input/binary_reader.hpp:1204
Methodparse_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
Methodparser
a parser reading from an input adapter
vs.proj/include/nlohmann/detail/input/parser.hpp:71
Functionpatch
@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
Functionpatch_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
Methodposition_string
vs.proj/include/nlohmann/detail/exceptions.hpp:210
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
vs.proj/include/nlohmann/json.hpp:2845
MethodreSizeTo
src/DockingFeature/Window.h:46
MethodreSizeToWH
src/DockingFeature/Window.h:53
Methodredraw
src/DockingFeature/Window.h:60
Functionreinterpret_bits
vs.proj/include/nlohmann/detail/conversions/to_chars.hpp:48
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
vs.proj/include/nlohmann/json.hpp:2859
Methodrun_dlgProc
src/DockingFeature/DockingDlgInterface.h:94
Methodsax_parse_internal
vs.proj/include/nlohmann/detail/input/parser.hpp:180
Functionscan
vs.proj/include/nlohmann/detail/input/lexer.hpp:1518
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
vs.proj/include/nlohmann/detail/input/lexer.hpp:845
Methodscan_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
Methodscan_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
Methodserializer
! @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
MethodsetBackgroundColor
src/DockingFeature/DockingDlgInterface.h:67
MethodsetChecked
src/DockingFeature/StaticDialog.h:63
MethodsetClosed
src/DockingFeature/DockingDlgInterface.h:78
MethodsetForegroundColor
src/DockingFeature/DockingDlgInterface.h:68
FunctionsetInfo
src/NppPluginDemo.cpp:68
Functionset_end
vs.proj/include/nlohmann/detail/iterators/iter_impl.hpp:47
Functionset_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
Methodspan_input_adapter
vs.proj/include/nlohmann/detail/input/input_adapters.hpp:529
Methodstart_array
vs.proj/include/nlohmann/detail/input/json_sax.hpp:286
Methodstart_array
vs.proj/include/nlohmann/detail/input/json_sax.hpp:642
Methodstart_object
vs.proj/include/nlohmann/detail/input/json_sax.hpp:235
Methodstart_object
vs.proj/include/nlohmann/detail/input/json_sax.hpp:543
Methodstring
vs.proj/include/nlohmann/detail/input/json_sax.hpp:223
Methodstring
vs.proj/include/nlohmann/detail/input/json_sax.hpp:531
Methodstring 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
FunctionstringToWstring
* 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
Methodstrtof
vs.proj/include/nlohmann/detail/input/lexer.hpp:913
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
vs.proj/include/nlohmann/detail/conversions/to_chars.hpp:70
Functionsubtype
@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
Methodswitch
vs.proj/include/nlohmann/detail/output/serializer.hpp:405
Methodtest
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:675
Methodtest
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:685
Methodtest
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:695
Methodtest
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:705
Methodtest
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:721
Methodtest
vs.proj/include/nlohmann/detail/meta/type_traits.hpp:730
FunctiontoUTF8
* 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
Functionto_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
Functionto_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
← previousnext →401–500 of 558, ranked by callers