Home
last modified time | relevance | path

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

/plugin/autotranslation/
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']);
Dadmin.php52 list($lc, $idpart) = $helper->getTransParts($page["id"]);
/plugin/translation/
Dhelper.php76 [$lng] = $this->getTransParts($id);
87 public function getTransParts($id) function in helper_plugin_translation
186 [, $idpart] = $this->getTransParts($about);
208 [$lc, $idpart] = $this->getTransParts($id);
235 [, $idpart] = $this->getTransParts($INFO['id']);
Dremote.php40 [, $idpart] = $helper->getTransParts($page["id"]);
Dadmin.php58 [, $idpart] = $helper->getTransParts($page["id"]);
Daction.php199 … $defaultlink = $this->helper->buildTransID($default, ($this->helper->getTransParts($ID))[1])[0];
/plugin/feedback/
Daction.php227 list(, $id) = $trans->getTransParts($id);