Home
last modified time | relevance | path

Searched +full:menu -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 70) sorted by last modified time

123

/dokuwiki/lib/plugins/acl/
H A Dadmin.php37 * return prompt for admin menu
45 * return sort order for position in admin menu
227 * Display a tree menu to select a page or namespace
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dactionscript.php100 'MAX_VALUE', 'maxChars', 'maxhscroll', 'maxscroll', 'mbchr', 'mblength', 'mbord', 'mbsubstring', 'menu',
H A Dgenero.php210 "MENU",
H A Dkotlin.php537 'Menu', 'MenuBar', 'MenuBarUI', 'MenuComponent',
H A Dvisualfoxpro.php127 'Menu','Messagebox','Minute','Mkdir','Mline','Modify',
H A Drsplus.php377 'makeRweaveLatexCodeRunner', 'memory.limit', 'memory.size', 'menu', 'mirror2html', 'modifyList',
H A Dcss.php464 'menu',
H A Dgambas.php116 'Line', 'ListBox', 'ListView', 'Menu', 'Message', 'Mouse', 'MovieBox', 'Panel', 'Picture', 'PictureBox',
/dokuwiki/inc/
H A Dtemplate.php15 use dokuwiki\Menu\Item\AbstractItem;
17 use dokuwiki\Menu\MobileMenu;
655 $class = '\\dokuwiki\\Menu\\Item\\' . ucfirst($type);
1595 * Print a dropdown menu with all DokuWiki actions
1608 $menu = new MobileMenu();
1609 echo $menu->getDropdown($empty, $button);
1914 * @param string $toolsname name of menu
H A Dtoolbar.php23 $menu = [];
25 $evt = new Event('TOOLBAR_DEFINE', $menu);
28 $menu = array_merge($menu, [
253 echo "var $varname = " . json_encode($menu, JSON_THROW_ON_ERROR) . ";\n";
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php76 <?php echo (new \dokuwiki\Menu\PageMenu())->getListItems(); ?>
H A Dtpl_header.php55 echo (new \dokuwiki\Menu\UserMenu())->getListItems('action ');
66 <?php echo (new \dokuwiki\Menu\MobileMenu())->getDropdown($lang['tools']); ?>
69 <?php echo (new \dokuwiki\Menu\SiteMenu())->getListItems('action ', false); ?>
/dokuwiki/inc/Menu/
H A DAbstractMenu.php3 namespace dokuwiki\Menu;
6 use dokuwiki\Menu\Item\AbstractItem;
11 * Basic menu functionality. A menu defines a list of AbstractItem that shall be shown.
12 * It contains convenience functions to display the menu in HTML, but template authors can also
20 /** @var int the context this menu is used in */
29 * @param int $context the context this menu is used in
37 * Get the list of action items in this menu
59 $class = "\\dokuwiki\\Menu\\Item\\$class";
71 * Generate HTML list items for this menu
[all...]
H A DUserMenu.php3 namespace dokuwiki\Menu;
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php3 namespace dokuwiki\Menu\Item;
22 /** menu item is to be shown on desktop screens only */
24 /** menu item is to be shown on mobile screens only */
26 /** menu item is to be shown in all contexts */
43 /** @var string the full path to the SVG icon of this menu item */
44 protected $svg = DOKU_INC . 'lib/images/menu/00-default_checkbox-blank-circle-outline.svg';
H A DAdmin.php3 namespace dokuwiki\Menu\Item;
17 $this->svg = DOKU_INC . 'lib/images/menu/settings.svg';
H A DBack.php3 namespace dokuwiki\Menu\Item;
8 * Navigates back up one namepspace. This is currently not used in any menu. Templates
27 $this->svg = DOKU_INC . 'lib/images/menu/12-back_arrow-left.svg';
H A DBacklink.php3 namespace dokuwiki\Menu\Item;
16 $this->svg = DOKU_INC . 'lib/images/menu/08-backlink_link-variant.svg';
H A DEdit.php3 namespace dokuwiki\Menu\Item;
64 $this->svg = DOKU_INC . 'lib/images/menu/' . $icons[$this->type];
H A DImgBackto.php3 namespace dokuwiki\Menu\Item;
18 $this->svg = DOKU_INC . 'lib/images/menu/12-back_arrow-left.svg';
H A DMediaManager.php3 namespace dokuwiki\Menu\Item;
24 $this->svg = DOKU_INC . 'lib/images/menu/11-mediamanager_folder-image.svg';
H A DProfile.php3 namespace dokuwiki\Menu\Item;
22 $this->svg = DOKU_INC . 'lib/images/menu/account-card-details.svg';
H A DRegister.php3 namespace dokuwiki\Menu\Item;
22 $this->svg = DOKU_INC . 'lib/images/menu/account-plus.svg';
/dokuwiki/lib/plugins/revert/
H A Dadmin.php35 * return sort order for position in admin menu

123