Lines Matching refs:ID
14 global $ID;
20 if(is_file(wikiFN($ID))) return;
28 if(strpos($ID,$exclude)!==false) return;
50 global $ID;
51 if(auth_quickaclcheck($ID)>=AUTH_EDIT) return;
55 global $ID;
58 if($index == '@subpage_with_same_name') $index = noNS($ID);
59 if(is_file(wikiFN("$ID:$index"))){
62 if(auth_quickaclcheck($ID)>=AUTH_CREATE) $get['whennotfounded']=$ID;
63 header("Location: ".wl("$ID:$index", $get,null,'&'));
69 global $ID;
72 if($id=$h->getavailableid($ID)){
75 if(auth_quickaclcheck($ID)>=AUTH_CREATE) $get['whennotfounded']=$ID;
81 global $ID;
82 …if(!is_dir(dirname(wikiFN("$ID:dummy"))) || !($h =& plugin_load('syntax', 'indexmenu_indexmenu')))…
85 $handled = $h->handle("{{indexmenu>:$ID#2|js#default}}",$renderer,null,$handler);
90 …msg("The page you requested [".hsc($ID)."] is a namespace and does not exist as a separate page. A…
91 ….( auth_quickaclcheck($ID)>=AUTH_CREATE ? " You may also <a href='".wl($ID, "do=edit")."'>create a…
97 global $ID;
99 …msg("The page you requested [".hsc($ID)."] is a namespace and does not exist as a separate page. A…
100 ….( auth_quickaclcheck($ID)>=AUTH_CREATE ? " You may also <a href='".wl($ID, "do=edit")."'>create a…