Home
last modified time | relevance | path

Searched refs:connectTimeout (Results 1 – 7 of 7) sorted by relevance

/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php72 $connectTimeout = $this->options['connectTimeout'];
74 $opts[CURLOPT_CONNECTTIMEOUT_MS] = ceil($connectTimeout * 1000);
76 $opts[CURLOPT_CONNECTTIMEOUT] = ceil($connectTimeout);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php59 function connect($connectTimeout = 30) { argument
60 $this->connectionID = fsockopen($this->host, $this->port, $errorID, $errorDesc, $connectTimeout);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php28 private $connectTimeout; variable in MaxMind\\WebService\\Client
72 $this->connectTimeout = $options['connectTimeout'];
163 'connectTimeout' => $this->connectTimeout,
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md61 * Floats now work with the `timeout` and `connectTimeout` options. Fix by
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1041 - Support for a custom connection timeout through a connectTimeout parameter. [#841](https://github.com/ruflin/Elastica/issues/841/)