Home
last modified time | relevance | path

Searched refs:timeout_io (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php28 protected $timeout_io = null; variable in IXR\\Client\\Client
38 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument
62 $this->timeout_io = $timeout_io;
109 if (null !== $this->timeout_io) {
110 stream_set_timeout($fp, $this->timeout_io);
197 return $this->timeout_io;
202 * @param int $timeout_io
205 public function setTimeoutIo($timeout_io) argument
207 $this->timeout_io
[all...]
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);
148 if (null !== $this->timeout_io) {
149 curl_setopt($curl, CURLOPT_TIMEOUT, $this->timeout_io);
/dokuwiki/inc/
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
/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);
25 __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) global() argument