Home
last modified time | relevance | path

Searched refs:template_uri (Results 1 – 25 of 65) sorted by relevance

123

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/resource/
H A D_validators.py50 if namespace.template_uri and urlparse(namespace.template_uri).scheme:
51 template_filename = urlsplit(namespace.template_uri).path
73 if namespace.template_uri and urlparse(namespace.template_uri).scheme:
74 template_filename = urlsplit(namespace.template_uri).path
84 if [bool(namespace.template_uri), bool(namespace.template_file),
89 if [bool(namespace.template_uri), bool(namespace.template_file)].count(True) != 1:
92 if(bool(namespace.template_uri) or bool(namespace.template_file)):
H A Dcustom.py319 if template_uri:
321 …ate_obj = _remove_comments_from_json(_urlretrieve(template_uri).decode('utf-8'), file_path=templat…
350 if not template_uri:
478template_uri=template_uri, parameters=parameters,
567 template_uri=template_uri,
656 template_uri=template_uri,
739 template_uri=template_uri,
962 if query_string and not template_uri:
965 if template_uri:
968template_uri = _prepare_template_uri_with_query_string(template_uri=template_uri, input_query_stri…
[all …]
/dports/devel/py-azure-keyvault/azure-keyvault-1.1.0/azure/keyvault/v7_0/models/
H A Dsas_definition_update_parameters_py3.py43 …def __init__(self, *, template_uri: str=None, sas_type=None, validity_period: str=None, sas_defini…
45 self.template_uri = template_uri
H A Dsas_definition_create_parameters_py3.py51 …def __init__(self, *, template_uri: str, sas_type, validity_period: str, sas_definition_attributes…
53 self.template_uri = template_uri
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/openmanage/plugins/modules/
H A Dome_template_info.py138 template_uri = "TemplateService/Templates"
145 template_path = "{0}({1})".format(template_uri, template_id)
149 template_path = template_uri
152 template_path = template_uri
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/deploymentmanager/
H A Dcustom.py198 template_uri = None
210 template_uri = template_path
214 …h, parameters_uri]) or all([parameters_artifact_source_relative_path, template_uri])): # pylint: …
222 template_uri=template_uri,
265 instance.template_uri = template_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Ddns_over_https_browsertest.cc24 DohParameter(std::string provider, std::string template_uri, bool valid) in DohParameter()
26 doh_template(std::move(template_uri)), in DohParameter()
/dports/www/nginx-naxsi/naxsi-1.3/nxapi/tpl/URI/
H A Dglobal-url-0x_in_pircutres.tpl4 "_success" : { "template_uri" : [ ">", "5"],
H A Dsite-wide-id.tpl2 "_success" : { "template_uri" : [ ">=", "5"],
H A Durl-wide-id.tpl2 "_deny" : { "template_uri" : [ ">", "5" ] },
/dports/www/nginx-full/naxsi-1.3/nxapi/tpl/URI/
H A Durl-wide-id.tpl2 "_deny" : { "template_uri" : [ ">", "5" ] },
H A Dglobal-url-0x_in_pircutres.tpl4 "_success" : { "template_uri" : [ ">", "5"],
H A Dsite-wide-id.tpl2 "_success" : { "template_uri" : [ ">=", "5"],
/dports/www/nginx-full/naxsi-1.3/nxapi/tpl/HEADERS/
H A Dcookies.tpl2 "_success" : { "template_uri" : [ ">=", "5"] },
/dports/www/nginx-naxsi/naxsi-1.3/nxapi/tpl/HEADERS/
H A Dcookies.tpl2 "_success" : { "template_uri" : [ ">=", "5"] },
/dports/www/nginx-naxsi/naxsi-1.3/nxapi/tpl/BODY/
H A Dsite-wide-id.tpl5 "_success" : { "template_uri" : [ ">", "5"],
H A Dprecise-id.tpl7 "_warnings" : { "template_uri" : [ "<", "5"],
H A Durl-wide-id.tpl2 "_warnings" : { "template_uri" : [ ">", "5"]},
/dports/www/nginx-full/naxsi-1.3/nxapi/tpl/BODY/
H A Dsite-wide-id.tpl5 "_success" : { "template_uri" : [ ">", "5"],
H A Dprecise-id.tpl7 "_warnings" : { "template_uri" : [ "<", "5"],
H A Durl-wide-id.tpl2 "_warnings" : { "template_uri" : [ ">", "5"]},
H A Durl-wide-id-BODY-NAME.tpl6 "_warnings" : { "template_uri" : [ ">", "5"] }
/dports/www/nginx-naxsi/naxsi-1.3/nxapi/tpl/ARGS/
H A Dprecise-id.tpl7 "_warnings" : { "template_uri" : [ ">=", "5"]}
H A Dsite-wide-id.tpl3 "_success" : { "template_uri" : [ ">", "5"],
/dports/www/nginx-full/naxsi-1.3/nxapi/tpl/ARGS/
H A Dprecise-id.tpl7 "_warnings" : { "template_uri" : [ ">=", "5"]}

123