Home
last modified time | relevance | path

Searched refs:itemType (Results 1 – 25 of 2713) sorted by relevance

12345678910>>...109

/dports/www/owncloud/owncloud/lib/public/
H A DShare.php97 * @param string $itemType
106 $itemType, argument
117 * @param string $itemType
127 $itemType, argument
139 * @param string $itemType
148 $itemType, argument
159 * @param string $itemType
172 * @param string $itemType
181 $itemType, argument
234 $itemType, argument
[all …]
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DUnindexedFieldURI.java53 itemType = "Message"; in appendValue()
57 itemType = "Task"; in appendValue()
59 itemType = "Contact"; in appendValue()
61 if (itemType != null) { in appendValue()
64 buffer.append(itemType); in appendValue()
88 if (itemType != null) { in appendValue()
90 buffer.append(itemType); in appendValue()
97 itemType = "Message"; in appendValues()
101 itemType = "Task"; in appendValues()
103 itemType = "Contact"; in appendValues()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Ddbx_rd.c40 itemType == KEYMGMT_ITEM_REQUEST || \ in CHECK_RETVAL_ENUM()
42 itemType == KEYMGMT_ITEM_PKIUSER || \ in CHECK_RETVAL_ENUM()
43 itemType == KEYMGMT_ITEM_PUBLICKEY || \ in CHECK_RETVAL_ENUM()
56 if( itemType != KEYMGMT_ITEM_PUBLICKEY ) in CHECK_RETVAL_ENUM()
82 const KEYMGMT_ITEM_TYPE itemType ) in getSelectString()
86 itemType == KEYMGMT_ITEM_PKIUSER || \ in getSelectString()
90 switch( itemType ) in getSelectString()
345 ( itemType > KEYMGMT_ITEM_NONE && \ in getItemData()
346 itemType < KEYMGMT_ITEM_LAST && \ in getItemData()
520 if( itemType != KEYMGMT_ITEM_NONE ) in getItemData()
[all …]
/dports/games/alienblaster/alienblaster/src/
H A Ditems.cc82 int itemType; in generateItemNow() local
92 itemType == ITEM_HELLFIRE || in generateItemNow()
93 itemType == ITEM_MACHINE_GUN || in generateItemNow()
94 itemType == ITEM_HEALTH || in generateItemNow()
95 itemType == ITEM_HEATSEEKER || in generateItemNow()
96 itemType == ITEM_NUKE || in generateItemNow()
102 itemType == ITEM_HEALTH || in generateItemNow()
103 itemType == ITEM_HEATSEEKER || in generateItemNow()
104 itemType == ITEM_NUKE || in generateItemNow()
105 itemType == ITEM_DEFLECTOR || in generateItemNow()
[all …]
/dports/games/kblackbox/kblackbox-21.12.3/src/
H A Dkbbthememanager.h51 QColor color(const KBBScalableGraphicWidget::itemType itemType);
62 QString elementId(const KBBScalableGraphicWidget::itemType itemType);
70 Qt::PenStyle style(const KBBScalableGraphicWidget::itemType itemType);
85 qreal width(const KBBScalableGraphicWidget::itemType itemType);
95 int zValue(const KBBScalableGraphicWidget::itemType itemType);
115 QString value(const KBBScalableGraphicWidget::itemType itemType, const QString &styleElement);
H A Dkbbthememanager.cpp49 QColor KBBThemeManager::color(const KBBScalableGraphicWidget::itemType itemType) in color() argument
51 return QColor(value(itemType, QStringLiteral("stroke"))); in color()
55 QString KBBThemeManager::elementId(const KBBScalableGraphicWidget::itemType itemType) in elementId() argument
59 switch (itemType) { in elementId()
150 Qt::PenStyle KBBThemeManager::style(const KBBScalableGraphicWidget::itemType itemType) in style() argument
165 qreal KBBThemeManager::width(const KBBScalableGraphicWidget::itemType itemType) in width() argument
167 return value(itemType, QStringLiteral("stroke-width")).toFloat(); in width()
171 int KBBThemeManager::zValue(const KBBScalableGraphicWidget::itemType itemType) in zValue() argument
173 return itemType; in zValue()
182 QString KBBThemeManager::value(const KBBScalableGraphicWidget::itemType itemType, const QString &st… in value() argument
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Share/
H A DShare.php93 * @param string $itemType
109 * @param string $itemType
126 * @param string $itemType
139 if ($itemType === 'file' || $itemType === 'folder') {
235 * @param string $itemType
253 * @param string $itemType
304 * @param string $itemType
328 * @param string $itemType
356 if ($itemType == 'file' || $itemType == 'folder') {
715 * @param string $itemType
[all …]
/dports/www/nextcloud/nextcloud/lib/public/
H A DShare.php48 * @param string $itemType
56 public static function getItemSharedWithUser($itemType, $itemSource, $user, $owner = null) { argument
57 return \OC\Share\Share::getItemSharedWithUser($itemType, $itemSource, $user, $owner);
62 * @param string $itemType
71 …public static function getItemSharedWithBySource($itemType, $itemSource, $format = self::FORMAT_NO… argument
91 * @param string $itemType
100 public static function getItemsShared($itemType, $format = self::FORMAT_NONE, $parameters = null, argument
108 * @param string $itemType
120 public static function getItemShared($itemType, $itemSource, $format = self::FORMAT_NONE, argument
127 * @param string $itemType
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/creature/
H A DItemGuardCreature.java39 private final String itemType; field in ItemGuardCreature
63 public ItemGuardCreature(final Creature copy, final String itemType) { in ItemGuardCreature() argument
64 this(copy, itemType, null, null, 0); in ItemGuardCreature()
80 this(copy, itemType, questSlot, questState, 0); in ItemGuardCreature()
98 this(copy, itemType, null, null, questSlot, questState, questIndex); in ItemGuardCreature()
123 this.itemType = itemType; in ItemGuardCreature()
132 ll.add("Thou shall not obtain the " + itemType + "!"); in ItemGuardCreature()
139 itemType)) { in ItemGuardCreature()
140 logger.error(copy.getName() + " drops unexisting item " + itemType); in ItemGuardCreature()
158 playerEquipped = killerPlayer.isEquipped(itemType); in onDead()
[all …]
/dports/science/kim-api/kim-api-2.2.1/cpp/src/
H A DKIM_Collections.cpp85 return pimpl->GetItemType(itemName, itemType); in GetItemType()
89 CollectionItemType const itemType, in GetItemLibraryFileNameAndCollection() argument
95 itemType, itemName, fileName, collection); in GetItemLibraryFileNameAndCollection()
120 return pimpl->CacheListOfItemNamesByType(itemType, extent); in CacheListOfItemNamesByType()
131 CollectionItemType const itemType, in CacheListOfItemNamesByCollectionAndType() argument
135 collection, itemType, extent); in CacheListOfItemNamesByCollectionAndType()
146 CollectionItemType const itemType, in GetItemLibraryFileNameByCollectionAndType() argument
151 collection, itemType, itemName, fileName); in GetItemLibraryFileNameByCollectionAndType()
156 CollectionItemType const itemType, in CacheListOfItemMetadataFilesByCollectionAndType() argument
161 collection, itemType, itemName, extent); in CacheListOfItemMetadataFilesByCollectionAndType()
[all …]
H A DKIM_CollectionsImplementation.cpp93 if (itemType == modelDriver) in LibraryName()
211 if (itemType == modelDriver) in PrivateGetEnvironmentVariableName()
573 itemType, in PrivateGetListOfItemMetadataFiles()
608 *itemType = it; in PrivateGetItemType()
735 *itemType = it; in GetItemType()
755 if (!itemType.Known()) in GetItemLibraryFileNameAndCollection()
804 if (!itemType.Known()) in CacheListOfItemMetadataFiles()
813 itemType, in CacheListOfItemMetadataFiles()
891 if (!itemType.Known()) in CacheListOfItemNamesByType()
1100 itemType, in CacheListOfItemMetadataFilesByCollectionAndType()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Items/
H A DItemDefinitionLibrary.cs93 internal string GetDefaultMetadataValue(string itemType, string metadataName) in GetDefaultMetadataValue() argument
111 internal int GetDefaultedMetadataCount(string itemType) in GetDefaultedMetadataCount() argument
128 internal ICollection<string> GetDefaultedMetadataNames(string itemType) in GetDefaultedMetadataNames() argument
132 MetadataDictionary metadataDictionary = GetDefaultedMetadata(itemType); in GetDefaultedMetadataNames()
145 internal MetadataDictionary GetDefaultedMetadata(string itemType) in GetDefaultedMetadata() argument
246 string itemType = itemDefinitionElement.Name; in EvaluateItemDefinitionElement()
279 string itemType = itemDefinitionChildElement.ParentNode.Name; in EvaluateItemDefinitionChildElement()
301 itemDefinitionsDictionary.Add(itemType, metadataDictionary); in EvaluateItemDefinitionChildElement()
322 string itemType; field in Microsoft.Build.BuildEngine.SpecificItemDefinitionLibrary
330 this.itemType = itemType; in SpecificItemDefinitionLibrary()
[all …]
/dports/www/owncloud/owncloud/lib/private/Share/
H A DShare.php359 $itemType, argument
366 $itemType,
389 $itemType, argument
397 $itemType,
419 $itemType, argument
426 $itemType,
453 if ($itemType === 'file' || $itemType === 'folder') {
553 $itemType, argument
654 $itemType, argument
683 $itemType, argument
[all …]
/dports/devel/py-pyral/pyral-1.5.2/pyral/
H A Dhydrate.py77 itemType = item.get('_type', "CustomField")
82 if itemType == 'AllowedQueryOperator':
95 type_name, type_subclass = itemType.split('/')
97 instance.typePath = itemType
98 itemType = type_name
102 elif itemType in PORTFOLIO_ITEM_SUB_TYPES:
104 type_name = "PortfolioItem_%s" % itemType
107 itemType = type_name
114 si = getSchemaItem(workspace, str(itemType))
131 raise KeyError(itemType)
[all …]
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dspell.cpp827 itemType = SPELLBOOK_COLD; in getSpellbookFromSpellID()
839 itemType = SPELLBOOK_LIGHT; in getSpellbookFromSpellID()
848 itemType = SPELLBOOK_SLEEP; in getSpellbookFromSpellID()
854 itemType = SPELLBOOK_SLOW; in getSpellbookFromSpellID()
881 itemType = SPELLBOOK_DIG; in getSpellbookFromSpellID()
890 itemType = SPELLBOOK_BLEED; in getSpellbookFromSpellID()
938 itemType = SPELLBOOK_FEAR; in getSpellbookFromSpellID()
971 itemType = SPELLBOOK_DASH; in getSpellbookFromSpellID()
977 itemType = SPELLBOOK_9; in getSpellbookFromSpellID()
980 itemType = SPELLBOOK_10; in getSpellbookFromSpellID()
[all …]
/dports/www/phprecipebook/phprecipebook/modules/lists/
H A Dcurrent.php56 else $itemType = 'ingredient'; variable
59 $item_id = $itemType . "_id_" . $iterator;
60 $item_scale = $itemType . "_scale_" . $iterator;
62 $item_add = $itemType . "_selected_" . $iterator;
69 if ($itemType == 'recipe')
84 $ing_quantity = $itemType . "_quantity_" . $iterator;
85 $ing_units = $itemType . "_unit_" . $iterator;
97 $item_id = $itemType . "_id_" . $iterator;
98 $item_scale = $itemType . "_scale_" . $iterator;
99 $item_name = $itemType . "_name_" . $iterator;
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/
H A DProjectExtensions.cs13 … ProjectItemElement FindItemOrNull(this ProjectRootElement root, string itemType, string include, … in FindItemOrNull() argument
24 if (item.ItemType != itemType) in FindItemOrNull()
48 if (item.ItemType != itemType) in FindItemOrNullAbs()
69 if (item.ItemType != itemType) in FindAllItemsInFolder()
80 …public static bool HasItem(this ProjectRootElement root, string itemType, string include, bool noC… in HasItem() argument
82 return root.FindItemOrNull(itemType, include, noCondition) != null; in HasItem()
85 … public static bool AddItemChecked(this ProjectRootElement root, string itemType, string include) in AddItemChecked() argument
87 if (!root.HasItem(itemType, include, noCondition: true)) in AddItemChecked()
89 root.AddItem(itemType, include); in AddItemChecked()
96 …public static bool RemoveItemChecked(this ProjectRootElement root, string itemType, string include) in RemoveItemChecked() argument
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools.ProjectEditor/
H A DProjectExtensions.cs13 … ProjectItemElement FindItemOrNull(this ProjectRootElement root, string itemType, string include, … in FindItemOrNull() argument
24 if (item.ItemType != itemType) in FindItemOrNull()
48 if (item.ItemType != itemType) in FindItemOrNullAbs()
69 if (item.ItemType != itemType) in FindAllItemsInFolder()
80 …public static bool HasItem(this ProjectRootElement root, string itemType, string include, bool noC… in HasItem() argument
82 return root.FindItemOrNull(itemType, include, noCondition) != null; in HasItem()
85 … public static bool AddItemChecked(this ProjectRootElement root, string itemType, string include) in AddItemChecked() argument
87 if (!root.HasItem(itemType, include, noCondition: true)) in AddItemChecked()
89 root.AddItem(itemType, include); in AddItemChecked()
96 …public static bool RemoveItemChecked(this ProjectRootElement root, string itemType, string include) in RemoveItemChecked() argument
[all …]
/dports/security/vault/vault-1.8.2/ui/app/templates/components/
H A Dgenerated-item-list.hbs44 data-test-create={{itemType}}
48 itemType
51 {{singularize itemType}}
55 <ListView @items={{model}} @itemNoun={{itemType}} as |list|>
57 <list.empty @title="No {{pluralize itemType}} yet"
58 …@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to …
61 itemType
64 Create {{singularize itemType}}
69 itemType list.item.id}} as |Item|>
76 View {{singularize itemType}}
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/ui/app/templates/components/
H A Dgenerated-item-list.hbs25 itemType
28 {{singularize itemType}}
32 <ListView @items={{model}} @itemNoun={{itemType}} as |list|>
34 <list.empty @title="No {{pluralize itemType}} yet"
35 …@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to …
38 itemType
41 Create {{singularize itemType}}
46 itemType list.item.id}} as |Item|>
53 View {{singularize itemType}}
58 Edit {{singularize itemType}}
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/ui/app/templates/components/
H A Dgenerated-item-list.hbs25 itemType
28 {{singularize itemType}}
32 <ListView @items={{model}} @itemNoun={{itemType}} as |list|>
34 <list.empty @title="No {{pluralize itemType}} yet"
35 …@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to …
38 itemType
41 Create {{singularize itemType}}
46 itemType list.item.id}} as |Item|>
53 View {{singularize itemType}}
58 Edit {{singularize itemType}}
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/ui/app/templates/components/
H A Dgenerated-item-list.hbs25 itemType
28 {{singularize itemType}}
32 <ListView @items={{model}} @itemNoun={{itemType}} as |list|>
34 <list.empty @title="No {{pluralize itemType}} yet"
35 …@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to …
38 itemType
41 Create {{singularize itemType}}
46 itemType list.item.id}} as |Item|>
53 View {{singularize itemType}}
58 Edit {{singularize itemType}}
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/ui/app/templates/components/
H A Dgenerated-item-list.hbs25 itemType
28 {{singularize itemType}}
32 <ListView @items={{model}} @itemNoun={{itemType}} as |list|>
34 <list.empty @title="No {{pluralize itemType}} yet"
35 …@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to …
38 itemType
41 Create {{singularize itemType}}
46 itemType list.item.id}} as |Item|>
53 View {{singularize itemType}}
58 Edit {{singularize itemType}}
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/ui/app/templates/components/
H A Dgenerated-item-list.hbs25 itemType
28 {{singularize itemType}}
32 <ListView @items={{model}} @itemNoun={{itemType}} as |list|>
34 <list.empty @title="No {{pluralize itemType}} yet"
35 …@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to …
38 itemType
41 Create {{singularize itemType}}
46 itemType list.item.id}} as |Item|>
53 View {{singularize itemType}}
58 Edit {{singularize itemType}}
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/ui/app/templates/components/
H A Dgenerated-item-list.hbs25 itemType
28 {{singularize itemType}}
32 <ListView @items={{model}} @itemNoun={{itemType}} as |list|>
34 <list.empty @title="No {{pluralize itemType}} yet"
35 …@message="A list of {{pluralize itemType}} will be listed here. Create your first {{itemType}} to …
38 itemType
41 Create {{singularize itemType}}
46 itemType list.item.id}} as |Item|>
53 View {{singularize itemType}}
58 Edit {{singularize itemType}}
[all …]

12345678910>>...109