Home
last modified time | relevance | path

Searched refs:controller (Results 776 – 800 of 925) sorted by relevance

1...<<31323334353637

/plugin/ckgdoku/action/
H A Dmeta.php38 function register(Doku_Event_Handler $controller) { argument
41 $controller->register_hook( 'TPL_METAHEADER_OUTPUT', 'AFTER', $this, 'loadScript');
42 $controller->register_hook( 'HTML_EDITFORM_INJECTION', 'AFTER', $this, 'preprocess');
43 …$controller->register_hook( 'HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'insertFormElement'); …
44 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'file_type');
45 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'setupDWEdit');
46 …$controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'reset_user_rewrite_check'); …
47 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this, 'restore_conf');
48 …$controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,'_ajax_call'); …
49 …$controller->register_hook('HTML_UPDATEPROFILEFORM_OUTPUT', 'BEFORE', $this, 'handle_profile_form'…
/plugin/combo/action/
H A Dimgmove.php30 * @param Doku_Event_Handler $controller
32 function register(Doku_Event_Handler $controller) argument
34 $controller->register_hook('PLUGIN_MOVE_HANDLERS_REGISTER', 'BEFORE', $this, 'handle_move', array());
37 $controller->register_hook('PLUGIN_MOVE_MEDIA_RENAME', 'AFTER', $this, 'fileSystemStoreUpdate', array());
H A Dstaticresource.php52 * @param Doku_Event_Handler $controller
54 function register(Doku_Event_Handler $controller) argument
61 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handleMediaStatus', array());
67 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'handleSendFile', array());
H A Dregistration.php38 function register(Doku_Event_Handler $controller) argument
46 $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handle_register_page', array());
51 $controller->register_hook('FORM_REGISTER_OUTPUT', 'BEFORE', $this, 'handle_register_page', array());
H A Dsnippetsbootstrap.php323 * @param Doku_Event_Handler $controller
325 public function register(Doku_Event_Handler $controller) argument
328 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_bootstrap');
/plugin/twistienav/
H A Daction.php39 public function register(Doku_Event_Handler $controller) { argument
40 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'populate_jsinfo', array());
41 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call', array());
/plugin/twistienav4bootstrap3/
H A Daction.php38 public function register(Doku_Event_Handler $controller) { argument
39 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'populate_jsinfo', array());
40 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call', array());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudDebugger.php73 'path' => 'v2/controller/debuggees/register',
87 'path' => 'v2/controller/debuggees/{debuggeeId}/breakpoints',
109 'path' => 'v2/controller/debuggees/{debuggeeId}/breakpoints/{id}',
/plugin/farmer/action/
H A Dajax.php19 * plugin should use this method to register its handlers with the DokuWiki's event controller
21 * @param EventHandler $controller DokuWiki's event controller object. Also available as global $EVENT_HANDLER
23 public function register(EventHandler $controller) argument
25 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjaxCall');
/plugin/redirector/
H A Daction.php18 function register(Doku_Event_Handler $controller) { argument
19 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, '_redirector');
/plugin/socialshareprivacy/
H A Daction.php20 public function register(Doku_Event_Handler $controller) { argument
22 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output…
/plugin/ipgroup/
H A Daction.php22 public function register(Doku_Event_Handler $controller) { argument
23 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'start');
/plugin/structacl/
H A Daction.php16 public function register(Doku_Event_Handler $controller) argument
19 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handleAclCheck', $mode);
/plugin/approve/action/
H A Drevisions.php11 function register(Doku_Event_Handler $controller) { argument
12 $controller->register_hook('FORM_REVISIONS_OUTPUT', 'BEFORE', $this, 'handle_revisions', array());
/plugin/slacknotifier/
H A Daction.php35 public function register(EventHandler $controller): void
41 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handleSave');
42 $controller->register_hook('PLUGIN_MOVE_PAGE_RENAME', 'BEFORE', $this, 'handleRenameBefore', 'BEFORE');
43 $controller->register_hook('PLUGIN_MOVE_PAGE_RENAME', 'AFTER', $this, 'handleRenameAfter', 'AFTER');
20 register(EventHandler $controller) global() argument
/plugin/blogtng/action/
H A Dedit.php33 * @param Doku_Event_Handler $controller
35 function register(Doku_Event_Handler $controller) { argument
37 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'extraFieldsBelowEditform_old'…
38 …$controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'extraFieldsBelowEditform', array(…
40 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'saveSubmittedFormData', arra…
41 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'saveSubmittedFormData', array…
/plugin/multiorphan/action/
H A Dmultiorphan.php27 * @param Doku_Event_Handler $controller DokuWiki's event controller object
30 public function register(Doku_Event_Handler $controller) { argument
32 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
33 …$controller->register_hook('MULTIORPHAN_INSTRUCTION_LINKED', 'BEFORE', $this, 'handle_unknown_inst…
34 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'extend_JSINFO');
/plugin/abortlogin/
H A Daction.php16 function register(Doku_Event_Handler $controller) argument
18 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'dw_start');
/plugin/likeit/
H A Daction.php18 function register(Doku_Event_Handler $controller) { argument
19 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_call');
/plugin/dokugource/
H A Daction.php29 function register(&$controller) { argument
30 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'gourcecolor');
31 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'evalgourcerequest');
/plugin/farm/
H A Daction.php46 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'cleanACT');
47 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'displayState');
48 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'processHeaders');
/plugin/randominc/
H A Daction.php27 function register(Doku_Event_Handler $controller) { argument
28 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
/plugin/html2pdf/html2pdf/
H A Daction.php32 function register(&$controller) { argument
33 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'convert',array());
/plugin/hipchat/
H A Daction.php26 function register(&$controller) { argument
27 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
/plugin/metaheaders/
H A Daction.php37 function register(Doku_Event_Handler $controller) { argument
38 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'metaheaders');

1...<<31323334353637