Home
last modified time | relevance | path

Searched refs:getNS (Results 26 – 50 of 280) sorted by last modified time

12345678910>>...12

/plugin/templater/
H A Dsyntax.php101 $resolver = new PageResolver(getNS($parentpage));
276 $iNS = getNS($incl);
277 if (getNS($ID) == $iNS)
/plugin/imagemapping/
H A Dsyntax.php72 resolve_mediaid(getNS($ID), $src, $exists);
118 resolve_mediaid(getNS($ID), $src, $exists);
149 resolve_pageid(getNS($ID), $url, $exists);
195 resolve_mediaid(getNS($ID), $url, $exists);
231 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/tagging/
H A Dsyntax.php102 $data['ns'] = resolve_id(getNS($ID), $data['ns'] . ':');
/plugin/gallery/
H A Dsyntax.php
/plugin/button/
H A Dsyntax.php
/plugin/tag/
H A Dhelper.php42 $this->namespace = getNS($ID);
408 $ns = getNS($page);
647 if(getNS($id) !== false) {
652 if ($ns && strpos(':'.getNS($id).':', ':'.$ns.':') !== 0) {
/plugin/tag/syntax/
H A Dsearchtags.php96 $pages = $helper->getTopic($this->getNS(), '', $tags);
150 $form->addElement(form_makeMenuField('plugin__tag_search_namespace', $ns_select, $this->getNS(), $lang['namespaces']));
231 private function getNS() { function in syntax_plugin_tag_searchtags
H A Dtopic.php62 $ns = getNS($ID);
/plugin/imapmarkers/syntax/
H A Dmap.php212 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/recommend/helper/
H A Dassignment.php82 $pns = ':' . getNS($page) . ':';
/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));
/plugin/bureaucracy/
H A Dsyntax.php582 $this->values['__formpage_ns__'] = getNS($localid);
/plugin/addnewpage/
H A Dsyntax.php138 if($ns == "@NS@") return getNS($ID);
176 $currentns = getNS($ID);
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php85 if (auth_quickaclcheck(getNS($media) . ':X') < AUTH_READ) {
/plugin/dw2pdf/syntax/
H A Dexportlink.php66 $ns = getNS($page);
/plugin/combo/syntax/
H A Dlink.php648 $a = explode(':', getNS($ID));
649 $b = explode(':', getNS($id));
H A Dminimap.php147 $nameSpacePath = getNS($callingId); // The complete path to the directory
/plugin/combo/action/
H A Drouter.php590 $startPage = getNS($identifier) . ':' . $conf['start'];
599 $startPage = getNS($identifier) . ':' . curNS($identifier);
673 $pageNameSpace = getNS($id);
/plugin/combo/ComboStrap/
H A DExecutionContext.php826 $INFO['namespace'] = getNS($wikiId); // php8 Undefined array key
860 $INFO['namespace'] = getNS($oldContextId);
H A DFsWikiUtility.php191 'ns' => getNS($startPath),
/plugin/subpages/
H A Dsyntax.php124 $curNS = getNS($id);
145 $ns = ':'.getNS($ID).substr($ns, 1);
152 $ns = ':'.getNS($ID);
154 $ns = ':'.getNS($ID).':'.$ns;
183 $p = noNS(getNS($fqid));
/plugin/const/
H A Daction.php86 $item[1] = getNS(cleanID(getID()));
/plugin/sql2wiki/action/
H A Dsqlite.php154 getNS($page),
/plugin/approve/syntax/
H A Dtable.php167 $pageNS = getNS($id);

12345678910>>...12