Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 72) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php15 use phpDocumentor\Reflection\Types\Array_;
33 'int' => Types\Integer::class,
35 'bool' => Types\Boolean::class,
37 'float' => Types\Float_::class,
38 'double' => Types\Float_::class,
40 'mixed' => Types\Mixed_::class,
43 'void' => Types\Void_::class,
44 'null' => Types\Null_::class,
49 'true' => Types\Boolean::class,
50 'self' => Types\Self_::class,
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md28 ## On Types and Element Names
70 elements, one of type `\phpDocumentor\Reflection\Types\String_` and one of type
71 `\phpDocumentor\Reflection\Types\Integer`.
104 use phpDocumentor\Reflection\Types;
109 * @var Types\Context
128 $context = new \phpDocumentor\Reflection\Types\Context(
130 [ 'Types' => '\phpDocumentor\Reflection\Types']
139 $contextFactory = new \phpDocumentor\Reflection\Types\ContextFactory();
146 $contextFactory = new \phpDocumentor\Reflection\Types\ContextFactory();
159 $type = $typeResolver->resolve('Types\Context', $context);
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php68 * @param Types\Context $context
73 public function create($docblock, Types\Context $context = null, Location $location = null)
87 $context = new Types\Context('');
218 * @param Types\Context $context Context of the parsed Tag
222 private function parseTagBlock($tags, Types\Context $context)
H A DDocBlock.php29 /** @var Types\Context Information about the context of this DocBlock. */
45 * @param Types\Context $context The context in which the DocBlock occurs.
54 Types\Context $context = null,
96 * @return Types\Context
H A DDocBlockFactoryInterface.php17 * @param Types\Context $context
22 public function create($docblock, Types\Context $context = null, Location $location = null);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/Resource/
H A DTypes.php30 class Types extends \Google\Service\Resource class
85 class_alias(Types::class, 'Google_Service_DeploymentManager_Resource_Types');
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DBoolean.php13 namespace phpDocumentor\Reflection\Types;
H A DInteger.php13 namespace phpDocumentor\Reflection\Types;
H A DMixed_.php13 namespace phpDocumentor\Reflection\Types;
H A DNull_.php13 namespace phpDocumentor\Reflection\Types;
H A DScalar.php13 namespace phpDocumentor\Reflection\Types;
H A DSelf_.php13 namespace phpDocumentor\Reflection\Types;
H A DThis.php13 namespace phpDocumentor\Reflection\Types;
H A DCallable_.php13 namespace phpDocumentor\Reflection\Types;
H A DFloat_.php13 namespace phpDocumentor\Reflection\Types;
H A DParent_.php13 namespace phpDocumentor\Reflection\Types;
H A DResource_.php13 namespace phpDocumentor\Reflection\Types;
H A DString_.php13 namespace phpDocumentor\Reflection\Types;
H A DIterable_.php13 namespace phpDocumentor\Reflection\Types;
H A DStatic_.php13 namespace phpDocumentor\Reflection\Types;
H A DVoid_.php13 namespace phpDocumentor\Reflection\Types;
H A DNullable.php13 namespace phpDocumentor\Reflection\Types;
H A DObject_.php13 namespace phpDocumentor\Reflection\Types;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
20 use phpDocumentor\Reflection\Types\Void_;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTagFactory.php15 use phpDocumentor\Reflection\Types\Context as TypeContext;

123