Home
last modified time | relevance | path

Searched refs:realLC (Results 1 – 13 of 13) sorted by relevance

/plugin/autotranslation/
Dhelper.php161 $name = $this->realLC('');
170 function realLC($lc) { function in helper_plugin_autotranslation
235 $lang = $this->realLC($lc);
261 $lang = $this->realLC($lc);
Daction.php117 $event->data['tpl'] = str_replace('@LANG@', $this->helper->realLC(''), $event->data['tpl']);
/plugin/bureaucracyau/helper/
Daction.php60 $this->values['__lang__'] = $trans->realLC('');
/plugin/bureaucracy/helper/
Daction.php60 $this->values['__lang__'] = $trans->realLC('');
/plugin/bureaucracy-au/helper/
Daction.php60 $this->values['__lang__'] = $trans->realLC('');
/plugin/aichat/
DChunk.php165 $lc = $trans->realLC($trans->getLangPart($this->page));
/plugin/translation/
Dhelper.php129 $name = $this->realLC('');
141 public function realLC($lc) function in helper_plugin_translation
Daction.php256 $event->data['tpl'] = str_replace('@LANG@', $this->helper->realLC(''), $event->data['tpl']);
/plugin/data/
Dbureaucracy_field.php172 $lang = $translationPlugin->realLC('');
/plugin/data-au/helper/
Daliastextbox.php161 $lang = $translationPlugin->realLC('');
/plugin/data/helper/
Daliastextbox.php167 $lang = $translationPlugin->realLC('');
/plugin/elasticsearch/action/
Dindexing.php260 $data['language'] = $trans->realLC($lc);
/plugin/tagging/
Dhelper.php129 $lang = $trans->realLC($trans->getLangPart($id));