Home
last modified time | relevance | path

Searched full:menu_items_assembly (Results 1 – 25 of 41) sorted by relevance

12

/plugin/pagebuttons/
H A Daction.php39 $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 Dmenu.php16 * 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 DAbstractMenu.php40 * @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 DAbstractMenu.php38 * @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 Daction.php27 * 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 Dqualitymessage.php35 * https://www.dokuwiki.org/devel:event:menu_items_assembly
37 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
H A Dslotmanagermenuitem.php35 * https://www.dokuwiki.org/devel:event:menu_items_assembly
37 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
H A Dhistoricalbreadcrumb.php33 * https://www.dokuwiki.org/devel:event:menu_items_assembly
35 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_breadcrumb_history');
H A Dmetamanager.php43 * https://www.dokuwiki.org/devel:event:menu_items_assembly
45 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
H A Danalytics.php43 * https://www.dokuwiki.org/devel:event:menu_items_assembly
45 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_rail_bar');
H A Dbacklinkmenuitem.php35 * https://www.dokuwiki.org/devel:event:menu_items_assembly
37 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
H A Dcache.php55 * https://www.dokuwiki.org/devel:event:menu_items_assembly
57 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
/plugin/hidemenus/action/
H A Dhidepagetools.php16 …$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 Daction.php22 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu');
66 * Called for event: MENU_ITEMS_ASSEMBLY
/plugin/approve/action/
H A Dviewmode.php23 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addSiteTools');
24 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addPageTools');
/plugin/deletepagebutton/
H A Daction.php29 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addButton' );
44 * Hook for MENU_ITEMS_ASSEMBLY event.
/plugin/dev/
H A Devents.txt90 MENU_ITEMS_ASSEMBLY
/plugin/dw2markdown/
H A Daction.php18 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addSvgButton', array());
/plugin/webdav/
H A Daction.php25 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenu');
/plugin/links4pages/
H A Daction.php26 … $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu_items_assembly');
/plugin/talkpage/
H A Daction.php19 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuButton');
/plugin/copypage/
H A Daction.php24 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_menu_item', array());
/plugin/userpage/
H A Daction.php17 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuLink');
/plugin/menuext/
H A Daction.php46 …$controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu_items_assembly', []…
/plugin/folded/
H A Daction.php21 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_button_new', array());

12