Lines Matching defs:translationNs
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 . '((' . implode('|', $this->translations) . '):)?/';