Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 27) 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 class
113 * @return Type|null null if this is not a typed array
122 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/library/SimplePie/Content/Type/
H A DSniffer.php45 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/fi/
H A Duploadmail.txt9 MIME Type : @MIME@
/dokuwiki/inc/lang/id/
H A Duploadmail.txt9 MIME Type : @MIME@
/dokuwiki/inc/lang/ro/
H A Duploadmail.txt11 MIME Type : @MIME@
/dokuwiki/inc/lang/tr/
H A Duploadmail.txt9 MIME Type : @MIME@
/dokuwiki/inc/lang/en/
H A Duploadmail.txt10 MIME Type : @MIME@
/dokuwiki/inc/lang/pt/
H A Duploadmail.txt10 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/splitbrain/lesserphp/src/Functions/
H A DType.php14 class Type extends AbstractFunctionCollection class
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php47 use SimplePie\Content\Type\Sniffer;
H A DLocator.php109 $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 DSniffer.php45 namespace SimplePie\Content\Type;

12