Home
last modified time | relevance | path

Searched refs:html_template (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/devel/parallel-hashmap/parallel-hashmap-1.33/benchmark/
H A Dmake_chart_data.py145 html_template = file('charts-template.html', 'r').read() variable
147 html_template = html_template.replace('__CHART_DATA_GOES_HERE__', html_chart_data) variable
148 html_template = html_template.replace('__PLOT_SPEC_GOES_HERE__', html_plot_spec) variable
149 html_template = html_template.replace('__PLOT_DIV_SPEC_GOES_HERE__', html_div_spec) variable
151 file('charts.html', 'w').write(html_template)
/dports/www/luakit/luakit-2.3/build-utils/docgen/
H A Dgen.lua74 local html_template = [==[
87 local html = string.gsub(html_template, "{(%w+)}", {
98 local html_template = [==[
135 local html_template = [==[
157 local html_template = [==[
182 local html_template = [==[
214 local html_template = [==[
255 local html_template = [==[
314 local html_template = [==[
351 local html_template = [==[
[all …]
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/build-utils/docgen/
H A Dgen.lua74 local html_template = [==[
87 local html = string.gsub(html_template, "{(%w+)}", {
98 local html_template = [==[
135 local html_template = [==[
157 local html_template = [==[
182 local html_template = [==[
214 local html_template = [==[
255 local html_template = [==[
314 local html_template = [==[
351 local html_template = [==[
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/cgitemplate/
H A Dhtml_template.cpp291 html_template::html_template() { in html_template() function in tmpl::html_template
297 html_template::html_template(const std::wstring & arg_template): str_tmpl_txt(arg_template) { in html_template() function in tmpl::html_template
309 const std::wstring & html_template::Process() { in Process()
416 void html_template::print_tag_map() { in print_tag_map()
450 html_template::~html_template() { in ~html_template()
487 void html_template::init() { in init()
790 void html_template::process_loop(const block_s & block, in process_loop()
1076 void html_template::build_line_map() { in build_line_map()
1107 void html_template::build_tag_map() { in build_tag_map()
1127 void html_template::build_block_map() { in build_block_map()
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/
H A Dmodal_workflow.py5 def render_modal_workflow(request, html_template, js_template=None, template_vars=None, json_data=N… argument
16 if html_template:
17 response['html'] = render_to_string(html_template, template_vars or {}, request=request)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/polymer/
H A Dpolymer.py225 def _add_template_markers(html_template): argument
227 html_template;
330 html_template = _extract_template(html_file, 'v3-ready')
337 line = line.replace(HTML_TEMPLATE_REGEX, html_template)
344 html_template = _extract_template(html_file, 'dom-module')
396 'Polymer({\n _template: html`%s`,' % html_template)
426 html_template = _extract_template(html_file, 'style-module')
443 'html_template': html_template,
453 html_template = _extract_template(html_file, 'custom-style')
462 'html_template': html_template,
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go27 html_template "html/template" packageName
153 "safeHtml": func(text string) html_template.HTML {
154 return html_template.HTML(text)
330 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
332 tmpl.Funcs(html_template.FuncMap{
333 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
336 return html_template.HTML(buffer.String()), err
/dports/net-mgmt/prometheus1/prometheus-1.8.2/template/
H A Dtemplate.go26 html_template "html/template" packageName
150 "safeHtml": func(text string) html_template.HTML {
151 return html_template.HTML(text)
307 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
309 tmpl.Funcs(html_template.FuncMap{
310 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
313 return html_template.HTML(buffer.String()), err
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go27 html_template "html/template" packageName
153 "safeHtml": func(text string) html_template.HTML {
154 return html_template.HTML(text)
330 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
332 tmpl.Funcs(html_template.FuncMap{
333 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
336 return html_template.HTML(buffer.String()), err
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go28 html_template "html/template" packageName
153 "safeHtml": func(text string) html_template.HTML {
154 return html_template.HTML(text)
325 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
327 tmpl.Funcs(html_template.FuncMap{
328 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
331 return html_template.HTML(buffer.String()), err
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_conversejs/
H A Dmod_conversejs.lua49 local html_template;
55 html_template, err = template_file:read("*a");
58 if not html_template then
60 html_template = render("<h1>mod_{module} could not read the template</h1>\
128 return render(html_template, {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/browser-element/mochitest/
H A DcreateNewTest.py14 html_template = textwrap.dedent("""\ variable
91 global html_template, js_template
112 create_file('test_browserElement_inproc_{test}.html', html_template)
113 create_file('test_browserElement_oop_{test}.html', html_template)
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/browser-element/mochitest/
H A DcreateNewTest.py14 html_template = textwrap.dedent("""\ variable
91 global html_template, js_template
112 create_file('test_browserElement_inproc_{test}.html', html_template)
113 create_file('test_browserElement_oop_{test}.html', html_template)
/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DFOptionContainer.cpp111 return &(o.html_template); in getHTMLTemplate()
435 String html_template(findoptionS("htmltemplate")); in read() local
436 if (html_template != "") { in read()
437 html_template = o.languagepath + html_template; in read()
439 if (!(banned_page->readTemplateFile(html_template.toCharArray()))) { in read()
441 … std::cerr << thread_id << "Error reading HTML Template file: " << html_template << std::endl; in read()
443 … syslog(LOG_ERR, "Error reading HTML Template file: %s", html_template.toCharArray()); in read()
448 html_template = o.languagepath + "template.html"; in read()
450 if (!(banned_page->readTemplateFile(html_template.toCharArray()))) { in read()
454 … syslog(LOG_ERR, "Error reading default HTML Template file: %s", html_template.toCharArray()); in read()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/polymer/
H A Dpolymer.py259 def _add_template_markers(html_template): argument
261 html_template;
366 html_template = _extract_template(html_file, 'v3-ready')
373 line = line.replace(HTML_TEMPLATE_REGEX, html_template)
380 html_template = _extract_template(html_file, 'dom-module')
432 'Polymer({\n _template: html`%s`,' % html_template)
462 html_template = _extract_template(html_file, 'style-module')
479 'html_template': html_template,
489 html_template = _extract_template(html_file, 'custom-style')
498 'html_template': html_template,
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go20 html_template "html/template" packageName
164 "safeHtml": func(text string) html_template.HTML {
165 return html_template.HTML(text)
363 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
365 tmpl.Funcs(html_template.FuncMap{
366 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
369 return html_template.HTML(buffer.String()), err
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go20 html_template "html/template" packageName
169 "safeHtml": func(text string) html_template.HTML {
170 return html_template.HTML(text)
371 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
373 tmpl.Funcs(html_template.FuncMap{
374 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
377 return html_template.HTML(buffer.String()), err
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go20 html_template "html/template" packageName
169 "safeHtml": func(text string) html_template.HTML {
170 return html_template.HTML(text)
371 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
373 tmpl.Funcs(html_template.FuncMap{
374 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
377 return html_template.HTML(buffer.String()), err
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/template/
H A Dtemplate.go20 html_template "html/template" packageName
169 "safeHtml": func(text string) html_template.HTML {
170 return html_template.HTML(text)
371 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
373 tmpl.Funcs(html_template.FuncMap{
374 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
377 return html_template.HTML(buffer.String()), err
/dports/net-mgmt/prometheus2/prometheus-2.30.3/template/
H A Dtemplate.go20 html_template "html/template" packageName
164 "safeHtml": func(text string) html_template.HTML {
165 return html_template.HTML(text)
363 tmpl := html_template.New(te.name).Funcs(html_template.FuncMap(te.funcMap))
365 tmpl.Funcs(html_template.FuncMap{
366 "tmpl": func(name string, data interface{}) (html_template.HTML, error) {
369 return html_template.HTML(buffer.String()), err
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/webui/
H A Djstemplate_builder.cc87 std::string GetI18nTemplateHtml(const base::StringPiece& html_template, in GetI18nTemplateHtml() argument
92 ui::ReplaceTemplateExpressions(html_template, replacements); in GetI18nTemplateHtml()
100 std::string GetTemplatesHtml(const base::StringPiece& html_template, in GetTemplatesHtml() argument
106 ui::ReplaceTemplateExpressions(html_template, replacements); in GetTemplatesHtml()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/webui/
H A Djstemplate_builder.cc89 std::string GetI18nTemplateHtml(const base::StringPiece& html_template, in GetI18nTemplateHtml() argument
94 ui::ReplaceTemplateExpressions(html_template, replacements); in GetI18nTemplateHtml()
102 std::string GetTemplatesHtml(const base::StringPiece& html_template, in GetTemplatesHtml() argument
108 ui::ReplaceTemplateExpressions(html_template, replacements); in GetTemplatesHtml()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/resources/discards/
H A Dgenerate_graph_tab.py26 html_template = string.Template(open(args.html_template, 'r').read());
30 html_doc = html_template.substitute({'javascript_file': js_file_contents});
/dports/www/py-django-cms/django-cms-3.7.1/cms/utils/
H A Dmail.py10 def send_mail(subject, txt_template, to, context=None, html_template=None, fail_silently=True): argument
26 if html_template:
27 body = render_to_string(html_template, context)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/discards/
H A Dgenerate_graph_tab.py35 html_template = string.Template(open(args.html_template, 'r').read());
39 html_doc = html_template.substitute(

1234567