Home
last modified time | relevance | path

Searched refs:counter (Results 51 – 75 of 221) sorted by relevance

123456789

/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php305 return $this->counter - 1;
334 $this->counter = 0;
353 $this->counter++;
477 protected $counter; variable in Sabre\\VObject\\Recur\\EventIterator
/plugin/struct/types/
H A DPage.php88 $counter = 0;
109 $counter++;
110 if ($counter > $max) break;
/plugin/bliki/
H A Dsyntax.php102 $counter++;
103 if ($counter > $offset) {
134 $counter++;
135 if ($counter > $offset) {
/plugin/sphinxsearch-was/
H A Dfunctions.php346 $counter = 0;
359 if (++$counter == 20) {
372 $counter = 0;
388 if (++$counter == $limit) {
H A DSphinxSearch.php100 $counter = 0;
108 $counter++;
111 if ($counter == $this->_resultsPerPage) {
/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);
/plugin/sphinxsearch/
H A Dfunctions.php353 $counter = 0;
366 if(++$counter == 20){
380 $counter = 0;
396 if (++$counter == $limit){
H A DSphinxSearch.php99 $counter = 0;
107 $counter++;
110 if ($counter == $this->_resultsPerPage){
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php454 $counter =& new CSSCounter($counter_name);
455 $counter->set($counter_value);
456 $counter_collection->add($counter);
466 function get_counter($counter) { argument
467 if (isset($this->_counters[$counter])) {
468 return $this->_counters[$counter];
479 function reset_counter($counter, $value) { argument
480 $this->_counters[$counter] = $value;
483 function increment_counter($counter, $value) { argument
484 $this->_counters[$counter] += $value;
/plugin/pagetitle/syntax/
H A Ddecorative.php107 static $counter = [];
146 if ($counter[$format]++ > 0) return false;
/plugin/latexcaption/
H A DREADME.md102 Set counter:
105 You can set the counter to any integer value at any point on the page.
108 <!-- Set the figure counter to 5 -->
111 <!-- Set the table counter to 3 -->
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D381fced1882ca8337143e6bb180a5715.asciidoc9 'counter' => 1,
H A D96de5703ba0bd43fd4ac239ec5408542.asciidoc10 'source' => 'ctx._source.counter += params.count',
/plugin/idcount/
H A Dplugin.info.txt6 desc Create ID numbers (as counter)
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidMisc.js257 var counter = 0;
262 odd = counter % 2;
275 counter++;
294 var counter = 0;
300 odd = counter % 2;
316 counter++;
/plugin/combo/resources/theme/default/components/css/
H A Dcontent-list.css15 counter-increment: section;
/plugin/database2/
H A Dstyle.css51 table.database2 tr.data-list table thead th.counter
67 table.database2 tr.data-list table tbody tr.last td.counter
92 table.database2 tr.data-list table tbody td.counter
/plugin/combo/ComboStrap/
H A DLocalPath.php364 $counter = 0; // breaker
367 $counter++;
394 if ($counter > 200) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm38 <cfset var counter = 0>
88 counter = counter + 1;
89 sFileName = sFilePart & '(#counter#).' & CFFILE.ClientFileExt;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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/toolbox/
H A Dtoolbox.js44 "title": toolbox_lang.counter,
/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/aclplusregex/
H A Daction.php41 protected $counter = 0;
230 $name = 'g' . ($this->counter++) . 'x' . $perm;
37 protected $counter = 0; global() variable in action_plugin_aclplusregex
/plugin/toctweak/
H A Dall.less25 counter-reset: hl_count;
29 counter-increment: hl_count;
/plugin/imageflow/
H A Dscript.js167 this.counter = 300;
189 this.counter = 10;
209 __self.counter = 0;
219 if ( !isOK && this.counter > 0 ) {
220 this.counter--;
222 } else if ( !isOK && this.counter == 0) {

123456789