Home
last modified time | relevance | path

Searched refs:counter (Results 26 – 50 of 221) sorted by relevance

123456789

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0a958e486ede3f519d48431ab689eded.asciidoc10 'source' => 'ctx._source.counter += params.count',
17 'counter' => 1,
H A D8cd00a3aba7c3c158277bc032aac2830.asciidoc28 'source' => 'ctx._source.counter += params.param1',
35 'counter' => 1,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DNameGenerator.php24 private static $counter = 1; variable in Prophecy\\Doubler\\NameGenerator
50 return sprintf('Double\%s\P%d', implode('\\', $parts), self::$counter++);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php57 return $this->counter;
71 return $this->counter < $this->count;
85 $this->counter = 0;
123 $this->counter++;
238 protected $counter = 0; variable in Sabre\\VObject\\Recur\\RRuleIterator
516 $counter = 0;
518 $counter++;
528 $nextDate->modify('+ ' . ($this->interval*$counter) . ' years');
H A DEventIterator.php298 return $this->counter - 1;
327 $this->counter = 0;
346 $this->counter++;
470 protected $counter; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php57 return $this->counter;
71 return $this->counter < $this->count;
85 $this->counter = 0;
123 $this->counter++;
238 protected $counter = 0; variable in Sabre\\VObject\\Recur\\RRuleIterator
516 $counter = 0;
518 $counter++;
528 $nextDate->modify('+ ' . ($this->interval*$counter) . ' years');
H A DEventIterator.php298 return $this->counter - 1;
327 $this->counter = 0;
346 $this->counter++;
470 protected $counter; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php57 return $this->counter;
71 return $this->counter < $this->count;
85 $this->counter = 0;
123 $this->counter++;
238 protected $counter = 0; variable in Sabre\\VObject\\Recur\\RRuleIterator
516 $counter = 0;
518 $counter++;
528 $nextDate->modify('+ ' . ($this->interval*$counter) . ' years');
/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterTrait.php114 $counter = count($listeners);
118 $counter--;
124 if ($counter > 0) {
/plugin/davcal/vendor/sabre/event/lib/
H A DEventEmitterTrait.php114 $counter = count($listeners);
118 $counter--;
124 if ($counter > 0) {
/plugin/idcount/
H A DREADME.md12 The counter ist stored in the ``data/idcount.txt`` file. Erasing this file will reset the counter.
/plugin/pagetitle/syntax/
H A Dshorter.php55 static $counter = [];
58 if ($counter[$ID]++ > 0) return false;
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php301 return $this->counter - 1;
313 if ($this->counter > Settings::$maxRecurrences && Settings::$maxRecurrences !== -1) {
333 $this->counter = 0;
352 $this->counter++;
480 protected $counter; variable in Sabre\\VObject\\Recur\\EventIterator
H A DRRuleIterator.php57 return $this->counter;
71 return $this->counter < $this->count;
85 $this->counter = 0;
121 $this->counter++;
237 protected $counter = 0; variable in Sabre\\VObject\\Recur\\RRuleIterator
519 $counter = 0;
521 $counter++;
531 $nextDate = $nextDate->modify('+ ' . ($this->interval * $counter) . ' years');
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php287 return $this->counter - 1;
298 if ($this->counter > Settings::$maxRecurrences && -1 !== Settings::$maxRecurrences) {
318 $this->counter = 0;
334 ++$this->counter;
454 protected $counter; variable in Sabre\\VObject\\Recur\\EventIterator
H A DRRuleIterator.php58 return $this->counter;
74 return $this->counter < $this->count;
86 $this->counter = 0;
117 ++$this->counter;
228 protected $counter = 0; variable in Sabre\\VObject\\Recur\\RRuleIterator
497 $counter = 0;
499 ++$counter;
509 $nextDate = $nextDate->modify('+ '.($this->interval * $counter).' years');
/plugin/glossary/
H A Dstyle.css8 counter-reset: glossary;
57 counter-reset: ch1;
61 counter-increment: glossary;
62 content: counter(glossary) " ";
/plugin/html5video2/syntax/
H A Dvideo.php139 static $counter = 1;
176 …$obj = '<video id="'.hsc($this->getConf('videoPlayerIDText')).'' . $counter . '" class="video-js v…
202 $counter++;
/plugin/accscounter/syntax/
H A Dcounter.php361 $counter = $this->plugin_counter_get_count($INFO['id']);
362 if (gettype($counter) == "string") {
363 $renderer->doc .= $counter;
364 } else if ($counter[$arg] <= 1) {
365 $renderer->doc .= htmlspecialchars($counter[$arg]) .htmlspecialchars($data[1]);
367 $renderer->doc .= htmlspecialchars($counter[$arg]) .htmlspecialchars($data[2]);
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.item.php132 $counter =& $counters->get($this->get_name());
133 if (is_null($counter)) {
137 return $counter->get();
/plugin/issuelinks/helper/
H A Ddata.php53 $counter = 0;
62 if ($counter > $total) {
70 $counter += count($issues);
74 'count' => $counter,
/plugin/dlcounter/
H A DREADME.md2 Download counter for DokuWiki
4 If you've ever wanted a download counter for DokuWiki to count how many zip, tar, gzip or other dow…
6 …per file basis), you can pull information from the datastore, either one counter at a time, or eve…
13 To fetch a counter (just the number) for a specific file:
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dview.js134 myView.counter = 0;
138 this.counter++;
144 assert.equal(myView.counter, 1);
147 assert.equal(myView.counter, 2);
151 assert.equal(myView.counter, 3);
459 var counter = 0;
464 counter++;
475 assert.equal(counter, 2);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto21.php117 $counter = 0; variable
135 $counter++;
/plugin/prosemirror/
H A Dstyle.less15 counter-reset: prosemirror-footnote;
71 content: counter(prosemirror-footnote) ')';
72 counter-increment: prosemirror-footnote;

123456789