Home
last modified time | relevance | path

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

/plugin/nsrelation/
H A Dsyntax.php19 var $rootns = ''; variable in syntax_plugin_nsrelation
33 $this->rootns = cleanID($this->getConf('nsrelationrootns'));
34 if($this->rootns) $this->rootns .= ':';
91 $link = ':'.$this->rootns.$ns.':'.$idpart;
105 if($this->rootns && strpos($ID,$this->rootns) !== 0) return;
111 if(strpos($ID,$this->rootns.$ns) === 0 ){
118 $rx = '/^'.$this->rootns.'(('.join('|',$this->relatedns).'):)?/';
/plugin/linksuggest/
H A Dscript.js55 rootns: item.rootns
67 if (item.rootns) { //page is in root namespace
174 rootns: item.rootns
185 if (item.rootns) { //page is in root namespace
/plugin/xcom/
H A Dremote.php75 $rootns = $conf['savedir'];
76 $rootns = ltrim($rootns,'./');
77 if($rootns == 'data') {
78 $rootns = DOKU_INC . $rootns;
82 $namespace = $rootns;
84 else $namespace = $rootns . '/pages/'. $namespace;
107 $regex = '#' . preg_quote($rootns) .'#';
/plugin/dirtylittlehelper/
H A Dscript.js696 rootns: item.rootns
707 if (item.rootns) { //page is in root namespace
722 } else if (JSINFO['namespace'] !== '' && item.rootns && item.type === 'f') {
823 rootns: item.rootns
833 if (item.rootns) { //page is in root namespace
846 if (item.rootns) {