Searched refs:groupkey (Results 1 – 14 of 14) sorted by relevance
| /plugin/bb4dw/ |
| D | templating.php | 74 foreach ($groups as $groupkey => $group) { 75 … $groups_res .= $this->process_tpl_group($groupkey, $id++, $group, $group_tpl[1]); 89 * @param string $groupkey The group name or keyword 95 … private function process_tpl_group(string $groupkey, int $id, array $group, string $tpl): string { argument 99 [$groupkey, $id, count($group)],
|
| /plugin/publist/bib2tpl/ |
| D | bibtex_converter.php | 359 foreach ( $data as $groupkey => $group ) { 360 $groups .= $this->translate_group($groupkey, $id++, $group, $group_tpl[1]); 371 foreach ( $data as $groupkey => $group ) { // loop will only be run once 372 $groups .= $this->translate_group($groupkey, 0, $group, $template);
|
| /plugin/publistf/bib2tpl/ |
| D | bibtex_converter.php | 378 foreach ( $data as $groupkey => $group ) { 379 $groups .= $this->translate_group($groupkey, $id++, $group, $group_tpl[1]); 390 foreach ( $data as $groupkey => $group ) { // loop will only be run once 391 $groups .= $this->translate_group($groupkey, 0, $group, $template);
|
| /plugin/publistx/bib2tpl/ |
| D | bibtex_converter.php | 374 foreach ( $data as $groupkey => $group ) { 375 $groups .= $this->translate_group($groupkey, $id++, $group, $group_tpl[1]); 386 foreach ( $data as $groupkey => $group ) { // loop will only be run once 387 $groups .= $this->translate_group($groupkey, 0, $group, $template);
|
| /plugin/publist/template/ |
| D | dokuwiki_simple.tpl | 4 == @groupkey@ ==
|
| D | xhtml_simple.tpl | 2 <h3>@groupkey@ (@groupcount@)</h3>
|
| /plugin/publistf/template/ |
| D | dokuwiki_simple.tpl | 4 == @groupkey@ ==
|
| D | xhtml_simple.tpl | 2 <h3>@groupkey@ (@groupcount@)</h3>
|
| D | dokuwiki_fancy.tpl | 2 == @groupkey@ (@groupcount@) ==
|
| D | dokuwiki_kmh.tpl | 2 ===== @groupkey@ (@groupcount@) =====
|
| /plugin/publistx/template/ |
| D | dokuwiki_simple.tpl | 4 == @groupkey@ ==
|
| D | xhtml_simple.tpl | 2 <h3>@groupkey@ (@groupcount@)</h3>
|
| D | dokuwiki_fancy.tpl | 2 == @groupkey@ (@groupcount@) ==
|
| D | dokuwiki_kmh.tpl | 2 ===== @groupkey@ (@groupcount@) =====
|