Searched refs:Types (Results 1 – 25 of 74) sorted by relevance
123
| /plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/ |
| D | TypeResolver.php | 15 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/ |
| D | README.md | 28 ## 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/ |
| D | DocBlockFactory.php | 68 * @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)
|
| D | DocBlock.php | 29 /** @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
|
| D | DocBlockFactoryInterface.php | 17 * @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/ |
| D | Types.php | 30 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/ |
| D | Resource_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Boolean.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Iterable_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Float_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Void_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Null_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | This.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | String_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Mixed_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Self_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Callable_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Integer.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Scalar.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Parent_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Static_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Nullable.php | 13 namespace phpDocumentor\Reflection\Types;
|
| D | Object_.php | 13 namespace phpDocumentor\Reflection\Types;
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/ |
| D | Method.php | 19 use phpDocumentor\Reflection\Types\Context as TypeContext; 20 use phpDocumentor\Reflection\Types\Void_;
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
| D | TagFactory.php | 15 use phpDocumentor\Reflection\Types\Context as TypeContext;
|
123