Home
last modified time | relevance | path

Searched refs:getNS (Results 1 – 25 of 280) sorted by path

12345678910>>...12

/plugin/404manager/
H A Daction.php184 $startPage = getNS($ID) . ':' . $conf['start'];
190 $startPage = getNS($ID) . ':' . curNS($ID);
327 $pageNameSpace = getNS($id);
/plugin/abc/
H A Dsyntax.php188 $fileDir = $abcdir.'/'.utf8_encodeFN(str_replace(':','/',getNS($ID)));
199 $slashStr = (getNS($ID)) ? "/" : "";
353 return (getNS($ID)) ? getNS($ID).":".basename($file) : basename($file);
/plugin/achart/
H A Dsyntax.php108 if(!strlen(getNS($file))) {
124 $fileNS = getNS($file);
/plugin/acknowledge/
H A Dhelper.php111 $pns = ':' . getNS($page) . ':';
/plugin/aclinfo/
H A Dsyntax.php87 $ns = getNS($id);
120 $ns = getNS($ns);
/plugin/aclregex/
H A Daction.php171 $ns = getNS($id);
202 $ns = getNS($ns);
/plugin/addnewpage/
H A Dsyntax.php138 if($ns == "@NS@") return getNS($ID);
176 $currentns = getNS($ID);
/plugin/approve/syntax/
H A Dtable.php167 $pageNS = getNS($id);
/plugin/asyncsearch/
H A Dpagelookup.php70 $ns = getNS($id);
/plugin/authmantis/
H A Dauth.php147 $t_project_name = explode( ':', getNS( getID( "media", false ) ) );
151 $t_project_name = explode( ':', getNS( getID() ) );
/plugin/autoindex/
H A Dsyntax.php63 $ns = ':' . cleanID(getNS($INFO['id']));
/plugin/autolink4/syntax/
H A Dallwords.php69 $ns = getNS($ID);
H A Dregex.php
/plugin/autotooltip/
H A Dhelper.php128 $id = resolve_id(getNS($ID), $id, false);
/plugin/backlinks/
H A Dsyntax.php92 resolve_pageid(getNS($id), $match, $exists);
/plugin/backlinks2/
H A Dsyntax.php94 resolve_pageid(getNS($id), $match, $exists);
/plugin/blog/syntax/
H A Darchive.php49 elseif ($ns == '.') $ns = getNS($ID);
H A Dautoarchive.php33 elseif ($ns == '.') $ns = getNS($ID);
H A Dblog.php42 elseif ($ns == '.') $ns = getNS($ID);
/plugin/blogtng/helper/
H A Dentry.php989 $ns = getNS($id);
990 $convert = (getNS($ID) == $ns) ? false : true;
1098 return getNS($ns).':'.substr($link, 2);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php137 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
H A Dactiontemplate.php80 $myns = getNS($ID);
96 $ns = getNS($ID);
102 resolve_pageid(getNS($ID), $templatepage, $ignored);
140 resolve_pageid(getNS($ID), $tpl, $ignored);
143 resolve_pageid(getNS($ID), $tpl, $ignored);
161 …($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($tpl)));
224 $this->values['__nsbase__'] = noNS(getNS($pageName));
/plugin/bureaucracy-au/
H A Dsyntax.php544 $this->values['__formpage_curns__'] = getNS($ID);
/plugin/bureaucracy/helper/
H A Dactionmail.php146 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
H A Dactiontemplate.php92 $resolver = new PageResolver(getNS($ID));
108 $ns = getNS($ID);
181 $resolver = new PageResolver(getNS($ID));
205 …($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($tpl)));
268 $this->values['__nsbase__'] = noNS(getNS($pageName));

12345678910>>...12