Home
last modified time | relevance | path

Searched refs:_getCategoryFromName (Results 1 – 5 of 5) sorted by relevance

/plugin/translator/syntax/
H A Dlabel.php100 $this->category = $this->functions->_getCategoryFromName($this->category);
H A Dtranslator.php172 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
288 list($categoryID) = $this->functions->_getCategoryFromName($this->category);
333 list($cagtegoryID, $filename) = $this->functions->_getCategoryFromName($this->category);
/plugin/translator/
H A Daction.php64 if ( ($CategoryArray = $functions->_getCategoryFromName($Category)) === false ) {
H A Dadmin.php341 list($CategoryID, $CategoryRegex) = $this->functions->_getCategoryFromName($category);
412 list($CategoryID, $FileName) = $this->functions->_getCategoryFromName($Category);
487 list($CategoryID, $FileName) = $this->functions->_getCategoryFromName($Category);
H A Dhelper.php223 function _getCategoryFromName($categoryName) { function in helper_plugin_translator
646 list($categoryID) = $this->_getCategoryFromName($category);