Searched refs:timeOut (Results 1 – 7 of 7) sorted by relevance
| /plugin/authfacebook/lib/HttpClients/ |
| D | FacebookCurlHttpClient.php | 67 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,
|
| D | FacebookHttpClientInterface.php | 40 * @param int $timeOut The timeout in seconds for the request. 46 public function send($url, $method, $body, array $headers, $timeOut); argument
|
| D | FacebookStreamHttpClient.php | 47 public function send($url, $method, $body, array $headers, $timeOut) argument 54 'timeout' => $timeOut,
|
| D | FacebookGuzzleHttpClient.php | 52 public function send($url, $method, $body, array $headers, $timeOut) argument 57 'timeout' => $timeOut,
|
| /plugin/combo/ComboStrap/ |
| H A D | Lock.php | 46 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/ |
| D | FacebookClient.php | 207 $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/ |
| D | script.js | 108 this.timeOut = function(fkt, time) { method 127 _self.timeOut('initImages', 500); 148 this.timeOut('checkForImagesReady', 50); 299 this.timeOut('checkForImagesReady', 50);
|