Home
last modified time | relevance | path

Searched refs:getNS (Results 126 – 150 of 280) sorted by relevance

12345678910>>...12

/plugin/panoview/
H A Dtiles.php28 if(auth_quickaclcheck(getNS($data['id']).':X') < AUTH_READ) $pl->gfx_error('noauth');
/plugin/nslist/
H A Dsyntax.php59 'ns' => getNS($ID),
/plugin/eventline/
H A Dplain.php111 resolve_mediaid(getNS($ID),$src, $exists);
137 resolve_pageid(getNS($ID),$id,$exists);
/plugin/elasticsearch/action/
H A Dindexing.php253 $data['namespace'] = getNS($id);
291 $data['namespace'] = getNS($fileId);
/plugin/editor/
H A Dsyntax.php43 elseif ($ns == '.') $ns = getNS($ID);
/plugin/log/
H A Dcommon.php22 $logpage = getNS($id) . ':' . $plugin->getConf('logpage');
/plugin/autolink4/syntax/
H A Dallwords.php69 $ns = getNS($ID);
/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/mediasyntax/
H A Dhelper.php240 resolve_pageid(getNS($scope), $page, $exists); // resolve shortcuts
335 $ns = getNS($page);
376 $ins[$i][1][0] = getNS($ns) . ':' . substr($ins[$i][1][0], 2); // parent namespace
/plugin/odt/renderer/
H A Dbook.php126 resolve_pageid(getNS($ID),$id,$exists);
/plugin/combo/ComboStrap/
H A DFsWikiUtility.php191 'ns' => getNS($startPath),
/plugin/backlinks/
H A Dsyntax.php92 resolve_pageid(getNS($id), $match, $exists);
/plugin/include/
H A Dhelper.php305 $ns = getNS($page);
547 $ns = getNS($page);
728 resolve_pageid(getNS($parent_id), $page, $exists); // resolve shortcuts and clean ID
846 resolve_pageid(getNS($parent_id), $testpage, $exists);
/plugin/feed/
H A Dsyntax.php96 $namespace = getNS($ID);
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php85 if (auth_quickaclcheck(getNS($media) . ':X') < AUTH_READ) {
/plugin/tagging/
H A Dsyntax.php102 $data['ns'] = resolve_id(getNS($ID), $data['ns'] . ':');
/plugin/magnifier/
H A Dsyntax.php53 $page = resolve_id(getNS($ID),$id);
/plugin/zoom/
H A Dsyntax.php112 $data['image'] = resolve_id(getNS($ID),$img);
/plugin/owncloud/tpl/
H A Ddetail.php160 $imgNS = getNS($IMG);
/plugin/backlinks2/
H A Dsyntax.php94 resolve_pageid(getNS($id), $match, $exists);
/plugin/composer/
H A Dsyntax.php360 $iNS = getNS($incl);
361 $iID = getNS($ID);
/plugin/jukebox/
H A Dsyntax.php58 $data['ns'] = resolve_id(getNS($ID),$ns);
/plugin/pagemod/helper/
H A Dpagemod.php40 resolve_pageid(getNS($ID), $page_to_modify, $ignored);
/plugin/displayorphans/
H A Dhelper.php87 { resolve_pageid(getNS($source), $target, $exists); return $target; }
/plugin/menupopup/
H A Dsyntax.php195 resolve_pageid(getNS($ID),$page,$exists); // resolve shortcuts

12345678910>>...12