Home
last modified time | relevance | path

Searched refs:timeout (Results 101 – 125 of 435) sorted by relevance

12345678910>>...18

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php545 public static function filesize_remote($remotefile, $timeout=10) { argument
548 if ($fp = @fsockopen($parsed_url['host'], $parsed_url['port'], $errno, $errstr, $timeout)) {
551 stream_set_timeout($fp, $timeout);
566 public static function filedate_remote($remotefile, $timeout=10) { argument
569 if ($fp = @fsockopen($parsed_url['host'], $parsed_url['port'], $errno, $errstr, $timeout)) {
572 stream_set_timeout($fp, $timeout);
649 …public static function URLreadFsock($host, $file, &$errstr, $successonly=true, $port=-1, $timeout=… argument
656 …if ($fp = @fsockopen((($port == 443) ? 'ssl://' : '').$host, $port, $errno, $errstr, $timeout)) { …
760 public static function SafeURLread($url, &$error, $timeout=10, $followredirects=true) { argument
770 …ost'], $parsed_url['path'].'?'.$parsed_url['query'], $errstr, true, $parsed_url['port'], $timeout);
[all …]
/plugin/likeit/script/
H A Djquery.hoverIntent.js39 timeout: 0 property in $.fn.hoverIntent.cfg
108 …ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );}
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DCompilerJarFilter.php55 if (null !== $this->timeout) {
56 $pb->setTimeout($this->timeout);
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php84 $stop = time() + $this->timeout;
85 $off = $this->timeout;
210 curl_setopt($c, CURLOPT_TIMEOUT, $this->timeout);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php33 private $timeout; variable in MaxMind\\WebService\\Client
75 $this->timeout = $options['timeout'];
166 'timeout' => $this->timeout,
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php99 $stop = time() + $this->timeout;
100 $off = $this->timeout;
237 curl_setopt($c, CURLOPT_TIMEOUT, $this->timeout);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml59 - timeout:
61 timeout: 120
/plugin/findologicxmlexport/vendor/jms/serializer/
H A D.scrutinizer.yml3 timeout: 600
/plugin/leightweightscript/
H A Dscript.js2 init: function(timeout,draft,edid){ argument
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.scrutinizer.yml7 # timeout: 600
/plugin/mdpage/vendor/cebe/markdown/
H A D.scrutinizer.yml6 timeout: 600 # Timeout in seconds.
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js783 var timeout = null;
788 timeout = null;
790 if (!timeout) context = args = null;
799 if (timeout) {
800 clearTimeout(timeout);
801 timeout = null;
805 if (!timeout) context = args = null;
826 timeout = null;
829 if (!timeout) context = args = null;
838 var callNow = immediate && !timeout;
[all …]
/plugin/pwaoffline/
H A Dsw.js115 function fromNetwork(request, timeout) { argument
117 const timeoutId = setTimeout(reject, timeout);
/plugin/lightweightscript/
H A Dscript.js2 init: function(timeout,draft,edid){ argument
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.scrutinizer.yml3 timeout: 600
/plugin/eventum/XML/
H A DRPC.php845 * @param int $timeout how many seconds to wait for the request
853 function send($msg, $timeout = 0) argument
863 $timeout, $this->username,
876 * @param int $timeout how many seconds to wait for the request
887 function sendPayloadHTTP10($msg, $server, $port, $timeout = 0, argument
933 if ($timeout > 0) {
935 $this->errno, $this->errstr, $timeout);
960 if ($timeout) {
965 socket_set_timeout($fp, $timeout);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php51 public $timeout; variable in Sabre\\DAV\\Locks\\LockInfo
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php51 public $timeout; variable in Sabre\\DAV\\Locks\\LockInfo
/plugin/authradius/
H A Dauth.php45 $timeout = $this->getConf('timeout');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/svgedit/
H A Dscript.js16 var timeout = setTimeout('svgedit_load();', 500); //load ASAP
18 clearTimeout(timeout);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php59 if ($timeout = $connection->getTimeout()) {
60 $this->httpAdapter->getConfiguration()->setTimeout($timeout);
/plugin/prosemirror/
H A Dscript.js9 dw_locktimer.init(dw_locktimer.timeout/1000, dw_locktimer.draft);
56 dw_locktimer.init(dw_locktimer.timeout/1000, dw_locktimer.draft, 'prosemirror__editor');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php95 $timeout = 1;
113 if (!($fh = @fsockopen($prefix . $p['host'], $port, $errno, $errstr, $timeout))) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc254 It is possible to configure per-request curl timeouts via the `timeout` and
257 phase to finish, while the `timeout` parameter controls how long curl should
260 If either timeout expires, curl closes the connection and returns an error. Both
266 to your client. If your client kills connections rapidly with a timeout, only to
282 'timeout' => 10, // ten second timeout
/plugin/upgrade/HTTP/
H A DHTTPClient.php24 public $timeout; // read timeout (seconds) variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
70 $this->timeout = 15;
262 $socket = @fsockopen($server,$port,$errno, $errstr, $this->timeout);
585 // check timeout
587 if($time_used > $this->timeout)
596 // wait for stream ready or timeout (1sec)
627 // Does not return immediately so timeout and eof can be checked
632 if ($time_used > $this->timeout)
647 // wait for stream ready or timeout (
[all...]

12345678910>>...18