Home
last modified time | relevance | path

Searched refs:Context (Results 126 – 150 of 185) sorted by path

12345678

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php15 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DStandardTagFactory.php18 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DTagFactory.php15 use phpDocumentor\Reflection\Types\Context as TypeContext;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DCovers.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DDeprecated.php17 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DGeneric.php18 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DLink.php17 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DMethod.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DParam.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DProperty.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DPropertyRead.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DPropertyWrite.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DReturn_.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DSee.php21 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DSince.php17 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DSource.php17 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DThrows.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DUses.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DVar_.php19 use phpDocumentor\Reflection\Types\Context as TypeContext;
H A DVersion.php17 use phpDocumentor\Reflection\Types\Context as TypeContext;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php73 public function create($docblock, Types\Context $context = null, Location $location = null)
87 $context = new Types\Context('');
222 private function parseTagBlock($tags, Types\Context $context)
H A DDocBlockFactoryInterface.php22 public function create($docblock, Types\Context $context = null, Location $location = null);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md74 in order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will…
91 …n order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will
109 * @var Types\Context
120 a new class named `\phpDocumentor\Reflection\Types\Context` with the name of the namespace and the …
123 ### Creating a Context
125 You can do this by manually creating a Context like this:
128 $context = new \phpDocumentor\Reflection\Types\Context(
150 ### Using the Context
152 After you have obtained a Context it is just a matter of passing it along with the `resolve` method…
159 $type = $typeResolver->resolve('Types\Context', $context);
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DFqsenResolver.php15 use phpDocumentor\Reflection\Types\Context; alias
22 public function resolve($fqsen, Context $context = null)
25 $context = new Context('');
52 * @param Context $context
57 private function resolvePartialStructuralElementName($type, Context $context)
H A DTypeResolver.php17 use phpDocumentor\Reflection\Types\Context; alias
81 * @param Context $context
89 public function resolve($type, Context $context = null)
103 $context = new Context('');
231 * @param Context $context
235 private function resolveTypedArray($type, Context $context)
258 * @param Context|null $context
271 * @param Context $context
275 private function resolveCompoundType($type, Context $context)
290 * @param Context $context
[all …]

12345678