Home
last modified time | relevance | path

Searched defs:template_xml (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_template.py512 def filter_xml_template(self, template_xml): argument
545 def load_xml_template(self, template_xml): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/zabbix/
H A Dzabbix_template.py505 def filter_xml_template(self, template_xml): argument
535 def load_xml_template(self, template_xml): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/win/
H A Dnotification_template_builder.cc433 std::string template_xml = xml_writer.GetWrittenString(); in BuildNotificationTemplate() local