Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
DTypeResolver.php15 use phpDocumentor\Reflection\Types\Array_;
16 use phpDocumentor\Reflection\Types\Compound;
17 use phpDocumentor\Reflection\Types\Context;
18 use phpDocumentor\Reflection\Types\Iterable_;
19 use phpDocumentor\Reflection\Types\Nullable;
20 use phpDocumentor\Reflection\Types\Object_;
32 'string' => Types\String_::class,
33 'int' => Types\Integer::class,
34 'integer' => Types\Integer::class,
35 'bool' => Types\Boolean::class,
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
DREADME.md28 ## On Types and Element Names
69 In this example you will receive a Value Object of class `\phpDocumentor\Reflection\Types\Compound`…
70 elements, one of type `\phpDocumentor\Reflection\Types\String_` and one of type
71 `\phpDocumentor\Reflection\Types\Integer`.
74 in order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will…
91 Element Names; but in order to do that we need an additional `\phpDocumentor\Reflection\Types\Conte…
104 use phpDocumentor\Reflection\Types;
109 * @var Types\Context
120 a new class named `\phpDocumentor\Reflection\Types\Context` with the name of the namespace and the …
128 $context = new \phpDocumentor\Reflection\Types\Context(
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
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)
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
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/
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/
DResource_.php13 namespace phpDocumentor\Reflection\Types;
DBoolean.php13 namespace phpDocumentor\Reflection\Types;
DIterable_.php13 namespace phpDocumentor\Reflection\Types;
DFloat_.php13 namespace phpDocumentor\Reflection\Types;
DVoid_.php13 namespace phpDocumentor\Reflection\Types;
DNull_.php13 namespace phpDocumentor\Reflection\Types;
DThis.php13 namespace phpDocumentor\Reflection\Types;
DString_.php13 namespace phpDocumentor\Reflection\Types;
DMixed_.php13 namespace phpDocumentor\Reflection\Types;
DSelf_.php13 namespace phpDocumentor\Reflection\Types;
DCallable_.php13 namespace phpDocumentor\Reflection\Types;
DInteger.php13 namespace phpDocumentor\Reflection\Types;
DScalar.php13 namespace phpDocumentor\Reflection\Types;
DParent_.php13 namespace phpDocumentor\Reflection\Types;
DStatic_.php13 namespace phpDocumentor\Reflection\Types;
DNullable.php13 namespace phpDocumentor\Reflection\Types;
DObject_.php13 namespace phpDocumentor\Reflection\Types;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
DMethod.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
20 use phpDocumentor\Reflection\Types\Void_;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DTagFactory.php15 use phpDocumentor\Reflection\Types\Context as TypeContext;

123