Home
last modified time | relevance | path

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

/plugin/translation/
H A Dhelper.php15 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) !
12 public $translationNs = ''; global() variable in helper_plugin_translation
[all...]
H A Dadmin.php116 $namespace = $this->getConf("translationns");
/plugin/translation/conf/
H A Ddefault.php10 $conf['translationns'] = '';
H A Dmetadata.php10 $meta['translationns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/');