Home
last modified time | relevance | path

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

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DDateHistogram.php34 * @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 public function setFixedInterval(string $interval): self argument
62 return $this->setParam('fixed_interval', $interval);
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);
30 * @param int|string $interval
34 public function setInterval($interval) argument
36 return $this->setParam('interval', $interval);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
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/Apigee/
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/
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/Monitoring/
DPoint.php30 public function setInterval(TimeInterval $interval) argument
32 $this->interval = $interval;
39 return $this->interval;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2SearchResponseFacetFacetValue.php50 public function setInterval(GoogleCloudRetailV2Interval $interval) argument
52 $this->interval = $interval;
59 return $this->interval;
/plugin/datedifference/
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/structgeohash/
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/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
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/photogallery/lightGallery/js/
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;
Dlg-autoplay.min.js4interval=!1,this.fromAuto=!0,this.canceledOnTouch=!1,this.fourceAutoplayTemp=this.core.s.fourceAut…
/plugin/nsexport/
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/structgantt/meta/
DGantt.php46 protected $interval = [ variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
144 $this->interval = [
153 $this->interval = [
162 $this->interval = [
171 $this->interval = [
181 $this->interval = [
271 if ($day->format($this->interval['long']) == $today->format($this->interval['long'])) {
362 new \DateInterval($this->interval['period']),
363 …(new \DateTime($end))->modify($this->interval['next']) // Include End Date (flag is only available…
392 new \DateInterval($this->interval['period']),
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
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');
358 $this->currentDate->modify('+' . $this->interval-1 . ' 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');
457 $tempDate->modify('+ ' . ($this->interval*$increase) . ' months');
487 $this->currentDate->modify('+ ' . $this->interval . ' months');
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
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');
358 $this->currentDate->modify('+' . $this->interval-1 . ' 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');
457 $tempDate->modify('+ ' . ($this->interval*$increase) . ' months');
487 $this->currentDate->modify('+ ' . $this->interval . ' months');
[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');
358 $this->currentDate->modify('+' . $this->interval-1 . ' 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');
457 $tempDate->modify('+ ' . ($this->interval*$increase) . ' months');
487 $this->currentDate->modify('+ ' . $this->interval . ' months');
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
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');
357 … $this->currentDate = $this->currentDate->modify('+' . $this->interval - 1 . ' days');
363 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' days');
392 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' weeks');
423 … $this->currentDate = $this->currentDate->modify('+' . $this->interval - 1 . ' weeks');
450 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' months');
456 $tempDate = $tempDate->modify('+ ' . ($this->interval * $increase) . ' months');
486 $this->currentDate = $this->currentDate->modify('+ ' . $this->interval . ' months');
[all …]
/plugin/virtualkeyboard/vk/extensions/dom/
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/loglog/helper/
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/webdav/vendor/sabre/vobject/lib/Recur/
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');
344 … $this->currentDate = $this->currentDate->modify('+'.($this->interval - 1).' days');
349 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days');
373 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' weeks');
404 $this->currentDate = $this->currentDate->modify('+'.($this->interval - 1).' weeks');
428 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' months');
434 $tempDate = $tempDate->modify('+ '.($this->interval * $increase).' months');
462 $this->currentDate = $this->currentDate->modify('+ '.$this->interval.' months');
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php278 $interval = $this->intervals[$m];
279 $start = $interval->start;
280 $stop = $interval->stop;
399 $interval = $iter->current();
401 $start = $interval->start;
402 $stop = $interval->stop;
450 $interval = $iterator->current();
452 $start = $interval->start;
453 $stop = $interval->stop;
512 foreach ($this->intervals as $interval) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
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/statistics/
DStatisticsGraph.php98 $interval = 'months';
100 $interval = 'weeks';
102 $interval = 'days';
105 $result = $this->hlp->getQuery()->history($info, $interval);
111 if ($interval == 'months') {
113 } elseif ($interval == 'weeks') {

123456