Home
last modified time | relevance | path

Searched refs:ItemType (Results 1 – 25 of 2800) sorted by relevance

12345678910>>...112

/dports/games/keeperrl/keeperrl-alpha23/
H A Ditem_factory.cpp32 ItemType id;
98 {ItemType::Knife{}, 5 }, in armory()
99 {ItemType::Sword{}, 2 }, in armory()
102 {ItemType::Bow{}, 4 }, in armory()
107 {ItemType::IronHelm{}, 1}, in armory()
119 {ItemType::Knife{}, 5 }, in orcShop()
120 {ItemType::Sword{}, 2 }, in orcShop()
142 {ItemType::Knife{}, 5 }, in gnomeShop()
143 {ItemType::Sword{}, 2 }, in gnomeShop()
171 {ItemType::Rock{}, 1 }}); in minerals()
[all …]
H A Dcollective_config.cpp287 return { nullptr, none, ItemType::GoldPiece{}, "mana", ViewId::MANA}; in getResourceInfo()
289 return { nullptr, none, ItemType::GoldPiece{}, "", ViewId::IMPALED_HEAD, true}; in getResourceInfo()
553 Workshops::Item::fromType(ItemType::Potion{ in getWorkshops()
555 Workshops::Item::fromType(ItemType::Potion{ in getWorkshops()
557 Workshops::Item::fromType(ItemType::Potion{ in getWorkshops()
559 Workshops::Item::fromType(ItemType::Potion{ in getWorkshops()
561 Workshops::Item::fromType(ItemType::Potion{ in getWorkshops()
563 Workshops::Item::fromType(ItemType::Potion{ in getWorkshops()
567 Workshops::Item::fromType(ItemType::Potion{ in getWorkshops()
570 Workshops::Item::fromType(ItemType::Potion{ in getWorkshops()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/formats/
H A Ditem_type.rs24 crate enum ItemType { enum
54 impl Serialize for ItemType { implementation
107 impl From<DefKind> for ItemType { implementation
149 impl ItemType { implementation
152 ItemType::Module => "mod", in as_str()
156 ItemType::Union => "union", in as_str()
157 ItemType::Enum => "enum", in as_str()
158 ItemType::Function => "fn", in as_str()
161 ItemType::Trait => "trait", in as_str()
162 ItemType::Impl => "impl", in as_str()
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/
H A Dlistview.h46 template<typename ItemType>
69 std::unique_ptr<ItemType> removeItem (ItemType& item);
151 template<typename ItemType>
259 ItemType* cListView<ItemType>::addItem (std::unique_ptr<ItemType> item, eAddListItemScrollType scro… in addItem()
314 std::unique_ptr<ItemType> cListView<ItemType>::removeItem (ItemType& item) in removeItem()
383 ItemType& cListView<ItemType>::getItem (size_t index) in getItem()
390 const ItemType& cListView<ItemType>::getItem (size_t index) const in getItem()
621 ItemType* cListView<ItemType>::getSelectedItem() in getSelectedItem()
628 void cListView<ItemType>::setSelectedItem (const ItemType* item) in setSelectedItem()
667 void cListView<ItemType>::scrollToItem (const ItemType* item) in scrollToItem()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/lib/abacus/
H A Dhash.h40 template <class KeyType, class ItemType>
42 template <class KeyType, class ItemType>
45 template <class KeyType, class ItemType>
48 template <class KeyType, class ItemType>
56 template <class KeyType, class ItemType>
58 friend class AbaHash<KeyType, ItemType>;
78 AbaHashItem<KeyType, ItemType> *next();
85 ItemType item_;
86 AbaHashItem<KeyType, ItemType> *next_;
195 ItemType *find(const KeyType &key);
[all …]
H A Dhash.inc37 const ItemType &item) :
53 ItemType>::next()
113 const ItemType &item)
115 AbaHashItem<KeyType, ItemType> *h = new AbaHashItem<KeyType, ItemType>(key, item);
127 const ItemType &item)
154 const ItemType * AbaHash<KeyType, ItemType>::find(const KeyType &key) const
168 ItemType * AbaHash<KeyType, ItemType>::find(const KeyType &key)
198 ItemType *AbaHash<KeyType, ItemType>::initializeIteration(const KeyType &key)
220 ItemType *AbaHash<KeyType, ItemType>::next(const KeyType &key)
233 const ItemType *AbaHash<KeyType, ItemType>::next(const KeyType &key) const
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/type/
H A Dqitemtype_p.h82 class ItemType : public virtual QSharedData
92 typedef QList<ItemType::Ptr> List;
94 virtual ~ItemType();
168 virtual ItemType::Ptr xdtSuperType() const = 0;
189 virtual const ItemType &operator|(const ItemType &other) const;
232 inline ItemType() in ItemType() function
237 Q_DISABLE_COPY(ItemType)
250 inline ItemType::Ptr operator|(const ItemType::Ptr &op1,
253 return ItemType::Ptr(const_cast<ItemType *>(&(*op1 | *op2)));
256 bool ItemType::operator!=(const ItemType &other) const
[all …]
H A Dqitemtype.cpp52 ItemType::~ItemType() in ~ItemType()
56 const ItemType &ItemType::operator|(const ItemType &other) const in operator |()
58 const ItemType *ca = this; in operator |()
70 const ItemType *cb = &other; in operator |()
88 ItemType::Category ItemType::itemTypeCategory() const in itemTypeCategory()
93 bool ItemType::operator==(const ItemType &other) const in operator ==()
98 ItemType::InstanceOf ItemType::instanceOf() const in instanceOf()
H A Dqmultiitemtype.cpp50 MultiItemType::MultiItemType(const ItemType::List &list) : m_types(list), in MultiItemType()
55 Q_ASSERT_X(list.count(ItemType::Ptr()) == 0, Q_FUNC_INFO, in MultiItemType()
62 ItemType::List::const_iterator it(m_types.constBegin()); in displayName()
80 for(ItemType::List::const_iterator it(m_types.constBegin()); it != m_end; ++it) in itemMatches()
87 bool MultiItemType::xdtTypeMatches(const ItemType::Ptr &type) const in xdtTypeMatches()
114 ItemType::Ptr MultiItemType::xdtSuperType() const in xdtSuperType()
116 ItemType::List::const_iterator it(m_types.constBegin()); in xdtSuperType()
118 ItemType::Ptr result((*it)->xdtSuperType()); in xdtSuperType()
127 ItemType::Ptr MultiItemType::atomizedType() const in atomizedType()
129 ItemType::List::const_iterator it(m_types.constBegin()); in atomizedType()
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/type/
H A Dqitemtype_p.h88 typedef QList<ItemType::Ptr> List;
90 virtual ~ItemType();
164 virtual ItemType::Ptr xdtSuperType() const = 0;
185 virtual const ItemType &operator|(const ItemType &other) const;
206 virtual ItemType::Ptr atomizedType() const = 0;
228 inline ItemType() in ItemType() function
233 Q_DISABLE_COPY(ItemType)
246 inline ItemType::Ptr operator|(const ItemType::Ptr &op1,
249 return ItemType::Ptr(const_cast<ItemType *>(&(*op1 | *op2)));
252 bool ItemType::operator!=(const ItemType &other) const
[all …]
H A Dqitemtype.cpp50 ItemType::~ItemType() in ~ItemType()
54 const ItemType &ItemType::operator|(const ItemType &other) const in operator |()
56 const ItemType *ca = this; in operator |()
68 const ItemType *cb = &other; in operator |()
86 ItemType::Category ItemType::itemTypeCategory() const in itemTypeCategory()
91 bool ItemType::operator==(const ItemType &other) const in operator ==()
96 ItemType::InstanceOf ItemType::instanceOf() const in instanceOf()
H A Dqmultiitemtype.cpp48 MultiItemType::MultiItemType(const ItemType::List &list) : m_types(list), in MultiItemType()
53 Q_ASSERT_X(list.count(ItemType::Ptr()) == 0, Q_FUNC_INFO, in MultiItemType()
60 ItemType::List::const_iterator it(m_types.constBegin()); in displayName()
78 for(ItemType::List::const_iterator it(m_types.constBegin()); it != m_end; ++it) in itemMatches()
85 bool MultiItemType::xdtTypeMatches(const ItemType::Ptr &type) const in xdtTypeMatches()
112 ItemType::Ptr MultiItemType::xdtSuperType() const in xdtSuperType()
114 ItemType::List::const_iterator it(m_types.constBegin()); in xdtSuperType()
116 ItemType::Ptr result((*it)->xdtSuperType()); in xdtSuperType()
125 ItemType::Ptr MultiItemType::atomizedType() const in atomizedType()
127 ItemType::List::const_iterator it(m_types.constBegin()); in atomizedType()
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/src/domain/
H A Dqueryresultprovider.h21 template<typename ItemType>
104 template<typename ItemType>
121 QList<ItemType> data() const in data()
126 void append(const ItemType &item) in append()
136 void prepend(const ItemType &item) in prepend()
156 ItemType takeFirst() in takeFirst()
159 const ItemType item = m_list.first(); in takeFirst()
173 ItemType takeLast() in takeLast()
176 const ItemType item = m_list.last(); in takeLast()
190 ItemType takeAt(int index) in takeAt()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DItemCache.h67 template<class ItemType>
199 template<class ItemType>
213 template<class ItemType>
227 template<class ItemType>
234 template<class ItemType>
249 template<class ItemType>
291 template<class ItemType>
309 template<class ItemType>
315 template<class ItemType>
323 template<class ItemType>
[all …]
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Dbuiltindeclarations.cpp338 << ItemType::Group in moduleLikeItem()
339 << ItemType::Depends in moduleLikeItem()
342 << ItemType::Rule in moduleLikeItem()
344 << ItemType::Probe in moduleLikeItem()
387 << ItemType::Depends in addProductItem()
388 << ItemType::Group in addProductItem()
391 << ItemType::Export in addProductItem()
392 << ItemType::Probe in addProductItem()
395 << ItemType::Rule); in addProductItem()
460 << ItemType::Probe in addProjectItem()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm-incidents/source/model/
H A DItemType.cpp36 return ItemType::ANALYSIS; in GetItemTypeForName()
44 return ItemType::METRIC; in GetItemTypeForName()
48 return ItemType::PARENT; in GetItemTypeForName()
56 return ItemType::OTHER; in GetItemTypeForName()
65 return ItemType::NOT_SET; in GetItemTypeForName()
72 case ItemType::ANALYSIS: in GetNameForItemType()
74 case ItemType::INCIDENT: in GetNameForItemType()
76 case ItemType::METRIC: in GetNameForItemType()
78 case ItemType::PARENT: in GetNameForItemType()
80 case ItemType::ATTACHMENT: in GetNameForItemType()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DDeliveryStrategy.cs11 abstract class DeliveryStrategy<ItemType> : IDisposable
12 where ItemType : class, IDisposable
14 InputQueueChannel<ItemType> channel;
29 protected InputQueueChannel<ItemType> Channel
71 class OrderedDeliveryStrategy<ItemType> : DeliveryStrategy<ItemType>
72 where ItemType : class, IDisposable
75 Dictionary<Int64, ItemType> items;
80 InputQueueChannel<ItemType> channel, in OrderedDeliveryStrategy()
86 this.items = new Dictionary<Int64, ItemType>(); in OrderedDeliveryStrategy()
176 class UnorderedDeliveryStrategy<ItemType> : DeliveryStrategy<ItemType>
[all …]
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dsave.h162 template <typename ItemType>
166 …ule, tag, index, valname, array_unwrap<ItemType>::ptr(value), array_unwrap<ItemType>::SIZE, array_…
180 template <typename ItemType>
183 …le, tag, index, valname, array_unwrap<ItemType>::ptr(value[0]), array_unwrap<ItemType>::SIZE, arra…
196 template <typename ItemType>
212 template <typename ItemType>
240 template <typename ItemType>
250 template <typename ItemType>
260 template <typename ItemType>
271 template <typename ItemType>
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dsave.h162 template <typename ItemType>
166 …ule, tag, index, valname, array_unwrap<ItemType>::ptr(value), array_unwrap<ItemType>::SIZE, array_…
180 template <typename ItemType>
183 …le, tag, index, valname, array_unwrap<ItemType>::ptr(value[0]), array_unwrap<ItemType>::SIZE, arra…
196 template <typename ItemType>
212 template <typename ItemType>
240 template <typename ItemType>
250 template <typename ItemType>
260 template <typename ItemType>
271 template <typename ItemType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/downgrade/
H A Dsnapshot_file_collector.cc29 ItemType item_type, in SnapshotItemDetails()
33 is_directory(item_type == ItemType::kDirectory), in SnapshotItemDetails()
78 SnapshotItemDetails::ItemType::kFile, in CollectProfileItems()
92 SnapshotItemDetails::ItemType::kFile, in CollectProfileItems()
99 SnapshotItemDetails::ItemType::kFile, in CollectProfileItems()
104 SnapshotItemDetails::ItemType::kFile, in CollectProfileItems()
118 SnapshotItemDetails::ItemType::kFile, in CollectProfileItems()
124 SnapshotItemDetails::ItemType::kFile, in CollectProfileItems()
130 SnapshotItemDetails::ItemType::kFile, in CollectProfileItems()
136 SnapshotItemDetails::ItemType::kFile, in CollectProfileItems()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlWellFormedWriterHelpers.cs135 enum ItemType { enum in System.Xml.XmlWellFormedWriter.AttributeValueCache
148 internal ItemType type;
257 AddItem(ItemType.String, text); in WriteString()
281 AddItem(ItemType.Raw, data); in WriteRaw()
315 case ItemType.String: in Replay()
322 case ItemType.Raw: in Replay()
325 case ItemType.RawChars: in Replay()
364 case ItemType.String: in Trim()
365 case ItemType.Raw: in Trim()
398 case ItemType.String: in Trim()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlWellFormedWriterHelpers.cs150 private enum ItemType enum in System.Xml.XmlWellFormedWriter.AttributeValueCache
165 internal ItemType type;
294 AddItem(ItemType.String, text); in WriteString()
324 AddItem(ItemType.Raw, data); in WriteRaw()
364 case ItemType.String: in Replay()
371 case ItemType.Raw: in Replay()
374 case ItemType.RawChars: in Replay()
418 case ItemType.String: in Trim()
419 case ItemType.Raw: in Trim()
457 case ItemType.String: in Trim()
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DXinerama.hh40 template <typename ItemType>
56 ItemType &m_object;
62 template <typename ItemType>
67 ItemType &item, const FbTk::FbString & title = "");
71 ItemType &m_object;
76 template <typename ItemType>
77 XineramaHeadMenu<ItemType>::XineramaHeadMenu( in XineramaHeadMenu()
88 template <typename ItemType>
89 void XineramaHeadMenu<ItemType>::reloadHeads() in reloadHeads()
106 insertItem(new XineramaHeadMenuItem<ItemType>( in reloadHeads()
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/src/presentation/
H A Dquerytreemodel.h19 template<typename ItemType, typename AdditionalInfo = int>
23 typedef typename QueryTreeNode<ItemType, AdditionalInfo>::QueryGenerator QueryGenerator;
24 typedef typename QueryTreeNode<ItemType, AdditionalInfo>::FlagsFunction FlagsFunction;
25 typedef typename QueryTreeNode<ItemType, AdditionalInfo>::DataFunction DataFunction;
27 typedef typename QueryTreeNode<ItemType, AdditionalInfo>::DropFunction DropFunction;
28 typedef std::function<QMimeData*(const QList<ItemType> &)> DragFunction;
30 using NodeType = QueryTreeNode<ItemType, AdditionalInfo>;
37 : QueryTreeModelBase(new QueryTreeNode<ItemType, AdditionalInfo>(ItemType(), nullptr, this, in QueryTreeModelBase() argument
52 : QueryTreeModelBase(new QueryTreeNode<ItemType, AdditionalInfo>(ItemType(), nullptr, this, in QueryTreeModelBase() argument
66 QList<ItemType> items; in createMimeData()
[all …]
H A Dquerytreenode.h22 template<typename ItemType, typename AdditionalInfo>
26 typedef Domain::QueryResultInterface<ItemType> ItemQuery;
29 typedef std::function<ItemQueryPtr(const ItemType &)> QueryGenerator;
30 typedef std::function<Qt::ItemFlags(const ItemType &)> FlagsFunction;
32 typedef std::function<bool(const ItemType &, const QVariant &, int)> SetDataFunction;
65 ItemType item() const { return m_item; } in item()
107 m_children->addPreInsertHandler([this](const ItemType &, int index) { in init()
120 m_children->addPreRemoveHandler([this](const ItemType &, int index) { in init()
124 m_children->addPostRemoveHandler([this](const ItemType &, int index) { in init()
128 m_children->addPostReplaceHandler([this](const ItemType &, int idx) { in init()
[all …]

12345678910>>...112