Home
last modified time | relevance | path

Searched defs:template_content (Results 1 – 11 of 11) sorted by relevance

/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
53 def check_content_reverted(template_content) argument
/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
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/
H A Dissuable_templates_spec.rb188 def assert_template(expected_content: template_content, page_part: '#content-body')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_template.py366 template_macros, template_content, template_type): argument
551 def import_template(self, template_content, template_type='json'): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/mailers/emails/
H A Dservice_desk.rb59 def template_content(email_type) method
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/zabbix/
H A Dzabbix_template.py373 template_macros, template_content, template_type): argument
541 def import_template(self, template_content, template_type='json'): argument
/dports/astro/py-astropy/astropy-5.0/astropy/config/
H A Dconfiguration.py712 def is_unedited_config_file(content, template_content=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking/v4_0/
H A Dwork_item_tracking_client.py782 def replace_template(self, template_content, team_context, template_id): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking/v4_1/
H A Dwork_item_tracking_client.py835 def replace_template(self, template_content, team_context, template_id): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/theforeman/foreman/plugins/module_utils/
H A Dforeman_helper.py1732 def parse_template(template_content, module): argument
/dports/www/domoticz/domoticz-2020.2/main/
H A DEventSystem.cpp4351 std::stringstream template_content; in RType_Events() local