Home
last modified time | relevance | path

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

123456789

/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css314 -html2ps-list-counter: 0;
514 reset-counter: footnote;
526 content: counter(footnote, super-decimal);
530 content: counter(footnote, super-decimal);
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;
H A Dvalue.content.item.php132 $counter =& $counters->get($this->get_name());
133 if (is_null($counter)) {
137 return $counter->get();
/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/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 DRDateIterator.php54 return $this->counter;
66 return ($this->counter <= count($this->dates));
78 $this->counter = 0;
89 $this->counter++;
94 $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;
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/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …i-cordova::before{content:"\F957"}.mdi-corn::before{content:"\F7B7"}.mdi-counter::before{content:"…
/plugin/idcount/
H A DREADME.md12 The counter ist stored in the ``data/idcount.txt`` file. Erasing this file will reset the counter.
H A Dplugin.info.txt6 desc Create ID numbers (as counter)
/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) {
/plugin/indexnumber/
H A DREADME.md14 If you want to insert specific counter names (see below), go to the Wiki
16 Put each counter name on a new line.
23 Syntax for creating a counter number is
30 the "#" character. All `idxnum` tags with the same counter name will produce sequential
53 Interspersed table with a different counter:
61 Third image. Note how the counter is independent from id and the table counter
/plugin/issuelinks/helper/
H A Ddata.php53 $counter = 0;
62 if ($counter > $total) {
70 $counter += count($issues);
74 'count' => $counter,
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java46 private int counter; field in CaptureFrame
317 return counter++; in nextCounter()
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java551 private long counter; in post()
555 counter+=incVal; in post()
563 counter+=incVal; in post()
570 System.out.println("-- Progress --> ["+Thread.currentThread()+"] "+counter+"/"+contentSize); in post()
571 progressListener.onProgress((int) (offset + scale*counter/contentSize)); in post()
H A DEditorActions.java.bak551 private long counter;
555 counter+=incVal;
563 counter+=incVal;
570 System.out.println("-- Progress --> ["+Thread.currentThread()+"] "+counter+"/"+contentSize);
571 progressListener.onProgress((int) (offset + scale*counter/contentSize));
/plugin/jirainfo/
H A Dscript.js5 counter = 0,
151 this.id = "jiPopup" + ++counter;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js3934 counter: 'int32+'
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js451 Popcorn.guid.counter++;
452 return ( prefix ? prefix : "" ) + ( +new Date() + Popcorn.guid.counter );
589 Popcorn.guid.counter = 1;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as118 _aNC[i].client.onBWCheck = function (counter) {
119 return ++counter;

123456789