Home
last modified time | relevance | path

Searched refs:types (Results 1 – 18 of 18) sorted by last modified time

/dokuwiki/inc/
H A Dtemplate.php681 //handle unknown types
1810 * Returns <link> tag for various icon types (favicon|mobile|generic)
1812 * @param array $types - list of icon types to display (favicon|mobile|generic)
1817 function tpl_favicon($types = ['favicon'])
1822 foreach ($types as $type) {
1727 tpl_favicon($types = array('favicon')) global() argument
H A Dio.php32 $types = ['datadir' => 'pages', 'mediadir' => 'media'];
33 $ns_type = ($types[$basedir] ?? false);
488 $types = ['pages' => 'wikiFN', 'media' => 'mediaFN'];
489 if (!isset($types[$ns_type])) {
497 $tmp = dirname($file = call_user_func($types[$ns_type], $ns));
505 $tmp = dirname(call_user_func($types[$ns_type], $ns));
H A Dmedia.php463 $types = array_keys(getMimeTypes());
464 $types = array_map(
466 $types
468 $regex = implode('|', $types);
635 * mimetype says it is. We also do spam checking for text types here.
670 # fixme maybe check other images types as well
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less410 /* all types of buttons */
H A D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/inc/Menu/
H A DAbstractMenu.php18 protected $types = []; variable in dokuwiki\\Menu\\AbstractMenu
57 foreach ($this->types as $class) {
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 DSiteMenu.php14 protected $types = ['Recent', 'Media', 'Index']; variable in dokuwiki\\Menu\\SiteMenu
H A DDetailMenu.php15 protected $types = ['MediaManager', 'ImgBackto', 'Top']; variable in dokuwiki\\Menu\\DetailMenu
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php82 // Check the argument types
132 // We should be returning an array of types
133 $types = $this->signatures[$method];
135 foreach ($types as $type) {
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md165 * Fixed invalid docblock parameter types [#633](https://github.com/simplepie/simplepie/pull/633)
187 * Fixed inline documentation for return value types for accuracy. [#570](https://github.com/simplepie/simplepie/pull/570)
/dokuwiki/lib/scripts/
H A Dfileuploader.js744 // do not check dt.types.contains in webkit, because it crashes safari 4
748 // dt.types.contains check is for firefox
750 (dt.files || (!isWebkit && dt.types.contains && dt.types.contains('Files')));
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG27 * Haskell: Updated doc links and types from Prelude (Jeremy Singer)
413 * eMail (RFC822\mbox) highlighting now highlights IPs, MIME types and
846 - Delphi language updated to include more keywords and types (BenBE)
/dokuwiki/inc/Extension/
H A DRemotePlugin.php
/dokuwiki/inc/Form/
H A DLegacyForm.php134 * Translates our types to the legacy types
141 static $types = [
151 return $types[$type] ?? $type;