| /plugin/moaieditor/scripts/ |
| D | draft.js | 71 let elapsed = Math.round( (Date.now()-this.lastSave)/1000 ); 72 if (elapsed < 30) 74 var ago = elapsed+" seconds"; 75 if (elapsed > 90) 76 ago = Math.floor(elapsed/60)+" minute"; 77 if (elapsed > 119) 78 ago = Math.floor(elapsed/60)+" minutes";
|
| D | watcher.js | 117 const elapsed = Date.now() - start; 118 …, insert:inserted}, index:{keeplast: (i0+removed)}, i0:i0, i1:i1, shift:shift, elapsed:elapsed }; property 160 const elapsed = Date.now() - this.last; 161 if (elapsed > this.period) { 185 …const elapsed = '<span style="opacity:0.2">'+(Date.now()-this.last).toString().padStart(4," ")+'</… 186 …const text = "TIMER: "+elapsed+" period:"+this.period+" min:"+this.minPeriod+" max:"+this.maxPerio…
|
| D | ajax.js | 75 const elapsed = Date.now() - this.requestStart; 76 this.timer.elapsed1.update(elapsed); 79 const elapsed = Date.now()-this.domStart; 80 this.timer.elapsed2.update(elapsed); 163 const elapsed = Date.now() - this.lastTextChange; 166 if (elapsed > this.delay)
|
| D | dirty.js | 173 const elapsed = Date.now() - start;
|
| D | mirror.js | 419 const elapsed = Date.now()-this.start;
|
| /plugin/json/demo/ |
| D | benchmark.txt | 7 * ''%%<stopwatch show>%%'' - Show elapsed time in seconds since last reset. 26 Time elapsed: <stopwatch show> 41 Time elapsed: <stopwatch show> 52 Time elapsed: <stopwatch show> 58 Time elapsed: <stopwatch show> 64 Time elapsed: <stopwatch show> 70 Time elapsed: <stopwatch show> 78 Time elapsed: <stopwatch show> 86 Time elapsed: <stopwatch show> 95 Time elapsed: <stopwatch show>
|
| /plugin/avatar/ |
| D | benchmark_monsterid.php | 56 $elapsed = $end - $start; variable 69 printf("Elapsed time: %.2f seconds\n", $elapsed); 70 printf("Avatars per second: %.2f\n", ROUNDS / $elapsed);
|
| /plugin/anewssystem/ |
| D | dropdowncontent.js | 57 var elapsed=new Date().getTime()-obj.startTime //get time animation has run 58 if (elapsed<obj.glidetime){ //if time run is less than specified length 59 …percent=(direction=="down")? this.curveincrement(elapsed/obj.glidetime) : 1-this.curveincrement(el…
|
| /plugin/captcha/ |
| H A D | IpCounter.php | 105 $elapsed = time() - $this->getLastAttempt(); 106 return max(0, $timeout - $elapsed);
|
| /plugin/moaieditor/scripts/scroll/ |
| D | scroll_to.js | 145 const elapsed = now - this.startTime; 152 if (elapsed > this.timeout) {
|
| /plugin/moaieditor/plugins/codemirror/ |
| D | cm_watcher.js | 44 …const elapsed = '<span style="opacity:0.2">'+(Date.now()-this.last).toString().padStart(4," ")+'</…
|
| /plugin/asciidocjs/node_modules/jake/lib/task/ |
| D | task.js | 372 let elapsed = now - this.startTime; 373 if (elapsed > jake._taskTimeout) { 374 …`Timed out waiting for task: ${this.name} with status of ${this.taskStatus}. Elapsed: ${elapsed}`);
|
| /plugin/moaieditor/scripts/match/ |
| D | matches.js | 78 const elapsed = Date.now() - start; 176 const elapsed = Date.now()-this.start;
|
| D | matcher.js | 39 const elapsed = Date.now() - start;
|
| /plugin/botbouncer/lib/ |
| D | botbouncer.php | 297 public function elapsed() { function in botBouncer 300 $elapsed = $end - $this->startTime; 301 return $elapsed; 885 $this->addLogEntry('munin-graph-timing.log',$this->elapsed());
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| D | SSH2.php | 1409 $elapsed = microtime(true) - $start; 1412 $this->curTimeout -= $elapsed; 1448 $elapsed = microtime(true) - $start; 1449 $this->curTimeout -= $elapsed; 3427 $elapsed = microtime(true) - $start; 3428 $this->curTimeout -= $elapsed; 3431 $elapsed = microtime(true) - $start; 3432 $this->curTimeout -= $elapsed; 3443 $elapsed = microtime(true) - $start; 3444 $this->curTimeout -= $elapsed; [all …]
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | saucelabs.js | 407 elapsed = (_.now() - this.timestamp) / 1000, 412 expired = (elapsed >= queueTimeout && !_.includes(jobStatus, 'in progress')),
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn-standard-proposed-supplement.txt | 220 The elapsed time that a player has used for all moves in the game up to that 228 The elapsed time that a player used for the commented move. 307 information as elapsed time since start of game. It is also particularly
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-xq.js | 64 …val-in|xdmp:eval|xdmp:estimate|xdmp:email|xdmp:element-content-type|xdmp:elapsed-time|xdmp:documen…
|
| /plugin/codemirror/dist/modes/ |
| D | perl.min.js.map | 1 …970\n times :1, // - return elapsed time for self and…
|
| /plugin/sequencediagram/bower_components/lodash/doc/ |
| D | README.md | 3492 Gets the timestamp of the number of milliseconds that have elapsed since 3823 milliseconds have elapsed since the last time the debounced function was
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 48937 var elapsed = now - this._then; 48939 if (elapsed > this.delay) { 48940 this._then = now - elapsed % this.delay;
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …ck);if(this.delay){var now=Date.now();var elapsed=now-this._then;if(elapsed>this.delay){this._then…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …elapsed","emptyOn","emptyTween","schedules","__transition","id","tween","state","duration","ease",…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …elapsed) {\n elapsed += total;\n t.restart(tick, total += delay, time);\n callback(elapse…
|