Home
last modified time | relevance | path

Searched refs:interval (Results 76 – 100 of 123) sorted by path

12345

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_interval.test2 "date" filter (interval support as of PHP 5.3)
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …ser:1,sql:1,date:1,on:1,identity:1,timezone_hour:1,natural:1,whenever:1,interval:1,work:1,order:1,…
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php194 protected $interval = 1; variable in Sabre\\VObject\\Recur\\RRuleIterator
325 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' hours');
337 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' days');
363 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' days');
392 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' weeks');
486 $this->currentDate = $this->currentDate->modify('+ ' . $this->interval . ' months');
573 $currentYear += $this->interval;
613 $currentYear += $this->interval;
618 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' years');
657 $currentYear += $this->interval;
[all …]
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng271 element interval {
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown68 autoplaySpeed | int | 3000 | Auto play change interval
/plugin/indexmenu2/cms/
H A Dcms.js15interval:10,length:100,openTimeout:0,closeTimeout:0,toggleMenuOnClick:0,closeSiblings:true,increme… property in CompleteMenuSolution.c
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2961 createTimer = function(fn, interval) { argument
2963 … url = AVBuffer.makeBlobURL("setInterval(function() { postMessage('ping'); }, " + interval + ");");
2965 return setInterval(fn, interval);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4 …a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_b||(_b=setInterval(m.fx.t…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as155 // Cleans up all connections if none have succeeded by the timeout interval
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js421 var intervalValue = jQuery.fx.interval || 13,
H A Djquery-migrate-3.1.0.min.js2 …argument"),s.easing[this.easing]=j),Q.apply(this,arguments)};var w=s.fx.interval||13,b="jQuery.fx.…
/plugin/likeit/
H A Dscript.js40 interval:600, //polling interval
/plugin/likeit/script/
H A Djquery.hoverIntent.js37 interval: 100, property in $.fn.hoverIntent.cfg
74 ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
101 …hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );}
/plugin/loglog/helper/
H A Dalert.php19 protected $interval; variable in helper_plugin_loglog_alert
79 $this->interval = $minuteInterval * 60;
82 $min = $this->now - ($this->interval);
116 'interval' => $this->interval / 60, // falling back to minutes for the view
140 $intervalsAfterLastAlert = (int)floor(($this->now - $lastAlert) / $this->interval);
172 return $this->now + $this->interval * $this->multiplier * 2;
/plugin/maintenance/
H A Dhelper.php92 $interval = $this->getConf('script_auto_interval');
94 if ($now > $last_run+$interval) return true;
/plugin/multiorphan/
H A Dscript.js98 … $currentPagesAndMedia.interval = 1;//Math.floor($currentPagesAndMedia.pages.length / 10);
/plugin/nsexport/
H A Dscript.js16 let interval = 500;
36 if (interval < INTERVAL_MAX) {
37 interval += INTERVAL_STEP;
39 intervalId = setInterval(window.nsexport_check, interval, response);
64 intervalId = setInterval(window.nsexport_check, interval, response);
/plugin/ol3/
H A Dscript.js1 …etween stops just less than and just greater than the function input."},interval:{doc:"Return the …
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 … }\n\n var h, v;\n while (mcu < mcuExpected) {\n // reset interval stuff\n var …
/plugin/pgn4web/pgn4web/
H A DREADME.txt249 - delay = refresh interval in minutes, decimals allowed (default 1)
299 - refreshMinutes = refresh interval in minutes, decimals allowed (default 1)
/plugin/photogallery/lightGallery/js/
H A Dlg-autoplay.js51 this.interval = false;
95 if (_this.interval) {
103 if (!_this.interval && _this.canceledOnTouch) {
123 if (_this.interval) {
156 if (!_this.interval) {
172 _this.interval = setInterval(function() {
186 clearInterval(this.interval);
187 this.interval = false;
H A Dlg-autoplay.min.js4interval=!1,this.fromAuto=!0,this.canceledOnTouch=!1,this.fourceAutoplayTemp=this.core.s.fourceAut…
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js167 this.interval = null;
201 if (!this.interval)
202 this.interval = setInterval(this.loop.bind(this), 15);
207 clearInterval(this.interval);
208 this.interval = null;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1623 interval: 50,
1748 this._checkUrlInterval = setInterval(this.checkUrl, this.interval);

12345