Home
last modified time | relevance | path

Searched refs:getNS (Results 251 – 275 of 280) sorted by last modified time

1...<<1112

/plugin/projects/lib/
H A Dproject.php38 $project_ID = getNS($ID);
130 $parent = getNS($this->ID);
132 return self::project(getNS($this->ID), $create);
H A Dproject_file.php67 $id = getNS($ID) . ':' . $this->name;
87 $id = getNS($ID) . ':' . $this->name;
229 if (!getNS($id))
/plugin/projects/action/
H A Daction.php70 $project = getNS($ID);
77 $parent = getNS($project);
270 if (getNS($name)) $ID = $id;
331 $project = Project::project(getNS($file_id));
/plugin/showlinkpermission/
H A Drenderer.php51 resolve_pageid(getNS($ID),$id,$exists);
/plugin/preservefilenames/
H A Daction_angua.php378 $ns = getNS($item['id']);
447 $ns = getNS($item['id']);
H A Daction_anteater.php177 $ns = getNS($ID);
H A Daction_adorabelle.php63 $ns = getNS($item['id']);
132 $ns = getNS($item['id']);
/plugin/composer/
H A Dsyntax.php360 $iNS = getNS($incl);
361 $iID = getNS($ID);
/plugin/solr/
H A Dhelper.php105 $ns = getNS($id);
/plugin/mindmap/
H A Dsyntax.php480 'ns' => getNS($mid),
/plugin/unusedmedias/admin/
H A Dlist.php88 …'mediadir'],'search_media', array('showmsg'=>true,'depth'=>500),str_replace(':', '/', getNS($ID)));
108 ptln('<h1>' . $this->getLang('title') . ' : '.getNS($ID).'</h1>');
/plugin/pagemove/_test/
H A Dpagemove.test.php172 $opts['ns'] = getNS($ID);
290 $opts['ns'] = getNS($ID);
408 $opts['ns'] = getNS($ID);
/plugin/pagemove/
H A Dadmin.php129 $ns = getNS($ID);
290 $this->opts['ns'] = getNS($ID);
454 $pageOpts['ns'] = getNS($ID);
552 $tns = getNS($lid);
578 $tns = getNS($lid);
644 $bns = getNS($backlinkingId);
795 resolve_pageid(getNS($id), $absoluteMatchId, $exists);
818 $mns = getNS($mid);
823 $mid = getNS($id).':'.substr($mid, 1);
827 $mid = getNS($id) . ':' . $mid;
[all …]
/plugin/new_page_dialog/
H A Dhelper.php63 $params['idx'] = ":" . getNS($ID);
/plugin/zoom/
H A Dsyntax.php112 $data['image'] = resolve_id(getNS($ID),$img);
/plugin/jsonrpc/
H A Djsonrpc.php126 if (auth_quickaclcheck(getNS($id).':*') < AUTH_READ)
146 if ((auth_quickaclcheck(getNS($id).':*') >= AUTH_READ) && file_exists($file)){
251 $ns = getNS($id);
372 $auth = auth_quickaclcheck(getNS($id).':*');
433 $auth = auth_quickaclcheck(getNS($id).':*');
/plugin/translation3/
H A Dhelper.php322 resolve_pageid(getNS($ID),$link,$exists);
/plugin/usersubscriptions/
H A Dsyntax.php97 if(!getNS($id)) {
98 $file = metaFN(getNS($id), '.mlist');
100 $file = metaFN(getNS($id), '/.mlist');
132 $ns = getNS($ID);
/plugin/sidebarng/
H A Daction.php117 if($always or (!$always && !getNS($ID))) {
/plugin/regex_template/
H A Daction.php65 $tpl = str_replace('@NS@',getNS($id),$tpl);
/plugin/sidebar/
H A Daction.php79 $fileSidebar = $this->getSidebarFN(getNS($ID), $this->getConf('page'));
108 $fileSidebar = $this->getSidebarFN(getNS($ID), $this->getConf('page'));
/plugin/freesync/
H A Dhelper.php192 "lperms" => auth_quickaclcheck(getNS($file['id']).':*'),
361 if (auth_quickaclcheck(getNS($id).':*') < AUTH_READ)
427 $auth = auth_quickaclcheck(getNS($id).':*');
/plugin/offline/
H A Drenderer.php257 resolve_pageid(getNS($ID),$id,$exists);
/plugin/prolog/
H A Dattribute_include.php168 $headNS = getNS($headID);
203 $abs = DOKU_PAGES.'/'.str_replace(':','/',getNS($ID));
/plugin/superacl/
H A Dadmin.php609 $location = getNS($location);
613 $ns = getNS($ID);

1...<<1112