Home
last modified time | relevance | path

Searched refs:timeOut (Results 1 – 6 of 6) sorted by path

/plugin/authfacebook/lib/
H A 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/authfacebook/lib/HttpClients/
H A 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,
H A DFacebookGuzzleHttpClient.php52 public function send($url, $method, $body, array $headers, $timeOut) argument
57 'timeout' => $timeOut,
H A DFacebookHttpClientInterface.php40 * @param int $timeOut The timeout in seconds for the request.
46 public function send($url, $method, $body, array $headers, $timeOut); argument
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) argument
54 'timeout' => $timeOut,
/plugin/imageflow/
H A Dscript.js108 this.timeOut = function(fkt, time) { method in imageflow_plugin
127 _self.timeOut('initImages', 500);
148 this.timeOut('checkForImagesReady', 50);
299 this.timeOut('checkForImagesReady', 50);