Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
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/
DGoogleCloudDatalabelingV1beta1EvaluationJob.php77 public function setAttempts($attempts) argument
79 $this->attempts = $attempts;
86 return $this->attempts;
/plugin/jokuwiki/
Dscript.js18 attempts: 10, /* maximum number of attempts at runQueue per init invocation */ property
28 jokuwiki.attempts=10;
62 if (jQuery("[data-jw]").length && --jokuwiki.attempts) {
/plugin/sequencediagram/bower_components/lodash/test/
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/
Dreport.txt6 * failed login attempts: @@auth_fail@@
Dauth_failed.txt3 The number of recent failed login attempts has exceeded the configured limit (@THRESHOLD@ in @INTER…
/plugin/logindelay/
Dplugin.info.txt6 desc Delay login after failed attempts
DREADME3 Delay login after failed attempts
/plugin/abortlogin/
DREADME.md8 An option to log failed IP attempts: the log will be saved in
/plugin/quickstats/lang/en/
Dintro.txt1 To save download time, ''quickstats'' attempts to download its table sorting scripts only if needed…
/plugin/asciidocjs/node_modules/pug-lexer/
DHistory.md53 …* Throw a more helpful error if someone attempts to use the old `- each foo in bar` syntax (it sho…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.DefinitionID.txt25 If someone else attempts to use the default configuration, these two
/plugin/tokenbucketauth/
DREADME20 Bugfix: Now a user is banned for his/her failed attempts, not for his/her viewing the login page
/plugin/file2dw/
Daction.php585 $attempts = 0;
591 $attempts++ < $maxAttempts
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dset-retries.asciidoc23 client attempts to execute the command up to five times. If all five nodes
Dper-request-configuration.asciidoc40 The library attempts to throw exceptions for common problems. These exceptions
94 no attempts to decode it are taken.
Dhost-config.asciidoc16 client attempts to connect to `localhost:9200`.
Dcrud.asciidoc218 Upserts are "Update or Insert" operations. This means an upsert attempts to run
/plugin/bibtex/OSBib/format/bibtexParse/
DREADME82 … writer arrays comprised of array(firstname(s), initials, surname). It attempts to recognise 'et.…
/plugin/interwikiformatting/
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/
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/
DConnectManager.as95 // Connection attempts occur at intervals of 1.5 seconds.
/plugin/findologicxmlexport/vendor/doctrine/annotations/
DCHANGELOG.md48 - [137: #135 optimise multiple class load attempts in AnnotationRegistry](https://github.com/doctri…
/plugin/codemirror/dist/modes/
Dpuppet.min.js.map1 …zpool');\n\n // After finding a start of a string ('|\") this function attempts to find the end;\…
/plugin/calendar/
DPROJECT_HISTORY.md92 - **v6.2.0–v6.2.1**: Initial Dark Reader protection attempts using meta tags and `data-darkreader-m…

123