Home
last modified time | relevance | path

Searched refs:elapsed (Results 1 – 25 of 31) sorted by relevance

12

/plugin/moaieditor/scripts/ !
Ddraft.js71 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";
Dwatcher.js117 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…
Dajax.js75 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)
Ddirty.js173 const elapsed = Date.now() - start;
Dmirror.js419 const elapsed = Date.now()-this.start;
/plugin/json/demo/ !
Dbenchmark.txt7 * ''%%<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/ !
Dbenchmark_monsterid.php56 $elapsed = $end - $start; variable
69 printf("Elapsed time: %.2f seconds\n", $elapsed);
70 printf("Avatars per second: %.2f\n", ROUNDS / $elapsed);
/plugin/anewssystem/ !
Ddropdowncontent.js57 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 DIpCounter.php105 $elapsed = time() - $this->getLastAttempt();
106 return max(0, $timeout - $elapsed);
/plugin/moaieditor/scripts/scroll/ !
Dscroll_to.js145 const elapsed = now - this.startTime;
152 if (elapsed > this.timeout) {
/plugin/moaieditor/plugins/codemirror/ !
Dcm_watcher.js44 …const elapsed = '<span style="opacity:0.2">'+(Date.now()-this.last).toString().padStart(4," ")+'</…
/plugin/asciidocjs/node_modules/jake/lib/task/ !
Dtask.js372 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/ !
Dmatches.js78 const elapsed = Date.now() - start;
176 const elapsed = Date.now()-this.start;
Dmatcher.js39 const elapsed = Date.now() - start;
/plugin/botbouncer/lib/ !
Dbotbouncer.php297 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/ !
DSSH2.php1409 $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/ !
Dsaucelabs.js407 elapsed = (_.now() - this.timestamp) / 1000,
412 expired = (elapsed >= queueTimeout && !_.includes(jobStatus, 'in progress')),
/plugin/pgn4web/pgn4web/ !
Dpgn-standard-proposed-supplement.txt220 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/ !
Dlang-xq.js64 …val-in|xdmp:eval|xdmp:estimate|xdmp:email|xdmp:element-content-type|xdmp:elapsed-time|xdmp:documen…
/plugin/codemirror/dist/modes/ !
Dperl.min.js.map1 …970\n times :1, // - return elapsed time for self and…
/plugin/sequencediagram/bower_components/lodash/doc/ !
DREADME.md3492 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/ !
Dhandsontable.full.js48937 var elapsed = now - this._then;
48939 if (elapsed > this.delay) {
48940 this._then = now - elapsed % this.delay;
/plugin/zwidoku/files/ !
H A Djs.js1 …ck);if(this.delay){var now=Date.now();var elapsed=now-this._then;if(elapsed>this.delay){this._then…
/plugin/dirtylittlehelper/script/ !
Dmermaid.min.js.map1elapsed","emptyOn","emptyTween","schedules","__transition","id","tween","state","duration","ease",…
/plugin/dirtylittlehelper/mermaid/editor/docs/ !
Dbundle.js.map1elapsed) {\n elapsed += total;\n t.restart(tick, total += delay, time);\n callback(elapse…

12