| /dokuwiki/.github/workflows/ |
| H A D | todoChecker.yml | 5 types: [edited, deleted] 7 types: [opened, synchronize, reopened]
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | Type.php | 82 * 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 D | defines.php | 20 * Message types 39 * Constants for known core changelog line types. 60 * Media error types
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedCreatorOptions.php | 12 /** @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 D | SyntaxPlugin.php | 25 * 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 D | Plugin.php | 8 * Most plugin types inherit from this class
|
| /dokuwiki/inc/Menu/ |
| H A D | UserMenu.php | 14 protected $types = ['Profile', 'Admin', 'Register', 'Login']; variable in dokuwiki\\Menu\\UserMenu
|
| H A D | SiteMenu.php | 14 protected $types = ['Recent', 'Media', 'Index']; variable in dokuwiki\\Menu\\SiteMenu
|
| 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/vendor/kissifrot/php-ixr/src/Server/ |
| H A D | IntrospectionServer.php | 82 // 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 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/geshi/geshi/src/geshi/ |
| H A D | python.php | 15 * - 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 D | biblatex.php | 63 // 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 D | pys60.php | 123 '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 D | bibtex.php | 60 // Standard entry types 66 // Custom entry types 105 1 => 'color: #C02020;', // Standard entry types 106 2 => 'color: #C02020;', // Custom entry types
|
| H A D | llvm.php | 104 //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 D | LegacyForm.php | 134 * Translates our types to the legacy types 141 static $types = [ 151 return $types[$type] ?? $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 ____________*/
|
| /dokuwiki/_test/tests/Form/ |
| H A D | Form.php | 11 * @return array list of element types
|
| /dokuwiki/.github/ |
| H A D | release.php | 12 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 D | OpenSSH.php | 30 * Supported Key Types 34 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH
|
| /dokuwiki/inc/parser/ |
| H A D | parser.php | 4 * Define various types of modes used by the parser - they are used to
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
| H A D | OpenSSH.php | 30 * Supported Key Types 34 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH
|