Home
last modified time | relevance | path

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

/plugin/translation/
Daction.php138 if (!$this->helper->istranslatable($ID)) return;
185 if (!$this->helper->istranslatable($ID)) return;
218 if ($this->getConf('copytrans') && $this->helper->istranslatable($ID, false)) {
Dhelper.php161 public function istranslatable($id, $checkact = true) function in helper_plugin_translation
232 if (!$this->istranslatable($INFO['id'])) return '';
413 !$this->istranslatable($page["id"], false) ||
/plugin/autotranslation/
Dhelper.php188 function istranslatable($id, $checkact = true) { function in helper_plugin_autotranslation
260 if(!$this->istranslatable($INFO['id'])) return '';
491 if ( !$this->istranslatable($inputID) ) return false;
Dadmin.php40 !$helper->istranslatable($page["id"], false) ||
Daction.php77 if($this->getConf('copytrans') && $this->helper->istranslatable($ID, false)) {
/plugin/translation3/
Dhelper.php97 function istranslatable($id,$checkact=true){ function in helper_plugin_translation
181 if(!$this->istranslatable($ID)) return;