Home
last modified time | relevance | path

Searched refs:getNS (Results 226 – 250 of 280) sorted by last modified time

12345678910>>...12

/plugin/nslist/
H A Dsyntax.php59 'ns' => getNS($ID),
/plugin/dokutranslate/
H A Dutils.php98 for ($ns = getNS($id); $ns; $ns = getNS($ns)) {
/plugin/indextitleonly/
H A Daction.php26 if (strpos(getNS($event->data['page']).':', $this->getConf('namespace')) === 0) {
/plugin/npd/
H A Dhelper.php69 $params['idx'] = ":" . getNS($ID);
/plugin/imagemap/
H A Dsyntax.php47 resolve_mediaid(getNS($ID),$src, $exists);
90 resolve_mediaid(getNS($ID),$src, $exists);
121 resolve_pageid(getNS($ID),$url,$exists);
174 resolve_mediaid(getNS($ID), $url, $exists);
209 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/explorertree/
H A Dhelper.php109 …search($data,$conf['datadir'],'search_index',array('ns'=>getNS($ID)),$dir,$dir == '' ? 1 : count(e…
/plugin/html2pdf/multilingual/
H A Dhelper.php76 resolve_pageid(getNS($ID),$link,$exists);
/plugin/redirect2/
H A Daction.php194 $checkID = ($checkID == ':') ? false : getNS(rtrim($checkID,':')).':';
255 $checkID = ($checkID == '::') ? false : ':'.getNS(trim($checkID,':')).':';
/plugin/pagemod/helper/
H A Dpagemod.php40 resolve_pageid(getNS($ID), $page_to_modify, $ignored);
/plugin/calendoku/syntax/
H A Dshowtable.php93 if (strcmp(getNS($pagename), $namespace))
H A Dshowicalendar.php55 if (!strcmp('', getNS($template))) {
57 } else if (!strcmp(getNS($template), $INFO['namespace'])) {
/plugin/sphinxsearch/
H A Dfunctions.php356 $ns = getNS($id);
382 $ns = getNS($id);
/plugin/owncloud/
H A Daction.php202 resolve_mediaid(getNS($ID),$src, $exists);
H A Dsyntax.php128 resolve_mediaid(getNS($ID), $src, $exists);
H A Dhelper.php270 $ns = getNS($wikiid);
416 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/owncloud/tpl/
H A Ddetail.php160 $imgNS = getNS($IMG);
/plugin/searchformgoto/
H A Dhelper.php34 print '<input type="hidden" name="current_ns" value="'.cleanID(getNS($ID)).'" />';
/plugin/sqlraw/
H A Dsyntax.php301 if(!strlen(getNS($opt['file'])))
303 if (auth_quickaclcheck(getNS($opt['file']).':*') < AUTH_READ) {
/plugin/geonav/tpl/startermap/
H A Ddetail.php83 $imgNS = getNS($IMG);
/plugin/dokutexit/
H A Dconfig.php47 $this->ns = getNS(cleanID($id));
H A Dlatex.php445 resolve_pageid(getNS($ID),$id,$exists);
482 resolve_pageid(getNS($ID),$id,$exists);
1318 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/eventline/
H A Dplain.php111 resolve_mediaid(getNS($ID),$src, $exists);
137 resolve_pageid(getNS($ID),$id,$exists);
/plugin/dwinsect/
H A Dsyntax.php41 $file_ns = ($file_ns == "") ? getNS($ID) : $file_ns;
/plugin/tindexmenu/syntax/
H A Dindexmenu.php214 $data[6]['nss'][]=array(getNS($INFO['id']));
454 return resolve_id(getNS($id),$ns);
560 if (noNS($id)==noNS(getNS($id))) return false;
/plugin/projects/lib/
H A Dlayout.php196 if (!getNS($id)) $id = $project->id($id);

12345678910>>...12