Home
last modified time | relevance | path

Searched refs:controller (Results 851 – 875 of 925) sorted by last modified time

1...<<31323334353637

/plugin/templateconfhelper/action/
H A Dtemplateaction.php26 function register(&$controller) {/*{{{*/ argument
28 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'template_action' );
/plugin/tindexmenu/
H A Daction.php31 * plugin should use this method to register its handlers with the dokuwiki's event controller
33 function register(&$controller) { argument
34 …if ($this->getConf('only_admins')) $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $thi…
35 …if ($this->getConf('page_index') != '') $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $th…
36 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hookjs');
37 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
38 …if ($this->getConf('show_sort')) $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this…
/plugin/projects/action/
H A Deditformselect.php25 * Register its handlers with the DokuWiki's event controller
27 function register(&$controller) { argument
28 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this,
H A Dnamespace.php25 * Register its handlers with the DokuWiki's event controller
27 function register(&$controller) { argument
28 $controller->register_hook('IO_NAMESPACE_CREATED', 'AFTER', $this,
30 $controller->register_hook('IO_NAMESPACE_DELETED', 'AFTER', $this,
H A Dpage.php25 * Register its handlers with the DokuWiki's event controller
27 function register(&$controller) { argument
28 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this,
H A Daction.php25 * Register its handlers with the DokuWiki's event controller
27 function register(&$controller) { argument
28 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this,
30 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this,
H A Dmetadata.php25 * Register its handlers with the DokuWiki's event controller
27 function register(&$controller) { argument
28 $controller->register_hook('PARSER_METADATA_RENDER', 'AFTER', $this,
/plugin/dblclickedit/
H A Daction.php17 function register(& $controller) { argument
18 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'enable_dblClick');
/plugin/selectsearch/
H A Daction.php9 function register(&$controller) { argument
10 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_fixquery');
/plugin/editsections2/
H A Daction.php36 function register(&$controller) argument
39 $controller->register_hook(
44 $controller->register_hook(
49 $controller->register_hook(
55 $controller->register_hook(
/plugin/preservefilenames/
H A Daction_angua.php26 function register(&$controller) argument
30 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, '_saveMeta');
31 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, '_deleteMeta');
32 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, '_sendFile');
33 … $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, '_replaceLinkTitle');
34 … $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, '_replaceLinkURL');
35 …$controller->register_hook('MEDIAMANAGER_CONTENT_OUTPUT', 'BEFORE', $this, '_handleMediaContent');
36 …$controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, '_handleMediaFullscree…
37 …$controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_handleAjaxMediaList'…
38 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_replaceSnippetDownlo…
H A Daction_anteater.php31 function register(&$controller) argument
35 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, '_saveMeta');
36 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, '_deleteMeta');
37 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, '_sendFile');
38 … $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, '_replaceLinkTitle');
39 … $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, '_replaceLinkURL');
40 … $controller->register_hook('MEDIAMANAGER_STARTED', 'AFTER', $this, '_exportToJSINFO');
41 … $controller->register_hook('MEDIAMANAGER_CONTENT_OUTPUT', 'BEFORE', $this, '_showMediaList');
42 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_showMediaListAjax');
43 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_replaceSnippetDownlo…
H A Daction.php33 function register(&$controller) argument
51 $handler->register($controller);
/plugin/autoindentcontrol/
H A Daction.php33 function register(&$controller) argument
35 $controller->register_hook(
/plugin/nohighlight/
H A Daction.php36 function register(&$controller) argument
38 $controller->register_hook(
43 $controller->register_hook(
48 $controller->register_hook(
53 $controller->register_hook(
/plugin/solr/
H A Daction.php67 * Register the handlers with the dokuwiki's event controller
69 function register(&$controller) { argument
70 $controller->register_hook('INDEXER_TASKS_RUN', 'BEFORE', $this, 'updateindex');
71 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allowsearchpage');
72 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'dispatch_search');
73 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'quicksearch');
74 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'delete_index');
/plugin/mytemplate/
H A Daction.php96 function register(& $controller) { argument
97 …$controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this, 'handle_content_display'…
98 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'write_template_page');
99 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'read_template_page');
/plugin/animation/
H A Daction.php32 * plugin should use this method to register its handlers with the dokuwiki's event controller
34 function register(&$controller) { argument
35 $controller->register_hook('TPL_METAHEADER_OUTPUT',
41 $controller->register_hook('TPL_ACT_RENDER',
/plugin/forcepreview/
H A Daction.php29 * Register its handlers with the dokuwiki's event controller
31 function register(&$controller) { argument
32 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_controlSaveButton');
/plugin/piwik/
H A Daction.php15 function register(&$controller) { argument
16 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hook_header');
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php20 public function register(Doku_Event_Handler &$controller) { argument
21 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_update');
/plugin/logautherror/
H A Daction.php29 * Plugin should use this method to register its handlers with the dokuwiki's event controller
32 function register(&$controller) { argument
33 $controller->register_hook('AUTH_LOGIN_CHECK', 'AFTER', $this, '_logAuthError');
/plugin/dokubookmark/
H A Daction.php48 * Register its handlers with the dokuwiki's event controller
50 function register(&$controller) { argument
51 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_hookdo');
/plugin/supa/action/
H A Daction.php23 function register(&$controller) { argument
25 $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, 'decode_upload', array ());
27 …$controller->register_hook('MEDIAMANAGER_CONTENT_OUTPUT', 'AFTER', $this, 'add_mediamanager_upload…
/plugin/semanticdata/
H A Daction.php30 function register(&$controller) { argument
31 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_handle');
32 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, '_editbutton');
33 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, '_editform');
34 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_handle_edit_post');
35 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_handle_ajax');

1...<<31323334353637