Searched refs:Type (Results 1 – 25 of 27) sorted by relevance
12
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | DocBlockProperty.php | 7 /** @var Type */ 26 * @return Type 41 $this->type = new Type($refType ? $refType->getName() : 'string', $this->getContext()); 47 $this->type = new Type($type, $this->getContext());
|
| H A D | DocBlockMethod.php | 66 'type' => new Type($refType ? $refType->getName() : 'string', $this->getContext()), 82 $result[$name]['type'] = new Type($type, $this->getContext()); 100 'type' => new Type($refType ? $refType->getName() : 'void', $this->getContext()), 107 $result['type'] = new Type($type, $this->getContext());
|
| H A D | Type.php | 5 class Type class 113 * @return Type|null null if this is not a typed array 122 return new Type($type, $this->context);
|
| H A D | OpenAPIGenerator.php | 347 * @param Type $type 350 public function typeToSchema(Type $type)
|
| /dokuwiki/_test/tests/Remote/OpenApiDoc/ |
| H A D | DocBlockMethodTest.php | 6 use dokuwiki\Remote\OpenApiDoc\Type; alias 60 $this->assertInstanceOf(Type::class, $params['foo']['type']); 61 $this->assertInstanceOf(Type::class, $params['bar']['type']); 62 $this->assertInstanceOf(Type::class, $params['baz']['type']); 73 $this->assertInstanceOf(Type::class, $return['type']);
|
| H A D | TypeTest.php | 5 use dokuwiki\Remote\OpenApiDoc\Type; alias 55 $type = new Type($typehint, $context); 69 $type = new Type($typehint, $context); 94 $type = new Type($typehint, $context);
|
| H A D | DocBlockClassTest.php | 8 use dokuwiki\Remote\OpenApiDoc\Type; alias 40 $this->assertInstanceOf(Type::class, $propertyType); 47 $this->assertInstanceOf(Type::class, $methodReturn['type']);
|
| /dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Content/Type/ |
| H A D | Sniffer.php | 45 use SimplePie\Content\Type\Sniffer;
|
| /dokuwiki/inc/lang/th/ |
| H A D | uploadmail.txt | 9 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/el/ |
| H A D | uploadmail.txt | 10 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/fi/ |
| H A D | uploadmail.txt | 9 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/id/ |
| H A D | uploadmail.txt | 9 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/ro/ |
| H A D | uploadmail.txt | 11 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/tr/ |
| H A D | uploadmail.txt | 9 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/en/ |
| H A D | uploadmail.txt | 10 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/pt/ |
| H A D | uploadmail.txt | 10 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/fr/ |
| H A D | uploadmail.txt | 9 Type MIME : @MIME@
|
| /dokuwiki/inc/lang/da/ |
| H A D | uploadmail.txt | 10 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/es/ |
| H A D | uploadmail.txt | 10 MIME Type : @MIME@
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | fetch_statuscodes_external.test.php | 70 $this->assertTrue((bool) $response->getHeader('Content-Type'));
|
| /dokuwiki/inc/Remote/IXR/ |
| H A D | Client.php | 46 $this->headers['Content-Type'] = 'text/xml';
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Type.php | 14 class Type extends AbstractFunctionCollection class
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Registry.php | 47 use SimplePie\Content\Type\Sniffer;
|
| H A D | Locator.php | 109 $sniffer = $this->registry->create(Content\Type\Sniffer::class, [$this->file]); 146 $sniffer = $this->registry->create(Content\Type\Sniffer::class, [$file]);
|
| /dokuwiki/vendor/simplepie/simplepie/src/Content/Type/ |
| H A D | Sniffer.php | 45 namespace SimplePie\Content\Type;
|
12