Searched refs:timeOut (Results 1 – 6 of 6) sorted by relevance
/plugin/authfacebook/lib/HttpClients/ |
H A 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,
|
H A 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
|
H A D | FacebookStreamHttpClient.php | 47 public function send($url, $method, $body, array $headers, $timeOut) argument 54 'timeout' => $timeOut,
|
H A D | FacebookGuzzleHttpClient.php | 52 public function send($url, $method, $body, array $headers, $timeOut) argument 57 'timeout' => $timeOut,
|
/plugin/authfacebook/lib/ |
H A 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/ |
H A D | script.js | 108 this.timeOut = function(fkt, time) { method in imageflow_plugin 127 _self.timeOut('initImages', 500); 148 this.timeOut('checkForImagesReady', 50); 299 this.timeOut('checkForImagesReady', 50);
|