Home
last modified time | relevance | path

Searched refs:failcount (Results 1 – 2 of 2) sorted by relevance

/plugin/encryptedpasswords/script/
H A DEditorHandling.js6 failcount = 0; field in EditorHandling
52 this.failcount = 0;
57 if (this.failcount) {
58 GUI.toast(LANG.plugins.encryptedpasswords.failcount.replace('%d', this.failcount), 'error');
80 this.failcount++;
/plugin/jokuwiki/
H A Dscript.js14 failcount: 0, /* limits frequent re-running after failures */ property in jokuwiki
26 jokuwiki.failcount=0;
52 jokuwiki.failcount++;