Home
last modified time | relevance | path

Searched refs:counter (Results 101 – 125 of 221) sorted by path

123456789

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js396counter=this.storageService.getNumber(e.PREF_KEY_COUNTER,0,e.counter)}push(t){e.cache&&(e.cache.se…
H A Dbundle.js.map1counter-clockwise) area.\n //\n // Second, count the (signed) number of times a segment crosses …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1counter","atrule","pseudo","caret","char","chars","flat","delimited","proxy","supports","vendor","…
/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/dw2pdf/
H A Daction.php524 $counter = 0;
527 $this->currentBookChapter = $counter;
528 $counter++;
536 if ($counter < $no_pages) {
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md657 - iteration counter in THEAD crashed in some circumstances
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1208 $this->tbctr = []; // counter for nested tables at each level
15535 $counter = $this->listcounter[$this->listlvl];
15541 $num = $this->_getStyledNumber($counter, $listitemtype, true);
/plugin/edittable/lib/
H A Dhandsontable.full.js19245 var counter = 0;
19267 queue[++counter] = function () {
19271 defer(counter);
19272 return counter;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc39 A successful request resets the "failed ping timeout" counter.
H A Dcrud.asciidoc194 Sometimes you need to perform a scripted update, such as incrementing a counter
204 'script' => 'ctx._source.counter += count',
229 'source' => 'ctx._source.counter += params.count',
235 'counter' => 1
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0a958e486ede3f519d48431ab689eded.asciidoc10 'source' => 'ctx._source.counter += params.count',
17 'counter' => 1,
H A D381fced1882ca8337143e6bb180a5715.asciidoc9 'counter' => 1,
H A D8cd00a3aba7c3c158277bc032aac2830.asciidoc28 'source' => 'ctx._source.counter += params.param1',
35 'counter' => 1,
H A D96de5703ba0bd43fd4ac239ec5408542.asciidoc10 'source' => 'ctx._source.counter += params.count',
/plugin/extlist/css/
H A D_numbering.less15 counter-reset: item;
20 counter-increment: item;
98 ol.counter {
99 counter-reset: li;
102 counter-increment: li;
108 content: "(" counter(li) ") ";
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md215 $counter = new Hoa\Iterator\Counter(0, 12, 3);
217 foreach ($counter as $value) {
285 $counter = new Hoa\Iterator\Counter(0, 10, 1);
287 $multiple->attachIterator($counter);
288 $multiple->attachIterator(clone $counter);
360 $counter = new Hoa\Iterator\Counter(0, 5, 1);
361 $lookahead = new Hoa\Iterator\Lookahead($counter);
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDemultiplexer.php56 $counter = new LUT\Counter(0, 10, 1),
58 $multiple->attachIterator($counter),
59 $multiple->attachIterator(clone $counter),
88 $counter = new LUT\Counter(0, 10, 1),
93 $multiple->attachIterator($counter, 'one'),
94 $multiple->attachIterator(clone $counter, 'two'),
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md155 * Changed the generated class names to use a static counter instead of a random number
/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/freechat/phpfreechat/data/public/js/
H A Dprototype.js1769 do { id = 'anonymous_element_' + self.counter++ } while ($(id));
2155 Element.Methods.identify.counter = 1;
/plugin/glossary/
H A Dstyle.css8 counter-reset: glossary;
57 counter-reset: ch1;
61 counter-increment: glossary;
62 content: counter(glossary) " ";
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog280 * Fixed: ##PAGE## and counter(page) gave incorrect page numbers
662 * Fixed: redirects counter was not reset after file was fetched
H A DTODO27 support for 'counter' for non margin-box elements
H A Dcss.counter.collection.php10 function add(&$counter) { argument
11 $this->_counters[$counter->get_name()] =& $counter;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php282 for($counter = 0; $counter < count($this->tagAttributeSeparators); $counter ++) {
283 $separatorPosTemp = strpos($tagString, $this->tagAttributeSeparators[$counter], $tagStartOpen);

123456789