Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 25 of 123) sorted by relevance

12345

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDateHistogram.php32 * Set the interval by which documents will be bucketed.
34 * @param int|string $interval
38 public function setInterval($interval) argument
40 $interval = (string) $interval;
42 if (\in_array($interval, self::CALENDAR_INTERVAL_VALUES, true)) {
43 return $this->setCalendarInterval($interval);
46 return $this->setFixedInterval($interval);
52 public function setCalendarInterval(string $interval): self argument
54 return $this->setParam('calendar_interval', $interval);
60 setFixedInterval(string $interval) global() argument
[all...]
H A DHistogram.php18 * @param int|string $interval the interval by which documents will be bucketed
20 public function __construct(string $name, string $field, $interval) argument
24 $this->setInterval($interval);
28 * Set the interval by which documents will be bucketed.
30 * @param int|string $interval
34 public function setInterval($interval) argument
36 return $this->setParam('interval', $interval);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Quota.php25 public $interval; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Quota
38 public function setInterval($interval) argument
40 $this->interval = $interval;
47 return $this->interval;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRangePartitioningRange.php29 public $interval; variable in Google\\Service\\Bigquery\\RangePartitioningRange
52 public function setInterval($interval) argument
54 $this->interval = $interval;
61 return $this->interval;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DHistogramRule.php23 public $interval; variable in Google\\Service\\Sheets\\HistogramRule
34 public function setInterval($interval) argument
36 $this->interval = $interval;
40 return $this->interval;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DPoint.php30 public function setInterval(TimeInterval $interval) argument
32 $this->interval = $interval;
39 return $this->interval;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchResponseFacetFacetValue.php50 public function setInterval(GoogleCloudRetailV2Interval $interval) argument
52 $this->interval = $interval;
59 return $this->interval;
/plugin/datedifference/
H A Dsyntax.php158 $interval = date_diff($date_from, $date_to);
161 $years = $interval->format('%y');
162 $months = $interval->format('%m');
163 $days = $interval->format('%d');
164 $hours = $interval->format('%h');
165 $minutes = $interval->format('%i');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DSpriteSheet.php41 public $interval; variable in Google\\Service\\Transcoder\\SpriteSheet
126 public function setInterval($interval) argument
128 $this->interval = $interval;
135 return $this->interval;
/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/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/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/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/davcard/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/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/davcal/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/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/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/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/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php83 * Compute the set difference between two interval sets. The specific
131 // split the current interval into two
140 // replace the current interval
147 // replace the current interval
154 // remove the current interval (thus no need to increment resultI)
216 // next to each other, make a single larger interval
220 // make sure we didn't just create an interval that
221 // should be merged with next interval in list
253 // ok, must be after last interval (and disjoint from last interval) jus
[all...]
/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/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOutlierDetection.php150 public function setInterval(Duration $interval) argument
152 $this->interval = $interval;
159 return $this->interval;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWait.php26 protected $interval; variable in Facebook\\WebDriver\\WebDriverWait
32 $this->interval = $interval_in_millisecond ?: 250;
64 usleep($this->interval * 1000);
/plugin/since/
H A Dsince.php78 $interval = $d->diff($now);
79 $s = $interval->format('%R');
83 .$s1.$interval->format('%yy %mm %dd').$s2

12345