Home
last modified time | relevance | path

Searched refs:template_id (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/dports/graphics/blender/blender-2.91.0/release/scripts/modules/
H A Dbl_app_template_utils.py75 _modules[template_id] = mod
87 del _modules[template_id]
99 def _disable(template_id, *, handle_error=None): argument
115 mod = _modules.get(template_id, False)
119 del _modules[template_id]
141 module_name = base_module + "." + template_id
166 def activate(template_id=None): argument
171 if template_id_prev == template_id:
178 _mod = _enable(template_id, ignore_not_found=True) if template_id else None
180 _app_template["id"] = template_id
[all …]
/dports/www/rt50/rt-5.0.2/lib/RT/Action/
H A DCreateTickets.pm340 $T::ID = $template_id;
364 $T::Tickets{$template_id}
404 $T::ID = $template_id;
429 my $id = $template_id;
441 $template_id =~ m/^update-(.*)/;
483 $T::Tickets{$template_id}
495 $T::Tickets{$template_id}
568 my $template_id;
631 my $template_id = shift;
861 my $template_id;
[all …]
/dports/www/rt44/rt-4.4.5/lib/RT/Action/
H A DCreateTickets.pm318 $T::ID = $template_id;
333 $T::Tickets{$template_id}
373 $T::ID = $template_id;
398 my $id = $template_id;
410 $template_id =~ m/^update-(.*)/;
452 $T::Tickets{$template_id}
464 $T::Tickets{$template_id}
537 my $template_id;
600 my $template_id = shift;
829 my $template_id;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/bio/
H A Denrollment_handler_unittest.cc143 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
146 EXPECT_FALSE(template_id.empty()); in TEST_F()
166 EXPECT_FALSE(template_id.empty()); in TEST_F()
197 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
205 EXPECT_TRUE(template_id.empty()); in TEST_F()
242 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
245 EXPECT_FALSE(template_id.empty()); in TEST_F()
278 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
281 EXPECT_FALSE(template_id.empty()); in TEST_F()
320 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/bio/
H A Denrollment_handler_unittest.cc143 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
146 EXPECT_FALSE(template_id.empty()); in TEST_F()
166 EXPECT_FALSE(template_id.empty()); in TEST_F()
197 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
205 EXPECT_TRUE(template_id.empty()); in TEST_F()
242 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
245 EXPECT_FALSE(template_id.empty()); in TEST_F()
278 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
281 EXPECT_FALSE(template_id.empty()); in TEST_F()
320 BioEnrollmentHandler::TemplateId template_id; in TEST_F() local
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Dome_template.py517 modify_payload['Id'] = template_id
530 deploy_payload["Id"] = template_id
556 clone_payload["SourceTemplateId"] = template_id
565 path = TEMPLATE_PATH.format(template_id=template_id)
582 template_id = None
589 template_id = each['Id']
595 return template, template_id
602 template_id = module.params.get("template_id")
616 path = TEMPLATE_PATH.format(template_id=template_id)
621 path = TEMPLATE_PATH.format(template_id=template_id)
[all …]
H A Dome_template_identity_pool.py105 def get_template_vlan_info(rest_obj, template_id): argument
108 … resp = rest_obj.invoke_request('GET', TEMPLATE_ATTRIBUTE_VIEW.format(template_id=template_id))
129 template_id = each['Id']
134 return template_id
165 template_id = get_template_id(rest_obj, module)
170 nic_bonding_tech = get_template_vlan_info(rest_obj, template_id)
171 …payload = {"TemplateId": template_id, "IdentityPoolId": identity_id, "BondingTechnology": nic_bond…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/meraki/plugins/modules/
H A Dmeraki_config_template.py150 def is_template_valid(meraki, nets, template_id): argument
152 if net['id'] == template_id:
157 def is_network_bound(meraki, nets, net_id, template_id): argument
169 template_id = get_template_id(meraki, name, data)
171 path = path + '/' + template_id
178 def bind(meraki, net_id, template_id): argument
180 payload = {'configTemplateId': template_id}
249 template_id = get_template_id(meraki,
261 template_id)
275 template_id = get_template_id(meraki,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/models/
H A Dreport_template.py37 def Static(internal_only, template_id, name, modified): argument
103 id=template_id,
124 def PutTemplate(template_id, name, owners, template): argument
128 if template_id is None:
134 if handler.template.key.id() == template_id:
137 entity = ndb.Key('ReportTemplate', template_id).get()
146 if existing['id'] != template_id):
170 def GetReport(template_id, revisions): argument
173 template = ndb.Key('ReportTemplate', template_id).get()
187 if handler.template.key.id() != template_id:
[all …]
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/extensions/
H A Dblacklist.vala31 public abstract void add_template (string template_id,
36 public abstract void remove_template (string template_id)
39 public signal void template_added (string template_id,
41 public signal void template_removed (string template_id,
62 blacklist.insert (template_id, template);
73 string template_id;
78 vb.add ("s", template_id);
178 blacklist.insert (template_id, template);
180 template_added (template_id, event_template);
184 public void remove_template (string template_id)
[all …]
H A Dblacklist.c347 _g_free0 (template_id); in _dbus_handle_zeitgeist_remote_blacklist_template_added()
365 _g_free0 (template_id); in _dbus_handle_zeitgeist_remote_blacklist_template_removed()
522 _g_free0 (template_id); in _dbus_zeitgeist_remote_blacklist_add_template()
584 _g_free0 (template_id); in _dbus_zeitgeist_remote_blacklist_remove_template()
802 template_id = _tmp15_; in zeitgeist_blacklist_templates_from_variant()
831 _tmp22_ = template_id; in zeitgeist_blacklist_templates_from_variant()
837 _g_free0 (template_id); in zeitgeist_blacklist_templates_from_variant()
887 _g_free0 (template_id); in zeitgeist_blacklist_templates_to_variant()
889 template_id = _tmp7_; in zeitgeist_blacklist_templates_to_variant()
902 _tmp13_ = template_id; in zeitgeist_blacklist_templates_to_variant()
[all …]
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/src/
H A Dext-blacklist.vala31 public abstract void add_template (string template_id,
36 public abstract void remove_template (string template_id)
39 public signal void template_added (string template_id,
41 public signal void template_removed (string template_id,
62 blacklist.insert (template_id, template);
73 string template_id;
78 vb.add ("s", template_id);
178 blacklist.insert (template_id, template);
180 template_added (template_id, event_template);
184 public void remove_template (string template_id)
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/meraki/
H A Dmeraki_config_template.py140 def is_template_valid(meraki, nets, template_id): argument
142 if net['id'] == template_id:
147 def is_network_bound(meraki, nets, net_id, template_id): argument
159 template_id = get_template_id(meraki, name, data)
161 path = path + '/' + template_id
168 def bind(meraki, net_id, template_id): argument
170 payload = {'configTemplateId': template_id}
249 template_id = get_template_id(meraki,
261 template_id)
275 template_id = get_template_id(meraki,
[all …]
/dports/net/py-pyfixbuf/pyfixbuf-0.8.1/samples/
H A Dyaf_mediator_new.py175 elif entry.template_id == 0xC600 or entry.template_id == 0xC610:
185 elif entry.template_id == 0xCA0A:
210 elif entry.template_id == 0xCE00:
250 elif entry.template_id == 0xC200:
256 elif entry.template_id == 0xC300:
262 elif entry.template_id == 0xC500:
267 elif entry.template_id == 0xC700:
273 elif entry.template_id == 0xC800:
279 elif entry.template_id == 0xC900:
285 elif entry.template_id == 0xCA00:
[all …]
H A Dsample_blind_listener.py43 tid = t.template_id
68 template_id = -1 variable
84 if tmpl_next.template_id != template_id:
86 template_id = tmpl_next.template_id variable
87 tmpl = session.get_template(template_id, True)
89 buf.set_internal_template(template_id)
/dports/net-mgmt/flowviewer/FlowViewer_4.5/tools/
H A Danalyze_netflow_packets573 $template_id = "";
602 $template_id = "";
609 $template_id = hex($template_id);
635 …if (($template_field_count{$template_id} ne "") && ($field_count ne $template_field_count{$templat…
640 $template_field_count{$template_id} = $field_count;
646 %{$templates{$template_id}} = ();
689 $template_id = $flowset_id;
713 $data_record_count{$source_id}{$template_id}++;
871 …gine: $source_id_out exported (Template $template_id) data records: $data_record_count{$source_id}…
876 foreach $template_id (sort keys %templates) {
[all …]
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/export/cacti/
H A Dnetdot_to_cacti.php171 $template_id = ""; variable
176 $template_id = $t_id; variable
187 $template_id = $t_id; variable
198 $template_id = $t_id; variable
206 if ($template_id == ""){
207 $template_id = 1; variable
271 $template_id = $attr["template_id"]; variable
299 if (!isset($hostTemplates[$template_id])) {
398 if ($template_id != $HostTemplateId){
403 $GraphAttr["hostTemplateId"] = $template_id;
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_template_info.py160 template_id = []
168 template_id.append(template_list[0]['templateid'])
170 return template_id
182 def dump_template(self, template_id, template_type='json', omit_date=False): argument
184 …= self._zapi.configuration.export({'format': template_type, 'options': {'templates': template_id}})
220 template_id = template_info.get_template_id(template_name)
222 if not template_id:
226 …module.exit_json(changed=False, template_json=template_info.dump_template(template_id, template_ty…
228 …module.exit_json(changed=False, template_xml=template_info.dump_template(template_id, template_typ…
/dports/net-mgmt/cacti/cacti-1.2.19/cli/
H A Dadd_graphs.php67 $template_id = 0; variable
126 $template_id = $value; variable
284 if ($template_id > 0) {
285 $input_fields = getInputFields($template_id, $quietMode);
491 if (!isset($graphTemplates[$template_id])) {
492 print 'ERROR: Unknown graph-template-id (' . $template_id . ")\n";
497 if ((!isset($template_id)) || (!isset($host_id))) {
505 if ($template_id > 0) {
506 $input_fields = getInputFields($template_id, $quietMode);
561 array($template_id, $host_id));
[all …]
/dports/security/py-fido2/fido2-0.9.2/fido2/ctap2/
H A Dbio.py106 self.template_id = None
119 if self.template_id is None:
125 self.template_id, self.timeout, event, on_keepalive
130 return self.template_id
136 self.template_id = None
243 self, template_id, timeout=None, event=None, on_keepalive=None argument
259 FPBioEnrollment.PARAM.TEMPLATE_ID: template_id,
300 def set_name(self, template_id, name): argument
309 BioEnrollment.TEMPLATE_INFO.ID: template_id,
314 def remove_enrollment(self, template_id): argument
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/forms/
H A Dalert-templates.inc.php30 $template_id = 0; variable
41 $template_id = $vars['template_id']; variable
42 …['title'], 'title_rec' => $vars['title_rec']], 'alert_templates', 'id = ?', [$template_id]) >= 0) {
52 $template_id = $template_newid; variable
65 dbDelete('alert_template_map', 'alert_templates_id = ?', [$template_id]);
69 …if (! dbInsert(['alert_rule_id' => $rule_id, 'alert_templates_id' => $template_id], 'alert_templat…
H A Dparse-alert-template.inc.php20 $template_id = $vars['template_id']; variable
21 $template_edit = is_numeric($template_id) && $template_id > 0;
34 … $template = dbFetchRow('SELECT * FROM `alert_templates` WHERE `id` = ? LIMIT 1', [$template_id]);
45 …_map` WHERE `alert_rule_id` = ? AND `alert_templates_id` = ?', [$rule['id'], $template_id]) : null;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/common/
H A Dsystem_health_report.py98 def CreateSystemHealthReport(template_id, name, builder, is_fyi, modified): argument
106 template_id=template_id,
124 template_id=2013652838,
131 template_id=434658613,
138 template_id=1371943537,
145 template_id=191176182,
/dports/devel/py-oci/oci-2.53.1/src/oci/resource_manager/models/
H A Dcreate_stack_template_config_source_details.py53 def template_id(self): member in CreateStackTemplateConfigSourceDetails
62 @template_id.setter
63 def template_id(self, template_id): argument
70 self._template_id = template_id
/dports/net-mgmt/flowd/flowd-0.9.1/
H A Dpeer.c97 if (nf9tmpl->template_id == template_id) in peer_nf9_lookup_template()
107 u_int32_t source_id, u_int16_t template_id) in peer_nf9_find_template() argument
123 nf9tmpl = peer_nf9_lookup_template(nf9src, template_id); in peer_nf9_find_template()
127 template_id, nf9tmpl == NULL ? "NOT " : ""); in peer_nf9_find_template()
135 __func__, addr_ntop_buf(&peer->from), source_id, template_id, in peer_nf9_find_template()
143 u_int16_t template_id) in peer_nf9_template_update() argument
155 nf9tmpl = peer_nf9_lookup_template(nf9src, template_id); in peer_nf9_template_update()
211 u_int32_t source_id, u_int16_t template_id) in peer_nf9_new_template() argument
226 "peer %s/0x%08x", template_id, addr_ntop_buf(&peer->from), in peer_nf9_new_template()
234 nf9tmpl->template_id = template_id; in peer_nf9_new_template()
[all …]

12345678910>>...33