Home
last modified time | relevance | path

Searched full:types (Results 1 – 25 of 132) sorted by relevance

123456

/dokuwiki/.github/workflows/
H A DtodoChecker.yml5 types: [edited, deleted]
7 types: [opened, synchronize, reopened]
/dokuwiki/inc/Remote/OpenApiDoc/
H A DType.php82 * Get the base type as one of the supported OpenAPI types
86 * @link https://swagger.io/docs/specification/data-models/data-types/
134 // keep custom types
141 // primitive types
/dokuwiki/inc/
H A Ddefines.php20 * Message types
39 * Constants for known core changelog line types.
60 * Media error types
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php12 /** @var array[] supported feed types */
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/Extension/
H A DSyntaxPlugin.php25 * Needs to return one of the mode types defined in $PARSER_MODES in Parser.php
32 * Allowed Mode Types
34 * Defines the mode types for other dokuwiki markup that maybe nested within the
35 * plugin's own markup. Needs to return an array of one or more of the mode types
H A DPlugin.php8 * Most plugin types inherit from this class
/dokuwiki/inc/Menu/
H A DUserMenu.php14 protected $types = ['Profile', 'Admin', 'Register', 'Login']; variable in dokuwiki\\Menu\\UserMenu
H A DSiteMenu.php14 protected $types = ['Recent', 'Media', 'Index']; variable in dokuwiki\\Menu\\SiteMenu
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/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/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/geshi/geshi/src/geshi/
H A Dpython.php15 * - Added missing functions and keywords. Also added two new Python 3.0 types. SF#2441839
133 'tokenize', 'traceback', 'tty', 'turtle', 'types', 'unicodedata', 'unittest', 'urllib2',
147 // Iterator types: http://python.org/doc/current/lib/typeiter.html
149 // String types: http://python.org/doc/current/lib/string-methods.html
165 // Container types: http://python.org/doc/current/ref/sequence-types.html
168 // Numeric types: http://python.org/doc/current/ref/numeric-types.html
H A Dbiblatex.php63 // Standard entry types
69 // Custom entry types
108 1 => 'color: #C02020;', // Standard entry types
109 2 => 'color: #C02020;', // Custom entry types
127 5 => 'color: #C02020;', // Custom entry types (biblatex)
H A Dpys60.php123 'tokenize', 'traceback', 'tty', 'turtle', 'types', 'unicodedata', 'unittest', 'urllib2',
176 //// Iterator types: http://python.org/doc/current/lib/typeiter.html
178 //// String types: http://python.org/doc/current/lib/string-methods.html
195 // Container types: http://python.org/doc/current/ref/sequence-types.html
198 // Numeric types: http://python.org/doc/current/ref/numeric-types.html
H A Dbibtex.php60 // Standard entry types
66 // Custom entry types
105 1 => 'color: #C02020;', // Standard entry types
106 2 => 'color: #C02020;', // Custom entry types
H A Dllvm.php104 //Linkage Types
114 //Structure Types
148 //Floating Point Types
321 9 => 'http://llvm.org/docs/LangRef.html#linkage-types',
323 11 => 'http://llvm.org/docs/LangRef.html#opaque-structure-types',
329 17 => 'http://llvm.org/docs/LangRef.html#floating-point-types',
353 //Integer Types
/dokuwiki/inc/Form/
H A DLegacyForm.php134 * Translates our types to the legacy types
141 static $types = [
151 return $types[$type] ?? $type;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_links.css2 * This file provides styles for all types of links.
29 /*____________ other link types ____________*/
/dokuwiki/_test/tests/Form/
H A DForm.php11 * @return array list of element types
/dokuwiki/.github/
H A Drelease.php12 const TYPES = ['stable', 'hotfix', 'rc']; define in Release
35 …tions->registerOption('type', 'The type of release to build', null, join('|', self::TYPES), 'new');
90 if (!in_array($next['type'], self::TYPES)) {
91 …ow new \splitbrain\phpcli\Exception('Invalid release type. Use one of ' . join(', ', self::TYPES));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php30 * Supported Key Types
34 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH
/dokuwiki/inc/parser/
H A Dparser.php4 * Define various types of modes used by the parser - they are used to
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php30 * Supported Key Types
34 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH

123456