Home
last modified time | relevance | path

Searched refs:getNS (Results 201 – 225 of 280) sorted by relevance

12345678910>>...12

/plugin/tcycle/
H A Dsyntax.php45 $namespace = str_replace(':', '/', getNS(cleanID(getID())));
/plugin/csv/
H A Dhelper.php128 if (auth_quickaclcheck(getNS($file) . ':*') < AUTH_READ) {
/plugin/blog/syntax/
H A Dblog.php42 elseif ($ns == '.') $ns = getNS($ID);
H A Darchive.php49 elseif ($ns == '.') $ns = getNS($ID);
/plugin/sql2wiki/action/
H A Dsqlite.php154 getNS($page),
/plugin/const/
H A Daction.php86 $item[1] = getNS(cleanID(getID()));
/plugin/bureaucracy/helper/
H A Dactionmail.php146 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
/plugin/superacl/
H A Dadmin.php609 $location = getNS($location);
613 $ns = getNS($ID);
/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/htmlokay/
H A Dhelper.php81 $INFO['namespace'] = getNS($ID);
/plugin/sidebarng/
H A Daction.php117 if($always or (!$always && !getNS($ID))) {
/plugin/minimap/
H A Dsyntax.php130 $nameSpacePath = getNS($callingId); // The complete path to the directory
/plugin/textinsert/
H A Dsyntax.php228 getNS($ID),
/plugin/combo/ComboStrap/
H A DExecutionContext.php826 $INFO['namespace'] = getNS($wikiId); // php8 Undefined array key
860 $INFO['namespace'] = getNS($oldContextId);
/plugin/blogtng/helper/
H A Dentry.php989 $ns = getNS($id);
990 $convert = (getNS($ID) == $ns) ? false : true;
1098 return getNS($ns).':'.substr($link, 2);
/plugin/projects/lib/
H A Dlayout.php196 if (!getNS($id)) $id = $project->id($id);
/plugin/owncloud/
H A Daction.php202 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/svgembed/
H A Dsyntax.php348 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/linkfix/
H A Dadmin.php138 $currentns = getNS($currentpage);
/plugin/tagadd/
H A Daction.php34 $JSINFO['currentNamespace'] = (($ns = getNS($ID))?$ns:'');
/plugin/solr/
H A Dhelper.php105 $ns = getNS($id);
/plugin/datatemplate/syntax/
H A Dentry.php99 resolve_pageid(getNS($ID), $wikipage[0], $exists);
/plugin/filelisting/
H A Dhelper.php25 if (is_null($ns)) $ns = getNS($INFO['id']);
/plugin/targetlink/
H A Dsyntax.php130 resolve_pageid(getNS($ID), $id, $exists, $xhtml->date_at, true);

12345678910>>...12