Home
last modified time | relevance | path

Searched defs:types (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/inc/Menu/
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
H A DPageMenu.php14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top']; variable in dokuwiki\\Menu\\PageMenu
H A DDetailMenu.php15 protected $types = ['MediaManager', 'ImgBackto', 'Top']; variable in dokuwiki\\Menu\\DetailMenu
H A DAbstractMenu.php18 protected $types = []; variable in dokuwiki\\Menu\\AbstractMenu
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php13 protected $types = [ variable in dokuwiki\\Feed\\FeedCreatorOptions
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php34 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH
H A DPuTTY.php39 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php43 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY
H A DOpenSSH.php39 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php34 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH
H A DPuTTY.php44 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY
/dokuwiki/inc/
H A Dtemplate.php1819 function tpl_favicon($types = ['favicon'])