Home
last modified time | relevance | path

Searched refs:getNS (Results 101 – 125 of 280) sorted by relevance

12345678910>>...12

/plugin/nspages/
H A DnamespaceFinder.php26 $result = getNS($ID);
/plugin/schedule/syntax/
H A Dblock.php76 $ns = getNS ($ID);
83 $ns = getNS ($ID);
/plugin/move/admin/
H A Dmain.php116 $src = getNS($ID);
179 $form->addElement(form_makeRadioField('class', 'namespace', $this->getLang('movens') . ' <code>' . getNS($ID) . '</code>', '', 'block radio click-ns'));
/plugin/newpagetemplate/
H A Dhelper.php64 $ns = getNS($page);
144 getNS($ID),
/plugin/popupviewer/syntax/
H A Dviewer.php62 resolve_mediaid(getNS($ID),$id,$exists);
120 resolve_pageid(getNS($ID),$id,$exists);
/plugin/struct/meta/
H A DAssignments.php219 $pns = ':' . getNS($page) . ':';
290 $pns = ':' . getNS($page) . ':';
/plugin/404manager/
H A Daction.php184 $startPage = getNS($ID) . ':' . $conf['start'];
190 $startPage = getNS($ID) . ':' . curNS($ID);
327 $pageNameSpace = getNS($id);
/plugin/tagfilter/
H A Dhelper.php451 if (($ns == '.' && getNS($matchedPage) === false) || strpos(':' . getNS($matchedPage) . ':', ':' . $ns . ':') === 0 || $ns === '') {
550 return $ns === '' || strpos(':' . getNS($pageid) . ':', ':' . $ns . ':') === 0;
/plugin/sneakyindexfix/
H A Daction.php70 $ns = getNS($id);
/plugin/tipoftheday/syntax/
H A Dtotns.php34 $header = $this->_getNSFiles(getNS($page));
/plugin/prettyphoto/
H A Drenderer.php25 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/confsearch/
H A Dsyntax.php37 return getNS(cleanID($id));
/plugin/asyncsearch/
H A Dpagelookup.php70 $ns = getNS($id);
/plugin/pageredirect/
H A Dsyntax.php88 resolve_pageid(getNS($ID), $id, $exists);
/plugin/elasticsearch/helper/
H A Dacl.php54 $ns = getNS($ns);
/plugin/prosemirror/parser/
H A DInternalLinkNode.php
/plugin/regex_template/
H A Daction.php65 $tpl = str_replace('@NS@',getNS($id),$tpl);
/plugin/imagereference/syntax/
H A Dimgref.php100 resolve_pageid(getNS($ID), $data['page'], $exists);
/plugin/autoindex/
H A Dsyntax.php63 $ns = ':' . cleanID(getNS($INFO['id']));
/plugin/recommend/helper/
H A Dassignment.php82 $pns = ':' . getNS($page) . ':';
/plugin/sqlite/
H A DFunctions.php154 $ns = getNS($context);
/plugin/editx/
H A Daction.php190 $opts['oldns'] = $this->_FN(getNS($id));
249 $opts['oldns'] = $this->_FN(getNS($opts['oldpage']));
250 $opts['newns'] = $this->_FN(getNS($opts['newpage']));
/plugin/projects/lib/
H A Dproject.php38 $project_ID = getNS($ID);
130 $parent = getNS($this->ID);
132 return self::project(getNS($this->ID), $create);
/plugin/showlinkpermission/
H A Drenderer.php51 resolve_pageid(getNS($ID),$id,$exists);
/plugin/linksenhanced/syntax/
H A Dtable.php92 $ns = getNS($pdata['id']);

12345678910>>...12