Home
last modified time | relevance | path

Searched refs:e2mn (Results 1 – 6 of 6) sorted by relevance

/plugin/publistx/bib2tpl/
H A Dhelper.inc.php62 private function e2mn(&$entry) { function in Helper
116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
117 (!empty($e2['year']) ? $e2['year'] : '0000').$this->e2mn($e2));
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/publist/bib2tpl/
H A Dhelper.inc.php62 private function e2mn(&$entry) { function in Helper
116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
117 (!empty($e2['year']) ? $e2['year'] : '0000').$this->e2mn($e2));
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php62 private function e2mn(&$entry) { function in Helper
116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
117 (!empty($e2['year']) ? $e2['year'] : '0000').$this->e2mn($e2));
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the