Home
last modified time | relevance | path

Searched refs:item_type (Results 276 – 300 of 2377) sorted by relevance

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

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/backup/
H A Dcustom_wl.py638 if 'sql' in item_type.lower():
653 if 'sql' in item_type.lower():
714 if not cust_help.is_sql(item_type) and not cust_help.is_hana(item_type):
780 'workload_type': item_type,
792 if item_type.lower() == "saphana":
797 if item_type.lower() == "sql":
802 if item_type.lower() == "saphana":
807 if item_type.lower() == "sql":
819 def _check_map(item_type, item_type_map): argument
820 if item_type is None:
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/src/Application/Api/Ajax/Handler/
H A DPlaylistAjaxHandler.php95 $item_type = $_REQUEST['item_type'];
97 … if (!empty($item_type) && InterfaceImplementationChecker::is_playable_item($item_type)) {
98 …debug_event('playlist.ajax', 'Adding all medias of ' . $item_type . '(s) {' . $item_id . '}...', 5…
101 $class_name = ObjectTypeToClassNameMapper::map($item_type);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A DGenericHashTable.h127 typedef GenericHashTableItem<T,InfoT> item_type; typedef
131 typedef typename AbstractHashTable<item_type,T,InfoT>::iterator iterator;
134 typedef typename AbstractHashTable<item_type,T,InfoT>::const_iterator const_iterator;
138 : AbstractHashTable<item_type,T,InfoT>(nameBuff) {}
143 : AbstractHashTable<item_type,T,InfoT>(init_size, nameBuff) {}
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Dgenerator.c123 int item_type,
885 int item_type ) in Generate_Item_Name() argument
1077 int item_type, in RB_HTML_Extra() argument
1889 enum ItemType item_type = cur_item->type; in Generate_Item() local
1893 Generate_Item_Name( f, item_type ); in Generate_Item()
1901 if ( !Works_Like_SourceItem( item_type ) && in Generate_Item()
1913 else if ( !Works_Like_SourceItem( item_type ) && in Generate_Item()
2084 else if ( Works_Like_SourceItem( item_type ) ) in Generate_Item()
2131 enum ItemType item_type = cur_item->type; in Generate_Header() local
2138 else if ( Works_Like_SourceItem( item_type ) in Generate_Header()
[all …]
/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Ditems.c89 g_assert(item_type > IT_NONE && item_type < IT_MAX); in item_new()
94 nitem->type = item_type; in item_new()
99 if (!item_is_optimizable(item_type)) in item_new()
108 switch (item_type) in item_new()
248 g_assert(item_type > IT_NONE && item_type < IT_MAX); in item_new_random()
251 int max_id = item_max_id(item_type); in item_new_random()
254 switch (item_type) in item_new_random()
274 if (item_type == IT_AMMO) in item_new_random()
288 g_assert (item_type > IT_NONE && item_type < IT_MAX && num_level < MAP_MAX); in item_new_by_level()
301 switch (item_type) in item_new_by_level()
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/views/
H A Dadministration.queue.overview.php54 foreach ($data['item_types'] as $item_type) {
55 $item_type_queue = array_key_exists($item_type, $data['queue_data'])
56 ? $data['queue_data'][$item_type]
67 item_type2str($item_type),
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/views/
H A Dadministration.queue.overview.php54 foreach ($data['item_types'] as $item_type) {
55 $item_type_queue = array_key_exists($item_type, $data['queue_data'])
56 ? $data['queue_data'][$item_type]
67 item_type2str($item_type),
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/views/
H A Dadministration.queue.overview.php54 foreach ($data['item_types'] as $item_type) {
55 $item_type_queue = array_key_exists($item_type, $data['queue_data'])
56 ? $data['queue_data'][$item_type]
67 item_type2str($item_type),
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/views/
H A Dadministration.queue.overview.php54 foreach ($data['item_types'] as $item_type) {
55 $item_type_queue = array_key_exists($item_type, $data['queue_data'])
56 ? $data['queue_data'][$item_type]
67 item_type2str($item_type),
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/views/
H A Dadministration.queue.overview.php54 foreach ($data['item_types'] as $item_type) {
55 $item_type_queue = array_key_exists($item_type, $data['queue_data'])
56 ? $data['queue_data'][$item_type]
67 item_type2str($item_type),
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dtrap.cpp126 itype_id item_type; in load() local
131 jc.read( "item", item_type, true ); in load()
135 entry.read( item_type, true ); in load()
139 if( !item_type.is_empty() && quantity > 0 && charges > 0 ) { in load()
140 components.emplace_back( std::make_tuple( item_type, quantity, charges ) ); in load()
313 const itype_id &item_type = std::get<0>( i ); in on_disarmed() local
316 m.spawn_item( p.xy(), item_type, quantity, charges ); in on_disarmed()
353 const itype_id &item_type = std::get<0>( i ); in check_consistency() local
354 if( !item::type_is_defined( item_type ) ) { in check_consistency()
355 debugmsg( "trap %s has unknown item as component %s", t.id.str(), item_type.str() ); in check_consistency()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dtrap.cpp126 itype_id item_type; in load() local
131 jc.read( "item", item_type, true ); in load()
135 entry.read( item_type, true ); in load()
139 if( !item_type.is_empty() && quantity > 0 && charges > 0 ) { in load()
140 components.emplace_back( std::make_tuple( item_type, quantity, charges ) ); in load()
313 const itype_id &item_type = std::get<0>( i ); in on_disarmed() local
316 m.spawn_item( p.xy(), item_type, quantity, charges ); in on_disarmed()
353 const itype_id &item_type = std::get<0>( i ); in check_consistency() local
354 if( !item::type_is_defined( item_type ) ) { in check_consistency()
355 debugmsg( "trap %s has unknown item as component %s", t.id.str(), item_type.str() ); in check_consistency()
/dports/security/p5-Authen-PAM/Authen-PAM-0.16/
H A DPAM.xs513 pam_set_item(pamh, item_type, item) in pam_set_item() argument
515 int item_type in pam_set_item()
521 if (item_type == PAM_CONV) {
527 else if (item_type == PAM_FAIL_DELAY) {
533 RETVAL = pam_set_item( pamh, item_type, NULL);
538 RETVAL = pam_set_item( pamh, item_type, SvPV_nolen(item));
540 RETVAL = pam_set_item( pamh, item_type, SvPV(item,na));
546 pam_get_item(pamh, item_type, item) in pam_get_item() argument
548 int item_type in pam_get_item()
555 if (item_type == PAM_CONV) {
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/couple/
H A Dhecmw_couple_startup.c49 p->item_type = HECMW_COUPLE_GROUP_UNDEF; in HECMW_couple_alloc_couple_value()
66 if (couple_value->item_type == HECMW_COUPLE_NODE_GROUP) { in HECMW_couple_print_couple_value()
68 } else if (couple_value->item_type == HECMW_COUPLE_ELEMENT_GROUP) { in HECMW_couple_print_couple_value()
70 } else if (couple_value->item_type == HECMW_COUPLE_SURFACE_GROUP) { in HECMW_couple_print_couple_value()
80 if (couple_value->item_type == HECMW_COUPLE_SURFACE_GROUP) { in HECMW_couple_print_couple_value()
116 couple_value->item_type = boundary->data_type; in HECMW_couple_startup()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DDataGridItem.cs41 ListItemType item_type; field in System.Web.UI.WebControls.DataGridItem
48 item_type = itemType; in DataGridItem()
67 get { return item_type; }
99 item_type = itemType; in SetItemType()
/dports/games/abuse_sdl/abuse-0.8/src/lisp/
H A Dlisp.cpp485 switch (item_type(lnumber)) in lnumber_value()
545 if (item_type(c)!=L_CHARACTER) in lcharacter_value()
557 switch (item_type(c)) in lfixed_point_value()
624 int t1 = item_type(n1), t2 = item_type(n2); in lisp_equal()
885 if (item_type(list1)!=(ltype)L_CONS_CELL || item_type(list1)!=item_type(list2)) in pairlis()
1275 switch (item_type(this)) in Print()
1408 ltype t = item_type(fun); in EvalFunction()
1533 switch ((short)item_type(sym)) in mapcar()
1776 switch (item_type(v)) in EvalFunction()
1932 switch (item_type(i)) in EvalFunction()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/test/values/
H A Dtest-map-array.rb19 def build_data_type(item_type) argument
22 item: item_type
26 def build_array(item_type, values) argument
27 Arrow::MapArray.new(build_data_type(item_type), values)
422 def build(item_type, values) argument
423 build_array(item_type, values)
430 def build(item_type, values) argument
431 Arrow::ChunkedArray.new([build_array(item_type, values)])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/awx/awx/plugins/module_utils/
H A Dcontroller_api.py641 item_type = existing_item['type']
705 self.warn("A {0} with the name {1} already exists.".format(item_type, new_item_name))
718 if item_type == 'workflow_job_template':
746 …self.fail_json(msg="Unable to create {0} {1}: {2}".format(item_type, new_item_name, response['json…
762 self.fail_json(msg="Unable to create new {0} due to missing endpoint".format(item_type))
792 … self.fail_json(msg="Unable to create {0} {1}: {2}".format(item_type, item_name, response['json']))
889 item_type = existing_item['type']
890 if item_type == 'user':
892 elif item_type == 'workflow_job_template_node':
894 elif item_type == 'credential_input_source':
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Daddon_crafting_ui.c42 int item_type; /// The type number of the add-on this recipe will craft. member
46 int item_type; //item type from the recipe member
89 struct addon_spec *spec = get_addon_spec(arr[index].item_type); in select_recipe()
96 type = arr[index].item_type; in select_recipe()
106 ui.materials_for_selected[i].item_type = get_item_type_by_id(materials[i].name); in select_recipe()
127 struct addon_spec *spec = get_addon_spec(recipes[i].item_type); in check_recipe_requirements()
151 struct addon_spec *spec = get_addon_spec(arr[ui.selection].item_type); in craft_item()
162 int type = arr[ui.selection].item_type; in craft_item()
192 recipe.item_type = arr[i].type; in build_recipe_list()
292 int type = arr[i].item_type; in show_addon_crafting_ui()
[all …]
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchState_types.c110 static GType item_type = 0; in ipatch_state_item_add_get_type() local
112 if(!item_type) in ipatch_state_item_add_get_type()
122 item_type = g_type_register_static(IPATCH_TYPE_STATE_ITEM, in ipatch_state_item_add_get_type()
127 return (item_type); in ipatch_state_item_add_get_type()
225 static GType item_type = 0; in ipatch_state_item_remove_get_type() local
227 if(!item_type) in ipatch_state_item_remove_get_type()
237 item_type = g_type_register_static(IPATCH_TYPE_STATE_ITEM, in ipatch_state_item_remove_get_type()
242 return (item_type); in ipatch_state_item_remove_get_type()
404 static GType item_type = 0; in ipatch_state_item_change_get_type() local
406 if(!item_type) in ipatch_state_item_change_get_type()
[all …]
/dports/misc/veles/veles-2018.05.0/src/ui/
H A Dshortcutssettings.cc99 auto item_type = static_cast<ShortcutType>( in onContextMenu() local
104 [this, item_type]() { showShortcutSelectionDialog(item_type); }); in onContextMenu()
108 connect(reset_action, &QAction::triggered, [this, item_type]() { in onContextMenu()
109 model_->resetShortcutsToDefault(item_type); in onContextMenu()
110 modified_types_.insert(item_type); in onContextMenu()
117 [this, item_type, shortcut]() { in onContextMenu()
118 model_->removeShortcut(item_type, shortcut); in onContextMenu()
119 modified_types_.insert(item_type); in onContextMenu()
/dports/devel/py-vsts/vsts-0.1.25/vsts/task/v4_1/models/
H A Dtask_orchestration_item.py23 def __init__(self, item_type=None): argument
25 self.item_type = item_type
/dports/devel/py-vsts/vsts-0.1.25/vsts/task/v4_0/models/
H A Dtask_orchestration_item.py23 def __init__(self, item_type=None): argument
25 self.item_type = item_type
/dports/games/etracer/etr-0.8.1/src/
H A Dcourse_render.cpp119 const TObjectType* item_type = nullptr; in DrawTrees() local
128 if (&Course.NocollArr[i].type != item_type) { in DrawTrees()
129 item_type = &Course.NocollArr[i].type; in DrawTrees()
130 item_type->texture->Bind(); in DrawTrees()
139 if (item_type->use_normal) { in DrawTrees()
140 normal = item_type->normal; in DrawTrees()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/manifest/
H A Ditem.py28 item_type = None variable in ManifestItem
50 return (self.item_type, self.id)
106 item_type = "testharness" variable in TestharnessTest
133 item_type = "reftest" variable in RefTest
179 item_type = "manual" variable in ManualTest
183 item_type = "stub" variable in Stub
187 item_type = "wdspec" variable in WebdriverSpecTest

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