Home
last modified time | relevance | path

Searched refs:number_to_alphabet (Results 1 – 3 of 3) sorted by relevance

/plugin/latexcaption/
H A Dhelper.php15 function number_to_alphabet($number) { function in helper_plugin_latexcaption
/plugin/latexcaption/syntax/
H A Dreference.php80 …rkup .= $this->getLang($type.$langset).' '.$parnum.'('.$this->helper->number_to_alphabet($num).')';
H A Dcaption.php266 $markup .= '('.$this->helper->number_to_alphabet($count).') ';