/dports/devel/py-frictionless/frictionless-4.18.2/frictionless/plugins/ |
H A D | remote.py | 68 http_timeout=None, argument 72 self.setinitial("httpTimeout", http_timeout) 95 def http_timeout(self): member in RemoteControl 107 self.setdefault("httpTimeout", self.http_timeout) 141 timeout = self.resource.control.http_timeout
|
/dports/www/p5-webservice-validator-html-w3c/WebService-Validator-HTML-W3C-0.28/t/ |
H A D | 05options.t | 11 http_timeout => 10, 16 is($v->http_timeout(), 10, 'correct http timeout set'); 20 http_timeout => 10,
|
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/docker_image/tasks/tests/ |
H A D | old-options.yml | 19 http_timeout: 60 43 …- '"Please specify build.http_timeout instead of http_timeout. The http_timeout option has been re…
|
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/ |
H A D | pts_network.php | 46 …e_proxy_port = false, $override_proxy_user = false, $override_proxy_pw = false, $http_timeout = -1) argument 53 …l, $override_proxy, $override_proxy_port, $override_proxy_user, $override_proxy_pw, $http_timeout); 223 …ess = false, $proxy_port = false, $proxy_user = false, $proxy_password = false, $http_timeout = -1) argument 247 if(is_numeric($http_timeout) && $http_timeout > 1) 249 $parameters['http']['timeout'] = $http_timeout;
|
/dports/devel/py-pydrive/PyDrive-1.3.1/pydrive/ |
H A D | auth.py | 156 def __init__(self, settings_file='settings.yaml',http_timeout=None): argument 165 self.http_timeout=http_timeout 473 self.http = httplib2.Http(timeout=self.http_timeout) 519 self.http = httplib2.Http(timeout=self.http_timeout) 531 http = httplib2.Http(timeout=self.http_timeout)
|
/dports/ports-mgmt/portscout/portscout-0.8.1.4/Portscout/SiteHandler/ |
H A D | GitHub.pm | 126 $ua->timeout($settings{http_timeout}); 148 $ua->timeout($settings{http_timeout});
|
/dports/games/ufoai/ufoai-2.5-source/src/common/ |
H A D | http.cpp | 180 curl_easy_setopt(dl.curl, CURLOPT_CONNECTTIMEOUT, http_timeout->integer); in HTTP_GetURLInternal() 181 curl_easy_setopt(dl.curl, CURLOPT_TIMEOUT, http_timeout->integer); in HTTP_GetURLInternal() 262 curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, http_timeout->integer); in HTTP_PutFile() 263 curl_easy_setopt(curl, CURLOPT_TIMEOUT, http_timeout->integer); in HTTP_PutFile()
|
/dports/www/p5-webservice-validator-html-w3c/WebService-Validator-HTML-W3C-0.28/lib/WebService/Validator/HTML/ |
H A D | W3C.pm | 117 $self->http_timeout( $args{http_timeout} || $HTTP_TIMEOUT ); 214 timeout => $self->http_timeout );
|
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/ |
H A D | zm_remote_camera_nvsocket.cpp | 88 timeout.tv_sec = config.http_timeout/1000; in Initialise() 89 timeout.tv_usec = (config.http_timeout%1000)*1000; in Initialise()
|
/dports/devel/py-tabulator/tabulator-1.53.5/tabulator/loaders/ |
H A D | remote.py | 35 http_timeout=None): argument 50 self.__http_timeout = http_timeout
|
/dports/ports-mgmt/portsnap/portsnap-1.3/ |
H A D | phttpget.c | 127 long http_timeout; in readenv() local 187 http_timeout = strtol(env_HTTP_TIMEOUT, &p, 10); in readenv() 189 (http_timeout < 0)) in readenv() 193 timo.tv_sec = http_timeout; in readenv()
|
/dports/dns/py-dns-crawler/dns-crawler-1.4.9/dns_crawler/ |
H A D | web_utils.py | 222 http_timeout = (config["timeouts"]["http"], config["timeouts"]["http_read"]) 248 verify=False, stream=True, timeout=http_timeout, headers=headers) 256 … allow_redirects=False, stream=True, timeout=http_timeout, headers=headers) 275 … h["r"] = s1.get(url, verify=False, allow_redirects=False, stream=True, timeout=http_timeout,
|
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/ |
H A D | graphite.py | 99 http_timeout = 10 variable in Py3status 139 timeout=self.http_timeout,
|
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/backends/ |
H A D | pydrivebackend.py | 90 gauth = GoogleAuth(http_timeout=60) 93 gauth = GoogleAuth(settings_file=os.environ[u'GOOGLE_DRIVE_SETTINGS'], http_timeout=60) 96 gauth = GoogleAuth(http_timeout=60)
|
/dports/devel/dulwich/dulwich-0.19.16/dulwich/contrib/ |
H A D | swift.py | 266 self.http_timeout = self.conf.getint('swift', 'http_timeout') or 20 286 connection_timeout=self.http_timeout, 287 network_timeout=self.http_timeout, 296 connection_timeout=self.http_timeout, 297 network_timeout=self.http_timeout, 330 connection_timeout=self.http_timeout, 331 network_timeout=self.http_timeout,
|
/dports/shells/bash-completion/bash-completion-2.11/completions/ |
H A D | btdownloadheadless.py | 21 --min_peers --http_timeout --max_initiate --max_allow_in
|
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/tests/unit/ |
H A D | test_shell.py | 198 self.assertIsNone(namespace.http_timeout) 202 self.assertEqual(50, namespace.http_timeout) 213 self.assertEqual(50, namespace.http_timeout)
|
/dports/dns/gdnsd2/gdnsd-2.4.3/src/ |
H A D | socks.h | 58 unsigned http_timeout; member
|
/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/ |
H A D | opkg_download.c | 99 if (conf->http_timeout) { in opkg_download() 101 argv[i++] = conf->http_timeout; in opkg_download()
|
H A D | opkg_conf.h | 96 char *http_timeout; member
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/docker/ |
H A D | docker_image.py | 492 self.http_timeout = build.get('http_timeout') 737 timeout=self.http_timeout, 877 http_timeout=dict(type='int'), 900 http_timeout=dict(type='int', removed_in_version='2.12'), 968 http_timeout='http_timeout',
|
/dports/mail/rspamd-devel/rspamd-93430bb/utils/ |
H A D | redirector.pl.in | 39 http_timeout => 5, 545 Timeout => $cfg{http_timeout}, 550 timeout => $cfg{http_timeout},
|
/dports/mail/rspamd/rspamd-3.1/utils/ |
H A D | redirector.pl.in | 39 http_timeout => 5, 545 Timeout => $cfg{http_timeout}, 550 timeout => $cfg{http_timeout},
|
/dports/net/py-python-ceilometerclient/python-ceilometerclient-2.9.0/ceilometerclient/ |
H A D | client.py | 191 ks_kwargs = self._get_ks_kwargs(http_timeout=http_client.timeout) 200 def _get_ks_kwargs(self, http_timeout): argument 225 'timeout': http_timeout,
|
/dports/devel/py-tabulator/tabulator-1.53.5/tests/schemes/ |
H A D | test_remote.py | 61 loader = RemoteLoader(http_timeout=1)
|