Home
last modified time | relevance | path

Searched refs:set_subtype (Results 1 – 25 of 63) sorted by relevance

123

/dports/science/eccodes/eccodes-2.23.0-Source/tests/
H A Dbufr_ecc-686.sh21 set_subtype() function
48 set_subtype 30 256
51 set_subtype 31 256
52 set_subtype 121 256
53 set_subtype 130 256
56 set_subtype 255 256
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/rdtypes/ANY/
H A DAFSDB.py44 def set_subtype(self, subtype): member in AFSDB
47 subtype = property(get_subtype, set_subtype)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/rdtypes/ANY/
H A DAFSDB.py42 def set_subtype(self, subtype): member in AFSDB
45 subtype = property(get_subtype, set_subtype)
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/dns/rdtypes/ANY/
H A DAFSDB.py40 def set_subtype(self, subtype): member in AFSDB
43 subtype = property(get_subtype, set_subtype)
/dports/dns/py-dnspython/dnspython-1.16.0/dns/rdtypes/ANY/
H A DAFSDB.py44 def set_subtype(self, subtype): member in AFSDB
47 subtype = property(get_subtype, set_subtype)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_observer_proj_cam.h34 void set_subtype(std::string const& subtype){subtype_ = subtype;} in set_subtype() function
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/nlohmann-json/include/nlohmann/
H A Dbyte_container_with_subtype.hpp83 void set_subtype(std::uint8_t subtype) noexcept in set_subtype() function in nlohmann::byte_container_with_subtype
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/json/include/nlohmann/
H A Dbyte_container_with_subtype.hpp83 void set_subtype(std::uint8_t subtype_) noexcept in set_subtype() function in nlohmann::byte_container_with_subtype
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/nlohmann/
H A Dbyte_container_with_subtype.hpp83 void set_subtype(std::uint8_t subtype) noexcept in set_subtype() function in nlohmann::byte_container_with_subtype
/dports/audio/giada/giada-0.17.1/src/deps/json/include/nlohmann/
H A Dbyte_container_with_subtype.hpp83 void set_subtype(std::uint8_t subtype) noexcept in set_subtype() function in nlohmann::byte_container_with_subtype
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/
H A Dbyte_container_with_subtype.hpp85 void set_subtype(subtype_type subtype_) noexcept in set_subtype() function in nlohmann::byte_container_with_subtype
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dtms36xx.h29 void set_subtype(subtype type) in set_subtype() function
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dtms36xx.h29 void set_subtype(subtype type) in set_subtype() function
/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-byte_container_with_subtype.cpp50 container.set_subtype(42);
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/input/
H A Dbinary_reader.hpp246 result.set_subtype(subtype); in get_bson_binary()
770 … b.set_subtype(detail::conditional_static_cast<typename binary_t::subtype_type>(subtype)); in parse_cbor_internal()
777 … b.set_subtype(detail::conditional_static_cast<typename binary_t::subtype_type>(subtype)); in parse_cbor_internal()
784 … b.set_subtype(detail::conditional_static_cast<typename binary_t::subtype_type>(subtype)); in parse_cbor_internal()
791 … b.set_subtype(detail::conditional_static_cast<typename binary_t::subtype_type>(subtype)); in parse_cbor_internal()
1645 result.set_subtype(static_cast<std::uint8_t>(subtype)); in get_msgpack_binary()
/dports/audio/giada/giada-0.17.1/src/deps/json/doc/mkdocs/docs/features/
H A Dbinary_values.md12 +void set_subtype(std::uint8_t subtype)
38 binary_with_subtype.set_subtype(42);
39 binary.set_subtype(23);
/dports/devel/nlohmann-json/json-3.10.4/doc/mkdocs/docs/features/
H A Dbinary_values.md12 +void set_subtype(std::uint64_t subtype)
38 binary_with_subtype.set_subtype(42);
39 binary.set_subtype(23);
/dports/biology/p5-transdecoder/TransDecoder-TransDecoder-v5.4.0/PerlLib/
H A DGTF.pm3638 $utr->set_subtype("UTR5");
3641 $utr->set_subtype("UTR3");
3646 $$cds[0]->set_subtype("Single");
3649 $$cds[0]->set_subtype("Initial");
3652 $$cds[0]->set_subtype("Terminal");
3655 $$cds[0]->set_subtype("Internal");
3670 $$cds[0]->set_subtype("Terminal");
3676 $$cds[0]->set_subtype("Initial");
3685 $$cds[$i]->set_subtype("Internal");
3697 $intron->set_subtype("Intron");
[all …]
/dports/net/py-impacket/impacket-0.9.17/tests/dot11/
H A Dtest_Dot11Base.py40 self.dot11fc.set_subtype(5)
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/core/
H A Dhas_props.d.ts97 set_subtype(subtype: string): void;
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/entities/
H A Dentity_model.h124 void set_subtype(const QString& subtype);
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dsegag80r.cpp580 m_music->set_subtype(tms36xx_device::subtype::TMS3617); in device_add_mconfig()
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dsegag80r.cpp580 m_music->set_subtype(tms36xx_device::subtype::TMS3617); in device_add_mconfig()
/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-msgpack.cpp1172 j.get_binary().set_subtype(subtype);
1247 j.get_binary().set_subtype(subtype);
1283 j.get_binary().set_subtype(subtype);
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/nlohmann-json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp242 result.set_subtype(subtype); in get_bson_binary()
1595 result.set_subtype(static_cast<std::uint8_t>(subtype)); in get_msgpack_binary()

123