Home
last modified time | relevance | path

Searched refs:timeOut (Results 1 – 7 of 7) sorted by relevance

/plugin/authfacebook/lib/HttpClients/
DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut) argument
69 $this->openConnection($url, $method, $body, $headers, $timeOut);
91 * @param int $timeOut The timeout in seconds for the request.
93 public function openConnection($url, $method, $body, array $headers, $timeOut) argument
100 CURLOPT_TIMEOUT => $timeOut,
DFacebookHttpClientInterface.php40 * @param int $timeOut The timeout in seconds for the request.
46 public function send($url, $method, $body, array $headers, $timeOut); argument
DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) argument
54 'timeout' => $timeOut,
DFacebookGuzzleHttpClient.php52 public function send($url, $method, $body, array $headers, $timeOut) argument
57 'timeout' => $timeOut,
/plugin/combo/ComboStrap/
H A DLock.php46 private int $timeOut = 1; variable in ComboStrap\\Lock
100 if ($run >= $this->timeOut) {
101 …hrow new ExceptionTimeOut("Unable to get the lock ($this->lockFile) for ($this->timeOut) seconds");
173 $this->timeOut = $int;
/plugin/authfacebook/lib/
DFacebookClient.php207 $timeOut = static::DEFAULT_REQUEST_TIMEOUT;
209 $timeOut = static::DEFAULT_FILE_UPLOAD_REQUEST_TIMEOUT;
211 $timeOut = static::DEFAULT_VIDEO_UPLOAD_REQUEST_TIMEOUT;
216 $rawResponse = $this->httpClientHandler->send($url, $method, $body, $headers, $timeOut);
/plugin/imageflow/
Dscript.js108 this.timeOut = function(fkt, time) { method
127 _self.timeOut('initImages', 500);
148 this.timeOut('checkForImagesReady', 50);
299 this.timeOut('checkForImagesReady', 50);