/plugin/wysiwyg/ |
H A D | ajax.php | 77 $aclLevel = auth_aclcheck($ID,$user,$groups); 123 $aclLevel = auth_aclcheck($ID,$user,$groups); 150 $aclLevel = auth_aclcheck($ID,$user,$groups);
|
/plugin/combo/ComboStrap/ |
H A D | Identity.php | 137 $perm = auth_aclcheck($wikiId, '', null); 212 $perm = auth_aclcheck($wikiId, '', null);
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 271 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps); 291 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 296 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
|
/plugin/singlesearchresult/ |
H A D | action.php | 33 $perm = auth_aclcheck($pageid, '', null);
|
/plugin/elasticsearch/_test/ |
H A D | acl.test.php | 134 $this->assertSame($expected, auth_aclcheck($page, $user, [$group]));
|
/plugin/docsearchsitemap/ |
H A D | action.php | 54 if(auth_aclcheck($id,'','') < AUTH_READ) continue;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 255 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps); 275 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 280 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
|
H A D | commands.php | 64 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1); 593 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'],1);
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | config.php | 257 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps); 277 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps); 282 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
|
/plugin/random_page/ |
H A D | action.php | 59 $testACL = auth_aclcheck($id, $_SERVER['REMOTE_USER'], $USERINFO['grps']);
|
/plugin/bureaucracy-au/helper/ |
H A D | action.php | 108 $auth = auth_aclcheck($id, $runas, array());
|
/plugin/bureaucracyau/helper/ |
H A D | action.php | 108 $auth = auth_aclcheck($id, $runas, array());
|
/plugin/bureaucracy/helper/ |
H A D | action.php | 108 $auth = auth_aclcheck($id, $runas, array());
|
/plugin/rating/ |
H A D | syntax.php | 80 if (auth_aclcheck($item['page'],'',null) < AUTH_READ) continue;
|
/plugin/showlinkpermission/ |
H A D | renderer.php | 70 if(!$isImage && auth_aclcheck($id, $user, $groups) < AUTH_READ) {
|
/plugin/top/ |
H A D | syntax.php |
|
/plugin/nstoc/ |
H A D | syntax.php | 678 if ((0 < auth_aclcheck($entry, $u, $g)) 691 if ((0 < auth_aclcheck($entry, $u, $g))
|
/plugin/drawio/ |
H A D | action.php | 75 $auth = auth_aclcheck($id, $user, $groups);
|
/plugin/404manager/ |
H A D | action.php | 419 $perm = auth_aclcheck($ID, '', null); 444 $perm = auth_aclcheck($targetPage, '', null);
|
/plugin/nsexport/packer/ziphtml/ |
H A D | zip.php | 128 if( auth_aclcheck($ID, $user, $groups) < AUTH_READ ) continue;
|
/plugin/spatialhelper/helper/ |
H A D | sitemap.php | 155 if (auth_aclcheck($id, '', null) < AUTH_READ) {
|
/plugin/pdb/classes/ |
H A D | cache.php | 114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
|
/plugin/cache/ |
H A D | plugin_cache.php | 121 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
|
/plugin/pubchem/classes/ |
H A D | cache.php | 114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
|
/plugin/pubmed/classes/ |
H A D | cache.php | 114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
|