Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 29) sorted by relevance

12

/dokuwiki/inc/Remote/OpenApiDoc/
H A DDocBlockProperty.php7 /** @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 DDocBlockMethod.php66 '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 DType.php5 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 DOpenAPIGenerator.php347 * @param Type $type
350 public function typeToSchema(Type $type)
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DDocBlockMethodTest.php6 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 DTypeTest.php5 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 DDocBlockClassTest.php8 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 DRegistryCallMethodReturnTypeExtension.php13 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 DSniffer.php8 use SimplePie\Content\Type\Sniffer;
/dokuwiki/inc/lang/th/
H A Duploadmail.txt9 MIME Type : @MIME@
/dokuwiki/inc/lang/el/
H A Duploadmail.txt10 MIME Type : @MIME@
/dokuwiki/inc/lang/id/
H A Duploadmail.txt9 MIME Type : @MIME@
/dokuwiki/inc/lang/fi/
H A Duploadmail.txt9 MIME Type : @MIME@
/dokuwiki/inc/lang/ro/
H A Duploadmail.txt11 MIME Type : @MIME@
/dokuwiki/inc/lang/pt/
H A Duploadmail.txt10 MIME Type : @MIME@
/dokuwiki/inc/lang/en/
H A Duploadmail.txt10 MIME Type : @MIME@
/dokuwiki/inc/lang/tr/
H A Duploadmail.txt9 MIME Type : @MIME@
/dokuwiki/inc/lang/fr/
H A Duploadmail.txt9 Type MIME : @MIME@
/dokuwiki/inc/lang/da/
H A Duploadmail.txt10 MIME Type : @MIME@
/dokuwiki/inc/lang/es/
H A Duploadmail.txt10 MIME Type : @MIME@
/dokuwiki/_test/tests/lib/exe/
H A Dfetch_statuscodes_external.test.php70 $this->assertTrue((bool) $response->getHeader('Content-Type'));
/dokuwiki/inc/Remote/IXR/
H A DClient.php46 $this->headers['Content-Type'] = 'text/xml';
/dokuwiki/vendor/simplepie/simplepie/
H A Dphpstan.dist.neon16 # 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 DType.php14 class Type extends AbstractFunctionCollection class
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php8 namespace SimplePie\Content\Type;

12