Home
last modified time | relevance | path

Searched defs:types (Results 1 – 6 of 6) sorted by path

/dokuwiki/inc/Menu/
H A DAbstractMenu.php18 protected $types = []; variable in dokuwiki\\Menu\\AbstractMenu
H A DDetailMenu.php15 protected $types = ['MediaManager', 'ImgBackto', 'Top']; variable in dokuwiki\\Menu\\DetailMenu
H A DPageMenu.php14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top']; variable in dokuwiki\\Menu\\PageMenu
H A DSiteMenu.php14 protected $types = ['Recent', 'Media', 'Index']; variable in dokuwiki\\Menu\\SiteMenu
H A DUserMenu.php14 protected $types = ['Profile', 'Admin', 'Register', 'Login']; variable in dokuwiki\\Menu\\UserMenu
/dokuwiki/inc/
H A Dtemplate.php1727 tpl_favicon($types = array('favicon')) global() argument