/plugin/sneakyindexfix/_test/ |
H A D | main.test.php | 13 global $AUTH_ACL; 18 $this->oldAuthAcl = $AUTH_ACL; 33 global $AUTH_ACL; 42 global $AUTH_ACL; 43 $AUTH_ACL = $this->oldAuthAcl; 49 $AUTH_ACL[] = 'private:public:* @ALL 8'; 56 global $AUTH_ACL; 61 $AUTH_ACL[] = 'private:public:* @ALL 8'; 69 global $AUTH_ACL; 73 $AUTH_ACL[] = 'private:public:public @ALL 1';
|
/plugin/move/_test/ |
H A D | mediamove.test.php | 45 global $AUTH_ACL; 46 $AUTH_ACL[] = "wiki:*\t@ALL\t16"; 47 $AUTH_ACL[] = "foobar:*\t@ALL\t8"; 68 global $AUTH_ACL; 69 $AUTH_ACL[] = "wiki:*\t@ALL\t16"; 70 $AUTH_ACL[] = "foobar:*\t@ALL\t16"; 71 $AUTH_ACL[] = "*\t@ALL\t8"; 102 global $AUTH_ACL; 103 $AUTH_ACL[] = "wiki:*\t@ALL\t16"; 104 $AUTH_ACL[] [all...] |
H A D | namespace_move.test.php | 41 global $AUTH_ACL; 43 $AUTH_ACL[] = "wiki:*\t@ALL\t16"; 232 global $AUTH_ACL; 234 $AUTH_ACL[] = "oldns:*\t@ALL\t16"; 235 $AUTH_ACL[] = "newns:*\t@ALL\t16"; 277 global $AUTH_ACL; 279 $AUTH_ACL[] = "oldns:*\t@ALL\t16"; 280 $AUTH_ACL[] = "newns:*\t@ALL\t16"; 315 global $AUTH_ACL; 317 $AUTH_ACL[] [all...] |
/plugin/elasticsearch/_test/ |
H A D | acl.test.php | 131 global $AUTH_ACL; 132 $AUTH_ACL = $this->acl; 146 global $AUTH_ACL; 147 $AUTH_ACL = $this->acl;
|
/plugin/permissioninfo/ |
H A D | admin.php | 225 global $AUTH_ACL; 227 foreach($AUTH_ACL as $a) 250 global $AUTH_ACL; 252 foreach($AUTH_ACL as $a) 271 $AUTH_ACL = $this->_auth_loadACL(); //without %USER% replacement 273 foreach($AUTH_ACL as $a) 296 global $AUTH_ACL; 298 foreach($AUTH_ACL as $a) 357 $AUTH_ACL = $this->_auth_loadACL(); //without user replacement 361 foreach($AUTH_ACL as $a)
|
/plugin/structgroup/helper/ |
H A D | authgroup.php | 14 global $AUTH_ACL; 15 if (!isset($AUTH_ACL) || !is_array($AUTH_ACL)) return array(); 19 foreach($AUTH_ACL as $line){
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | check_acl.php | 20 global $AUTH_ACL; 25 $AUTH_ACL = array(); variable 27 $AUTH_ACL = file(DOKU_CONF . '/acl.auth.php'); variable 43 global $AUTH_ACL; 44 $AUTH_ACL = auth_loadACL($AUTH_ACL); 82 $matches = preg_grep('/^'.preg_quote($id,'/').'\s+('.$regexp.')\s+/'.$ci,$AUTH_ACL); 106 $matches = preg_grep('/^'.$path.'\s+('.$regexp.')\s+/'.$ci,$AUTH_ACL);
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | check_acl.php | 20 global $AUTH_ACL; 25 $AUTH_ACL = array(); variable 34 $AUTH_ACL = file($auth_file); variable 49 global $AUTH_ACL; 50 $AUTH_ACL = auth_loadACL($AUTH_ACL); 87 $matches = preg_grep('/^'.preg_quote($id, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL); 117 $matches = preg_grep('/^'.preg_quote($path, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | check_acl.php | 20 global $AUTH_ACL; 25 $AUTH_ACL = array(); variable 34 $AUTH_ACL = file($auth_file); variable 49 global $AUTH_ACL; 50 $AUTH_ACL = auth_loadACL($AUTH_ACL); 87 $matches = preg_grep('/^'.preg_quote($id, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL); 117 $matches = preg_grep('/^'.preg_quote($path, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
|
/plugin/daftdrafts/ |
H A D | helper.php | 88 $AUTH_ACL = $acl_config; 102 global $AUTH_ACL; 103 $acl_config = $AUTH_ACL; 111 $AUTH_ACL = $new_config;
|
H A D | action.php | 110 global $AUTH_ACL, $ID, $INFO; 111 $autorizationList = $AUTH_ACL; 115 $autorizationList = $AUTH_ACL;
|
/plugin/dokutranslate/ |
H A D | admin.php | 52 global $AUTH_ACL; 57 $AUTH_ACL = loadModlist(); 93 foreach($AUTH_ACL as $line){ 112 $AUTH_ACL = loadModlist(); 315 global $AUTH_ACL; 317 $this->acl = parseModlist($AUTH_ACL);
|
/plugin/include/_test/ |
H A D | safeindex.test.php | 15 global $AUTH_ACL; 19 $AUTH_ACL = array(
|
/plugin/aclinfo/ |
H A D | syntax.php | 84 global $AUTH_ACL; 91 $matches = preg_grep('/^'.preg_quote($id,'/').'\s+/',$AUTH_ACL); 109 $matches = preg_grep('/^'.$path.'\s+/',$AUTH_ACL);
|
/plugin/publish/_test/ |
H A D | publish.test.php | 34 global $AUTH_ACL; 37 $AUTH_ACL = array(
|
/plugin/iptrust2/ |
H A D | action.php | 104 global $AUTH_ACL; 111 $matches = preg_grep('/^'.preg_quote($id,'/').'\s+/',$AUTH_ACL); 129 $matches = preg_grep('/^'.$path.'\s+/',$AUTH_ACL);
|
/plugin/aclregex/ |
H A D | action.php | 50 …global $AUTH_ACL; // @var string[] $AUTH_ACL Strings in the form <object>\t<subject>[… 69 if (! count($AUTH_ACL)) { 110 foreach ($AUTH_ACL as $acl) {
|
/plugin/sneakyindexfix/ |
H A D | action.php | 42 global $AUTH_ACL; 81 … $matches = preg_grep('/^'.preg_quote($ns, '/').':[\w:\*]+[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
|
/plugin/elasticsearch/ |
H A D | cli.php | 66 global $AUTH_ACL; 67 if (!$AUTH_ACL) auth_setup();
|
/plugin/evesso/ |
H A D | action.php | 59 global $AUTH_ACL, $ID; 62 foreach ($AUTH_ACL as $index => $value) { //Search 73 foreach ($AUTH_ACL as $index => $value) { 82 $AUTH_ACL[$index] = $acl[0] . ' ' . $acl[1] . ' ' . '0';
|
/plugin/pdb/classes/ |
H A D | cache.php | 115 global $AUTH_ACL; 120 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
|
/plugin/cache/ |
H A D | plugin_cache.php | 122 global $AUTH_ACL; 127 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
|
/plugin/pubchem/classes/ |
H A D | cache.php | 115 global $AUTH_ACL;
120 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
|
/plugin/pubmed/classes/ |
H A D | cache.php | 115 global $AUTH_ACL;
120 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php'); // Reload ACL
|
/plugin/404manager/_test/ |
H A D | manager.test.php | 368 global $AUTH_ACL; 370 $AUTH_ACL = file($aclReadOnlyFile);
|