Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 65) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php57 private $attempts = 0; variable in Google\\Task\\Runner
169 return $this->attempts < $this->maxAttempts;
196 $this->attempts + $allowedRetries
218 if ($this->attempts > 0) {
222 $this->attempts++;
244 $factor = $this->attempts > 1 ? $this->factor + $jitter : 1 + abs($jitter);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1EvaluationJob.php77 public function setAttempts($attempts) argument
79 $this->attempts = $attempts;
86 return $this->attempts;
/plugin/jokuwiki/
H A Dscript.js18 attempts: 10, /* maximum number of attempts at runQueue per init invocation */ property in jokuwiki
28 jokuwiki.attempts=10;
62 if (jQuery("[data-jw]").length && --jokuwiki.attempts) {
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js343 this.attempts = 0;
367 if (this.attempts < this.retries) {
444 if (errored && this.attempts < this.retries) {
455 else if (tunnel.attempts < tunnel.retries) {
488 if (this.attempts < this.retries) {
524 this.attempts = 0;
592 console.log('%s %s restart %d of %d', label, description, ++this.attempts, this.retries);
719 if (tunnel.attempts < tunnel.retries &&
732 this.attempts = 0;
754 console.log('Tunnel %s: restart %d of %d', this.id, ++this.attempts, this.retries);
/plugin/loglog/lang/en/
H A Dreport.txt6 * failed login attempts: @@auth_fail@@
H A Dauth_failed.txt3 The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTER…
/plugin/logindelay/
H A Dplugin.info.txt6 desc Delay login after failed attempts
H A DREADME3 Delay login after failed attempts
/plugin/abortlogin/
H A DREADME.md8 An option to log failed IP attempts: the log will be saved in
/plugin/quickstats/lang/en/
H A Dintro.txt1 To save download time, ''quickstats'' attempts to download its table sorting scripts only if needed…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/tokenbucketauth/
H A DREADME20 Bugfix: Now a user is banned for his/her failed attempts, not for his/her viewing the login page
/plugin/file2dw/
H A Daction.php585 $attempts = 0;
591 $attempts++ < $maxAttempts
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc23 client attempts to execute the command up to five times. If all five nodes
H A Dhost-config.asciidoc16 client attempts to connect to `localhost:9200`.
H A Dper-request-configuration.asciidoc40 The library attempts to throw exceptions for common problems. These exceptions
94 no attempts to decode it are taken.
H A Dcrud.asciidoc218 Upserts are "Update or Insert" operations. This means an upsert attempts to run
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME82 … writer arrays comprised of array(firstname(s), initials, surname). It attempts to recognise 'et.…
/plugin/interwikiformatting/
H A DREADME.md12 This plugin attempts to solve that issue by automating the formatting of interwiki links that don't…
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6attempts&&this.reconnect()}},{key:"open",value:function(t){var e=this;if(~this._readyState.indexOf…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as95 // Connection attempts occur at intervals of 1.5 seconds.
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md48 - [137: #135 optimise multiple class load attempts in AnnotationRegistry](https://github.com/doctri…
/plugin/codemirror/dist/modes/
H A Dpuppet.min.js.map1 …zpool');\n\n // After finding a start of a string ('|\") this function attempts to find the end;\…
/plugin/diagramsnet/lib/resources/
H A Ddia_kn.txt85 cannotLoad=Load attempts failed. Please try again later.
86 cannotLogin=Log in attempts failed. Please try again later.
H A Ddia_si.txt85 cannotLoad=Load attempts failed. Please try again later.
86 cannotLogin=Log in attempts failed. Please try again later.

123