Home
last modified time | relevance | path

Searched refs:timeout (Results 351 – 375 of 435) sorted by path

1...<<1112131415161718

/plugin/pdfjs/pdfjs/web/
H A Dviewer.js3954 if (timeout) {
3955 clearTimeout(timeout);
3970 var timeout = setTimeout(timeoutHandler, delay);
12346 var timeout = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
12362 timeout: timeout,
H A Dviewer.js.map1timeout","animationStarted","dispatchToDOM","on","eventListeners","off","dispatch","Array","listen…
/plugin/photogallery/lightGallery/js/
H A Dlg-pager.js47 var timeout;
79 clearTimeout(timeout);
84 timeout = setTimeout(function() {
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt408 * Bugfix: timeout value ignored in URLreadFsock()
409 * Bugfix: timeout missing in SafeURLread CURL part
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default222 $PHPTHUMB_CONFIG['http_fopen_timeout'] = 10; // timeout (in seconds) for fopen / cur…
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/plantuml/
H A Dsyntax.php189 $http->timeout = 30;
/plugin/projects/lib/
H A Dmutex.php18 function acquire($block = true, $timeout = 1){ argument
22 for ($i = 0; $i < $timeout; $i++) {
/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/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php121 * @param int $timeout
124 public function accept(int $timeout = -1): ?Socket
126 $socket = @\stream_socket_accept($this->socket, $timeout);
86 accept($timeout = 1) global() argument
/plugin/pwaoffline/
H A Dsw.js115 function fromNetwork(request, timeout) { argument
117 const timeoutId = setTimeout(reject, timeout);
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php28 $http->timeout = 120;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md123 * Support for `timeout` and `connectTimout` were added to the `$options` array
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md61 * Floats now work with the `timeout` and `connectTimeout` options. Fix by
/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/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php79 $timeout = $this->options['timeout'];
81 $opts[CURLOPT_TIMEOUT_MS] = ceil($timeout * 1000);
83 $opts[CURLOPT_TIMEOUT] = ceil($timeout);
/plugin/quickstats/lang/en/
H A Dquery.txt56 …the timeout period has been exceeded, but the processing has actually stopped and the result will …
/plugin/quickstats/scripts/
H A Dget_geocity.php22 $http->timeout = 120;
H A Dget_geocity2.php57 $http->timeout = 120;
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php45 * @param float $timeout
48 public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = null) argument
50 …pen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get("default_socket_timeout") : $t…
/plugin/refnotes/
H A Dadmin.js137 timeout : 10000,
209 function setSuccessStatus(messageId, timeout) {
214 }, timeout);
/plugin/repo/
H A Dsyntax.php126 $http->timeout = 25; //max. 25 sec
202 $http->timeout = 25; //max. 25 sec
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js312 function delay(timeout) { argument
314 timeout = timeout * 1000
317 }, timeout);
/plugin/searchcombinedgoogle/
H A Daction.php79 $http->timeout = 25; //max. 25 sec
/plugin/sentry/
H A Dhelper.php215 $http->timeout = 4; // this should not take long!

1...<<1112131415161718