Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 25 of 128) sorted by relevance

123456

/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js112 var timer = 0;
117 clearTimeout( timer );
123 timer = setInterval( function() {
128 clearTimeout( timer );
148 var timer = 0;
153 clearTimeout( timer );
159 timer = setInterval( function() {
164 clearTimeout( timer );
/plugin/issuetracker/
H A Dfastinit.js60 FastInit.timer = setInterval(function() {
62 clearInterval(FastInit.timer);
63 delete FastInit.timer;
76 f:[],done:false,timer:null,iew32:false property in FastInit
/plugin/encryptedpasswords/script/
H A DPageHandling.js6 timer = null; field in PageHandling
59 let clear = $element.find('span').text(); // get early, timer may interfere
116 * Set the timer to hide all passwords again
122 this.timer = window.setTimeout(this.hideAll.bind(this), timeout * 1000);
126 * Clear any timer that might be set
129 if (this.timer !== null) {
130 window.clearTimeout(this.timer);
131 this.timer = null;
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php292 while (($timer = array_pop($this->timers)) && $timer[0] < $now) {
293 $timer[1]();
296 if ($timer) {
297 $this->timers[] = $timer;
298 return $timer[0] - microtime(true);
/plugin/autotooltip/
H A Dscript.js
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md1 …://travis-ci.org/sebastianbergmann/php-timer.svg?branch=master)](https://travis-ci.org/sebastianbe…
11 composer require phpunit/php-timer
15 composer require --dev phpunit/php-timer
/plugin/spellcheck/
H A Dscript.js99 this.timer = null;
323 if(ajax_spell.timer !== null){
324 window.clearTimeout(ajax_spell.timer);
325 ajax_spell.timer = null;
396 if(ajax_spell.timer !== null){
397 window.clearTimeout(ajax_spell.timer);
398 ajax_spell.timer = null;
430 this.timer = window.setTimeout(ajax_spell.timedOut,13000);
/plugin/diagramsnet/lib/math/extensions/
H A DFontWarnings.js19timer){clearTimeout(c.timer)}c.div.style.display="none"}}},[["span",{style:{position:"relative",bo…
H A DMatchWebFonts.js19timer.start(b,["checkFonts",this,h.jax[this.id]],a.fontCheckDelay,a.fontCheckTimeout)}return f.app…
H A DMathEvents.js19timer;q.hover.opacity=Math.max(0,Math.min(1,q.hover.opacity+q.hover.inc));q.hover.opacity=Math.flo…
/plugin/timer/
H A Dplugin.info.txt1 base timer
5 name timer
/plugin/refnotes/
H A Dscript.js4 let timer = null; variable
85 timer = setTimeout(function () { preview.show(); }, 500);
92 clearTimeout(timer);
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js15 timer, variable
63 if (timer)
64 clearTimeout(timer);
86 if (timer)
87 clearTimeout(timer);
88 timer = null;
498 if (timer)
499 clearTimeout(timer);
541 if (pnotify.timer) {
543 pnotify.timer = null;
[all …]
H A Djquery.pnotify.min.js28 …fy_queue_remove()}))};b.pnotify_remove=function(){if(b.timer)window.clearTimeout(b.timer),b.timer=…
30 …cel_remove=function(){b.timer&&window.clearTimeout(b.timer)};b.pnotify_queue_remove=function(){b.p…
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js15 timer, variable
63 if (timer)
64 clearTimeout(timer);
86 if (timer)
87 clearTimeout(timer);
88 timer = null;
498 if (timer)
499 clearTimeout(timer);
541 if (pnotify.timer) {
543 pnotify.timer = null;
[all …]
H A Djquery.pnotify.min.js28 …fy_queue_remove()}))};b.pnotify_remove=function(){if(b.timer)window.clearTimeout(b.timer),b.timer=…
30 …cel_remove=function(){b.timer&&window.clearTimeout(b.timer)};b.pnotify_queue_remove=function(){b.p…
/plugin/txt2tags/
H A Dlinkwiz.js11 timer: null, property in dw_linkwiz
270 if(dw_linkwiz.timer !== null){
271 window.clearTimeout(dw_linkwiz.timer);
272 dw_linkwiz.timer = null;
275 dw_linkwiz.timer = window.setTimeout(dw_linkwiz.autocomplete_exec,350);
/plugin/bookcreator/script/
H A Dnspicker.js13 timer: null, property in bc_nspicker
204 * Start the page/namespace lookup timer
206 * Calls autocomplete_exec when the timer runs out
210 if (bc_nspicker.timer !== null) {
211 window.clearTimeout(bc_nspicker.timer);
212 bc_nspicker.timer = null;
215 bc_nspicker.timer = window.setTimeout(bc_nspicker.autocomplete_exec, 350);
/plugin/jirainfo/
H A Dscript.js95 var timer = null;
98 timer = setTimeout(bind(plugin_jirainfo.open, elem), 100);
102 clearTimeout(timer);
116 timer = setTimeout(plugin_jirainfo.hide, 100);
121 clearTimeout(timer); //
/plugin/dyncontent/
H A Dscript.js26 timer: null, property in dw_linkwiz_v2
297 if(dw_linkwiz_v2.timer !== null){
298 window.clearTimeout(dw_linkwiz_v2.timer);
299 dw_linkwiz_v2.timer = null;
302 dw_linkwiz_v2.timer = window.setTimeout(dw_linkwiz_v2.autocomplete_exec,350);
/plugin/chat/
H A Dscript.js121 this.timer = null;
720 if (null !== input.timer) {
721 clearTimeout(input.timer);
722 input.timer = null;
736 if (null !== input.timer) {
737 clearTimeout(input.timer);
738 input.timer = null;
745 input.timer = setTimeout('saveChatUser()', 1000);
749 input.timer = setTimeout('saveChatUser()', 1000);
/plugin/fkstimer/
H A Dstyle.less1 .fks-timer {
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock160 "name": "phpunit/php-timer",
164 "url": "https://github.com/sebastianbergmann/php-timer.git",
169 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
194 "homepage": "https://github.com/sebastianbergmann/php-timer/",
196 "timer"
275 "phpunit/php-timer": "~1.0",
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dauto-collapse.js123 timer: null,
128 l.config.disabled || (l.running ? l.retry = !0 : (l.timer && clearTimeout(l.timer),
129 l.timer = setTimeout(l.resizeAction, 100)));
132 l.timer = null, l.running = !0, c.Queue(function() {
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css11 .bpmn-icon-intermediate-event-catch-non-interrupting-timer:before { content: '\e80c'; } /* '' */
19 .bpmn-icon-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */
34 .bpmn-icon-intermediate-event-catch-timer:before { content: '\e824'; } /* '' */
41 .bpmn-icon-start-event-timer:before { content: '\e82b'; } /* '' */

123456