Home
last modified time | relevance | path

Searched refs:template_key (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/p5-Template-Simple/Template-Simple-0.06/extras/
H A Dbench_all.pl124 template_key => 'simple',
131 my $template = $info->{$bench->{template_key}} ;
150 template_key => 'simple',
157 my $template = $info->{$bench->{template_key}} ;
177 template_key => 'teeny',
187 my $template = $info->{$bench->{template_key}} ;
237 template_key => 'toolkit',
242 my $template = $info->{$bench->{template_key}} ;
261 template_key => 'tiny',
266 my $template = $info->{$bench->{template_key}} ;
/dports/net-im/py-telepot/telepot-12.7/telepot/
H A Dfiltering.py16 template_key, template_value = kv
17 if hasattr(template_key, 'search'): # regex
18 data_keys = list(filter(template_key.search, data.keys()))
21 elif template_key in data:
22 data_keys = [template_key]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web_editor/models/
H A Dir_ui_view.py319 def _get_snippet_addition_view_key(self, template_key, key): argument
320 return '%s.%s' % (template_key, key)
327 def save_snippet(self, name, arch, template_key, snippet_key, thumbnail_url): argument
341 app_name = template_key.split('.')[0]
356 custom_section = self.search([('key', '=', template_key)])
359 'key': self._get_snippet_addition_view_key(template_key, snippet_key),
371 """ % (template_key, full_snippet_key, thumbnail_url),
377 def delete_snippet(self, view_id, template_key): argument
380 custom_key = self._get_snippet_addition_view_key(template_key, key)
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/
H A Dcompat.py30 def get_template_setting(template_key, default=None): argument
35 if template_key in tdict:
36 return tdict[template_key]
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/autotvm/
H A Dtophub.py192 def load_reference_log(backend, model, workload_name, template_key): argument
214 key = (backend, model, workload_name, template_key)
230 inp.config.template_key == template_key):
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/mailers/emails/
H A Dservice_desk_spec.rb61 shared_examples 'handle template content' do |template_key|
64 .with(template_key, issue.project)
77 shared_examples 'read template from repository' do |template_key|
86 …te(:project, :custom_repo, files: { ".gitlab/service_desk_templates/#{template_key}.md" => templat…
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_autotvm_task_extraction.py100 assert task.config_space.template_key == 'direct_nopack'
102 assert task.config_space.template_key == 'direct'
113 assert task.config_space.template_key == 'direct'
123 assert task.config_space.template_key == 'direct'
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_autotvm_task_extraction.py100 assert task.config_space.template_key == 'direct_nopack'
102 assert task.config_space.template_key == 'direct'
113 assert task.config_space.template_key == 'direct'
123 assert task.config_space.template_key == 'direct'
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/autotvm/
H A Dtophub.py192 def load_reference_log(backend, model, workload_name, template_key): argument
214 key = (backend, model, workload_name, template_key)
230 inp.config.template_key == template_key):
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dmask.c1495 template_key[k++] = '#'; in generate_template_key()
1502 template_key[k++] = mask[i++]; in generate_template_key()
1514 template_key[k++] = mask[i++]; in generate_template_key()
1524 template_key[k] = '\0'; in generate_template_key()
1528 if (template_key[i] & 0x80) { in generate_template_key()
1547 return template_key; in generate_template_key()
1640 process_key(template_key); in generate_keys()
1720 process_key(template_key); in bench_generate_keys()
2478 MEM_FREE(template_key); in mask_destroy()
2609 template_key[offset + z] = in do_mask_crack()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/autotvm/task/
H A Dspace.py615 self.template_key = None
793 ret = ConfigEntity(index, self.code_hash, self.template_key, entities, self._constraints)
840 def __init__(self, index, code_hash, template_key, entity_map, constraints): argument
843 self.template_key = template_key
894 ret['t'] = self.template_key
929 template_key = json_dict["t"]
947 return ConfigEntity(index, code_hash, template_key, entity_map, constraints)
950 return "%s,%s,%s,%d" % (str(self._entity_map)[12:-1], self.template_key,
1065 return "%s,%s,%s" % (str(self._entity_map)[12:-1], self.template_key, self.code_hash)
H A Dnnvm_integration.py110 template_key='direct')
195 template_key='direct')
H A Dtask.py149 def create(func_name, args, target, target_host=None, template_key=None): argument
186 ret.config_space.template_key = template_key or ""
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/autotvm/task/
H A Dspace.py615 self.template_key = None
793 ret = ConfigEntity(index, self.code_hash, self.template_key, entities, self._constraints)
840 def __init__(self, index, code_hash, template_key, entity_map, constraints): argument
843 self.template_key = template_key
894 ret['t'] = self.template_key
929 template_key = json_dict["t"]
947 return ConfigEntity(index, code_hash, template_key, entity_map, constraints)
950 return "%s,%s,%s,%d" % (str(self._entity_map)[12:-1], self.template_key,
1065 return "%s,%s,%s" % (str(self._entity_map)[12:-1], self.template_key, self.code_hash)
H A Dnnvm_integration.py110 template_key='direct')
195 template_key='direct')
H A Dtask.py149 def create(func_name, args, target, target_host=None, template_key=None): argument
186 ret.config_space.template_key = template_key or ""
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website/models/
H A Dwebsite_snippet_filter.py52 def render(self, template_key, limit, search_domain=[]): argument
55 …assert '.dynamic_filter_template_' in template_key, _("You can only use template prefixed by dynam…
62 content = View._render_template(template_key, dict(records=records)).decode('utf-8')
/dports/www/p5-Dancer2-Plugin-Deferred/Dancer2-Plugin-Deferred-0.008000/lib/Dancer2/Plugin/
H A DDeferred.pm41 has template_key => (
120 $data->{$plugin->template_key} = $plugin->all_deferred;
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/cuda/
H A Dconv2d.py104 if cfg.template_key == 'winograd':
107 if cfg.template_key == 'int8':
/dports/www/py-pelican/pelican-4.7.1/pelican/
H A Dlog.py51 template_key = (record.levelno, record.msg)
53 if (template_key in self._ignore or message_key in self._ignore):
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/cuda/
H A Dconv2d.py104 if cfg.template_key == 'winograd':
107 if cfg.template_key == 'int8':
/dports/misc/tvm/incubator-tvm-0.6.1/topi/tests/python/
H A Dcommon.py41 cfg.template_key = 'int8'
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/tests/python/
H A Dcommon.py41 cfg.template_key = 'int8'
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/dataproc/
H A Dutil.py209 template_key = 'wt'
210 if template_key not in status or metadata.state != status[template_key]:
217 status[template_key] = metadata.state
/dports/deskutils/py-bugwarrior/bugwarrior-1.7.0/bugwarrior/services/
H A D__init__.py113 template_key = '%s_template' % key
114 if template_key in self.config:
115 templates[key] = self.config.get(template_key)

123