Home
last modified time | relevance | path

Searched refs:controller (Results 751 – 775 of 925) sorted by relevance

1...<<31323334353637

/plugin/combo/action/
H A Ddocustom.php57 * @param Doku_Event_Handler $controller
61 public function register(\Doku_Event_Handler $controller)
72 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'executeComboDoAction');
59 register(\\Doku_Event_Handler $controller) global() argument
/plugin/infomail/
H A Daction.php6 public function register(Doku_Event_Handler $controller) argument
9 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleEvent');
10 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleEvent');
11 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleEvent');
/plugin/ebookexport/
H A Daction.php17 * @param Doku_Event_Handler $controller DokuWiki's event controller object
20 public function register(Doku_Event_Handler $controller) { argument
21 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'exportepub', array());
22 …$controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'addepubbutton', array()…
/plugin/linksuggest/
H A Daction.php19 * @param Doku_Event_Handler $controller
21 public function register(Doku_Event_Handler $controller) { argument
22 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'page_link');
23 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'media_link');
24 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_add_config');
/plugin/structodt/
H A Daction.php21 * @param Doku_Event_Handler $controller DokuWiki's event controller object
24 public function register(Doku_Event_Handler $controller) { argument
25 $controller->register_hook('PLUGIN_STRUCT_CONFIGPARSER_UNKNOWNKEY', 'BEFORE', $this, 'handle_struct_configparser');
26 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_prerpocess');
/plugin/twofactor/action/
H A Dprofile.php19 public function register(Doku_Event_Handler $controller) argument
22 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handleUserMenuAssembly');
24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handlePreProcess');
25 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleUnknownAction');
/plugin/dirtylittlehelper/
H A Daction.php20 function register(Doku_Event_Handler $controller) { argument
22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'dirtylittlehelper_varis');
23 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'dirtylittlehelper_add_js_mer…
24 …$controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'dirtylittlehelper_insert_button', ar…
25 …$controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'dirtylittlehelper_output', array('a…
/plugin/phpipam/
H A Dphpipam-api.php534 * @param bool|string $controller (default: false)
537 public function set_api_controller ($controller = false) { argument
539 if($controller!=false) {
540 $this->api_server_controller = strtolower($controller);
582 * @param bool|string $controller (default: false)
588 …public function execute ($method = false, $controller = false, $identifiers = array(), $params = a… argument
592 $this->set_api_controller ($controller);
/plugin/stopforumspam/
H A Daction.php35 public function register(Doku_Event_Handler $controller) argument
37 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, "check_spammer_database");
/plugin/sneakyindexfix/
H A Daction.php19 function register(Doku_Event_Handler $controller) { argument
20 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, '_acl_check');
/plugin/socialshareprivacy2/
H A Daction.php14 public function register(Doku_Event_Handler &$controller) { argument
15 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output…
/plugin/autotooltip/
H A Daction.php27 public function register(Doku_Event_Handler $controller) { argument
31 $controller->register_hook('PLUGIN_ACTIONRENDERER_METHOD_EXECUTE', 'BEFORE', $this, 'actionrenderer');
/plugin/icon/
H A Daction.php15 public function register(Doku_Event_Handler $controller) argument
17 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handleMediaStatus');
/plugin/structpublish/action/
H A Drevisions.php8 public function register(Doku_Event_Handler $controller)
10 $controller->register_hook('FORM_REVISIONS_OUTPUT', 'BEFORE', $this, 'handleRevisions');
9 register(Doku_Event_Handler $controller) global() argument
/plugin/redirect2/
H A Daction.php21 function register(Doku_Event_Handler $controller) { argument
23 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handleReplacedBy');
24 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'redirectPage');
25 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'redirectMedia');
26 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'errorDocument404');
/plugin/explorertree/
H A Daction.php12 public function register(Doku_Event_Handler $controller) { argument
13 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_call');
/plugin/labeled/action/
H A Dchange.php13 function register(Doku_Event_Handler $controller) { argument
14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'change_action');
/plugin/mediarename/
H A Daction.php19 function register(Doku_Event_Handler $controller) { argument
22 $controller->register_hook(
/plugin/authloginapi/
H A Daction.php35 public function register(Doku_Event_Handler &$controller) argument
37 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_login_form');
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php40 public function register(Doku_Event_Handler &$controller) argument
42 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'redirectToLoginHandler');
/plugin/botbouncer/
H A Daction.php26 function register(Doku_Event_Handler $controller){ argument
27 $controller->register_hook('DOKUWIKI_STARTED',
/plugin/tablewidth/
H A Daction.php15 public function register(Doku_Event_Handler $controller) { argument
16 … $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'replaceComments');
/plugin/nodisp/
H A Daction.php10 public function register(Doku_Event_Handler $controller) { argument
11 … $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_wiki_content');
/plugin/approve/action/
H A Dprettyprint.php7 function register(Doku_Event_Handler $controller) { argument
8 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_printingInfo');
/plugin/aichat/
H A Daction.php19 public function register(EventHandler $controller)
21 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleQuestion');
16 register(Doku_Event_Handler $controller) global() argument

1...<<31323334353637