Home
last modified time | relevance | path

Searched refs:getNS (Results 226 – 250 of 280) sorted by path

12345678910>>...12

/plugin/solr/
H A Dhelper.php105 $ns = getNS($id);
/plugin/spatialhelper/helper/
H A Dsitemap.php78 $namespace = getNS($mediaID);
161 if (0 !== strpos(getNS($id), $namespace)) {
176 $namespace = getNS($mediaID);
/plugin/sphinxsearch-was/
H A Dfunctions.php349 $ns = getNS($id);
374 $ns = getNS($id);
/plugin/sphinxsearch/
H A Dfunctions.php356 $ns = getNS($id);
382 $ns = getNS($id);
/plugin/sql2wiki/action/
H A Dsqlite.php154 getNS($page),
/plugin/sqlite/
H A DFunctions.php154 $ns = getNS($context);
/plugin/sqlraw/
H A Dsyntax.php301 if(!strlen(getNS($opt['file'])))
303 if (auth_quickaclcheck(getNS($opt['file']).':*') < AUTH_READ) {
/plugin/strata/syntax/
H A Dentry.php355 resolve_pageid(getNS($ID),$subject,$exists);
/plugin/strata/types/
H A Dimage.php40 resolve_mediaid(getNS($ID),$value,$exists);
H A Dpage.php22 resolve_pageid(getNS($hint),$value,$exists);
26 $base = ($hint?:getNS($ID));
H A Dwiki.php65 resolve_pageid(getNS($ID), $id, $exists);
101 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/struct/meta/
H A DAssignments.php219 $pns = ':' . getNS($page) . ':';
290 $pns = ':' . getNS($page) . ':';
H A DSearchConfig.php131 getNS($INFO['id']),
/plugin/struct/types/
H A DPage.php96 $ns = getNS($id);
/plugin/structpublish/helper/
H A Dassignments.php32 $pns = ':' . getNS($page) . ':';
/plugin/structpublish/meta/
H A DAssignments.php231 $pns = ':' . getNS($page) . ':';
/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/superacl/
H A Dadmin.php609 $location = getNS($location);
613 $ns = getNS($ID);
/plugin/svgembed/
H A Dsyntax.php348 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/tabinclude/
H A Dhelper.php103 resolve_pageid(getNS($ID),$page,$exists);
/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/tagadd/
H A Daction.php34 $JSINFO['currentNamespace'] = (($ns = getNS($ID))?$ns:'');
/plugin/tagentry/
H A Daction.php96 if ( getNS( $id ) != $opts['ns'] )

12345678910>>...12