Home
last modified time | relevance | path

Searched refs:auth_aclcheck (Results 1 – 25 of 38) sorted by path

12

/plugin/404manager/
H A Daction.php419 $perm = auth_aclcheck($ID, '', null);
444 $perm = auth_aclcheck($targetPage, '', null);
/plugin/autlogin/
H A Daction.php107 if(auth_aclcheck($ID,$best,$groups) == AUTH_NONE)
H A Dadmin.php187 … if(((auth_aclcheck($page,$alias,$groups)) != $perm) && $flags == 1){//if number was change
/plugin/bureaucracy-au/helper/
H A Daction.php108 $auth = auth_aclcheck($id, $runas, array());
/plugin/bureaucracy/helper/
H A Daction.php108 $auth = auth_aclcheck($id, $runas, array());
/plugin/bureaucracyau/helper/
H A Daction.php108 $auth = auth_aclcheck($id, $runas, array());
/plugin/cache/
H A Dplugin_cache.php121 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php47 function auth_aclcheck($id,$user,$groups, $_auth=1){ function
H A Dcommands.php64 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
593 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'],1);
H A Dconfig.php255 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps);
275 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
280 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php47 function auth_aclcheck($id,$user,$groups, $_auth=1){ function
H A Dcommands.php63 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
588 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'],1);
H A Dconfig.php257 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps);
277 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
282 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
/plugin/combo/ComboStrap/
H A DIdentity.php137 $perm = auth_aclcheck($wikiId, '', null);
212 $perm = auth_aclcheck($wikiId, '', null);
/plugin/davcal/
H A Dhelper.php597 $acl = auth_aclcheck($page, $user, $groups);
/plugin/docsearchsitemap/
H A Daction.php54 if(auth_aclcheck($id,'','') < AUTH_READ) continue;
/plugin/drawio/
H A Daction.php75 $auth = auth_aclcheck($id, $user, $groups);
/plugin/elasticsearch/_test/
H A Dacl.test.php134 $this->assertSame($expected, auth_aclcheck($page, $user, [$group]));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php41 function auth_aclcheck($id,$user,$groups, $_auth=1){ function
H A Dcommands.php65 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'], 1);
577 $AUTH = auth_aclcheck($test, $_SESSION['dwfck_client'] , $_SESSION['dwfck_grps'],1);
H A Dconfig.php271 $AUTH = auth_aclcheck($test,$dwfck_client,$usergrps);
291 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
296 $AUTH = auth_aclcheck(':*', $dwfck_client,$usergrps);
/plugin/include/
H A Daction.php75 if (auth_aclcheck($page['id'], '', array()) < AUTH_READ) { // is $page public?
/plugin/nsexport/packer/ziphtml/
H A Dzip.php128 if( auth_aclcheck($ID, $user, $groups) < AUTH_READ ) continue;
/plugin/nstoc/
H A Dsyntax.php678 if ((0 < auth_aclcheck($entry, $u, $g))
691 if ((0 < auth_aclcheck($entry, $u, $g))
/plugin/pdb/classes/
H A Dcache.php114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){

12