Home
last modified time | relevance | path

Searched refs:timeout (Results 26 – 50 of 435) sorted by relevance

12345678910>>...18

/plugin/openid/Auth/Yadis/
H A DYadis.php262 * @param int $timeout
265 static function getHTTPFetcher($timeout = 20) argument
269 $fetcher = new Auth_Yadis_ParanoidHTTPFetcher($timeout);
271 $fetcher = new Auth_Yadis_PlainHTTPFetcher($timeout);
328 * @param integer $timeout An optional fetcher timeout, in seconds.
335 $extra_ns_map = null, $timeout = 20) argument
345 $fetcher = Auth_Yadis_Yadis::getHTTPFetcher($timeout);
H A DPlainHTTPFetcher.php50 $stop = time() + $this->timeout;
51 $off = $this->timeout;
107 $this->timeout);
112 stream_set_timeout($sock, $this->timeout);
211 $this->timeout);
217 stream_set_timeout($sock, $this->timeout);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php34 private $timeout; variable in Monolog\\Handler\\SocketHandler
53 … * @param float $timeout Socket timeout to wait until the request is being aborted
66 float $timeout = 0.0, argument
80 $this->validateTimeout($timeout);
81 $this->timeout = $timeout;
154 $this->timeout = $seconds;
211 return $this->timeout;
272 $seconds = floor($this->timeout);
273 $microseconds = round(($this->timeout - $seconds) * 1e6);
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DBaseCompilerFilter.php43 protected $timeout; variable in Assetic\\Filter\\GoogleClosure\\BaseCompilerFilter
53 public function setTimeout($timeout) argument
55 $this->timeout = $timeout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DAction.php68 public $timeout; variable in Google\\Service\\Genomics\\Action
241 public function setTimeout($timeout) argument
243 $this->timeout = $timeout;
250 return $this->timeout;
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php59 private $timeout; variable in Symfony\\Component\\Process\\Process
165 $this->setTimeout($timeout);
961 return $this->timeout;
987 $this->timeout = $this->validateTimeout($timeout);
1327 if (null !== $this->timeout && $this->timeout < microtime(true) - $this->starttime) {
1482 * @param int|float|null $timeout
1490 $timeout = (float) $timeout;
1492 if (0.0 === $timeout) {
1493 $timeout = null;
1494 } elseif ($timeout < 0) {
[all …]
/plugin/combo/vendor/symfony/process/
H A DProcess.php62 private $timeout; variable in Symfony\\Component\\Process\\Process
139 * @param int|float|null $timeout The timeout in seconds or null to disable
143 public function __construct(array $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
164 $this->setTimeout($timeout);
186 * @param int|float|null $timeout The timeout in seconds or null to disable
192 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
194 $process = new static([], $cwd, $env, $input, $timeout);
456 * @throws ProcessTimedOutException In case the timeout wa
917 stop(float $timeout = 10, int $signal = null) global() argument
1021 setTimeout(float $timeout) global() argument
1038 setIdleTimeout(float $timeout) global() argument
1404 validateTimeout(float $timeout) global() argument
[all...]
H A DPhpProcess.php32 * @param int $timeout The timeout in seconds
35 public function __construct(string $script, string $cwd = null, array $env = null, int $timeout = 60, array $php = null) argument
50 parent::__construct($php, $cwd, $env, $script, $timeout);
56 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildStep.php64 public $timeout; variable in Google\\Service\\CloudBuild\\BuildStep
217 public function setTimeout($timeout) argument
219 $this->timeout = $timeout;
226 return $this->timeout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2RevisionTemplate.php62 public $timeout; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2RevisionTemplate
211 public function setTimeout($timeout) argument
213 $this->timeout = $timeout;
220 return $this->timeout;
H A DGoogleCloudRunV2RevisionTemplate.php62 public $timeout; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2RevisionTemplate
211 public function setTimeout($timeout) argument
213 $this->timeout = $timeout;
220 return $this->timeout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildStep.php34 public $timeout; variable in Google\\Service\\ContainerAnalysis\\BuildStep
127 public function setTimeout($timeout) argument
129 $this->timeout = $timeout;
133 return $this->timeout;
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep.php64 public $timeout; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
217 public function setTimeout($timeout) argument
219 $this->timeout = $timeout;
226 return $this->timeout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DUptimeCheckConfig.php62 public $timeout; variable in Google\\Service\\Monitoring\\UptimeCheckConfig
235 public function setTimeout($timeout) argument
237 $this->timeout = $timeout;
244 return $this->timeout;
/plugin/fedauth/Auth/Yadis/
H A DYadis.php253 static function getHTTPFetcher($timeout = 20) argument
257 $fetcher = new Auth_Yadis_ParanoidHTTPFetcher($timeout);
259 $fetcher = new Auth_Yadis_PlainHTTPFetcher($timeout);
314 * @param integer $timeout An optional fetcher timeout, in seconds.
321 $extra_ns_map = null, $timeout = 20) argument
330 $fetcher = Auth_Yadis_Yadis::getHTTPFetcher($timeout);
H A DPlainHTTPFetcher.php45 $stop = time() + $this->timeout;
46 $off = $this->timeout;
98 $this->timeout);
103 stream_set_timeout($sock, $this->timeout);
202 $this->timeout);
208 stream_set_timeout($sock, $this->timeout);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php40 * Number of seconds after a timeout occurs for every request
46 * Number of seconds after a connection timeout occurs for every request during the connection phase.
55 * @param array $params OPTIONAL Connection params: host, port, transport, timeout. All are optional
182 * @param int $timeout Timeout in seconds
186 public function setTimeout($timeout) argument
188 return $this->setParam('timeout', $timeout);
192 * @return int Connection timeout in seconds
196 return (int) $this->hasParam('timeout') ? $this->getParam('timeout')
211 setConnectTimeout($timeout) global() argument
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCleanCssFilter.php33 private $timeout; variable in Assetic\\Filter\\CleanCssFilter
113 * @param int $timeout
115 public function setTimeout($timeout) argument
117 $this->timeout = $timeout;
268 if ($this->timeout) {
269 $pb->add('--timeout ' .$this->timeout);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php31 $lock->timeout = 60;
55 $lock->timeout = 60;
80 $lock->timeout = 60;
99 $lock->timeout = 60;
126 $lock->timeout = 60;
154 $lock->timeout = 60;
179 $lock->timeout = 60;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHttpRouteAction.php113 public function setTimeout(Duration $timeout) argument
115 $this->timeout = $timeout;
122 return $this->timeout;
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php55 …function dfopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout argument
61 return $this->dfopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block, $encodetype);
64 …function dfopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE , $ip = '', $timeout argument
97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
103 'timeout' => $timeout,
115 stream_set_timeout($fp, $timeout);
/plugin/favoris/
H A Dfavoris.js71 var timeout; variable
82 clearTimeout(timeout);
83 timeout=setTimeout(function () {
96 clearTimeout(timeout);
97 timeout=setTimeout(function () {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DAction.php96 public $timeout; variable in Google\\Service\\CloudLifeSciences\\Action
367 public function setTimeout($timeout) argument
369 $this->timeout = $timeout;
376 return $this->timeout;
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php60 protected $timeout = 10; variable in Swift_Connection_Sendmail
67 public function __construct($command="/usr/sbin/sendmail -bs", $timeout=10) argument
70 $this->setTimeout($timeout);
78 $this->timeout = (int)$secs;
86 return $this->timeout;
212 stream_set_timeout($this->pipes[1], $this->timeout);

12345678910>>...18