Home
last modified time | relevance | path

Searched refs:getNS (Results 151 – 175 of 280) sorted by last modified time

12345678910>>...12

/plugin/mcitem/
H A Dsyntax.php117 resolve_mediaid(getNS($ID), $imageName, $exists, $this->date_at, true);
/plugin/tagentry/
H A Daction.php96 if ( getNS( $id ) != $opts['ns'] )
/plugin/imagebox/
H A Dsyntax.php41 resolve_mediaid(getNS($ID), $src, $exists);
109 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/textinsert/
H A Dsyntax.php228 getNS($ID),
/plugin/pagetitle/
H A Dhelper.php135 if (noNS($id) == $conf['start']) $id = ltrim(getNS($id).':', ':');
/plugin/icons/syntax/
H A Dicon.php168 resolve_pageid(getNS($ID), $url, $exists);
/plugin/sitemapnavi/action/
H A Dajax.php54 'namespace' => getNS(getID())
/plugin/sitemapnavi/
H A Dhelper.php23 $cleanedNamespace = trim(getNS($mediaFile['id']), ':');
127 $nslist1 = explode(':', getNS($id1));
128 $nslist2 = explode(':', getNS($id2));
/plugin/pagetemplate/
H A Dsyntax.php112 $cNS = getNS($cNS);
H A Dpagetemplate_backlinks.php44 $context = getNS($context);
74 resolve_pageid(getNS($page),$mid,$exists); //exists is not used
H A Daction.php73 $templatePage = resolve_id(getNS($context),$templatePage);
76 $pageName = resolve_id(getNS($context),$pageName);
92 $newTemplate = resolve_id(getNS($pageName),'template');
/plugin/bureaucracyau/
H A Dsyntax.php544 $this->values['__formpage_curns__'] = getNS($ID);
/plugin/bureaucracyau/helper/
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));
H A Dactionmail.php137 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
/plugin/sphinxsearch-was/
H A Dfunctions.php349 $ns = getNS($id);
374 $ns = getNS($id);
/plugin/bureaucracy-au/helper/
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));
H A Dactionmail.php137 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
/plugin/bureaucracy-au/
H A Dsyntax.php544 $this->values['__formpage_curns__'] = getNS($ID);
/plugin/linksenhanced/syntax/
H A Dlink.php84 if(getNS($ID) == $namespace)
373 resolve_pageid(getNS($ID),$id,$exists);
H A Dtable.php92 $ns = getNS($pdata['id']);
/plugin/pagehere/
H A Daction.php26 $ns = getNS($ID);
/plugin/feedback/
H A Daction.php153 'namespace' => getNS($ID),
189 $ns = getNS($ns);
/plugin/linkfix/
H A Dadmin.php138 $currentns = getNS($currentpage);
/plugin/targetlink/
H A Dsyntax.php130 resolve_pageid(getNS($ID), $id, $exists, $xhtml->date_at, true);
/plugin/log/
H A Dcommon.php22 $logpage = getNS($id) . ':' . $plugin->getConf('logpage');

12345678910>>...12