| /plugin/passpolicy/ |
| D | action.php | 26 $controller->register_hook('FORM_REGISTER_OUTPUT', 'BEFORE', $this, 'handleForms'); 27 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handleForms'); 28 $controller->register_hook('FORM_RESENDPWD_OUTPUT', 'BEFORE', $this, 'handleForms'); 30 $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handleForms'); 31 $controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handleForms'); 32 $controller->register_hook('HTML_RESENDPWDFORM_OUTPUT', 'BEFORE', $this, 'handleForms'); 34 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'handlePasschange'); 36 $controller->register_hook('AUTH_PASSWORD_GENERATE', 'BEFORE', $this, 'handlePassgen'); 38 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax'); 41 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleResendPwd'); [all …]
|
| /plugin/siteexport/action/ |
| D | startup.php | 21 $controller->register_hook('INIT_LANG_LOAD', 'BEFORE', $this, 'siteexport_check_template'); 22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'siteexport_check_template'); 23 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'siteexport_check_export'); 24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'siteexport_addpage'); 25 … $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'siteexport_metaheaders'); 26 $controller->register_hook('JS_CACHE_USE', 'BEFORE', $this, 'siteexport_check_js_cache'); 28 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'siteexport_toolbar_define'); 30 …$controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'siteexport_add_page_exp… 31 …$controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'siteexport_add_svg_page_export'…
|
| /plugin/include/ |
| H A D | action.php | 30 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handle_indexer'); 31 … $controller->register_hook('INDEXER_VERSION_GET', 'BEFORE', $this, 'handle_indexer_version'); 32 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare'); 33 … $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove 34 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form'); 35 …$controller->register_hook('HTML_CONFLICTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo re… 36 $controller->register_hook('FORM_CONFLICT_OUTPUT', 'BEFORE', $this, 'handle_form'); 37 …$controller->register_hook('HTML_DRAFTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove 38 $controller->register_hook('FORM_DRAFT_OUTPUT', 'BEFORE', $this, 'handle_form'); 39 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect'); [all …]
|
| /plugin/captcha/ |
| D | action.php | 24 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleCaptchaInput', []); 27 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []); 30 $controller->register_hook('FORM_REGISTER_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []); 33 … $controller->register_hook('FORM_RESENDPWD_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []); 36 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleFormOutput', []); 39 $controller->register_hook('AUTH_LOGIN_CHECK', 'BEFORE', $this, 'handleLogin', []); 42 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'handleIndexer', []); 46 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleAuth', []);
|
| /plugin/semantic/ |
| D | action.php | 35 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'website'); 36 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'json_ld'); 40 … $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'meta_description'); 44 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'meta_author'); 48 … $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'meta_dublin_core'); 52 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'meta_open_graph'); 56 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajax'); 59 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'jsinfo');
|
| /plugin/watchcycle/ |
| D | action.php | 30 …$controller->register_hook('PARSER_METADATA_RENDER', 'AFTER', $this, 'handleParserMetadataRender'); 31 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'handleParserCacheUse'); 33 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handlePagesaveBefore'); 34 …$controller->register_hook('SEARCH_RESULT_PAGELOOKUP', 'BEFORE', $this, 'addIconToPageLookupResult… 35 … $controller->register_hook('SEARCH_RESULT_FULLPAGE', 'BEFORE', $this, 'addIconToFullPageResult'); 36 $controller->register_hook('FORM_SEARCH_OUTPUT', 'BEFORE', $this, 'addFilterToSearchForm'); 37 …$controller->register_hook('FORM_QUICKSEARCH_OUTPUT', 'BEFORE', $this, 'handleFormQuicksearchOutpu… 38 $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'AFTER', $this, 'filterSearchResults'); 39 … $controller->register_hook('SEARCH_QUERY_PAGELOOKUP', 'AFTER', $this, 'filterSearchResults'); 41 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handleToolbarDefine'); [all …]
|
| /plugin/spatialhelper/ |
| D | action.php | 43 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handleIndexerPageAdd'); 44 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'removeFromIndex'); 47 … $controller->register_hook('SITEMAP_GENERATE', 'BEFORE', $this, 'handleSitemapGenerateBefore'); 49 … $controller->register_hook('SITEMAP_GENERATE', 'AFTER', $this, 'handleSitemapGenerateAfter'); 52 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleActionActPreprocess', … 54 $controller->register_hook( 62 $controller->register_hook( 71 … $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, 'handleMediaUploaded', []); 72 $controller->register_hook('MEDIA_DELETE_FILE', 'BEFORE', $this, 'handleMediaDeleted', []); 74 … $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handleMetaheaderOutput'); [all …]
|
| /plugin/strata/ |
| D | action.php | 25 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_io_page_write'); 26 …$controller->register_hook('PARSER_METADATA_RENDER', 'BEFORE', $this, '_parser_metadata_render_bef… 27 …$controller->register_hook('STRATA_PREVIEW_METADATA_RENDER', 'BEFORE', $this, '_parser_metadata_re… 28 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, '_preview_before'); 29 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_preview_after'); 31 …$controller->register_hook('PARSER_METADATA_RENDER', 'AFTER', $this, '_parser_metadata_render_afte… 32 …$controller->register_hook('STRATA_PREVIEW_METADATA_RENDER', 'AFTER', $this, '_parser_metadata_ren…
|
| /plugin/requiz/ |
| D | action.php | 21 $controller->register_hook('ACTION_ACT_PREPROCESS', 28 $controller->register_hook('HTML_EDITFORM_INJECTION', 35 $controller->register_hook('HTML_EDITFORM_OUTPUT', 43 $controller->register_hook('HTML_REGISTERFORM_INJECTION', 50 $controller->register_hook('HTML_REGISTERFORM_OUTPUT',
|
| /plugin/tag/ |
| D | action.php | 18 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'catchTagAction', array()); 19 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performTagAction', array()); 20 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'beautifyKeywordsInMetaHeader… 22 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insertToolbarButton', array ()); 24 … $controller->register_hook('INDEXER_VERSION_GET', 'BEFORE', $this, 'setTagIndexversion', array()); 25 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'addTagsToIndex', array());
|
| /plugin/diagrams/action/ |
| H A D | mediafile.php | 25 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleEditCheck'); 26 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleNamespaceCheck'); 27 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleExistsCheck'); 28 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleIsDiagramCheck'); 29 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'handleCSP'); 30 …$controller->register_hook('PLUGIN_MOVE_HANDLERS_REGISTER', 'BEFORE', $this, 'registerMoveHandler'…
|
| /plugin/loglog/ |
| D | action.php | 37 $controller->register_hook( 45 $controller->register_hook( 53 $controller->register_hook( 61 $controller->register_hook( 69 $controller->register_hook( 77 $controller->register_hook( 85 $controller->register_hook( 93 $controller->register_hook(
|
| /plugin/mediasyntax/ |
| D | action.php | 24 $controller->register_hook('TOOLBAR_DEFINE', 29 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare'); 30 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); 31 $controller->register_hook('HTML_CONFLICTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); 32 $controller->register_hook('HTML_DRAFTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); 33 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect'); 34 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser'); 35 $controller->register_hook('PARSER_METADATA_RENDER', 'AFTER', $this, 'handle_metadata');
|
| /plugin/codebuttonmod2/ |
| D | action.php | 19 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ()); 20 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button_copy', array ()); 21 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button_inline', array ()); 22 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this,'_hookjs');
|
| /plugin/dokudrawingboard/ |
| D | action.php | 14 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar_define',array()); 15 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this,'_hookjs'); 16 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allowMyAction'); 17 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
|
| /plugin/pagestats/ |
| D | action.php | 15 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'add_stats_to_page'); 16 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'clear_cache_on_change'); 17 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, 'clear_cache_on_change'); 18 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, 'clear_cache_on_change');
|
| /plugin/approve/action/ |
| H A D | approve.php | 12 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_diff_accept'); 13 $controller->register_hook('HTML_SHOWREV_OUTPUT', 'BEFORE', $this, 'handle_showrev'); 14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_approve'); 15 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_mark_ready_for_approv… 16 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_viewer'); 17 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_display_banner'); 18 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handle_pagesave_after');
|
| /plugin/bootswrapper/ |
| D | action.php | 36 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, '_insert_button'); 37 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, '_secedit_button'); 38 … $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform'); // deprecated 39 … $controller->register_hook('EDIT_FORM_ADDTEXTAREA', 'BEFORE', $this, '_editform'); // replacement
|
| /plugin/tagging/action/ |
| H A D | elasticsearch.php | 14 $controller->register_hook( 21 $controller->register_hook( 28 $controller->register_hook( 35 $controller->register_hook( 42 $controller->register_hook(
|
| /plugin/editions/ |
| D | action.php | 24 $controller->register_hook('TPL_METAHEADER_OUTPUT','BEFORE', $this, 'addIcons'); 25 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'openContent'); 26 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'closeContent'); 27 $controller->register_hook('PLUGIN_PURPLENUMBERS_P_OPENED', 'BEFORE', $this, 'openSection'); 28 $controller->register_hook('PLUGIN_PURPLENUMBERS_P_CLOSED', 'AFTER', $this, 'closeSection'); 29 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'cleanDocument');
|
| /plugin/overlay/ |
| D | action.php | 13 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'set_admin'); 14 … $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'print_overlay', array('after')); 15 …$controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'action_link', array('pa… 16 …$controller->register_hook('TEMPLATE_SITETOOLS_DISPLAY', 'BEFORE', $this, 'action_link', array('si… 17 …$controller->register_hook('TEMPLATE_USERTOOLS_DISPLAY', 'BEFORE', $this, 'action_link', array('us… 18 …$controller->register_hook('TEMPLATE_OVLTOOLS_DISPLAY', 'BEFORE', $this, 'overlay_tools', array('u… 19 … $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addsvgbutton', array()); 21 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'get_scripts', array()); …
|
| /plugin/statistics/ |
| D | action.php | 23 $controller->register_hook('DOKUWIKI_INIT_DONE', 'AFTER', $this, 'initSession', []); 25 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'logedits', []); 26 $controller->register_hook('SEARCH_QUERY_FULLPAGE', 'AFTER', $this, 'logsearch', []); 27 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'logmedia', []); 28 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'loghistory', []); 29 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'retention', []); 33 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'loglogins', []); 34 $controller->register_hook('AUTH_USER_CHANGE', 'AFTER', $this, 'logregistration', []);
|
| /plugin/sketchcanvas/ |
| D | action.php | 23 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'metaheader'); 25 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'editButton'); 26 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'editForm'); 28 $controller->register_hook('EDIT_FORM_ADDTEXTAREA', 'BEFORE', $this, 'editFormNew'); 29 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_newfigure'); 31 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbarDefine');
|
| /plugin/loadskin/ |
| D | action.php | 25 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, '_handleConf'); 26 $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, '_handleConf'); 27 $controller->register_hook('DETAIL_STARTED', 'BEFORE', $this, '_handleConf'); 28 … $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, '_handleContent', array()); 30 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_defineConstants'); 31 $controller->register_hook('MEDIAMANAGER_STARTED', 'AFTER', $this, '_defineConstants'); 32 $controller->register_hook('DETAIL_STARTED', 'AFTER', $this, '_defineConstants');
|
| /plugin/recaptcha2/ |
| D | action.php | 24 $controller->register_hook('ACTION_ACT_PREPROCESS', 32 $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 38 $controller->register_hook('HTML_REGISTERFORM_INJECTION', 46 $controller->register_hook('HTML_EDITFORM_INJECTION', 52 $controller->register_hook('HTML_EDITFORM_OUTPUT',
|