Home
last modified time | relevance | path

Searched refs:ListType (Results 1 – 25 of 2327) sorted by relevance

12345678910>>...94

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DNamespaceList.cs15 public enum ListType { enum in System.Xml.Schema.NamespaceList
21 private ListType type = ListType.Any;
33 type = ListType.Any; in NamespaceList()
39 type = ListType.Set; in NamespaceList()
66 public ListType Type {
77 case ListType.Set:
140 else if (sub.type == ListType.Other && super.type == ListType.Other) { in IsSubset()
184 else if (o1.type == ListType.Set && o2.type == ListType.Other) { in Union()
205 else if (o2.type == ListType.Set && o1.type == ListType.Other) { in Union()
272 else if (o1.type == ListType.Set && o2.type == ListType.Set) { //clause 4 in Intersection()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DNamespaceList.cs13 public enum ListType enum in System.Xml.Schema.NamespaceList
20 private ListType _type = ListType.Any;
168 else if (sub._type == ListType.Other && super._type == ListType.Other) in IsSubset()
207 else if (o1._type == ListType.Set && o2._type == ListType.Set) in Union()
215 else if (o1._type == ListType.Other && o2._type == ListType.Other) in Union()
226 else if (o1._type == ListType.Set && o2._type == ListType.Other) in Union()
255 else if (o2._type == ListType.Set && o1._type == ListType.Other) in Union()
325 else if (o1._type == ListType.Set && o2._type == ListType.Other) in Intersection()
334 else if (o1._type == ListType.Other && o2._type == ListType.Set) in Intersection()
343 else if (o1._type == ListType.Set && o2._type == ListType.Set) in Intersection()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/types/
H A Dcontainertypes.cpp18 REGISTER_TYPE(ListType);
21 ListType::ListType() in ListType() function in KDevelop::ListType
24 ListType::ListType(StructureTypeData& data) in ListType() function in KDevelop::ListType
27 ListType::ListType(const ListType& rhs) in ListType() function in KDevelop::ListType
31 : ListType(createData<MapType>()) { } in MapType()
34 : ListType(data) { } in MapType()
59 AbstractType* ListType::clone() const in clone()
61 return new ListType(*this); in clone()
69 QString ListType::toString() const in toString()
117 if (!ListType::equals(rhs)) { in equals()
[all …]
H A Dcontainertypes.h71 class KDEVPLATFORMLANGUAGE_EXPORT ListType
75 using Ptr = TypePtr<ListType>;
77 ListType();
78 ListType(const ListType& rhs);
79 explicit ListType(StructureTypeData& data);
81 ListType& operator=(const ListType& rhs) = delete;
136 TYPE_DECLARE_DATA(ListType);
169 : public ListType
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Choose/
H A DGroupEnumeratorHelper.cs23 internal enum ListType enum in Microsoft.Build.BuildEngine.GroupEnumeratorHelper
41 private ListType type;
61 ListType type in GroupEnumeratorHelper()
88 …((this.type == ListType.ItemGroupsTopLevel) || (this.type == ListType.ItemGroupsTopLevelAndChoose)… in GetEnumerator()
93 …((this.type == ListType.PropertyGroupsTopLevel) || (this.type == ListType.PropertyGroupsTopLevelAn… in GetEnumerator()
99 …if ((this.type == ListType.ChoosesTopLevel) || (this.type == ListType.ItemGroupsTopLevelAndChoose)… in GetEnumerator()
104 … else if ((this.type == ListType.ItemGroupsAll) || (this.type == ListType.PropertyGroupsAll)) in GetEnumerator()
110 if (this.type == ListType.ItemGroupsAll) in GetEnumerator()
117 else if (this.type == ListType.PropertyGroupsAll) in GetEnumerator()
128 if (this.type == ListType.ItemGroupsAll) in GetEnumerator()
[all …]
/dports/devel/atlas/Atlas-C++-0.5.2/Atlas/Objects/Entity/
H A DRootEntity.h58 inline void setPos(const Atlas::Message::Element::ListType& val);
71 inline const Atlas::Message::Element::ListType& getPos() const;
73 inline Atlas::Message::Element::ListType& getPos();
77 inline Atlas::Message::Element::ListType& getVelocity();
81 inline Atlas::Message::Element::ListType& getContains();
89 Atlas::Message::Element::ListType attr_pos;
90 Atlas::Message::Element::ListType attr_velocity;
91 Atlas::Message::Element::ListType attr_contains;
146 Atlas::Message::Element::ListType& RootEntity::getPos() in getPos()
156 Atlas::Message::Element::ListType& RootEntity::getVelocity() in getVelocity()
[all …]
/dports/devel/libs11n/libs11n-1.2.10-nobuildfiles/include/s11n.net/s11n/proxy/
H A Dlistish.hpp234 template <typename NodeType, typename ListType>
248 template <typename NodeType, typename ListType>
259 template <typename NodeType, typename ListType>
262 return serialize_streamable_list<NodeType,ListType>( dest, src ); in operator ()()
265 template <typename NodeType, typename ListType>
268 return serialize_streamable_list<NodeType,ListType>( dest, src ); in operator ()()
289 template <typename NodeType, typename ListType>
306 template <typename NodeType, typename ListType>
320 template <typename NodeType, typename ListType>
323 return deserialize_streamable_list<NodeType,ListType>( src, dest ); in operator ()()
[all …]
/dports/devel/xparam/xparam-1.22/lib/xparam/
H A Dxpv_reg_list.h68 typedef std::list<T> ListType; typedef
85 typedef std::list<T*> ListType; typedef
102 typedef std::list<const T*> ListType; typedef
124 typedef typename ListKind::ListType ListType; typedef
129 std::auto_ptr<ListType> list_obj(new ListType); in create()
149 typedef typename ListKind::ListType ListType; typedef
154 typename ListType::const_iterator i; in sub_objects()
175 typedef typename ListKind::ListType ListType; typedef
190 typedef typename ListKind::ListType ListType; typedef
204 param_ctor(TypeTag<ListType>()); in do_registration()
[all …]
/dports/www/ilias6/ILIAS-6.14/tests/Types/
H A DTypeTest.php3 use ILIAS\BackgroundTasks\Types\ListType; alias
29 $scalarList = new ListType(new SingleType(\ilObjUser::class));
30 $scalarList3 = new ListType(new SingleType(\ilObjUser::class));
38 $integerList = new ListType(new SingleType(\ilObjUser::class));
41 $this->assertTrue($ancestors[0]->equals(new ListType(\ilObject::class)));
42 $this->assertTrue($ancestors[1]->equals(new ListType(\ilObjUser::class)));
47 $list = new ListType(\ilObjUser::class);
48 $list1 = new ListType(\ilObject::class);
49 $listlist = new ListType($list);
50 $listlist1 = new ListType($list1);
[all …]
/dports/www/ilias/ILIAS-5.4.25/tests/Types/
H A DTypeTest.php3 use ILIAS\BackgroundTasks\Types\ListType; alias
29 $scalarList = new ListType(new SingleType(\ilObjUser::class));
30 $scalarList3 = new ListType(new SingleType(\ilObjUser::class));
38 $integerList = new ListType(new SingleType(\ilObjUser::class));
41 $this->assertTrue($ancestors[0]->equals(new ListType(\ilObject::class)));
42 $this->assertTrue($ancestors[1]->equals(new ListType(\ilObjUser::class)));
47 $list = new ListType(\ilObjUser::class);
48 $list1 = new ListType(\ilObject::class);
49 $listlist = new ListType($list);
50 $listlist1 = new ListType($list1);
[all …]
/dports/devel/atlas-devel/Atlas-C++-0.6.4/benchmark/
H A DMessage_Move.cpp9 using Atlas::Message::ListType;
39 ListType pos; in move()
44 ListType vel; in move()
55 ListType move_args(1, human); in move()
64 ListType sight_args(1, move); in move()
82 ListType pos; in main()
87 ListType vel; in main()
98 ListType move_args(1, human); in main()
107 ListType sight_args(1, move); in main()
135 ListType vel; in main()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/
H A Dcompare_test.go69 &ListType{PrimitiveTypes.Uint64}, &ListType{PrimitiveTypes.Uint64}, true, false,
72 &ListType{PrimitiveTypes.Uint64}, &ListType{PrimitiveTypes.Uint32}, false, false,
75 … &ListType{&Time32Type{Unit: Millisecond}}, &ListType{&Time32Type{Unit: Millisecond}}, true, false,
78 &ListType{&Time32Type{Unit: Millisecond}}, &ListType{&Time32Type{Unit: Second}}, false, false,
81 …&ListType{&ListType{PrimitiveTypes.Uint16}}, &ListType{&ListType{PrimitiveTypes.Uint16}}, true, fa…
84 …&ListType{&ListType{PrimitiveTypes.Uint16}}, &ListType{&ListType{PrimitiveTypes.Uint8}}, false, fa…
87 …&ListType{&ListType{&ListType{PrimitiveTypes.Uint16}}}, &ListType{&ListType{PrimitiveTypes.Uint8}}…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/
H A Dcompare_test.go72 &ListType{PrimitiveTypes.Uint64}, &ListType{PrimitiveTypes.Uint64}, true, false,
75 &ListType{PrimitiveTypes.Uint64}, &ListType{PrimitiveTypes.Uint32}, false, false,
78 … &ListType{&Time32Type{Unit: Millisecond}}, &ListType{&Time32Type{Unit: Millisecond}}, true, false,
81 &ListType{&Time32Type{Unit: Millisecond}}, &ListType{&Time32Type{Unit: Second}}, false, false,
84 …&ListType{&ListType{PrimitiveTypes.Uint16}}, &ListType{&ListType{PrimitiveTypes.Uint16}}, true, fa…
87 …&ListType{&ListType{PrimitiveTypes.Uint16}}, &ListType{&ListType{PrimitiveTypes.Uint8}}, false, fa…
90 …&ListType{&ListType{&ListType{PrimitiveTypes.Uint16}}}, &ListType{&ListType{PrimitiveTypes.Uint8}}…
/dports/devel/py-schematics-patched/schematics-1.1.2-patch/tests/
H A Dtest_list_type.py5 from schematics.types.compound import ModelType, ListType
11 ids = ListType(StringType, required=True)
27 categories = ListType(ModelType(CategoryStatsInfo))
63 following = ListType(StringType)
87 questions = ListType(ModelType(Question))
147 ids = ListType(StringType(required=True))
163 ids = ListType(IntType)
193 users = ListType(ModelType(User))
206 lst = ListType(StringType(), validators=[raiser])
215 comments = ListType(ListType, compound_field=StringType)
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/avcap/
H A DConnectorManager.h53 ListType mVideoInputs;
54 ListType mAudioInputs;
55 ListType mVideoOutputs;
56 ListType mAudioOutputs;
122 inline const ListType& getVideoInputList() const in getVideoInputList()
128 inline const ListType& getAudioInputList() const in getAudioInputList()
134 inline const ListType& getVideoOutputList() const in getVideoOutputList()
140 inline const ListType& getAudioOutputList() const in getAudioOutputList()
147 void clearList(ConnectorManager::ListType& list);
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/avcap/
H A DConnectorManager.h53 ListType mVideoInputs;
54 ListType mAudioInputs;
55 ListType mVideoOutputs;
56 ListType mAudioOutputs;
122 inline const ListType& getVideoInputList() const in getVideoInputList()
128 inline const ListType& getAudioInputList() const in getAudioInputList()
134 inline const ListType& getVideoOutputList() const in getVideoOutputList()
140 inline const ListType& getAudioOutputList() const in getAudioOutputList()
147 void clearList(ConnectorManager::ListType& list);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/minidump/test/
H A Dminidump_writable_test_util.cc163 using ListType = MINIDUMP_MEMORY_LIST; typedef
165 static size_t ElementCount(const ListType* list) { in ElementCount()
171 using ListType = MINIDUMP_MODULE_LIST; typedef
179 using ListType = MINIDUMP_UNLOADED_MODULE_LIST; typedef
187 using ListType = MINIDUMP_THREAD_LIST; typedef
195 using ListType = MINIDUMP_HANDLE_DATA_STREAM; typedef
203 using ListType = MINIDUMP_MEMORY_INFO_LIST; typedef
211 using ListType = MinidumpModuleCrashpadInfoList; typedef
217 using ListType = MinidumpSimpleStringDictionary; typedef
223 using ListType = MinidumpAnnotationList; typedef
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/
H A Dcompare_test.go72 …&ListType{elem: Field{Type: PrimitiveTypes.Uint64}}, &ListType{elem: Field{Type: PrimitiveTypes.Ui…
75 …&ListType{elem: Field{Type: PrimitiveTypes.Uint64}}, &ListType{elem: Field{Type: PrimitiveTypes.Ui…
78 …&ListType{elem: Field{Type: &Time32Type{Unit: Millisecond}}}, &ListType{elem: Field{Type: &Time32T…
81 …&ListType{elem: Field{Type: &Time32Type{Unit: Millisecond}}}, &ListType{elem: Field{Type: &Time32T…
84 …&ListType{elem: Field{Type: &ListType{elem: Field{Type: PrimitiveTypes.Uint16}}}}, &ListType{elem:…
87 …&ListType{elem: Field{Type: &ListType{elem: Field{Type: PrimitiveTypes.Uint16}}}}, &ListType{elem:…
90 …&ListType{elem: Field{Type: &ListType{elem: Field{Type: &ListType{elem: Field{Type: PrimitiveTypes…
H A Ddatatype_nested.go26 type ListType struct { struct
30 func ListOfField(f Field) *ListType {
34 return &ListType{elem: f}
41 func ListOf(t DataType) *ListType {
50 func ListOfNonNullable(t DataType) *ListType {
57 func (*ListType) ID() Type { return LIST } argument
60 func (t *ListType) String() string { argument
67 func (t *ListType) Fingerprint() string { argument
82 func (t *ListType) ElemField() Field { argument
248 value *ListType
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/archetype/
H A Dlinked_list.h40 typedef NodePtr ListType; typedef
45 extern void new_list(ListType &the_list);
51 extern void dispose_list(ListType &the_list);
56 extern bool iterate_list(ListType &the_list, NodePtr &index);
61 extern void append_to_list(ListType &the_list, NodePtr the_node);
66 extern NodePtr index_list(ListType &the_list, int number);
71 extern void insert_item(ListType &the_list, NodePtr the_item);
77 extern NodePtr find_item(ListType &the_list, int the_key);
/dports/science/gromacs/gromacs-2021.4/api/nblib/util/tests/
H A Dtraits.cpp115 using ListType = TypeList<float>; in TEST() typedef
117 constexpr int floatIndex = FindIndex<float, ListType>{}; in TEST()
119 constexpr int outOfRange = FindIndex<unsigned, ListType>{}; in TEST()
127 using ListType = TypeList<float, int>; in TEST() typedef
129 constexpr int floatIndex = FindIndex<float, ListType>{}; in TEST()
130 constexpr int intIndex = FindIndex<int, ListType>{}; in TEST()
132 constexpr int outOfRange = FindIndex<unsigned, ListType>{}; in TEST()
142 using ListType = TypeList<float, int>; in TEST() typedef
144 constexpr bool hasFloat = Contains<float, ListType>{}; in TEST()
145 constexpr bool hasInt = Contains<int, ListType>{}; in TEST()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/
H A DDiff.java76 public static enum ListType { enum in Diff
160 public List<E> getList(final ListType type) { in getList()
198 if (type == ListType.CREATED) { in insert()
200 } else if (type == ListType.DELETED){ in insert()
213 insert(ListType.CREATED, element, c); in create()
239 insert(ListType.DELETED, element, d); in delete()
280 insert(ListType.CREATED, newElement, c); in modify()
281 insert(ListType.DELETED, oldElement, d); in modify()
351 getList(ListType.CREATED), getList(ListType.DELETED)); in apply2Previous()
411 getList(ListType.DELETED), getList(ListType.CREATED)); in apply2Current()
[all …]
/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Objects/
H A DRootEntity.h69 inline void setPosAsList(const Atlas::Message::ListType& val);
90 inline const Atlas::Message::ListType getPosAsList() const;
96 inline const Atlas::Message::ListType getVelocityAsList() const;
102 inline const Atlas::Message::ListType getContainsAsList() const;
205 for(Atlas::Message::ListType::const_iterator I = val.begin(); in setPosAsList()
227 for(Atlas::Message::ListType::const_iterator I = val.begin(); in setVelocityAsList()
249 for(Atlas::Message::ListType::const_iterator I = val.begin(); in setContainsAsList()
297 const Atlas::Message::ListType RootEntityData::getPosAsList() const in getPosAsList()
300 Atlas::Message::ListType lst_out; in getPosAsList()
328 Atlas::Message::ListType lst_out; in getVelocityAsList()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/api/
H A Dqabstractxmlforwarditerator_p.h133 typename ListType = QList<InputType> >
176 …Iterator<OutputType> >(new ListIteratorPlatform<InputType, OutputType, Derived, ListType>(m_list)); in copy()
180 inline ListIteratorPlatform(const ListType &list) : m_list(list) in ListIteratorPlatform()
185 const ListType m_list;
191 typename ListType = QList<T> >
192 class ListIterator : public ListIteratorPlatform<T, T, ListIterator<T, ListType>, ListType>
199 using ListIteratorPlatform<T, T, ListIterator<T, ListType>, ListType>::m_list;
222 …inline ListIterator(const ListType &list) : ListIteratorPlatform<T, T, ListIterator<T, ListType>, in ListIterator()
241 friend class ListIteratorPlatform<T, T, ListIterator<T, ListType>, ListType>;
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/api/
H A Dqabstractxmlforwarditerator_p.h128 typename ListType = QList<InputType> >
171 …Iterator<OutputType> >(new ListIteratorPlatform<InputType, OutputType, Derived, ListType>(m_list)); in copy()
175 inline ListIteratorPlatform(const ListType &list) : m_list(list) in ListIteratorPlatform()
180 const ListType m_list;
186 typename ListType = QList<T> >
187 class ListIterator : public ListIteratorPlatform<T, T, ListIterator<T, ListType>, ListType>
194 using ListIteratorPlatform<T, T, ListIterator<T, ListType>, ListType>::m_list;
217 …inline ListIterator(const ListType &list) : ListIteratorPlatform<T, T, ListIterator<T, ListType>, in ListIterator()
236 friend class ListIteratorPlatform<T, T, ListIterator<T, ListType>, ListType>;

12345678910>>...94