Searched full:auth_acl_check (Results 1 – 10 of 10) sorted by relevance
/plugin/combo/action/ |
H A D | pageprotection.php | 31 * https://www.dokuwiki.org/devel:event:auth_acl_check 33 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, 'handleAclCheck', array()); 107 * https://www.dokuwiki.org/devel:event:auth_acl_check 141 * https://www.dokuwiki.org/devel:event:auth_acl_check
|
H A D | svg.php | 43 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'svg_mime');
|
/plugin/sneakyindexfix/ |
H A D | action.php | 20 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, '_acl_check');
|
/plugin/aclregex/ |
H A D | action.php | 23 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, '_handle_aclregex_check'); 27 * Event handler run before AUTH_ACL_CHECK
|
/plugin/iptrust2/ |
H A D | action.php | 23 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, 'ip_group', array());
|
/plugin/ipgroup/ |
H A D | action.php | 23 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'start');
|
/plugin/aclplusregex/ |
H A D | action.php | 48 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handle_acl', $mode);
|
/plugin/combo/ComboStrap/ |
H A D | DokuPath.php | 159 * https://www.dokuwiki.org/devel:event:auth_acl_check
|
H A D | Page.php | 211 * Don't use ACL otherwise the ACL protection event 'AUTH_ACL_CHECK' will kick in
|
/dokuwiki/inc/ |
H A D | auth.php | 595 * @triggers AUTH_ACL_CHECK 608 return Event::createAndTrigger('AUTH_ACL_CHECK', $data, 'auth_aclcheck_cb');
|