Home
last modified time | relevance | path

Searched refs:timeout (Results 26 – 27 of 27) sorted by last modified time

12

/dokuwiki/inc/
H A DFeedParserFile.php26 __construct($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null, $force_fsockopen = false, $curl_options = array()) 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...]

12