Home
last modified time | relevance | path

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

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