Searched refs:translate_group (Results 1 – 3 of 3) sorted by relevance
/plugin/publist/bib2tpl/ |
H A D | bibtex_converter.php | 360 $groups .= $this->translate_group($groupkey, $id++, $group, $group_tpl[1]); 372 $groups .= $this->translate_group($groupkey, 0, $group, $template); 388 private function translate_group($key, $id, &$data, $template) { function in BibtexConverter
|
/plugin/publistf/bib2tpl/ |
H A D | bibtex_converter.php | 379 $groups .= $this->translate_group($groupkey, $id++, $group, $group_tpl[1]); 391 $groups .= $this->translate_group($groupkey, 0, $group, $template); 407 private function translate_group($key, $id, &$data, $template) { function in BibtexConverter
|
/plugin/publistx/bib2tpl/ |
H A D | bibtex_converter.php | 375 $groups .= $this->translate_group($groupkey, $id++, $group, $group_tpl[1]); 387 $groups .= $this->translate_group($groupkey, 0, $group, $template); 403 private function translate_group($key, $id, &$data, $template) { function in BibtexConverter
|