Home
last modified time | relevance | path

Searched full:auth_acl_check (Results 1 – 12 of 12) sorted by last modified time

/dokuwiki/inc/
H A Dauth.php681 * @triggers AUTH_ACL_CHECK
695 return Event::createAndTrigger('AUTH_ACL_CHECK', $data, 'auth_aclcheck_cb');
/plugin/dev/
H A Devents.txt9 AUTH_ACL_CHECK
/plugin/combo/action/
H A Dpageprotection.php39 * https://www.dokuwiki.org/devel:event:auth_acl_check
41 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, 'handleAclCheck', array());
115 * https://www.dokuwiki.org/devel:event:auth_acl_check
156 * https://www.dokuwiki.org/devel:event:auth_acl_check
H A Dsvg.php26 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'svg_mime');
H A Dtxt.php30 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'txt_mime');
/plugin/combo/ComboStrap/
H A DWikiPath.php213 * https://www.dokuwiki.org/devel:event:auth_acl_check
/plugin/structacl/
H A Daction.php19 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handleAclCheck', $mode);
23 * Event handler for AUTH_ACL_CHECK.
/plugin/iptrust2/
H A Daction.php23 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, 'ip_group', array());
/plugin/ipgroup/
H A Daction.php23 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'start');
/plugin/aclplusregex/
H A Daction.php52 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handleAcl', $mode);
/plugin/sneakyindexfix/
H A Daction.php20 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, '_acl_check');
/plugin/aclregex/
H A Daction.php23 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, '_handle_aclregex_check');
27 * Event handler run before AUTH_ACL_CHECK