Home
last modified time | relevance | path

Searched refs:relatedns (Results 1 – 1 of 1) sorted by relevance

/plugin/nsrelation/
H A Dsyntax.php17 var $relatedns = array(); variable in syntax_plugin_nsrelation
26 $this->relatedns = array_unique(array_filter(explode('|',$this->getConf('nsrelations'))));
29 if (count($this->relatedns_display) < $this->relatedns)
30 for($i=count($this->relatedns_display);$i<count($this->relatedns);$i++)
31 $this->relatedns_display[] = $this->relatedns[$i];
92 $name = $this->relatedns_display[array_search($ns,$this->relatedns)];
110 foreach($this->relatedns as $ns){
118 $rx = '/^'.$this->rootns.'(('.join('|',$this->relatedns).'):)?/';
128 foreach($this->relatedns as $ns){