Searched +full:translationns +(+path:plugin +path:translation) -(+path:plugin +path:translation +path:lang) (Results 1 – 3 of 3) sorted by relevance
15 public $translationNs = ''; variable in helper_plugin_translation53 $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 . '((' . implode('|', $this->translations) . '):)?/';387 $tns = $this->getConf("translationns");
10 $conf['translationns'] = '';
10 //$meta['translationns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); # currently broken