Home
last modified time | relevance | path

Searched refs:use_https (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/sysutils/py-dlipower/dlipower-1.0.176/test/
H A Dtest_dlipower.py9 use_https = True variable in TestDLIPowerPro
16 …ostname=self.switch_hostname, userid=self.userid, password=self.password, use_https=self.use_https)
19 …ostname=self.switch_hostname, userid=self.userid, password=self.password, use_https=self.use_https)
25 …ostname=self.switch_hostname, userid=self.userid, password=self.password, use_https=self.use_https)
39 …ostname=self.switch_hostname, userid=self.userid, password=self.password, use_https=self.use_https)
46 …ostname=self.switch_hostname, userid=self.userid, password=self.password, use_https=self.use_https)
53 …ostname=self.switch_hostname, userid=self.userid, password=self.password, use_https=self.use_https)
60 …ostname=self.switch_hostname, userid=self.userid, password=self.password, use_https=self.use_https)
124 use_https = False variable in TestDLIPowerProNoSSL
129 use_https = False variable in TestDLIPowerLPC
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/scripts/
H A Dcomposer_wrapper.php33 $use_https = true; variable
36 $use_https = true; variable
38 $use_https = false; variable
41 $use_https = true; variable
44 $use_https = false; variable
65 $sig_url = ($use_https ? 'https' : 'http') . '://composer.github.io/installer.sig';
68 $good_sha = trim(curl_fetch($sig_url, $proxy, $use_https));
75 $installer_url = ($use_https ? 'https' : 'http') . '://getcomposer.org/installer';
76 curl_fetch($installer_url, $proxy, $use_https, $dest);
106 function curl_fetch($url, $proxy, $use_https, $output = false) argument
[all …]
/dports/www/apache24/httpd-2.4.53/test/modules/md/
H A Dmd_env.py380 def get_http_status(self, domain, path, use_https=True): argument
419 schema = "https" if use_https else "http"
420 port = self.https_port if use_https else self.http_port
427 def get_content(self, domain, path, use_https=True): argument
428 schema = "https" if use_https else "http"
435 schema = "https" if use_https else "http"
453 use_https=use_https)
458 return self.get_content(via_domain, "/server-status%s" % query, use_https=use_https)
461 via_domain=None, use_https=True): argument
469 mds = self.get_md_status(name, via_domain=via_domain, use_https=use_https)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_iptables/
H A Diptables_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
19 use_https: "{{use_https}}"
H A Diptables_config.yml10 - set_fact: use_https=True
11 when: use_https is undefined
29 use_https: "{{use_https}}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_interface/
H A Dinterface_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
20 use_https: "{{use_https}}"
H A Dinterface_config.yml10 - set_fact: use_https=True
11 when: use_https is undefined
25 use_https: "{{use_https}}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_time_date/
H A Dtime_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
19 use_https: "{{use_https}}"
H A Dtime_config.yml10 - set_fact: use_https=False
11 when: use_https is undefined
23 use_https: "{{use_https}}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_config/
H A Dcpm_config_backup.yml10 - set_fact: use_https=False
11 when: use_https is undefined
20 use_https: "{{use_https}}"
H A Dcpm_config_restore.yml10 - set_fact: use_https=False
11 when: use_https is undefined
21 use_https: "{{use_https}}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_status/
H A Dfirmware_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
19 use_https: "{{use_https}}"
H A Dcurrent_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
21 use_https: "{{use_https}}"
H A Dtemp_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
19 use_https: "{{use_https}}"
H A Dalarm_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
19 use_https: "{{use_https}}"
H A Dpower_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
21 use_https: "{{use_https}}"
H A Dstatus_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
19 use_https: "{{use_https}}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_plugconfig/
H A Dplug_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
22 use_https: "{{use_https}}"
H A Dplug_config.yml10 - set_fact: use_https=True
11 when: use_https is undefined
26 use_https: "{{use_https}}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_serial_ports/
H A Dserial_ports_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
21 use_https: "{{use_https}}"
H A Dserial_ports_config.yml10 - set_fact: use_https=True
11 when: use_https is undefined
33 use_https: "{{use_https}}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_snmp/
H A Dsnmp_info.yml10 - set_fact: use_https=True
11 when: use_https is undefined
23 use_https: "{{use_https}}"
H A Dsnmp_config.yml10 - set_fact: use_https=True
11 when: use_https is undefined
48 use_https: "{{use_https}}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/playbooks/cpm_user/
H A Duser_delete.yml15 - set_fact: use_https=True
16 when: use_https is undefined
27 use_https: "{{use_https}}"
H A Duser_get.yml15 - set_fact: use_https=True
16 when: use_https is undefined
27 use_https: "{{use_https}}"

12345678910>>...14