Home
last modified time | relevance | path

Searched refs:getNS (Results 176 – 200 of 280) sorted by last modified time

12345678910>>...12

/plugin/file2dw/
H A Daction.php190 $this->nsName = getNS($this->pageName);
/plugin/404manager/
H A Daction.php184 $startPage = getNS($ID) . ':' . $conf['start'];
190 $startPage = getNS($ID) . ':' . curNS($ID);
327 $pageNameSpace = getNS($id);
/plugin/odtplus2dw/
H A Daction.php196 $this->nsName = getNS($this->pageName);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php74 $ns = getNS($id);
139 $ns = getNS($ns);
202 function getNS($id){ function
/plugin/ckgdoku/action/
H A Dedit.php572 $ns = getNS($_COOKIE['FCK_NmSp']);
/plugin/sneakyindexfix/
H A Daction.php70 $ns = getNS($id);
/plugin/highlightparent/
H A Daction.php115 $ns = getNS($ID);
126 return getNS($ns) . ':' . $conf['start'];
/plugin/indexmenu2/syntax/
H A Dindexmenu.php258 $data[$k]['parent_id'] = (string)getNS($v['id']);
470 if (noNS(getNS($id))==noNS($id) || // /<ns>/<ns>.txt
472 $id==getNS($id).":".$conf['start'] || // /<ns>/<start_page>.txt
/plugin/rplus/
H A Drenderer.php300 resolve_pageid(getNS($ID), $page, $exist, "", true);
/plugin/miniblog/helper/
H A Dentry.php55 resolve_pageid(getNS($id), $ins[$i][1][0], $exists);
58 resolve_mediaid(getNS($id), $ins[$i][1][0], $exists);
/plugin/backlinks2/
H A Dsyntax.php94 resolve_pageid(getNS($id), $match, $exists);
/plugin/tabinclude/
H A Dhelper.php103 resolve_pageid(getNS($ID),$page,$exists);
/plugin/partialsearch/
H A Drenderer.php40 $ns= $this->_replaceChars(getNS($id));
/plugin/xml/
H A Drenderer.php408 resolve_pageid(getNS($ID), $id, $exists);
569 resolve_mediaid(getNS($ID), $src, $exists);
609 resolve_mediaid(getNS($ID), $img['src'], $exists);
/plugin/randominc/
H A Dsyntax.php97 resolve_pageid(getNS($ID), $id, $exists); // resolve shortcuts
98 $ns=getNS($id.':dummy');
110 resolve_pageid(getNS($ID), $an_id, $exists); // resolve shortcuts
/plugin/dnsresolver/
H A Dsyntax.php79 $NS = getNS($ID);
/plugin/aclregex/
H A Daction.php171 $ns = getNS($id);
202 $ns = getNS($ns);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php67 $ns = getNS($id);
123 $ns = getNS($ns);
171 function getNS($id){ function
/plugin/htmlokay/
H A Daction.php288 echo "Name Space: " . getNS($ID). " --> $NS\n";
H A Dhelper.php81 $INFO['namespace'] = getNS($ID);
/plugin/tocselect/
H A Daction.php44 $ns = getNS($wikifn . ':file');
/plugin/nssearch/
H A Daction.php34 return preg_replace('/:.*$/', '', getNS(cleanID($id)));
39 $a = explode(':', getNS(cleanID($id)));
72 return getNS($id);
/plugin/tipoftheday/syntax/
H A Dtotns.php34 $header = $this->_getNSFiles(getNS($page));
/plugin/glossary/syntax/
H A Dspan.php90 $ns = getNS ($ID);
96 $ns = getNS ($ID);
H A Ddiv.php54 $ns = getNS ($ID);
60 $ns = getNS ($ID);

12345678910>>...12