Searched full:auth_acl_check (Results 1 – 12 of 12) sorted by relevance
/plugin/structacl/ |
H A D | action.php | 19 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handleAclCheck', $mode); 23 * Event handler for AUTH_ACL_CHECK.
|
/plugin/combo/action/ |
H A D | pageprotection.php | 37 * https://www.dokuwiki.org/devel:event:auth_acl_check 39 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, 'handleAclCheck', array()); 113 * https://www.dokuwiki.org/devel:event:auth_acl_check 154 * https://www.dokuwiki.org/devel:event:auth_acl_check
|
H A D | txt.php | 30 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'txt_mime');
|
H A D | svg.php | 26 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'svg_mime');
|
/plugin/dev/ |
H A D | events.txt | 9 AUTH_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/sneakyindexfix/ |
H A D | action.php | 20 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, '_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);
|
/dokuwiki/inc/ |
H A D | auth.php | 590 * @triggers AUTH_ACL_CHECK 603 return Event::createAndTrigger('AUTH_ACL_CHECK', $data, 'auth_aclcheck_cb');
|
/plugin/combo/ComboStrap/ |
H A D | WikiPath.php | 213 * https://www.dokuwiki.org/devel:event:auth_acl_check
|