Searched refs:timer (Results 1 – 8 of 8) sorted by relevance
/dokuwiki/lib/scripts/ |
H A D | delay.js | 14 var timer = { variable 19 timer._handlers[id](); 23 var id = ++timer._cur_id; 24 timer._handlers[id] = func; 47 if (this.timer !== null) { 48 window.clearTimeout(this.timer); 49 this.timer = null; 57 this.timer = timer.add(function () { _this.exec.call(_this); },
|
H A D | qsearch.js | 17 timer: null, property 62 if (dw_qsearch.timer) { 63 window.clearTimeout(dw_qsearch.timer); 64 dw_qsearch.timer = null; 66 dw_qsearch.timer = window.setTimeout(do_qsearch, 500);
|
H A D | linkwiz.js | 18 timer = null; field in LinkWizard 303 if (this.timer !== null) { 304 window.clearTimeout(this.timer); 305 this.timer = null; 308 this.timer = window.setTimeout(() => this.autocomplete_exec(), 350);
|
/dokuwiki/vendor/splitbrain/php-jsstrip/ |
H A D | composer.lock | 429 "name": "phpunit/php-timer", 433 "url": "https://github.com/sebastianbergmann/php-timer.git", 438 …"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d… 471 "homepage": "https://github.com/sebastianbergmann/php-timer/", 473 "timer" 476 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 477 "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" 576 "phpunit/php-timer": "^2.1.2",
|
/dokuwiki/vendor/splitbrain/slika/ |
H A D | composer.lock | 652 "name": "phpunit/php-timer", 656 "url": "https://github.com/sebastianbergmann/php-timer.git", 661 …"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d… 694 "homepage": "https://github.com/sebastianbergmann/php-timer/", 696 "timer" 699 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 700 "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" 800 "phpunit/php-timer": "^2.1.2",
|
/dokuwiki/_test/ |
H A D | composer.lock | 842 "name": "phpunit/php-timer", 846 "url": "https://github.com/sebastianbergmann/php-timer.git", 851 …"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4… 884 "homepage": "https://github.com/sebastianbergmann/php-timer/", 886 "timer" 889 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 890 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" 930 "phpunit/php-timer": "^5.0.3",
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery-ui.min.js | 6 …timer))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mous…
|
H A D | jquery.min.js | 2 …timer(ce.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}ce.Animation=ce.extend(yt,{tweeners:{"*":…
|