Home
last modified time | relevance | path

Searched refs:controller (Results 1 – 25 of 925) sorted by relevance

12345678910>>...37

/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js41 var controller = null;
133 if (!controller) return false;
194 if (controller) {
196 controller.addOptionsList(options.list);
200 var len = controller.getOptionsLength();
283 if (controller.getSelectedIndex()<0) controller.selectOption(0);
317 if (controller) {
319 if (controller.getSelectedIndex()<0) controller.selectOption(0);
413 …else if (33 == e.keyCode) controller.selectOption(controller.getSelectedIndex()-node.firstChild.si…
414 …else if (34 == e.keyCode) controller.selectOption(controller.getSelectedIndex()-(-node.firstChild.…
[all …]
/plugin/passpolicy/
H A Daction.php18 * @param Doku_Event_Handler $controller DokuWiki's event controller object
21 public function register(Doku_Event_Handler $controller) argument
23 $controller->register_hook('FORM_REGISTER_OUTPUT', 'BEFORE', $this, 'handleForms');
24 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handleForms');
25 $controller->register_hook('FORM_RESENDPWD_OUTPUT', 'BEFORE', $this, 'handleForms');
27 $controller->register_hook('HTML_REGISTERFORM_OUTPUT', 'BEFORE', $this, 'handleForms');
29 $controller->register_hook('HTML_RESENDPWDFORM_OUTPUT', 'BEFORE', $this, 'handleForms');
31 $controller->register_hook('AUTH_USER_CHANGE', 'BEFORE', $this, 'handlePasschange');
33 $controller->register_hook('AUTH_PASSWORD_GENERATE', 'BEFORE', $this, 'handlePassgen');
35 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
[all …]
/plugin/captcha/
H A Daction.php21 public function register(EventHandler $controller)
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', []);
17 register(Doku_Event_Handler $controller) global() argument
/plugin/siteexport/action/
H A Dstartup.php20 public function register(Doku_Event_Handler $controller) { argument
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/bootswrapper/
H A Daction.php32 * @param Doku_Event_Handler $controller
34 public function register(Doku_Event_Handler $controller) argument
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/combo/action/
H A Ddirectorylayout.php13 * @param Doku_Event_Handler $controller
15 function register(Doku_Event_Handler $controller) argument
18 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'set_home', array());
19 $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, 'set_home', array());
20 $controller->register_hook('DETAIL_STARTED', 'BEFORE', $this, 'set_home', array());
/plugin/semantic/
H A Daction.php29 * @param Doku_Event_Handler $controller handler
31 public function register(Doku_Event_Handler $controller) argument
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/tag/
H A Daction.php15 * @param Doku_Event_Handler $controller
17 public function register(Doku_Event_Handler $controller) { argument
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', array());
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/include/
H A Daction.php26 * plugin should use this method to register its handlers with the dokuwiki's event controller
28 function register(Doku_Event_Handler $controller) { argument
29 /* @var Doku_event_handler $controller */
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 remove
36 $controller
[all...]
/plugin/strata/
H A Daction.php22 * @param controller object the controller to register with
24 public function register(Doku_Event_Handler $controller) { argument
25 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, '_io_page_write');
26 $controller->register_hook('PARSER_METADATA_RENDER', 'BEFORE', $this, '_parser_metadata_render_before');
27 $controller->register_hook('STRATA_PREVIEW_METADATA_RENDER', 'BEFORE', $this, '_parser_metadata_render_before');
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_after');
32 $controller
[all...]
/plugin/codebuttonmod2/
H A Daction.php18 function register(Doku_Event_Handler $controller) { argument
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/
H A Daction.php12 public function register(Doku_Event_Handler $controller) argument
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/requiz/
H A Daction.php20 function register(&$controller){ argument
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/autologoff/
H A Daction.php23 * @param Doku_Event_Handler $controller DokuWiki's event controller object
26 public function register(Doku_Event_Handler $controller) { argument
28 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started');
29 $controller->register_hook('DETAIL_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started');
30 $controller->register_hook('MEDIAMANAGER_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started');
32 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax');
/plugin/blogtng/action/
H A Dlinkback.php20 * @param Doku_Event_Handler $controller
22 public function register(Doku_Event_Handler $controller) { argument
23 …$controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'checkIfLinkbackAllowed', array ()…
24 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'addTrackbackLink', array ());
25 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'addPingbackToMetaHeader', ar…
26 …$controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'addPinkbackToHTTPHeader', arra…
/plugin/asyncsearch/
H A Dasyncsearch.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, 'handle_action_act_preprocess…
22 $controller->register_hook('JS_SCRIPT_LIST', 'BEFORE', $this, 'handle_js_script_list');
23 … $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_action_tpl_act_renderer');
24 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DOwnerReference.php33 public $controller; variable in Google\\Service\\CloudRun\\OwnerReference
78 public function setController($controller) argument
80 $this->controller = $controller;
87 return $this->controller;
/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/pagebuttons/
H A Daction.php35 * @param Doku_Event_Handler $controller The plugin controller
37 public function register(Doku_Event_Handler $controller) { argument
38 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addjsinfo');
39 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addNewPageButton' );
40 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addNewFolderButton' );
41 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addDeleteButton' );
42 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'actionPage' );
/plugin/diagrams/action/
H A Dmediafile.php20 public function register(Doku_Event_Handler $controller) argument
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/watchcycle/
H A Daction.php20 * @param Doku_Event_Handler $controller DokuWiki's event controller object
24 public function register(Doku_Event_Handler $controller) argument
27 $controller->register_hook('PARSER_METADATA_RENDER', 'AFTER', $this, 'handle_parser_metadata_render');
28 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'handle_parser_cache_use');
30 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handle_pagesave_before');
31 $controller->register_hook('SEARCH_RESULT_PAGELOOKUP', 'BEFORE', $this, 'addIconToPageLookupResult');
32 $controller->register_hook('SEARCH_RESULT_FULLPAGE', 'BEFORE', $this, 'addIconToFullPageResult');
33 $controller->register_hook('FORM_SEARCH_OUTPUT', 'BEFORE', $this, 'addFilterToSearchForm');
34 $controller
[all...]
/plugin/tagging/action/
H A Delasticsearch.php9 public function register(Doku_Event_Handler $controller) argument
11 $controller->register_hook(
16 $controller->register_hook(
21 $controller->register_hook(
26 $controller->register_hook(
31 $controller->register_hook(
/plugin/icons/
H A Daction.php23 * @param Doku_Event_Handler $controller
25 public function register(Doku_Event_Handler $controller) { argument
26 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_loadcss');
27 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, '_toolbarButton', array ());
28 $controller->register_hook('PLUGIN_POPULARITY_DATA_SETUP', 'AFTER', $this, '_popularity');
/plugin/latexit/
H A Daction.php29 * @param Doku_Event_Handler $controller DokuWiki's event controller object
31 public function register(Doku_Event_Handler $controller) { argument
33 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgeCache');
35 $controller->register_hook('INIT_LANG_LOAD', 'BEFORE', $this, '_setLatexitSort');
38 … $controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'addbutton', array());
/plugin/copypage/
H A Daction.php17 * @param Doku_Event_Handler $controller DokuWiki's event controller object
20 public function register(Doku_Event_Handler $controller) { argument
22 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'get_template');
24 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_menu_item', array());
26 … $controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'add_tool_button');

12345678910>>...37