Home
last modified time | relevance | path

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

/plugin/translation/
H A 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)) {
H A Dadmin.php53 !$helper->istranslatable($page["id"], false) ||
H A Dhelper.php161 public function istranslatable($id, $checkact = true)
232 if (!$this->istranslatable($INFO['id'])) return '';
158 public function istranslatable($id, $checkact = true) global() function in helper_plugin_translation
/plugin/autotranslation/
H A Dhelper.php185 function istranslatable($id, $checkact = true) { function in helper_plugin_autotranslation
257 if(!$this->istranslatable($INFO['id'])) return '';
486 if ( !$this->istranslatable($id) ) return false;
H A Dadmin.php40 !$helper->istranslatable($page["id"], false) ||
H A Daction.php80 if($this->getConf('copytrans') && $this->helper->istranslatable($ID, false)) {
/plugin/translation3/
H A Dhelper.php97 function istranslatable($id,$checkact=true){ function in helper_plugin_translation
181 if(!$this->istranslatable($ID)) return;