Searched defs:types (Results 1 – 13 of 13) sorted by relevance
/dokuwiki/inc/Menu/ |
D | DetailMenu.php | 15 protected $types = ['MediaManager', 'ImgBackto', 'Top']; variable in dokuwiki\\Menu\\DetailMenu
|
D | SiteMenu.php | 14 protected $types = ['Recent', 'Media', 'Index']; variable in dokuwiki\\Menu\\SiteMenu
|
D | UserMenu.php | 14 protected $types = ['Profile', 'Admin', 'Register', 'Login']; variable in dokuwiki\\Menu\\UserMenu
|
D | PageMenu.php | 14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top']; variable in dokuwiki\\Menu\\PageMenu
|
D | AbstractMenu.php | 18 protected $types = []; variable in dokuwiki\\Menu\\AbstractMenu
|
/dokuwiki/inc/Feed/ |
D | FeedCreatorOptions.php | 13 protected $types = [ variable in dokuwiki\\Feed\\FeedCreatorOptions
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
D | PuTTY.php | 39 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY
|
D | OpenSSH.php | 34 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
D | PuTTY.php | 43 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY
|
D | OpenSSH.php | 39 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
D | OpenSSH.php | 34 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH
|
D | PuTTY.php | 44 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY
|
/dokuwiki/inc/ |
D | template.php | 1819 function tpl_favicon($types = ['favicon'])
|