Home
last modified time | relevance | path

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

/plugin/translation/
H A Dhelper.php76 [$lng] = $this->getTransParts($id);
87 public function getTransParts($id)
186 [, $idpart] = $this->getTransParts($about);
208 [$lc, $idpart] = $this->getTransParts($id);
235 [, $idpart] = $this->getTransParts($INFO['id']);
84 public function getTransParts($id) global() function in helper_plugin_translation
H A Dadmin.php65 [, $idpart] = $helper->getTransParts($page["id"]);
H A Daction.php199 $defaultlink = $this->helper->buildTransID($default, ($this->helper->getTransParts($ID))[1])[0];
/plugin/autotranslation/
H A Dhelper.php114 list($lng) = $this->getTransParts($id);
122 list($lng, $idpart) = $this->getTransParts($id);
130 function getTransParts($id) { function in helper_plugin_autotranslation
212 list($lc, $idpart) = $this->getTransParts($about);
234 list($lc, $idpart) = $this->getTransParts($id);
260 list($lc, $idpart) = $this->getTransParts($INFO['id']);
H A Dadmin.php52 list($lc, $idpart) = $helper->getTransParts($page["id"]);
/plugin/feedback/
H A Daction.php227 list(, $id) = $trans->getTransParts($id);