Searched refs:translationNs (Results 1 – 2 of 2) sorted by relevance
15 public $translationNs = '';53 $this->translationNs = cleanID($this->getConf('translationns'));54 if ($this->translationNs) $this->translationNs .= ':';89 $rx = '/^' . $this->translationNs . '(' . implode('|', $this->translations) . '):(.*)/';125 $link = ':' . $this->translationNs . $lng . ':' . $idpart;128 $link = ':' . $this->translationNs . $idpart;166 if ($this->translationNs && strpos($id, (string) $this->translationNs) !== 0) return false;332 $rx = '/^' . $this->translationNs 12 public $translationNs = ''; global() variable in helper_plugin_translation [all...]
15 public $translationNs = ''; variable in helper_plugin_autotranslation