Home
last modified time | relevance | path

Searched refs:delay (Results 76 – 100 of 243) sorted by relevance

12345678910

/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.min.js31 window.setTimeout(function(){b.pnotify_remove()},isNaN(a.delay)?0:a.delay)};b.closer=d("<div />",{"…
39 …e,closer:true,closer_hover:true,sticker:true,sticker_hover:true,hide:true,delay:8E3,mouse_reset:tr… property in d.pnotify.defaults
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js622 }, (isNaN(opts.delay) ? 0 : opts.delay));
902 delay: 8000, property in $.pnotify.defaults
H A Djquery.pnotify.min.js31 window.setTimeout(function(){b.pnotify_remove()},isNaN(a.delay)?0:a.delay)};b.closer=d("<div />",{"…
39 …e,closer:true,closer_hover:true,sticker:true,sticker_hover:true,hide:true,delay:8E3,mouse_reset:tr… property in d.pnotify.defaults
/plugin/advrack/
H A Djquery.qtip.js998 identicalState, allow, showEvent, delay, after;
1283 function delay(callback, duration) { function
1301 this.timers.show = delay.call(this,
1303 this.options.show.delay
1336 this.timers.hide = delay.call(this,
1338 this.options.hide.delay,
1349 this.timers.inactive = delay.call(this,
1500 this.timers.show = delay.call(this,
1502 options.show.delay
1940 delay: 90, property in QTIP.defaults.show
[all …]
/plugin/chat/
H A Dscript.js102 self.sleep = function(delay) { argument
104 while ((new Date()).getTime() - start < delay) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js258 dispatcher.delay(function () {
464 dispatcher.delay(function(){
931 delay: function(callback, delay){ method in gantt.$keyboardNavigation.dispatcher
937 }, this) , delay || 1);
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js1230 var delay = retryCount * 2 * this.coolOff * jitter;
1232 window.setTimeout(fn, delay);
1656 var delay = retryCount * 2 * this.coolOff * jitter;
1657 window.setTimeout(executeSave, delay);
1662 'retry', retryCount, 'delay', delay);
H A DDrawioFile.js2136 DrawioFile.prototype.autosave = function(delay, maxDelay, success, error) argument
2143 var tmp = (Date.now() - this.lastAutosave < maxDelay) ? delay : 0;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js13delay:function(t,e){var o,n=function(){n.$cancelTimeout(),t.$pending=!0;var i=Array.prototype.slic… method in t.exports
H A Ddhtmlxgantt_keyboard_navigation.js13delay:function(e,n){clearTimeout(this._timeout),this._timeout=setTimeout(t.bind(function(){this._t… method in t.$keyboardNavigation.dispatcher
H A Ddhtmlxgantt_drag_timeline.js13 …n() { [native code] }"===Function.prototype.toString.call(t.constructor)},delay:function(t,e){var … method in t.exports
H A Ddhtmlxgantt_click_drag.js13 …n() { [native code] }"===Function.prototype.toString.call(t.constructor)},delay:function(t,e){var … method in t.exports
H A Ddhtmlxgantt_drag_timeline.js.map1delay","timer","$cancelTimeout","$pending","args","this","clearTimeout","$execute","objectKeys","k…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js2328 var delay = baseRest(function(func, wait, args) {
3718 lodash.delay = delay;
/plugin/quickstats/
H A DHOW-TO37 the question of delay and processing time.
/plugin/jmol2/jmol/
H A DJmol.js1422 function jmolRestoreOrientationDelayed(id, delay, targetSuffix) { argument
1423 if(arguments.length < 2)delay=1;
1427 s=s.replace(/1\.0/,delay)
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js795 _.delay = restArgs(function(func, wait, args) {
803 _.defer = _.partial(_.delay, _, 1);
870 timeout = _.delay(later, wait, this, args);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js4045 var delay; // ms wait value
4058 delay = Math.max(100, delay); // prevent too frequent
4060 }, delay);
6307 this.delay = util_1.firstDefined(extraOptions.delay, this.options.delay, 0);
6428 if (this.delay) {
6431 }, this.delay);
11980 if (delay == null) {
11983 return delay;
12248 if (delay == null) {
12251 return delay;
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2307 var fadeOut = mxUtils.bind(this, function(delay) argument
2331 }), delay || 200);
2713 var scheduleZoom = function(delay) argument
2809 …}), (delay != null) ? delay : ((graph.isFastZoomEnabled()) ? ui.wheelZoomDelay : ui.lazyZoomDelay)…
2816 graph.lazyZoom = function(zoomIn, ignoreCursorPosition, delay) argument
2911 scheduleZoom(delay);
/plugin/diagramsnet/lib/math/
H A DMathJax.js19delay=i.total=k||0;if(k){setTimeout(i,k)}else{i()}},time:function(i){this.total+=this.delay;this.d…
/plugin/diagramsnet/lib/math/extensions/
H A DMathMenu.js19delay:150,showRenderer:true,showMathPlayer:true,showFontMenu:false,showContext:false,showDiscovera…
/plugin/imapmarkers/
H A Djquery.imagemapster.js2136 function queueMouseEvent(me, delay, area, deferred) { argument
2148 if (delay < 0) {
2151 if (area.owner.currentAction || delay) {
2158 delay || 100
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 …'defrecord',\n 'defstruct',\n 'deftype',\n 'delay',\n 'delay?',\n …
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 …che={},r},m.delay=function(n,t){var r=l.call(arguments,2);return setTimeout(function(){return n.ap… function
H A Dunderscore.js765 _.delay = function(func, wait) { function
774 _.defer = _.partial(_.delay, _, 1);

12345678910