Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/lib/scripts/
H A Ddelay.js11 * To get a timeout for non-global functions, just call
12 * delay.add(func, timeout).
22 add: function (func, timeout) { argument
25 return window.setTimeout('timer.execDispatch(' + id + ')', timeout);
32 * To call a function with a delay, just create a new Delay(func, timeout) and
35 function Delay (func, timeout) { argument
37 if (timeout) {
38 this.timeout = timeout;
44 timeout property in Delay
[all...]
H A Dlocktimer.js5 timeout: 0, property in dw_locktimer
22 * @param {int} timeout Length of timeout in seconds
26 init: function(timeout,draft,edid){ argument
37 dw_locktimer.timeout = timeout*1000;
77 dw_locktimer.timerID = window.setTimeout(dw_locktimer.warning, dw_locktimer.timeout);
H A Dtree.js35 var $listitem, $sublist, timeout, $clicky, show_sublist, dw_tree, opening;
83 timeout = window.setTimeout(
87 window.clearTimeout(timeout);
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php25 /** @var int Connection timeout in seconds */
26 protected $timeout; variable in IXR\\Client\\Client
38 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument
61 $this->timeout = $timeout;
93 if ($this->timeout) {
95 $fp = fsockopen($this->server, $this->port, $errno, $errstr, $this->timeout);
192 * Gets the current timeout set for data transfer
201 * Sets the timeout for data transfer
H A DClientSSL.php55 public function __construct($server, $path = false, $port = 443, $timeout = false, $timeout_io = null) argument
57 parent::__construct($server, $path, $port, $timeout, $timeout_io);
104 * Sets the connection timeout (in seconds)
111 $this->timeout = (int)$newTimeOut;
115 * Returns the connection timeout (in seconds)
121 return $this->timeout;
146 //Since 23Jun2004 (0.1.2) - Made timeout a class field
147 curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, $this->timeout);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php156 * @param int $timeout optional the timeout in seconds before a cached version is refreshed (defaults to 3600 =
159 public function useCached($format = "RSS0.91", $filename = "", $timeout = 3600)
162 $this->_feed->useCached($filename, $timeout);
155 useCached($format = 'RSS0.91', $filename = '', $timeout = 3600) global() argument
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php235 * @param int $timeout optional the timeout in seconds before a cached version is refreshed (defaults to argument
238 public function useCached($filename = "", $timeout = 3600)
240 $this->_timeout = $timeout;
244 if (file_exists($filename) AND (time() - filemtime($filename) < $timeout)) {
/dokuwiki/inc/Remote/IXR/
H A DClient.php24 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
26 parent::__construct($server, $path, $port, $timeout, $timeout_io);
35 $this->httpClient->timeout = $timeout;
25 __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) global() argument
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php72 public function __construct($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null, $force_fsockopen = false, $curl_options = []) argument
104 curl_setopt($fp, CURLOPT_TIMEOUT, $timeout);
105 curl_setopt($fp, CURLOPT_CONNECTTIMEOUT, $timeout);
138 $this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
155 $fp = @fsockopen($socket_host, $url_parts['port'], $errno, $errstr, $timeout);
160 stream_set_timeout($fp, $timeout);
203 $this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
H A DLocator.php59 public $timeout; variable in SimplePie\\Locator
74 public function __construct(\SimplePie\File $file, $timeout = 10, $useragent = null, $max_checked_feeds = 10, $force_fsockopen = false, $curl_options = []) argument
78 $this->timeout = $timeout;
229 $feed = $this->registry->create(File::class, [$href, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
336 $feed = $this->registry->create(File::class, [$value, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
358 $feed = $this->registry->create(File::class, [$value, $this->timeout, 5, null, $this->useragent, $this->force_fsockopen, $this->curl_options]);
H A DSanitize.php87 public $timeout = 10; variable in SimplePie\\Sanitize
169 public function pass_file_data($file_class = 'SimplePie\File', $timeout = 10, $useragent = '', $force_fsockopen = false) argument
171 if ($timeout) {
172 $this->timeout = (string) $timeout;
428 $file = $this->registry->create(File::class, [$img->getAttribute('src'), $this->timeout, 5, ['X-FORWARDED-FOR' => $_SERVER['REMOTE_ADDR']], $this->useragent, $this->force_fsockopen]);
H A DSimplePie.php480 public $timeout = 10; variable in SimplePie\\SimplePie
831 * Set the default timeout for fetching remote feeds
837 * @param int $timeout The maximum number of seconds to spend waiting to retrieve a feed.
839 public function set_timeout($timeout = 10) argument
841 $this->timeout = (int) $timeout;
958 if ($this->timeout != 10) {
959 $options[CURLOPT_TIMEOUT] = $this->timeout;
1554 $this->sanitize->pass_file_data($this->registry->get_class(File::class), $this->timeout, $this->useragent, $this->force_fsockopen, $this->curl_options);
1777 $file = $this->registry->create(File::class, [$this->feed_url, $this->timeout/1
[all...]
/dokuwiki/inc/
H A DFeedParserFile.php26 __construct($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null, $force_fsockopen = false, $curl_options = array()) global() argument
H A Dinfoutils.php53 $http->timeout = 12;
346 $http->timeout = 3;
H A Ddeprecated.php583 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
586 parent::__construct($server, $path, $port, $timeout, $timeout_io);
581 __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) global() argument
H A Dio.php658 $http->timeout = 25; //max. 25 sec
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php771 protected $timeout;
884 * Did read() timeout or return normally?
1119 * If $host is a stream resource then $port doesn't do anything, altho $timeout
1124 * @param int $timeout
1127 public function __construct($host, $port = 22, $timeout = 10)
1219 $this->timeout = $timeout;
1337 $this->curTimeout = $this->timeout;
1343 // with stream_select a timeout of 0 means that no timeout take
711 var $timeout; global() variable in phpseclib\\Net\\SSH2
1081 __construct($host, $port = 22, $timeout = 10) global() argument
2882 setTimeout($timeout) global() argument
[all...]
H A DSFTP.php357 * @param int $timeout
359 public function __construct($host, $port = 22, $timeout = 10)
361 parent::__construct($host, $port, $timeout);
3268 // in SSH2.php the timeout is cumulative per function call. eg. exec() will
3269 // timeout after 10s. but for SFTP.php it's cumulative per packet
3270 $this->curTimeout = $this->timeout;
3324 // in SSH2.php the timeout is cumulative per function call. eg. exec() will
3325 // timeout after 10s. but for SFTP.php it's cumulative per packet
3326 $this->curTimeout = $this->timeout;
364 __construct($host, $port = 22, $timeout = 10) global() argument
/dokuwiki/inc/HTTP/
H A DHTTPClient.php25 public $timeout = 15; // read timeout (seconds)
257 $socket = @fsockopen($server, $port, $errno, $errstr, $this->timeout);
589 // check timeout
591 if ($time_used > $this->timeout)
600 // wait for stream ready or timeout (1sec)
632 // Does not return immediately so timeout and eof can be checked
637 if ($time_used > $this->timeout)
658 // wait for stream ready or timeout (1sec)
691 if ($time_used > $this->timeout)
24 public $timeout; // read timeout (seconds) global() variable in dokuwiki\\HTTP\\HTTPClient
[all...]
/dokuwiki/inc/Sitemap/
H A DMapper.php149 $http->timeout = 8;
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php84 $httpclient->timeout = 5;
H A Dextension.php923 $http->timeout = 25; //max. 25 sec
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php542 createKey($bits = 1024, $timeout = false, $partial = array()) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php3215 randomPrime($arg1, $arg2 = false, $timeout = false) global() argument

12