Home
last modified time | relevance | path

Searched +full:translationns +(+path:plugin +path:translation) -(+path:plugin +path:translation +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/translation/
Dhelper.php15 public $translationNs = ''; variable in helper_plugin_translation
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 . '((' . implode('|', $this->translations) . '):)?/';
387 $tns = $this->getConf("translationns");
/plugin/translation/conf/
Ddefault.php10 $conf['translationns'] = '';
Dmetadata.php10 //$meta['translationns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); # currently broken