Searched refs:getTransParts (Results 1 – 6 of 6) sorted by relevance
/plugin/translation/ |
H A D | helper.php | 76 [$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 D | admin.php | 65 [, $idpart] = $helper->getTransParts($page["id"]);
|
H A D | action.php | 199 $defaultlink = $this->helper->buildTransID($default, ($this->helper->getTransParts($ID))[1])[0];
|
/plugin/autotranslation/ |
H A D | helper.php | 114 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 D | admin.php | 52 list($lc, $idpart) = $helper->getTransParts($page["id"]);
|
/plugin/feedback/ |
H A D | action.php | 227 list(, $id) = $trans->getTransParts($id);
|