Home
last modified time | relevance | path

Searched refs:interval (Results 26 – 50 of 123) sorted by relevance

12345

/plugin/statistics/inc/
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/combo/resources/snippet/js/
H A Dcombo-debounce.js7 * @param interval - in ms
8 * @param leadingExecution - if true, the execution happens before the interval
11 module.debounce = function (callBack, interval, leadingExecution = false) { argument
32 // trailing execution happens at the end of the interval
41 timerId = setTimeout(funcToSchedule, interval);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenStream.php45 * Return the text of all tokens within the specified `interval`.
52 * for ($i = $interval->a; $i <= $interval->b; $i++) {
56 * @param Interval $interval The interval of tokens within this stream
59 * @return string The text of all tokens within the specified interval
62 public function getTextByInterval(Interval $interval) : string; argument
78 * Return the text of all tokens in the source interval of the specified context.
83 * If `ctx.getSourceInterval()` does not return a valid interval of tokens
89 * @param RuleContext $context The context providing the source interval
[all...]
H A DLL1Analyzer.php57 $interval = new IntervalSet();
65 $interval,
74 if ($interval->length() === 0 || $interval->contains(self::HIT_PRED)) {
77 $look[$alt] = $interval;
H A DBufferedTokenStream.php453 public function getTextByInterval(Interval $interval) : string argument
458 if ($interval->start < 0 || $interval->stop < 0) {
462 $stop = $interval->stop;
469 for ($i = $interval->start; $i <= $stop; $i++) {
/plugin/bez/meta/
H A DTpl.php143 $interval = date_diff(date_create($lDate), date_create($rDate));
144 return $interval->format("$format ".$this->getLang('days'));
148 $interval = date_diff(date_create($lDate), date_create($rDate));
149 return $interval->format('%h:%I');
/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/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php378 * @param int $interval the interval by which documents will be bucketed
380 public function histogram(string $name, string $field, $interval): Histogram argument
382 return new Histogram($name, $field, $interval);
392 * @param int|string $interval the interval by which documents will be bucketed
394 public function date_histogram(string $name, string $field, $interval): DateHistogram argument
396 return new DateHistogram($name, $field, $interval);
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php58 $interval = 86400; variable
61 if (((filemtime($path.$file)+$interval) < time()) && ($file != "..") && ($file != ".") && substr($file, -3)=='pdf') {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMonitoringNamespace.asciidoc35 $params['interval'] = (string) Collection interval (e.g., '10s' or '10000ms') of the payload
H A DEqlNamespace.asciidoc49 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
78 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
H A DNodesNamespace.asciidoc36 $params['interval'] = (time) The interval for the second sampling of threads
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTrigger.php253 public function setInterval(Parameter $interval) argument
255 $this->interval = $interval;
262 return $this->interval;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php297 * Sets the index refresh interval.
302 * @param string $interval Duration of the refresh interval
310 public function setRefreshInterval(string $interval): Response
312 return $this->set(['refresh_interval' => $interval]);
316 * Returns the refresh interval.
318 * If no interval is set, the default interval is returned
324 * @return string Refresh interval
248 setRefreshInterval(string $interval) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMonitoring.php118 'interval.endTime' => [
122 'interval.startTime' => [
200 'interval.endTime' => [
204 'interval.startTime' => [
457 'interval.endTime' => [
461 'interval.startTime' => [
790 'interval.endTime' => [
794 'interval.startTime' => [
/plugin/maintenance/
H A Dhelper.php92 $interval = $this->getConf('script_auto_interval');
94 if ($now > $last_run+$interval) return true;
/plugin/chat/
H A Dreadme.txt96 - After 30 seconds, checking interval is prolonged to 10 seconds.
97 - After another 30 seconds, checking interval is changed to 30 seconds.
98 …ures on document window in one minute, interval is again prolonged to 5 minutes which is longest c…
100 Now as soon as any mouse movement occures, checking interval is changed back to
103 At any time if something is typed into message box, checking interval is changed back
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_default_format_interval.test2 "date" filter (interval support as of PHP 5.3)
H A Ddate_interval.test2 "date" filter (interval support as of PHP 5.3)
/plugin/indexmenu2/cms/
H A Dcms.js15interval:10,length:100,openTimeout:0,closeTimeout:0,toggleMenuOnClick:0,closeSiblings:true,increme… property in CompleteMenuSolution._
/plugin/likeit/
H A Dscript.js40 interval:600, //polling interval
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php450 'interval' => false,
468 'interval' => $character['interval'],
510 $character['interval'] = true;
511 $character['range'][$character['rangeid']]['interval'] = true;
513 if ($character['interval']) {
521 $character['interval'] = false;
528 $character['interval'] = false;
549 if (($k == $nextk) and ( !$prevint) and ( (!isset($ws['interval'])) or ( $cws < 4))) {
550 if (isset($range[$k]['interval'])) {
[all...]
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$elemen… property in c.DEFAULTS

12345