Home
last modified time | relevance | path

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

/dokuwiki/inc/Sitemap/
H A DMapper.php67 if (auth_aclcheck($id, '', []) < AUTH_READ) continue;
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php267 $level = auth_aclcheck($id, $user, $userinfo['grps']);
/dokuwiki/inc/
H A Dauth.php656 * Convinience function for auth_aclcheck()
673 return auth_aclcheck($id, $INPUT->server->str('REMOTE_USER'), is_array($USERINFO) ? $USERINFO['grps'] : []);
687 function auth_aclcheck($id, $user, $groups)
701 * DO NOT CALL DIRECTLY, use auth_aclcheck() instead
596 function auth_aclcheck($id, $user, $groups) { global() function
H A Dcommon.php192 $info['perm'] = auth_aclcheck($id, '', null);
H A Dmedia.php138 if (auth_aclcheck(getNS($id) . ':*', '', []) >= AUTH_READ) return true;
/dokuwiki/lib/plugins/acl/
H A Dadmin.php471 $perm = auth_aclcheck($check, $user, $groups);
/dokuwiki/inc/Remote/
H A DApiCore.php226 return auth_aclcheck($page, $user, $groups);