Home
last modified time | relevance | path

Searched refs:template_content (Results 1 – 25 of 118) sorted by relevance

12345

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afsmtp/
H A Dafsmtp-grammar.ym86 | KW_BODY '(' template_content ')'
97 | KW_FROM '(' template_content ')'
102 | KW_FROM '(' template_content template_content ')'
113 | KW_SENDER '(' template_content template_content ')'
119 | KW_TO '(' template_content ')'
124 | KW_TO '(' template_content template_content ')'
130 | KW_CC '(' template_content ')'
135 | KW_CC '(' template_content template_content ')'
141 | KW_BCC '(' template_content ')'
146 | KW_BCC '(' template_content template_content ')'
[all …]
H A Dafsmtp-grammar.y344 %type <ptr> template_content
447 | KW_FROM '(' template_content template_content ')'
458 | KW_SENDER '(' template_content template_content ')'
464 | KW_TO '(' template_content ')'
469 | KW_TO '(' template_content template_content ')'
475 | KW_CC '(' template_content ')'
480 | KW_CC '(' template_content template_content ')'
486 | KW_BCC '(' template_content ')'
491 | KW_BCC '(' template_content template_content ')'
502 | KW_REPLY_TO '(' template_content template_content ')'
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_template.py376 if template_content is not None and template_type == 'xml':
386 if template_content is not None and template_type == 'json':
551 def import_template(self, template_content, template_type='json'): argument
634 template_content = re.sub(r'\\\\u([0-9a-z]{,4})', r'\\u\1', template_content)
694 template_content, template_type = None, None
697 template_content = template_json
698 json_parsed = template.load_json_template(template_content)
703 template_content = template_xml
704 xml_parsed = template.load_xml_template(template_content)
752 if template_content is not None:
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/core/install/
H A Dinstall.php389 $template_content = file_get_contents($template_path); variable
392 …$template_content = str_replace ("<!--{title}-->", $document['title'], $template_content); //<!--{… variable
393 …$template_content = str_replace ("<!--{head}-->", '', $template_content); //<!--{head}--> defined … variable
395 …$template_content = str_replace ("<!--{body}-->", $body, $template_content); //defined in /themes/… variable
396 …$template_content = str_replace ("<!--{project_path}-->", PROJECT_PATH, $template_content); //defi… variable
401 eval('?>' . $template_content . '<?php ');
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/zabbix/
H A Dzabbix_template.py383 if template_content is not None and template_type == 'xml':
393 if template_content is not None and template_type == 'json':
394 parsed_template_json = self.load_json_template(template_content)
541 def import_template(self, template_content, template_type='json'): argument
671 template_content, template_type = None, None
674 template_content = template_json
675 json_parsed = template.load_json_template(template_content)
680 template_content = template_xml
681 xml_parsed = template.load_xml_template(template_content)
727 if template_content is not None:
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/
H A Dissuable_templates_spec.rb27 template_content,
60 …assert_template(expected_content: template_content + description_addition, page_part: issue_form_l…
76 template_content,
104 template_content,
169 template_content,
188 def assert_template(expected_content: template_content, page_part: '#content-body') argument
194 def save_changes(expected_content = template_content)
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/riemann/
H A Driemann-grammar.ym89 | KW_HOST '(' template_content ')'
94 | KW_SERVICE '(' template_content ')'
99 | KW_EVENT_TIME '(' template_content event_time_unit ')'
104 | KW_STATE '(' template_content ')'
109 | KW_DESCRIPTION '(' template_content ')'
114 | KW_TTL '(' template_content ')'
119 | KW_METRIC '(' template_content ')'
172 : LL_IDENTIFIER '(' template_content ')'
H A Driemann-grammar.y343 %type <ptr> template_content
434 | KW_HOST '(' template_content ')'
439 | KW_SERVICE '(' template_content ')'
449 | KW_STATE '(' template_content ')'
454 | KW_DESCRIPTION '(' template_content ')'
459 | KW_TTL '(' template_content ')'
464 | KW_METRIC '(' template_content ')'
517 : LL_IDENTIFIER '(' template_content ')'
800 template_content
1237 : KW_PAIR '(' string ':' template_content ')'
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/files/
H A Dundo_template_spec.rb38 def try_template_undo(template_content, toggle_text) argument
40 check_content_reverted(template_content)
53 def check_content_reverted(template_content) argument
55 expect(page).not_to have_content(template_content)
/dports/astro/py-astropy/astropy-5.0/astropy/config/
H A Dconfiguration.py712 def is_unedited_config_file(content, template_content=None): argument
776 template_content = fr.read()
784 identical = (content == template_content)
788 content, template_content)
808 fw.write(template_content)
823 fw.write(template_content)
857 template_content = io.StringIO()
858 generate_config(pkg, template_content)
859 template_content.seek(0)
860 template_content = template_content.read()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/mailers/emails/
H A Dservice_desk_spec.rb18 let(:template) { double(content: template_content) }
86 …:custom_repo, files: { ".gitlab/service_desk_templates/#{template_key}.md" => template_content }) }
89 is_expected.to have_body_text(template_content)
94 …t, :custom_repo, files: { ".gitlab/service_desk_templates/another_file.md" => template_content }) }
102 … create(:project, :custom_repo, files: { "other_directory/another_file.md" => template_content }) }
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/rewrite/
H A Drewrite-expr-grammar.ym87 : KW_SUBST '(' string template_content
99 | KW_SET '(' template_content
123 | KW_GROUP_SET '(' template_content
134 | KW_SET_PRI '(' template_content
139 | KW_SET_SEVERITY '(' template_content
144 | KW_SET_FACILITY '(' template_content
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/resource/
H A D_packing_engine.py61 template_content = read_file_content(template_file)
62 template_json = json.loads(json.dumps(process_template(template_content)))
82 template_content = read_file_content(template_abs_file_path)
83 artifactable_template_obj = _remove_comments_from_json(template_content)
126 template_content = read_file_content(abs_local_path)
127 template_json = json.loads(json.dumps(process_template(template_content)))
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/dbparser/
H A Ddbparser-grammar.ym105 | KW_PROGRAM_TEMPLATE '(' template_content ')'
109 … | KW_MESSAGE_TEMPLATE '(' template_content ')' { log_parser_set_template(last_parser, $3); }
134 …: KW_KEY '(' template_content ')' { grouping_by_set_key_template(last_parser…
135 …| KW_SORT_KEY '(' template_content ')' { grouping_by_set_sort_key_template(last_parser, $3); log…
180 | KW_VALUE '(' string template_content ')'
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/2_plan/issue/
H A Dcustom_issue_template_spec.rb25 content: template_content
38 expect(issue_page).to have_content(template_content)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/3_create/merge_request/
H A Dcreate_merge_request_via_template_spec.rb26 content: template_content
42 expect(merge_request).to have_description(template_content)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/email/handler/
H A Dservice_desk_handler.rb144 template_content = service_desk_setting&.issue_template_content
146 if template_content.present?
147 description += " \n" + template_content
/dports/net-mgmt/py-opn-cli/opn-cli-0.8.1/opnsense_cli/facades/template_engines/
H A Djinja2.py12 template_content = self._read_file(path)
13 self.set_template_from_string(template_content)
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/10_files/templating/
H A Dmustache_invalid_template.cf20 "template_content" string => '
26 edit_line => insert_lines($(template_content)),
H A Dmustache_invalid_template_data.cf20 "template_content" string => '
28 edit_line => insert_lines($(template_content)),
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/10_files/templating/
H A Dmustache_invalid_template.cf20 "template_content" string => '
26 edit_line => insert_lines($(template_content)),
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/10_files/templating/
H A Dmustache_invalid_template.cf20 "template_content" string => '
26 edit_line => insert_lines($(template_content)),
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/10_files/templating/
H A Dmustache_invalid_template.cf20 "template_content" string => '
26 edit_line => insert_lines($(template_content)),
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/10_files/templating/
H A Dmustache_invalid_template.cf20 "template_content" string => '
26 edit_line => insert_lines($(template_content)),
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/10_files/templating/
H A Dmustache_invalid_template.cf20 "template_content" string => '
26 edit_line => insert_lines($(template_content)),

12345