Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/linkback/action/
H A Dsend.php167 $ns = getNS($ID);
/plugin/dir/
H A Dsyntax.php627 $curPathSplit = explode(":", trim(getNS($ID), ":"));
628 $fqidPathSplit = explode(":", trim(getNS($fqid), ":"));
/plugin/siteexport/syntax/
H A Dtoc.php396 resolve_pageid(getNS($id), $instr[1][0], $exists);
427 resolve_mediaid(getNS($id), $instr[1][0], $exists);
/plugin/offline/
H A Drenderer.php257 resolve_pageid(getNS($ID),$id,$exists);
/plugin/fetchmedia/action/
H A Dajax.php101 $id = getNS(cleanID($pageId)) . ':' . $fn;
/plugin/approve/syntax/
H A Dtable.php167 $pageNS = getNS($id);
/plugin/preservefilenames/
H A Daction_anteater.php177 $ns = getNS($ID);
/plugin/icons/syntax/
H A Dicon.php168 resolve_pageid(getNS($ID), $url, $exists);
/plugin/task/syntax/
H A Dtasks.php37 elseif ($ns == '.') $ns = getNS($ID);
/plugin/move/_test/
H A Dpagemove.test.php183 $newId = getNS($ID).':new_page';
/plugin/sqlraw/
H A Dsyntax.php301 if(!strlen(getNS($opt['file'])))
303 if (auth_quickaclcheck(getNS($opt['file']).':*') < AUTH_READ) {
/plugin/translation3/
H A Dhelper.php322 resolve_pageid(getNS($ID),$link,$exists);
/plugin/mindmap/
H A Dsyntax.php480 'ns' => getNS($mid),
/plugin/tagfilter/syntax/
H A Dfilter.php116 $ns = getNS($ID);
/plugin/snippets/
H A Daction.php130 getNS($page_id),
/plugin/tabinclude/
H A Dhelper.php103 resolve_pageid(getNS($ID),$page,$exists);
/plugin/datatemplate/syntax/
H A Dlist.php178 resolve_pageid(getNS($ID), $wikipage, $exists); // resolve shortcuts
/plugin/publish/
H A Dhelper.php427 if (getNS($page[0]) == $namespace) {
/plugin/owncloud/
H A Dhelper.php270 $ns = getNS($wikiid);
416 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/nroff/
H A Drenderer.php520 resolve_pageid(getNS($ID),$id,$exists);
705 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/catlist/
H A Dsyntax.php202 if ($ns[0] == '.') $ns = getNS($ID).':'.$ns; // If it start with a '.', it is a relative path
466 $data['ns'] = getNS(cleanID(getID())); // update namespace to the one currently displayed
/plugin/deeplautotranslate/
H A Daction.php279 $translated_text = $this->deepl_translate($org_page_text, $lang, getNS($ID));
372 return array("ns" => getNS($org_id), "text" => rawWiki($org_id));
/plugin/multiorphan/action/
H A Dmultiorphan.php211 'checkNamespace' => getNS($id),
/plugin/changes/
H A Dsyntax.php
/plugin/acknowledge/
H A Dhelper.php111 $pns = ':' . getNS($page) . ':';

12345678910>>...12