Home
last modified time | relevance | path

Searched refs:header_template (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/devel/anjuta/anjuta-3.34.0/plugins/class-gen/
H A Dgenerator.c34 gchar *header_template; member
178 priv->header_template = NULL; in cg_generator_init()
195 g_free (priv->header_template); in cg_generator_finalize()
220 g_free (priv->header_template); in cg_generator_set_property()
221 priv->header_template = g_value_get_string (value) != NULL ? in cg_generator_set_property()
264 g_value_set_string (value, priv->header_template); in cg_generator_get_property()
376 cg_generator_new (const gchar *header_template, in cg_generator_new() argument
384 "header-template", header_template, in cg_generator_new()
404 else if ((priv->header_destination != NULL) && (priv->header_template != NULL)) in cg_generator_run()
406 anjuta_autogen_set_input_file (priv->autogen, priv->header_template, in cg_generator_run()
[all …]
/dports/www/nginx-full/nginx-push-stream-module-0.5.4/misc/spec/subscriber/
H A Dcomunication_properties_spec.rb21 expect(chunk).to eql(conf.header_template)
43 expect(chunk2).to eql(conf.header_template)
87 expect(response_1).to eql("#{conf.header_template}#{body}")
88 expect(response_2).to eql("#{conf.header_template}#{body}")
89 expect(response_3).to eql("#{conf.header_template}")
112 expect(lines[0]).to eql("#{conf.header_template}")
138 expect(lines[0]).to eql("#{conf.header_template}")
H A Dconnection_cleanup_spec.rb25 expect(response).to include(conf.header_template)
71 expect(response_1).to include(conf.header_template)
83 expect(response_2).to include(conf.header_template)
92 expect(response_4).to include(conf.header_template)
106 expect(response_3).to include(conf.header_template)
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/
H A Dbounce.py107 header_template = default_header_template variable in Bounce
150 if cls.header_template != default_header_template and \
151 not isinstance(cls.header_template, BytesFormat):
152 template_str = cls.header_template
156 cls.header_template = BytesFormat(template_str, mode='remove')
198 new_payload.write(self.header_template.format(**sub_table))
/dports/misc/py-alive-progress/alive-progress-2.1.0/alive_progress/core/
H A Dhook_manager.py10 def buffered_hook_manager(header_template, get_pos, cond_refresh, term): argument
80 get_header = gen_header(header_template, get_pos) if header_template else null_header
105 def gen_header(header_template, get_pos): # pragma: no cover argument
107 return header_template.format(get_pos())
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A Di18n.h66 std::string header_template; in FlexibleFormatList() local
69 header_template = empty_header_template; in FlexibleFormatList()
72 header_template = single_header_template; in FlexibleFormatList()
75 header_template = dual_header_template; in FlexibleFormatList()
78 header_template = plural_header_template; in FlexibleFormatList()
81 …boost::format header_fmt = FlexibleFormat(header_template) % boost::lexical_cast<std::string>(word… in FlexibleFormatList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/
H A Dcode_generator_v8.py238 header_template = self.jinja_env.get_template(header_template_filename)
241 include_paths, header_template, cpp_template, template_context,
252 header_template = self.jinja_env.get_template('dictionary_v8.h.tmpl')
272 include_paths, header_template, cpp_template, template_context)
299 header_template = self.jinja_env.get_template('dictionary_impl.h.tmpl')
318 include_paths, header_template, cpp_template, template_context)
347 header_template = self.jinja_env.get_template('union_container.h.tmpl')
362 [], header_template, cpp_template, template_context)
405 header_template = self.jinja_env.get_template(
432 [], header_template, cpp_template, template_context)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/
H A Dcode_generator_v8.py238 header_template = self.jinja_env.get_template(header_template_filename)
241 include_paths, header_template, cpp_template, template_context,
252 header_template = self.jinja_env.get_template('dictionary_v8.h.tmpl')
272 include_paths, header_template, cpp_template, template_context)
299 header_template = self.jinja_env.get_template('dictionary_impl.h.tmpl')
318 include_paths, header_template, cpp_template, template_context)
347 header_template = self.jinja_env.get_template('union_container.h.tmpl')
362 [], header_template, cpp_template, template_context)
405 header_template = self.jinja_env.get_template(
432 [], header_template, cpp_template, template_context)
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/
H A Diface.py31 header_template = None variable
35 global header_template, skel_template
39 header_template = omniidl_be.cxx.header.template
257 helper_tpl = header_template.interface_Helper
369 stream.out(header_template.local_interface_type,
390 stream.out(header_template.interface_type,
503 shortcut.out(header_template.interface_shortcut,
511 stream.out(header_template.interface_objref,
876 stream.out(header_template.interface_pof,
940 stream.out(header_template.interface_impl,
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/
H A Diface.py31 header_template = None variable
35 global header_template, skel_template
39 header_template = omniidl_be.cxx.header.template
257 helper_tpl = header_template.interface_Helper
369 stream.out(header_template.local_interface_type,
390 stream.out(header_template.interface_type,
503 shortcut.out(header_template.interface_shortcut,
511 stream.out(header_template.interface_objref,
876 stream.out(header_template.interface_pof,
940 stream.out(header_template.interface_impl,
[all …]
/dports/www/py-horizon/horizon-19.2.0/horizon/utils/
H A Dcsvbase.py76 header_template = django_template.loader.get_template(template)
77 self.header = header_template.render(self.context, request)
108 header_template = django_template.loader.get_template(template)
109 self.header = header_template.render(self.context, request)
/dports/lang/spidermonkey60/firefox-60.9.0/config/
H A Dmake-system-wrappers.py9 header_template = '''#pragma GCC system_header variable
21 f.write(header_template % {
/dports/www/nginx-full/nginx-push-stream-module-0.5.4/src/
H A Dngx_http_push_stream_module_setup.c160 offsetof(ngx_http_push_stream_loc_conf_t, header_template),
166 offsetof(ngx_http_push_stream_loc_conf_t, header_template),
574 ngx_str_null(&lcf->header_template); in ngx_http_push_stream_create_loc_conf()
604 …ngx_conf_merge_str_value(conf->header_template, prev->header_template, NGX_HTTP_PUSH_STREAM_DEFAUL… in ngx_http_push_stream_merge_loc_conf()
654 if (conf->header_template.len > 0) { in ngx_http_push_stream_merge_loc_conf()
660 conf->header_template.data = aux->data; in ngx_http_push_stream_merge_loc_conf()
661 conf->header_template.len = aux->len; in ngx_http_push_stream_merge_loc_conf()
664 … conf->header_template.len = NGX_HTTP_PUSH_STREAM_EVENTSOURCE_DEFAULT_HEADER_TEMPLATE.len; in ngx_http_push_stream_merge_loc_conf()
699 if (conf->header_template.len > 0) { in ngx_http_push_stream_merge_loc_conf()
705 conf->header_template.data = aux->data; in ngx_http_push_stream_merge_loc_conf()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/config/
H A Dmake-system-wrappers.py9 header_template = '''#pragma GCC system_header variable
39 f.write(header_template.format(includes=includes))
/dports/www/firefox/firefox-99.0/config/
H A Dmake-system-wrappers.py9 header_template = """#pragma GCC system_header variable
39 f.write(header_template.format(includes=includes))
/dports/www/firefox-esr/firefox-91.8.0/config/
H A Dmake-system-wrappers.py9 header_template = """#pragma GCC system_header variable
39 f.write(header_template.format(includes=includes))
/dports/mail/thunderbird/thunderbird-91.8.0/config/
H A Dmake-system-wrappers.py9 header_template = """#pragma GCC system_header variable
39 f.write(header_template.format(includes=includes))
/dports/science/quantum-espresso/q-e-qe-6.7.0/dev-tools/
H A Dgen-emacs-mode.tcl226 set header_template [tclu::readFile [file join $qe_modes_template_dir header.el.tcl]]
242 set header [subst -nocommands -nobackslashes $header_template]
424 set header [subst -nocommands -nobackslashes $header_template]
442 set header_template [tclu::readFile [file join $qe_modes_template_dir header.el.tcl]]
475 set header [subst -nocommands -nobackslashes $header_template]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/printing/common/
H A Dprinting_param_traits.cc64 m->WriteString16(p->header_template); in Write()
135 base::string16 header_template; in Read() local
136 success &= iter->ReadString16(&header_template); in Read()
162 display_header_footer, title, url, header_template, footer_template, in Read()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/docs/src/utilities/
H A Dgenerate-extensions-summary.py51 header_template = ''' variable
119 print (header_template)
/dports/biology/libsbml/libsbml-5.19.0/docs/src/utilities/
H A Dgenerate-extensions-summary.py51 header_template = ''' variable
119 print (header_template)
/dports/finance/p5-Finance-Quote/Finance-Quote-1.51/lib/Finance/Quote/
H A DUserAgent.pm77 my $header_template = $this->default_headers;
83 $header_template->scan(sub {
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/
H A Dtest_schemas.py44 header_template = "Schema building tests for xmlschema with Python {} on {}" variable
45 header = header_template.format(platform.python_version(), platform.platform())
H A Dtest_validation.py44 header_template = "XML validation tests for xmlschema with Python {} on {}" variable
45 header = header_template.format(platform.python_version(), platform.platform())
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/
H A Dgenerate.c472 static char *header_template = in serialize_function_enter_entop() local
481 pr_code(header_template, e->name, e->name, e->name); in serialize_function_enter_entop()
580 static char *header_template = in deserialize_function_enter_entop() local
588 pr_code(header_template, e->name, e->name, e->name, in deserialize_function_enter_entop()
645 static char *header_template = in insert_struct_function_enter_entop() local
671 pr_code(header_template, e->name, in insert_struct_function_enter_entop()
848 static char *header_template = in fetch_function_enter_entop() local
876 pr_code(header_template, e->name, in fetch_function_enter_entop()
944 static char *header_template = in deletion_function_enter_entop() local
968 pr_code(header_template, e->name, in deletion_function_enter_entop()

1234567