| /plugin/html2pdf/html2pdf/html2ps/unittest/ |
| D | test.css.content.string.php | 8 $counters =& new CSSCounterCollection(); 9 $rendered = $content->render($counters); 19 $counters =& new CSSCounterCollection(); 20 $rendered = $content->render($counters); 28 $counters =& new CSSCounterCollection(); 29 $rendered = $content->render($counters); 37 $counters =& new CSSCounterCollection(); 38 $rendered = $content->render($counters); 46 $counters =& new CSSCounterCollection(); 47 $rendered = $content->render($counters); [all …]
|
| D | test.css.content.php | 12 $counters =& new CSSCounterCollection(); 13 …$this->assertEqual($content->render($counters), "<span style="font-weight: bold;">… 22 $counters =& new CSSCounterCollection(); 24 …$this->assertEqual($content->render($counters), "<span style="font-weight: bold;">… 33 $counters =& new CSSCounterCollection(); 35 …$this->assertEqual($content->render($counters), "<span style="font-weight: bold;">… 44 $counters =& new CSSCounterCollection(); 48 $counters->add($page_counter); 52 $counters->add($sample_counter); 55 $this->assertEqual($content->render($counters), "Page 10 of "); [all …]
|
| D | test.css.parse.php | 24 $counters =& new CSSCounterCollection(); 25 $this->assertEqual($content->render($counters), "Sample;Text"); 34 $counters =& new CSSCounterCollection(); 35 $this->assertEqual($content->render($counters), "TEXT"); 45 $counters =& new CSSCounterCollection(); 46 $this->assertEqual($content->render($counters), "Double Quoted StringSingle Quoted String"); 61 $counters =& new CSSCounterCollection(); 62 $this->assertEqual($content->render($counters), "Sample;Text"); 84 $counters =& new CSSCounterCollection(); 85 $this->assertEqual($content->render($counters), "Sample;Text"); [all …]
|
| /plugin/accscounter/syntax/ |
| D | popularity.php | 87 $counters = array(); 109 if (($today == $date) and ($today_count != 0)) $counters[$page] = $today_count; 111 if (($yesterday == $date) and ($today_count != 0)) $counters[$page] = $today_count; 112 … if (($thisday == $date) and ($yesterday_count != 0)) $counters[$page] = $yesterday_count; 114 $counters[$page] = $count; 118 asort($counters, SORT_NUMERIC); 121 $counters = array_reverse($counters, TRUE); // with array_splice() 122 $counters = array_splice($counters, 0, $max); 125 if (! empty($counters)) { 128 foreach ($counters as $page=>$count) {
|
| D | counter.php | 43 static $counters = array(); 58 if (isset($counters[$page])) return $counters[$page]; 61 $counters[$page] = $default; 178 if ($fp[0]) $counters[$page]['total'] = $fp[0]; 179 if ($fp[1]) $counters[$page]['date'] = $fp[1]; 180 if ($fp[2]) $counters[$page]['today'] = $fp[2]; 181 if ($fp[3]) $counters[$page]['yesterday'] = $fp[3]; 182 if ($fp[4]) $counters[$page]['ip'] = $fp[4]; 185 if ($counters[$page]['date'] != $default['date']) { 187 $is_yesterday = ($counters[$page]['date'] == date('Y/m/d', CURRENT - 24 * 60 * 60)); [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | value.content.item.php | 33 function render(&$counters) { argument 68 function render(&$counters) { argument 94 function render(&$counters) { argument 131 function render(&$counters) { argument 132 $counter =& $counters->get($this->get_name()); 160 function render(&$counters) { argument 180 function render(&$counters) { argument 200 function render(&$counters) { argument 220 function render(&$counters) { argument 240 function render(&$counters) { argument
|
| D | value.content.php | 51 function render(&$counters) { argument 54 $content[] = $item->render($counters);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/ |
| D | TransferOperation.php | 59 public function setCounters(TransferCounters $counters) argument 61 $this->counters = $counters; 68 return $this->counters;
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_ModeratorService.php | 1085 public $counters; variable in Google_Series 1146 public function setCounters(Google_SeriesCounters $counters) { argument 1147 $this->counters = $counters; 1150 return $this->counters; 1320 public $counters; variable in Google_Submission 1395 public function setCounters(Google_SubmissionCounters $counters) { argument 1396 $this->counters = $counters; 1399 return $this->counters; 1628 public $counters; variable in Google_Topic 1663 public function setCounters(Google_TopicCounters $counters) { argument [all …]
|
| D | Google_OrkutService.php | 874 public $counters; variable in Google_OrkutService 901 …$this->counters = new Google_CountersServiceResource($this, $this->serviceName, 'counters', json_d…
|
| /plugin/extlist/css/ |
| D | _numbering.less | 24 content: counters(item, ".") ". "; 41 content: counters(item, ".") " ";
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | content-list.css | 14 content: counters(section, ".") ". ";
|
| /plugin/autonumbering/ |
| D | plugin.info.txt | 6 desc This plugin allows the use of multiples counters with multiples levels, within the same page.
|
| D | README.md | 2 This plugin allows the use of multiple counters with multiples levels, within the same page in doku…
|
| /plugin/accscounter/lang/en/ |
| D | noitem.txt | 3 …* The access counter may not be put. If you want to put counters for all pages quickly, put a cou…
|
| /plugin/indexnumber/ |
| D | README.md | 3 This DokuWiki syntax plugin creates counters with prefixes, for numbering 8 Individual counters and their prefix can be referenced with the
|
| /plugin/complex_lists/complex_lists/ |
| D | syntax.php | 172 function getLevelText($counters, $level) argument 177 $n = $counters[$level];
|
| /plugin/toctweak/ |
| D | all.less | 34 content: counters(hl_count, "-");
|
| /plugin/orphanmedia2/ |
| D | dokuwiki-plugin-page.md | 72 :!: The summary counters will be affected accordingly beside the limited output.
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 14567 counters = new Array(n), 14587 counters[i] = 0; 14593 subarray.push(arrays[i][counters[i]]); 14601 counters[m]++; 14602 while (counters[m] === lengths[m]) { 14603 counters[m] = 0; 14605 counters[m]++;
|
| /plugin/codemirror/dist/modes/ |
| D | css.min.js.map | 1 …ntent-box\", \"context-menu\", \"continuous\", \"copy\", \"counter\", \"counters\", \"cover\", \"c…
|
| D | stylus.min.js.map | 1 …,\"content-box\",\"context-menu\",\"continuous\",\"copy\",\"counter\",\"counters\",\"cover\",\"cro…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 14567 counters = new Array(n), 14587 counters[i] = 0; 14593 subarray.push(arrays[i][counters[i]]); 14601 counters[m]++; 14602 while (counters[m] === lengths[m]) { 14603 counters[m] = 0; 14605 counters[m]++; 44260 return fromHash(this.counters)
|
| /plugin/abc2/abc-libraries/abcjs/ |
| D | abcjs_plugin-midi_6.0.0-beta.25-min.js | 3 …counters.measure+"-n"+t.anchor1.parent.counters.note:o+="abcjs-start-edge",t.anchor2?o+=" abcjs-en…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 5528 … = $proto.parent_document = $proto.extensions = $proto.options = $proto.counters = $proto.catalog … 5607 self.$attr_reader("counters"); 5706 self.counters = $hash2([], {}); 5885 …ocked = self['$attribute_locked?'](name))) && ($truthy((curr_val = self.counters['$[]'](name))))) … 5886 …next_val = ($a = [name, $$('Helpers').$nextval(curr_val)], $send(self.counters, '[]=', $a), $a[$a.… 5888 …qeq(seed, seed.$to_i().$to_s()) ? (seed.$to_i()) : (seed))], $send(self.counters, '[]=', $a), $a[$… 5890 next_val = ($a = [name, 1], $send(self.counters, '[]=', $a), $a[$a.length - 1]); 18417 * Get the JSON of document counters. 18422 return fromHash(this.counters)
|