/plugin/davcal/vendor/sabre/http/lib/ |
H A D | Client.php | 91 $retryCount = 0; 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]); 150 $retryCount++; 227 $retryCount, 236 $this->emit('exception', [$request, $e, &$retry, $retryCount]); 239 $retryCount++; 257 $retryCount++; 542 * @param int $retryCount [all …]
|
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | Client.php | 133 $this->emit('error', [$request, $response, &$retry, $retryCount]); 134 $this->emit('error:' . $code, [$request, $response, &$retry, $retryCount]); 140 $this->emit('exception', [$request, $e, &$retry, $retryCount]); 152 $retryCount++; 229 $retryCount, 238 $this->emit('exception', [$request, $e, &$retry, $retryCount]); 241 $retryCount++; 254 $this->emit('error', [$request, $curlResult['response'], &$retry, $retryCount]); 259 $retryCount++; 544 * @param int $retryCount [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/ |
H A D | RetryConfig.php | 41 public $retryCount; variable in Google\\Service\\CloudScheduler\\RetryConfig 102 public function setRetryCount($retryCount) argument 104 $this->retryCount = $retryCount; 111 return $this->retryCount;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1Job.php | 37 public $retryCount; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Job 104 public function setRetryCount($retryCount) argument 106 $this->retryCount = $retryCount; 113 return $this->retryCount;
|
/plugin/diagramsnet/lib/ |
H A D | electronFilesWorker.js | 12 var retryCount = 0; 48 retryCount++; 50 if (retryCount < 3)
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioFileSync.js | 603 DrawioFileSync.prototype.optimisticSync = function(retryCount) argument 607 retryCount = (retryCount != null) ? retryCount : 0; 609 if (retryCount < this.maxOptimisticReloadRetries) 625 this.optimisticSync(retryCount + 1); 640 }), (retryCount + 1) * this.file.optimisticSyncDelay); 645 EditorUi.debug('Sync.optimisticSync', [this], 'retryCount', retryCount);
|
H A D | DriveClient.js | 321 var retryCount = 0; 461 retryCount++; 464 Math.round(Math.pow(2, retryCount) * 1089 var retryCount = 0; 1228 retryCount++; 1230 var delay = retryCount * 2 * this.coolOff * jitter; 1277 var retryCount = 0; 1652 if (retryCount < this.staleEtagMaxRetries) 1654 retryCount++; 1656 var delay = retryCount * 2 * this.coolOff * jitter; [all …]
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | ClientTest.php | 234 … $client->on('error', function($request, $response, &$retry, $retryCount) use (&$errorCalled) {
|
/plugin/webdav/vendor/sabre/http/ |
H A D | README.md | 221 $client->on('error', function($request, $response, &$retry, $retryCount) { 228 $client->on('error:401', function($request, $response, &$retry, $retryCount) { 233 if ($retryCount > 1) {
|
/plugin/davcal/vendor/sabre/http/ |
H A D | README.md | 221 $client->on('error', function($request, $response, &$retry, $retryCount) { 228 $client->on('error:401', function($request, $response, &$retry, $retryCount) { 233 if ($retryCount > 1) {
|
/plugin/jdraw/lib/ |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jcapture/lib/ |
H A D | httpclient-4.0.1.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |