| /dokuwiki/_test/tests/inc/ |
| H A D | PageUtilsIsHiddenPage.test.php | 39 $EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'BEFORE', $this, 'alwaysHide'); 51 $EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'BEFORE', $this, 'showBefore'); 65 $EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'AFTER', $this, 'alwaysHide'); 73 …$EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'AFTER', $this, 'hideBeforeWithoutPrevent'); 85 $EVENT_HANDLER->register_hook('PAGEUTILS_ID_HIDEPAGE', 'AFTER', $this, 'showAfter');
|
| H A D | events_nested.test.php | 16 $EVENT_HANDLER->register_hook('NESTED_EVENT', 'BEFORE', null, 26 $EVENT_HANDLER->register_hook('NESTED_EVENT', 'BEFORE', null,
|
| H A D | parserutils_set_metadata_during_rendering.test.php | 27 $EVENT_HANDLER->register_hook( 34 $EVENT_HANDLER->register_hook( 41 …$EVENT_HANDLER->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'helper_inject_test_instruct…
|
| H A D | common_saveWikiText.test.php | 282 $EVENT_HANDLER->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'handle_write');
|
| /dokuwiki/_test/tests/test/ |
| H A D | globals.test.php | 18 $EVENT_HANDLER->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', null, 39 $EVENT_HANDLER->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', null,
|
| H A D | hooks.test.php | 14 $EVENT_HANDLER->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', null,
|
| H A D | plugins_defaults.test.php | 14 $EVENT_HANDLER->register_hook('TESTING_PLUGIN_INSTALLED', 'AFTER', null,
|
| H A D | plugins.test.php | 22 $EVENT_HANDLER->register_hook('TESTING_PLUGIN_INSTALLED', 'AFTER', null,
|
| H A D | reset.test.php | 16 $EVENT_HANDLER->register_hook('DOKUWIKI_STARTED', 'AFTER', null,
|
| /dokuwiki/lib/plugins/testing/ |
| H A D | action.php | 19 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'dokuwikiStarted');
|
| /dokuwiki/lib/plugins/testing/_test/ |
| H A D | dummy_plugin_integration_test.test.php | 22 $EVENT_HANDLER->register_hook('TESTING_PLUGIN_INSTALLED', 'AFTER', null,
|
| /dokuwiki/lib/plugins/authad/ |
| H A D | action.php | 24 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'handleAuthLoginCheck'); 25 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleFormLoginOutput');
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | action.php | 18 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'pruneLogs');
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | action.php | 23 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handleHeader');
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | ajax_requests.test.php | 78 $EVENT_HANDLER->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', null, 91 $EVENT_HANDLER->register_hook('AJAX_CALL_UNKNOWN', 'AFTER', null,
|
| /dokuwiki/lib/plugins/popularity/ |
| H A D | action.php | 27 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'autosubmit', []);
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | action.php | 24 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjaxToggle');
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | action.php | 27 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjaxCallAcl');
|
| /dokuwiki/lib/plugins/safefnrecode/ |
| H A D | action.php | 18 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'handleIndexerTasksRun');
|
| /dokuwiki/inc/Extension/ |
| H A D | EventHandler.php | 50 public function register_hook($event, $advise, $obj, $method, $param = null, $seq = 0) function in dokuwiki\\Extension\\EventHandler
|