Home
last modified time | relevance | path

Searched full:common_user_link (Results 1 – 7 of 7) sorted by path

/dokuwiki/inc/
H A Dcommon.php1656 * @triggers COMMON_USER_LINK
1694 $evt = new Event('COMMON_USER_LINK', $data);
/plugin/authphpbb3/
H A Daction.php25 $controller->register_hook('COMMON_USER_LINK', 'AFTER', $this, 'handle_user_link');
/plugin/authsmf20/
H A Daction.php29 $controller->register_hook('COMMON_USER_LINK', 'AFTER', $this, 'hookUserLink');
/plugin/dev/
H A Devents.txt16 COMMON_USER_LINK
/plugin/hidingip/
H A Daction.php33 …ch('userlink', $whentohide) !== FALSE ) $controller->register_hook('COMMON_USER_LINK', 'BEFORE', $…
/plugin/hidingip/lang/en/
H A Dsettings.php8 $lang['whenToHide_userlink'] = 'COMMON_USER_LINK event (such as page locking and showing "last modi…
/plugin/userhomepage/
H A Daction.php23 $controller->register_hook('COMMON_USER_LINK', 'AFTER', $this, 'replaceUserLink',array());