/dokuwiki/inc/Feed/ |
H A D | FeedCreatorOptions.php | 13 protected $types = [ variable in dokuwiki\\Feed\\FeedCreatorOptions 68 array_keys($this->types), 149 return $this->types[$this->options['type']]['name']; 159 return $this->types[$this->options['type']]['mime'];
|
/dokuwiki/inc/Menu/ |
H A D | SiteMenu.php | 14 protected $types = ['Recent', 'Media', 'Index']; variable in dokuwiki\\Menu\\SiteMenu
|
H A D | UserMenu.php | 14 protected $types = ['Profile', 'Admin', 'Register', 'Login']; variable in dokuwiki\\Menu\\UserMenu
|
H A D | PageMenu.php | 14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top']; variable in dokuwiki\\Menu\\PageMenu
|
H A D | DetailMenu.php | 15 protected $types = ['MediaManager', 'ImgBackto', 'Top']; variable in dokuwiki\\Menu\\DetailMenu
|
H A D | AbstractMenu.php | 18 protected $types = []; variable in dokuwiki\\Menu\\AbstractMenu 63 foreach ($this->types as $class) {
|
/dokuwiki/inc/Form/ |
H A D | LegacyForm.php | 141 static $types = [ 151 return $types[$type] ?? $type;
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/ |
H A D | IntrospectionServer.php | 133 $types = $this->signatures[$method]; 135 foreach ($types as $type) {
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _links.css | 2 * This file provides styles for all types of links. 29 /*____________ other link types ____________*/
|
H A D | basic.less | 410 /* all types of buttons */
|
/dokuwiki/inc/ |
H A D | io.php | 33 $types = ['datadir' => 'pages', 'mediadir' => 'media']; 34 $ns_type = ($types[$basedir] ?? false); 489 $types = ['pages' => 'wikiFN', 'media' => 'mediaFN']; 490 if (!isset($types[$ns_type])) { 498 $tmp = dirname($file = call_user_func($types[$ns_type], $ns)); 506 $tmp = dirname(call_user_func($types[$ns_type], $ns));
|
H A D | template.php | 1814 * @param array $types - list of icon types to display (favicon|mobile|generic) 1819 function tpl_favicon($types = ['favicon']) argument 1824 foreach ($types as $type) {
|
H A D | media.php | 463 $types = array_keys(getMimeTypes()); 464 $types = array_map( 466 $types 468 $regex = implode('|', $types);
|
/dokuwiki/vendor/kissifrot/php-ixr/ |
H A D | README.md | 11 …key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice v…
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | OpenSSH.php | 170 if (!in_array($candidate, static::$types)) { 171 …ew \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$types));
|
H A D | PuTTY.php | 188 if (!in_array($type, static::$types)) { 189 $error = count(static::$types) == 1 ? 190 'Only ' . static::$types[0] . ' keys are supported. ' :
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
H A D | PuTTY.php | 44 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY
|
H A D | OpenSSH.php | 34 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
H A D | OpenSSH.php | 39 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH 121 if (in_array('ecdsa-sha2-' . $aliases[$i], self::$types)) {
|
H A D | PuTTY.php | 43 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
H A D | PuTTY.php | 39 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY
|
H A D | OpenSSH.php | 34 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH
|
/dokuwiki/lib/plugins/extension/ |
H A D | Extension.php | 335 return $this->getTag('types', []);
|
/dokuwiki/lib/scripts/ |
H A D | fileuploader.js | 750 (dt.files || (!isWebkit && dt.types.contains && dt.types.contains('Files')));
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | CHANGELOG.md | 180 * Fixed invalid docblock parameter types [#633](https://github.com/simplepie/simplepie/pull/633) 202 * Fixed inline documentation for return value types for accuracy. [#570](https://github.com/simplep…
|