/plugin/pagebuttons/ |
H A D | action.php | 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' ); 61 * Hook for MENU_ITEMS_ASSEMBLY event. 82 * Hook for MENU_ITEMS_ASSEMBLY event. 105 * Hook for MENU_ITEMS_ASSEMBLY event.
|
/plugin/dump/action/ |
H A D | menu.php | 16 * https://www.dokuwiki.org/devel:event:menu_items_assembly 18 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_page_tools');
|
/dokuwiki/inc/Menu/ |
H A D | AbstractMenu.php | 40 * @triggers MENU_ITEMS_ASSEMBLY 45 Event::createAndTrigger('MENU_ITEMS_ASSEMBLY', $data, [$this, 'loadItems']); 50 * Default action for the MENU_ITEMS_ASSEMBLY event
|
/template/bootstrap3/compat/inc/Menu/ |
H A D | AbstractMenu.php | 38 * @triggers MENU_ITEMS_ASSEMBLY 45 trigger_event('MENU_ITEMS_ASSEMBLY', $data, array($this, 'loadItems')); 50 * Default action for the MENU_ITEMS_ASSEMBLY event
|
/plugin/stale/ |
H A D | action.php | 27 * https://www.dokuwiki.org/devel:event:menu_items_assembly 29 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_menu_item');
|
/plugin/combo/action/ |
H A D | qualitymessage.php | 35 * https://www.dokuwiki.org/devel:event:menu_items_assembly 37 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
|
H A D | slotmanagermenuitem.php | 35 * https://www.dokuwiki.org/devel:event:menu_items_assembly 37 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
|
H A D | historicalbreadcrumb.php | 33 * https://www.dokuwiki.org/devel:event:menu_items_assembly 35 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_breadcrumb_history');
|
H A D | metamanager.php | 43 * https://www.dokuwiki.org/devel:event:menu_items_assembly 45 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
|
H A D | analytics.php | 43 * https://www.dokuwiki.org/devel:event:menu_items_assembly 45 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_rail_bar');
|
H A D | backlinkmenuitem.php | 35 * https://www.dokuwiki.org/devel:event:menu_items_assembly 37 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
|
H A D | cache.php | 55 * https://www.dokuwiki.org/devel:event:menu_items_assembly 57 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
|
/plugin/hidemenus/action/ |
H A D | hidepagetools.php | 16 …$controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu_items_assembly', ar… 21 * Event handler for MENU_ITEMS_ASSEMBLY AFTER event
|
/plugin/adminperm/ |
H A D | action.php | 22 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu'); 66 * Called for event: MENU_ITEMS_ASSEMBLY
|
/plugin/approve/action/ |
H A D | viewmode.php | 15 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addSiteTools'); 16 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addPageTools');
|
/plugin/deletepagebutton/ |
H A D | action.php | 29 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addButton' ); 44 * Hook for MENU_ITEMS_ASSEMBLY event.
|
/plugin/dev/ |
H A D | events.txt | 90 MENU_ITEMS_ASSEMBLY
|
/plugin/dw2markdown/ |
H A D | action.php | 18 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addSvgButton', array());
|
/plugin/webdav/ |
H A D | action.php | 25 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenu');
|
/plugin/links4pages/ |
H A D | action.php | 26 … $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu_items_assembly');
|
/plugin/talkpage/ |
H A D | action.php | 19 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuButton');
|
/plugin/copypage/ |
H A D | action.php | 24 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_menu_item', array());
|
/plugin/userpage/ |
H A D | action.php | 17 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuLink');
|
/plugin/menuext/ |
H A D | action.php | 45 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu_items_assembly', [], 999);
|
/plugin/folded/ |
H A D | action.php | 21 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_button_new', array());
|