Home
last modified time | relevance | path

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

12345

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js50 Backbone.history.interval = 9;
/plugin/since/
H A Dsince.php78 $interval = $d->diff($now);
79 $s = $interval->format('%R');
83 .$s1.$interval->format('%yy %mm %dd').$s2
/plugin/slider/
H A Djquery.bxslider.js147 slider.interval = null;
890 if(slider.interval){
1242 if(slider.interval) return;
1244 slider.interval = setInterval(function(){
1259 if(!slider.interval) return;
1261 clearInterval(slider.interval);
1262 slider.interval = null;
1322 clearInterval(slider.interval);
/plugin/statistics/inc/
H A DBrowscap.php91 * $updateInterval: The update interval in seconds.
92 * $errorInterval: The next update interval in seconds in case of an error.
93 * $doAutoUpdate: Flag to disable the automatic interval based update.
265 // Set the interval only if needed
267 $interval = time() - filemtime($ini_file);
269 $interval = 0;
274 if (file_exists($cache_file) && file_exists($ini_file) && ($interval <= $this->updateInterval))
H A DStatisticsGraph.class.php99 $interval= 'months';
101 $interval = 'weeks';
103 $interval = 'days';
106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval);
112 if($interval == 'months') {
114 } elseif ($interval == 'weeks') {
127 $DataSet->setXAxisName($this->hlp->getLang($interval));
H A DStatisticsQuery.class.php182 public function history($tlimit, $info, $interval = false) { argument
183 if($interval == 'weeks') {
185 } elseif ($interval == 'months') {
/plugin/structgantt/meta/
H A DGantt.php46 /** @var string[] interval formats used */
47 protected $interval = [
49 'period' => 'P1D', // smallest shown interval
50 'next' => '+1 day', // one more interval
51 'short' => 'q', // interval label
52 'long' => 'Y-m-d', // interval long label
53 'comp' => 'Y-m-d', // sortable interval
152 $this->interval = [
161 $this->interval = [
170 $this->interval
68 protected $interval = [ global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
[all...]
/plugin/structgeohash/
H A Dgeohash.js28 function refine_interval(interval, cd, mask) { argument
30 interval[0] = (interval[0] + interval[1])/2;
32 interval[1] = (interval[0] + interval[1])/2;
/plugin/subjectindex/plugins/
H A Dbible_verses.txt945 …ly said to his servants: "Cross over ahead of me, and YOU are to set an interval between drove and…
27067 Now after an interval of about three hours his wife came in, not knowing what had happened.
28686 …te things give off sound, whether a flute or a harp; unless it makes an interval to the tones, how…
/plugin/timetrack/
H A Dhelper.php577 $interval = new DateInterval("P{$days}D");
595 $start->sub($interval)->format('Y-m-d'),
596 $end->add($interval)->format('Y-m-d'));
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js1321 var A=("showLine" in this._params)?this._params.showLine:this._theme.ether.interval.line.show;
1383 var A=("showLine" in this._params)?this._params.showLine:this._theme.ether.interval.line.show;
1441 var D=("align" in this._params)?this._params.align:this._theme.ether.interval.marker[B.isHorizontal…
1442 var A=("showLine" in this._params)?this._params.showLine:this._theme.ether.interval.line.show;
1485 var D=("align" in this._params)?this._params.align:this._theme.ether.interval.marker[B.isHorizontal…
1486 var A=("showLine" in this._params)?this._params.showLine:this._theme.ether.interval.line.show;
1530 }}var D=C.ether.interval.marker;
1531 var K=C.ether.interval.line;
1532 var B=C.ether.interval.weekend;
1593 this._interval=A.interval;
[all …]
/plugin/tuxquote/
H A Dquotes.txt1380 …usly has gone directly from barbarism to degeneration without the usual interval of civilization. …
2225 There is no cure for birth and death save to enjoy the interval. <BR> -- George Santayana (1863-195…
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js63 var interval = null;
219interval = setTimeout(function() {node.style.display = 'none'; interval=null}, options.delay);
284 interval=1;
432 target.attachEvent('onmousedown', function () {interval = 1;});
433 target.attachEvent('onblur', function(){interval==1?self.hide():interval=2});
434 node.firstChild.attachEvent('onmousedown', function () {interval = 2;});
435 node.firstChild.attachEvent('onkeydown', function () {interval = 1;});
436 node.firstChild.attachEvent('onblur', function(){interval==2?self.hide():interval=1});
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js22 …display":"none"});win.setHeight(env.height);}},newWindow:function(){var interval,scripts,script,sc… variable
23 …done&&firebug.lib.env.webkit){interval=setInterval(function(){if(firebug.internal.popupWin.firebug…
H A Dfirebug-lite-1.2.js662 var interval,scripts,script,scriptPath, variable
708 interval = setInterval(function() {
710 clearInterval(interval);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1371 * Fixed: Issue 205: Parsing an iCalendar 0-second date interval.
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php185 protected $interval = 1; variable in Sabre\\VObject\\Recur\\RRuleIterator
314 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' hours');
323 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days');
349 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days');
373 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' weeks');
462 $this->currentDate = $this->currentDate->modify('+ '.$this->interval.' months');
551 $currentYear += $this->interval;
592 $currentYear += $this->interval;
597 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' years');
631 $currentYear += $this->interval;
[all …]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng271 element interval {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php195 protected $interval = 1; variable in Sabre\\VObject\\Recur\\RRuleIterator
326 $this->currentDate->modify('+' . $this->interval . ' hours');
338 $this->currentDate->modify('+' . $this->interval . ' days');
364 $this->currentDate->modify('+' . $this->interval . ' days');
393 $this->currentDate->modify('+' . $this->interval . ' weeks');
424 $this->currentDate->modify('+' . $this->interval-1 . ' weeks');
451 $this->currentDate->modify('+' . $this->interval . ' months');
487 $this->currentDate->modify('+ ' . $this->interval . ' months');
537 $this->currentDate->modify('+' . $this->interval . ' years');
576 $currentYear+=$this->interval;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1interval","getSeconds","getMilliseconds","durationLeft","setMinutes","setSeconds","_getClosestWork…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1interval","setInterval","getSelection","_locate_css","getScope","scopes","headerCell","taskCell","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8733 interval = interval || 2000;
8741 }, interval);
15169 var interval = null,
15233 if (interval) {
15235 interval = null;
28221 return interval.end;
28256 added = interval.added;
28257 start = interval.end;
28285 start = interval.end;
28307 start = interval.end;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js349 var interval = setInterval(function(){
380 clearInterval(interval);

12345