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