Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 29) sorted by relevance

12

/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php13 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 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
63 foreach ($this->types as $class) {
/dokuwiki/inc/Form/
H A DLegacyForm.php141 static $types = [
151 return $types[$type] ?? $type;
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php133 $types = $this->signatures[$method];
135 foreach ($types as $type) {
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/
H A Dbasic.less410 /* all types of buttons */
/dokuwiki/inc/
H A Dio.php33 $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 Dtemplate.php1814 * @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 Dmedia.php463 $types = array_keys(getMimeTypes());
464 $types = array_map(
466 $types
468 $regex = implode('|', $types);
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 …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 DOpenSSH.php170 if (!in_array($candidate, static::$types)) {
171 …ew \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$types));
H A DPuTTY.php188 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 DPuTTY.php44 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY
H A DOpenSSH.php34 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DOpenSSH.php39 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH
121 if (in_array('ecdsa-sha2-' . $aliases[$i], self::$types)) {
H A DPuTTY.php43 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPuTTY.php39 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY
H A DOpenSSH.php34 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH
/dokuwiki/lib/plugins/extension/
H A DExtension.php335 return $this->getTag('types', []);
/dokuwiki/lib/scripts/
H A Dfileuploader.js750 (dt.files || (!isWebkit && dt.types.contains && dt.types.contains('Files')));
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md180 * 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…

12