Home
last modified time | relevance | path

Searched refs:getNS (Results 251 – 275 of 280) sorted by path

1...<<1112

/plugin/tagfilter/
H A Daction.php126 if (($ns == '.' && getNS($page_lookup) === false)
127 || ($ns && strpos(':' . getNS($page_lookup) . ':', ':' . $ns . ':') === 0)
H A Dhelper.php451 if (($ns == '.' && getNS($matchedPage) === false) || strpos(':' . getNS($matchedPage) . ':', ':' . $ns . ':') === 0 || $ns === '') {
550 return $ns === '' || strpos(':' . getNS($pageid) . ':', ':' . $ns . ':') === 0;
/plugin/tagfilter/syntax/
H A Dfilter.php116 $ns = getNS($ID);
/plugin/tagging/
H A Dsyntax.php102 $data['ns'] = resolve_id(getNS($ID), $data['ns'] . ':');
/plugin/targetlink/
H A Dsyntax.php130 resolve_pageid(getNS($ID), $id, $exists, $xhtml->date_at, true);
/plugin/task/syntax/
H A Dtaskform.php36 elseif ($ns == '.') $ns = getNS($ID);
H A Dtasks.php37 elseif ($ns == '.') $ns = getNS($ID);
/plugin/tcycle/
H A Dsyntax.php45 $namespace = str_replace(':', '/', getNS(cleanID(getID())));
/plugin/templater/
H A Dsyntax.php101 $resolver = new PageResolver(getNS($parentpage));
276 $iNS = getNS($incl);
277 if (getNS($ID) == $iNS)
/plugin/text/
H A Drenderer.php440 resolve_pageid(getNS($ID),$id,$exists);
/plugin/textinsert/
H A Dsyntax.php228 getNS($ID),
/plugin/tiledblog/
H A Dsyntax.php47 $ns = getNS ($ID);
54 $ns = getNS ($ID);
/plugin/tindexmenu/syntax/
H A Dindexmenu.php214 $data[6]['nss'][]=array(getNS($INFO['id']));
454 return resolve_id(getNS($id),$ns);
560 if (noNS($id)==noNS(getNS($id))) return false;
/plugin/tipoftheday/syntax/
H A Dtotns.php34 $header = $this->_getNSFiles(getNS($page));
/plugin/tocselect/
H A Daction.php44 $ns = getNS($wikifn . ':file');
/plugin/tplinc/
H A Dhelper.php84 $ns = getNS($id);
165 $pns = ':' . getNS($id) . ':';
/plugin/translation3/
H A Dhelper.php322 resolve_pageid(getNS($ID),$link,$exists);
/plugin/twistienav/
H A Daction.php68 $idx = cleanID(getNS($part));
99 $idx = cleanID(getNS($crumbId));
/plugin/twistienav4bootstrap3/
H A Daction.php67 $idx = cleanID(getNS($part));
98 $idx = cleanID(getNS($crumbId));
/plugin/unusedmedias/admin/
H A Dlist.php88 …'mediadir'],'search_media', array('showmsg'=>true,'depth'=>500),str_replace(':', '/', getNS($ID)));
108 ptln('<h1>' . $this->getLang('title') . ' : '.getNS($ID).'</h1>');
/plugin/upload/
H A Daction.php72 $NS = getNS($JUMPTO);
74 $NS = getNS($ID);
/plugin/userhomepage/
H A Daction.php182 $this->public_ns = cleanID(getNS($this->public_page));
/plugin/userpagecreate/
H A Daction.php97 str_replace(':', '/', getNS($tpl)));
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
/plugin/usersubscriptions/
H A Dsyntax.php97 if(!getNS($id)) {
98 $file = metaFN(getNS($id), '.mlist');
100 $file = metaFN(getNS($id), '/.mlist');
132 $ns = getNS($ID);
/plugin/var/
H A Dsyntax.php27 $id = getNS($id);
55 $xhtml = getNS($ID);

1...<<1112