Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 25 of 51) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DFailurePolicy.php28 public function setRetry(Retry $retry) argument
30 $this->retry = $retry;
37 return $this->retry;
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php97 $retry = false;
131 $this->emit('error', [$request, $response, &$retry, $retryCount]);
132 $this->emit('error:' . $code, [$request, $response, &$retry, $retryCount]);
138 $this->emit('exception', [$request, $e, &$retry, $retryCount]);
143 if (!$retry) {
149 if ($retry) {
153 } while ($retry || $doRedirect);
231 $retry = false;
236 $this->emit('exception', [$request, $e, &$retry, $retryCount]);
238 if ($retry) {
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php133 $this->emit('error', [$request, $response, &$retry, $retryCount]);
134 $this->emit('error:' . $code, [$request, $response, &$retry, $retryCount]);
140 $this->emit('exception', [$request, $e, &$retry, $retryCount]);
145 if (!$retry) {
151 if ($retry) {
155 } while ($retry || $doRedirect);
233 $retry = false;
238 $this->emit('exception', [$request, $e, &$retry, $retryCount]);
240 if ($retry) {
254 $this->emit('error', [$request, $curlResult['response'], &$retry, $retryCount]);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php39 private $retry; variable in Monolog\\Handler\\PushoverHandler
92 …* @param int $retry The retry parameter specifies how often (in seconds) the …
110 int $retry = 30, argument
135 $this->retry = $retry;
169 $dataArray['retry'] = $this->retry;
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php31 /** @var int How often to retry a request if it fails */
137 protected function request($endpoint, $data, $retry = 0)
139 if ($retry) sleep($retry); // wait a bit between retries
149 if ($retry < self::MAX_RETRIES) {
150 return $this->request($endpoint, $data, $retry + 1);
163 if ($retry < self::MAX_RETRIES) {
164 return $this->request($endpoint, $data, $retry + 1);
136 request($endpoint, $data, $retry = 0) global() argument
/plugin/google_maps/
H A Dscript.js34 function queryGoogleGeo(map, bounds, locations, index, zoom, retry) argument
53 if (retry++ >= GMAPS_MAX_RETRY_COUNT)
59 setTimeout(queryGoogleGeo, GMAPS_RETRY_DELAY, map, bounds, locations, index, zoom, retry);
103 queryGoogleGeo(map, bounds, locations, index + 1, zoom, retry);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIlmNamespace.asciidoc28 * <<Elasticsearch_Namespaces_IlmNamespaceretry_retry,`retry()`>>
129 .`retry(array $params = [])`
134 $params['index'] = (string) The name of the indices (comma-separated) whose failed lifecycle step is to be retry
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dpacker_cache.sh14 (retry 2 docker pull "${di}") || echo "Error pulling ${di} Docker image, we continue"
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js170 error({message: mxResources.get('accessDenied'), retry: auth});
198 error({message: mxResources.get('accessDenied'), retry: auth});
239 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth});
247 error({message: mxResources.get('accessDenied'), retry: auth});
273 error({code: App.ERROR_TIMEOUT, retry: fn});
311 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function()
528 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function()
H A DGitHubClient.js171 error({message: mxResources.get('accessDenied'), retry: auth});
206 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth});
214 error({message: mxResources.get('accessDenied'), retry: auth});
261 error({code: App.ERROR_TIMEOUT, retry: fn});
293 …error({code: req.getStatus(), message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, …
H A DGitLabClient.js102 error({message: mxResources.get('accessDenied'), retry: auth});
128 error({message: mxResources.get('accessDenied'), retry: auth});
162 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth});
171 error({message: mxResources.get('accessDenied'), retry: auth});
231 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function()
H A DTrelloClient.js112 error({code: App.ERROR_TIMEOUT, retry: callback})
338 error({code: App.ERROR_TIMEOUT, retry: fn});
H A DNotionClient.js78 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function()
143 error({code: App.ERROR_TIMEOUT, retry: doExecute});
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc4 By default, the client will retry `n` times, where `n = number of nodes` in your
5 cluster. A retry is only performed if the operation results in a "hard"
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php234 … $client->on('error', function($request, $response, &$retry, $retryCount) use (&$errorCalled) {
237 $retry = true;
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dauto-collapse.js125 retry: !1,
128 l.config.disabled || (l.running ? l.retry = !0 : (l.timer && clearTimeout(l.timer),
137 l.running = !1, c.processSectionDelay = l.saved_delay, l.retry && (l.retry = !1,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/
H A DProjectsLocationsBuilds.php157 public function retry($name, RetryBuildRequest $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsLocationsBuilds
H A DProjectsBuilds.php157 public function retry($projectId, $id, RetryBuildRequest $postBody, $optParams = []) function in Google\\Service\\CloudBuild\\Resource\\ProjectsBuilds
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudBuild.php216 ],'retry' => [
217 'path' => 'v1/projects/{projectId}/builds/{id}:retry',
545 ],'retry' => [
546 'path' => 'v1/{+name}:retry',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIlmNamespace.php199 * $params['index'] = (string) The name of the indices (comma-separated) whose failed lifecycle step is to be retry
203 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-retry-policy.html
205 public function retry(array $params = []) function in Elasticsearch\\Namespaces\\IlmNamespace
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php168 public static function retry(callable $decider, callable $delay = null) function in GuzzleHttp\\Middleware
/plugin/webdav/vendor/sabre/http/
H A DREADME.md221 $client->on('error', function($request, $response, &$retry, $retryCount) {
228 $client->on('error:401', function($request, $response, &$retry, $retryCount) {
234 // We're only going to retry exactly once.
238 $retry = true;
/plugin/davcal/vendor/sabre/http/
H A DREADME.md221 $client->on('error', function($request, $response, &$retry, $retryCount) {
228 $client->on('error:401', function($request, $response, &$retry, $retryCount) {
234 // We're only going to retry exactly once.
238 $retry = true;
H A DCHANGELOG.md176 * Added: Ability to catch and retry http requests in the client when a curl
/plugin/codemirror/dist/modes/
H A Deiffel.min.js.map1 …unique',\n 'undefine',\n 'then',\n 'strip',\n 'select',\n 'retry',\n 'rescue',\n…

123