Home
last modified time | relevance | path

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

123456789

/plugin/subnumberlist/
H A Dstyle.css17 counter-reset: subnumberlist-counter1;
21 content: counter(subnumberlist-counter1) ". ";
25 counter-increment: subnumberlist-counter1;
30 counter-reset: subnumberlist-counter2;
34 content: counter(subnumberlist-counter1) "." counter(subnumberlist-counter2) ". ";
38 counter-increment: subnumberlist-counter2;
43 counter-reset: subnumberlist-counter3;
47 …content: counter(subnumberlist-counter1) "." counter(subnumberlist-counter2) "." counter(subnumber…
51 counter-increment: subnumberlist-counter3;
56 counter-reset: subnumberlist-counter4;
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction d…
/plugin/tagfilter/script/select2/
H A Dselect2.js105 nextUid=(function() { var counter=1; return function() { return counter++; }; }());
/plugin/toctweak/
H A Dall.less25 counter-reset: hl_count;
29 counter-increment: hl_count;
/plugin/toolbox/
H A DToolboxCounter.js110 title: toolbox_lang.counter,
H A Dtoolbox.js44 "title": toolbox_lang.counter,
/plugin/tuxquote/
H A Dquotes.txt3615 Admit nothing, deny everything and make counter-accusations.
/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterTrait.php114 $counter = count($listeners);
118 $counter--;
124 if ($counter > 0) {
/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 DRDateIterator.php55 return $this->counter;
66 return $this->counter <= count($this->dates);
75 $this->counter = 0;
83 ++$this->counter;
90 $this->dates[$this->counter - 1],
144 protected $counter = 0; variable in Sabre\\VObject\\Recur\\RDateIterator
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/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php298 return $this->counter - 1;
327 $this->counter = 0;
346 $this->counter++;
470 protected $counter; variable in Sabre\\VObject\\Recur\\EventIterator
H A DRDateIterator.php56 return $this->counter;
68 return ($this->counter <= count($this->dates));
80 $this->counter = 0;
91 $this->counter++;
96 $this->dates[$this->counter-1]
153 protected $counter = 0; variable in Sabre\\VObject\\Recur\\RDateIterator
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/wrapadd/
H A Dstyle.css9 counter-reset: leva 0; /* set to one lower than intended value of first list item */
13 counter-increment: leva;
14 content: counter(leva) ". ";
25 counter-reset: levb 0; /* set to one lower than intended value of first list item */
29 counter-increment: levb;
30 content: counter(leva) "." counter(levb) ". ";
42 counter-reset: levc 0; /* set to one lower than intended value of first list item */
46 counter-increment: levc;
47 content: counter(leva) "." counter(levb) "." counter(levc) ". ";
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js550 var counter = 0 ;
553 counter++ ;
555 return targetObject[ propertyName || 'length' ] = counter ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm249 counter = 0;
253 counter = counter + 1 ;
254 fileName = tmpFileName & '(#counter#)' ;
H A Dcf_commands.cfm38 <cfset var counter = 0>
88 counter = counter + 1;
89 sFileName = sFilePart & '(#counter#).' & CFFILE.ClientFileExt;
H A Dcf_io.cfm223 var counter = 0;
246 counter = counter + 1;
247 if ( char eq -1 or counter eq ARGUMENTS.bytes)
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js42323 var counter = 0;
42358 queue[++counter] = function () {
42362 defer(counter);
42363 return counter;
43059 var counter = 0;
43062 var index = counter++;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs26052 var outi = 0, counter = 0;
26070 counter = header_cnt[v] || 0;
26071 if(!counter) header_cnt[v] = 1;
26073 do { vv = v + "_" + (counter++); } while(header_cnt[vv]); header_cnt[v] = counter;
26487 var counter = 0;
26505 counter = header_cnt[v] || 0;
26506 if(!counter) header_cnt[v] = 1;
26508 do { vv = v + "_" + (counter++); } while(header_cnt[vv]); header_cnt[v] = counter;

123456789