Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/lib/scripts/
H A Ddelay.js22 add: function (func, timeout) { argument
35 function Delay (func, timeout) { argument
44 timeout: 500, property in Delay
H A Dlocktimer.js5 timeout: 0, property
26 init: function(timeout,draft,edid){ argument
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php26 protected $timeout; variable in IXR\\Client\\Client
38 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
H A DClientSSL.php55 …public function __construct($server, $path = false, $port = 443, $timeout = false, $timeout_io = n…
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php159 public function useCached($format = "RSS0.91", $filename = "", $timeout = 3600)
/dokuwiki/inc/Remote/IXR/
H A DClient.php24 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php31 public $timeout = 10; variable in SimplePie\\Locator
67 …public function __construct(File $file, int $timeout = 10, ?string $useragent = null, int $max_che…
H A DFile.php89 …public function __construct(string $url, int $timeout = 10, int $redirects = 5, ?array $headers = …
H A DSanitize.php71 public $timeout = 10; variable in SimplePie\\Sanitize
202 …public function pass_file_data(string $file_class = File::class, int $timeout = 10, string $userag…
H A DSimplePie.php452 public $timeout = 10; variable in SimplePie\\SimplePie
841 public function set_timeout(int $timeout = 10)
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php238 public function useCached($filename = "", $timeout = 3600)
/dokuwiki/inc/
H A Ddeprecated.php20 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
/dokuwiki/inc/HTTP/
H A DHTTPClient.php25 public $timeout = 15; // read timeout (seconds) variable in dokuwiki\\HTTP\\HTTPClient
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php788 protected $timeout; variable in phpseclib3\\Net\\SSH2
1185 public function __construct($host, $port = 22, $timeout = 10)
2834 public function setTimeout($timeout)
H A DSFTP.php359 public function __construct($host, $port = 22, $timeout = 10)