Home
last modified time | relevance | path

Searched refs:item_type (Results 351 – 375 of 2377) sorted by relevance

1...<<11121314151617181920>>...96

/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozlog/mozlog/
H A Dlogtypes.py174 def __init__(self, name, item_type, default=no_default, optional=False): argument
176 self.item_type = item_type(None)
179 return [self.item_type.convert(item) for item in data]
203 return tuple(item_type.convert(value)
204 for item_type, value in zip(self.item_types, data))
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dtaginfo-impl.hpp59 void add(osmium::item_type type, taginfo const &info);
60 std::vector<taginfo> const &get(osmium::item_type type) const noexcept;
62 columns_t normal_columns(osmium::item_type type) const;
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSF2PZone.c65 static GType item_type = 0; in ipatch_sf2_pzone_get_type() local
67 if(!item_type) in ipatch_sf2_pzone_get_type()
81 item_type = g_type_register_static(IPATCH_TYPE_SF2_ZONE, in ipatch_sf2_pzone_get_type()
83 g_type_add_interface_static(item_type, IPATCH_TYPE_SF2_GEN_ITEM, &genitem_iface); in ipatch_sf2_pzone_get_type()
86 return (item_type); in ipatch_sf2_pzone_get_type()
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Ditems.h146 enum ItemType item_type );
149 enum ItemType item_type );
152 enum ItemType item_type );
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/grit/grit/gather/
H A Dpolicy_json.py149 def _GetDescription(self, item, item_type, parent_item, key): argument
166 if item_type == 'policy':
170 if item_type == 'enum_item':
181 raise Exception('Unexpected type %s' % item_type)
212 def _AddPolicyKey(self, item, item_type, parent_item, key, depth): argument
232 self._GetDescription(item, item_type, parent_item, key))
239 def _AddItems(self, items, item_type, parent_item, depth): argument
266 self._AddPolicyKey(item1, item_type, parent_item, key, depth + 1)
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Evaluation/
H A DProjectMetadata.cs42 item_type = itemType; in ProjectMetadata()
50 readonly string item_type; field in Microsoft.Build.Evaluation.ProjectMetadata
64 get { return item_type; }
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/osm/
H A Dtypes_from_string.hpp90 inline std::pair<osmium::item_type, osmium::object_id_type>
93 osmium::item_type default_type = osmium::item_type::undefined) { in string_to_object_id()
100 const osmium::item_type t = osmium::char_to_item_type(*input); in string_to_object_id()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/osm/
H A Dtypes_from_string.hpp90 inline std::pair<osmium::item_type, osmium::object_id_type>
93 osmium::item_type default_type = osmium::item_type::undefined) { in string_to_object_id()
100 const osmium::item_type t = osmium::char_to_item_type(*input); in string_to_object_id()
/dports/security/kuku/Kuku-2.1.0/examples/
H A Dexample.cpp12 ostream &operator<<(ostream &stream, item_type item) in operator <<()
51 item_type loc_func_seed = make_random_item(); in main()
53 item_type empty_item = make_item(0, 0); in main()
96item_type item = make_item(static_cast<uint64_t>(atoi(lw)), static_cast<uint64_t>(atoi(hw))); in main()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/osm/
H A Dtypes_from_string.hpp90 inline std::pair<osmium::item_type, osmium::object_id_type>
93 osmium::item_type default_type = osmium::item_type::undefined) { in string_to_object_id()
100 const osmium::item_type t = osmium::char_to_item_type(*input); in string_to_object_id()
/dports/www/ilias/ILIAS-5.4.25/Modules/Scorm2004/classes/
H A Dclass.ilSCORM2004Node.php951 $item_type = "";
956 $item_type = ilSCORM2004Node::_lookupType($a_item_id);
961 $ilLog->write("Getting from clipboard type " . $item_type . ", " .
966 $item_type = ilLMObject::_lookupType($a_item_id, $item_lm_id);
977 if ($item_type == "chap") {
980 } elseif ($item_type == "page") {
983 } elseif ($item_type == "sco") {
986 } elseif ($item_type == "ass") {
989 } elseif ($item_type == "pg") {
1011 if ($item_type == "page") {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Scorm2004/classes/
H A Dclass.ilSCORM2004Node.php951 $item_type = "";
956 $item_type = ilSCORM2004Node::_lookupType($a_item_id);
961 $ilLog->write("Getting from clipboard type " . $item_type . ", " .
966 $item_type = ilLMObject::_lookupType($a_item_id, $item_lm_id);
977 if ($item_type == "chap") {
980 } elseif ($item_type == "page") {
983 } elseif ($item_type == "sco") {
986 } elseif ($item_type == "ass") {
989 } elseif ($item_type == "pg") {
1011 if ($item_type == "page") {
[all …]
/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/
H A Dmyqueues.py131 elif item.item_type == FuzzType.STARTSEED:
133 elif item.item_type == FuzzType.ENDSEED:
138 elif item.item_type == FuzzType.CANCEL:
146 ) and item.item_type in self.items_to_process():
188 elif item.item_type == FuzzType.ERROR:
192 elif item.item_type == FuzzType.CANCEL:
196 if item.item_type == FuzzType.RESULT and not item.discarded:
199 if item.item_type == FuzzType.ENDSEED:
201 elif item.item_type == FuzzType.RESULT:
/dports/devel/qca/qca-2.3.4/plugins/qca-gnupg/
H A Dmykeystoreentry.cpp32 item_type = KeyStoreEntry::TypePGPSecretKey; in MyKeyStoreEntry()
34 item_type = KeyStoreEntry::TypePGPPublicKey; in MyKeyStoreEntry()
53 return item_type; in type()
/dports/devel/py-vsts/vsts-0.1.25/vsts/file_container/v4_1/models/
H A Dfile_container_item.py74 …ne, file_id=None, file_length=None, file_type=None, item_location=None, item_type=None, last_modif… argument
88 self.item_type = item_type
/dports/devel/py-vsts/vsts-0.1.25/vsts/file_container/v4_0/models/
H A Dfile_container_item.py74 …ne, file_id=None, file_length=None, file_type=None, item_location=None, item_type=None, last_modif… argument
88 self.item_type = item_type
/dports/devel/py-wsme/WSME-0.11.0/wsme/
H A Dtypes.py29 def __init__(self, item_type): argument
30 if iscomplex(item_type):
31 self._item_type = weakref.ref(item_type)
33 self._item_type = item_type
36 return hash(self.item_type)
40 and self.item_type == other.item_type
43 return [getattr(self.item_type, 'sample', self.item_type)()]
46 def item_type(self): member in ArrayType
57 self.item_type, type(value)
60 validate_value(self.item_type, item)
[all …]
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/handler/
H A Dobject_relations.hpp82 case osmium::item_type::node: in relation()
85 case osmium::item_type::way: in relation()
88 case osmium::item_type::relation: in relation()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/core/
H A Dmutable_range.hpp72 >::type item_type; typedef
75 item_type const& item) in apply()
81 item_type && item) in apply()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/handler/
H A Dobject_relations.hpp82 case osmium::item_type::node: in relation()
85 case osmium::item_type::way: in relation()
88 case osmium::item_type::relation: in relation()
/dports/www/mod_php81/php-8.1.1/ext/dom/tests/
H A DDOM4_DOMNode_prepend_ns.phpt16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
24 <g:item_type>house</g:item_type>
H A DDOM4_DOMNode_append_ns.phpt16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
24 <g:item_type>house</g:item_type>
/dports/lang/php81/php-8.1.1/ext/dom/tests/
H A DDOM4_DOMNode_append_ns.phpt16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
24 <g:item_type>house</g:item_type>
/dports/lang/php80/php-8.0.15/ext/dom/tests/
H A DDOM4_DOMNode_append_ns.phpt16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
24 <g:item_type>house</g:item_type>
H A DDOM4_DOMNode_prepend_ns.phpt16 $item = $doc->createElementNS('http://base.google.com/ns/1.0', 'g:item_type', 'house');
24 <g:item_type>house</g:item_type>

1...<<11121314151617181920>>...96