Searched refs:Type (Results 1 – 25 of 29) 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 implements \Stringable class 105 * @return Type|null null if this is not a typed array 114 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/utils/PHPStan/ |
| H A D | RegistryCallMethodReturnTypeExtension.php | 13 use PHPStan\Type\DynamicMethodReturnTypeExtension; 14 use PHPStan\Type\Type; alias 17 use PHPStan\Type\Constant\ConstantStringType; 18 use PHPStan\Type\Constant\ConstantArrayType; 19 use PHPStan\Type\ArrayType; 20 use PHPStan\Type\MixedType; 45 …tTypeFromMethodCall(MethodReflection $methodReflection, MethodCall $methodCall, Scope $scope): Type
|
| /dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Content/Type/ |
| H A D | Sniffer.php | 8 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/id/ |
| H A D | uploadmail.txt | 9 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/fi/ |
| 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/pt/ |
| H A D | uploadmail.txt | 10 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/en/ |
| H A D | uploadmail.txt | 10 MIME Type : @MIME@
|
| /dokuwiki/inc/lang/tr/ |
| H A D | uploadmail.txt | 9 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/simplepie/simplepie/ |
| H A D | phpstan.dist.neon | 16 # SimplePie\Content\Type\Sniffer::__construct(): Parameter $file could be mixed due to BC. 20 path: src/Content/Type/Sniffer.php
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Type.php | 14 class Type extends AbstractFunctionCollection class
|
| /dokuwiki/vendor/simplepie/simplepie/src/Content/Type/ |
| H A D | Sniffer.php | 8 namespace SimplePie\Content\Type;
|
12