Home
last modified time | relevance | path

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

12

/plugin/wysiwyg/
H A Dajax.php77 $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 DIdentity.php137 $perm = auth_aclcheck($wikiId, '', null);
212 $perm = auth_aclcheck($wikiId, '', null);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
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/singlesearchresult/
H A Daction.php35 $perm = auth_aclcheck($pageid, '', null);
/plugin/elasticsearch/_test/
H A Dacl.test.php134 $this->assertSame($expected, auth_aclcheck($page, $user, [$group]));
/plugin/docsearchsitemap/
H A Daction.php54 if(auth_aclcheck($id,'','') < AUTH_READ) continue;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
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);
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);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
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/random_page/
H A Daction.php59 $testACL = auth_aclcheck($id, $_SERVER['REMOTE_USER'], $USERINFO['grps']);
/plugin/bureaucracy-au/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/bureaucracy/helper/
H A Daction.php108 $auth = auth_aclcheck($id, $runas, array());
/plugin/rating/
H A Dsyntax.php80 if (auth_aclcheck($item['page'],'',null) < AUTH_READ) continue;
/plugin/showlinkpermission/
H A Drenderer.php70 if(!$isImage && auth_aclcheck($id, $user, $groups) < AUTH_READ) {
/plugin/top/
H A Dsyntax.php89 if (auth_aclcheck($item['page'],'',null) < 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/drawio/
H A Daction.php75 $auth = auth_aclcheck($id, $user, $groups);
/plugin/404manager/
H A Daction.php419 $perm = auth_aclcheck($ID, '', null);
444 $perm = auth_aclcheck($targetPage, '', null);
/plugin/nsexport/packer/ziphtml/
H A Dzip.php128 if( auth_aclcheck($ID, $user, $groups) < AUTH_READ ) continue;
/plugin/spatialhelper/helper/
H A Dsitemap.php155 if (auth_aclcheck($id, '', null) < AUTH_READ) {
/plugin/pdb/classes/
H A Dcache.php114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
/plugin/cache/
H A Dplugin_cache.php121 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
/plugin/pubchem/classes/
H A Dcache.php114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
/plugin/pubmed/classes/
H A Dcache.php114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){

12