/plugin/findologicxmlexport/vendor/doctrine/annotations/ |
H A D | phpstan.neon | 3 - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php 6 … - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/ReservedKeywordsClasses.php 7 - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php 13 …- '#Property Doctrine\\Tests\\Common\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unkno… 14 - '#Class Doctrine\\Tests\\Common\\Annotations\\True not found#' 15 - '#Class Doctrine\\Tests\\Common\\Annotations\\False not found#' 16 - '#Class Doctrine\\Tests\\Common\\Annotations\\Null not found#'
|
H A D | README.md | 1 # Doctrine Annotations 9 Docblock Annotations Parser library (extracted from [Doctrine Common](https://github.com/doctrine/c…
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | annotations.rst | 1 Handling Annotations 20 * @MyProject\Annotations\Foobarable 60 use Doctrine\Common\Annotations\AnnotationReader; 61 use Doctrine\Common\Annotations\AnnotationRegistry; 95 use Doctrine\Common\Annotations\FileCacheReader; 96 use Doctrine\Common\Annotations\AnnotationReader; 113 use Doctrine\Common\Annotations\AnnotationReader; 114 use Doctrine\Common\Annotations\CachedReader; 141 use Doctrine\Common\Annotations\AnnotationReader; 142 use Doctrine\Common\Annotations\IndexedReader; [all …]
|
H A D | index.rst | 4 Doctrine Annotations offers to implement custom annotation 17 Annotations aren't implemented in PHP itself which is why 22 Annotations in Doctrine are used for the ORM 62 ``Doctrine\Common\Annotations\Reader`` interface, that can 64 ``Doctrine\Common\Annotations\AnnotationReader``: 90 - PHPStorm via the `PHP Annotations Plugin <http://plugins.jetbrains.com/plugin/7320>`_ or the `Sym…
|
H A D | custom.rst | 9 namespace MyCompany\Annotations; 26 namespace MyCompany\Annotations; 69 namespace MyCompany\Annotations; 100 namespace MyCompany\Annotations; 235 use MyCompany\Annotations\Foo; 236 use MyCompany\Annotations\Bar; 268 use MyCompany\Annotations\Foo; 269 use MyCompany\Annotations\Bar; 287 if ($annot instanceof \MyCompany\Annotations\Foo) { 289 } else if ($annot instanceof \MyCompany\Annotations\Bar) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
H A D | MylibraryAnnotations.php | 21 use Google\Service\Books\Annotations; alias 90 * @return Annotations 96 return $this->call('list', [$params], Annotations::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | Annotations.php | 20 class Annotations extends \Google\Collection class 97 class_alias(Annotations::class, 'Google_Service_Books_Annotations');
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/ |
H A D | Required.php | 21 namespace Doctrine\Common\Annotations\Annotation;
|
H A D | Attributes.php | 21 namespace Doctrine\Common\Annotations\Annotation;
|
H A D | Attribute.php | 21 namespace Doctrine\Common\Annotations\Annotation;
|
H A D | IgnoreAnnotation.php | 20 namespace Doctrine\Common\Annotations\Annotation;
|
H A D | Enum.php | 21 namespace Doctrine\Common\Annotations\Annotation;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/ |
H A D | bootstrap.php | 5 use Doctrine\Common\Annotations\AnnotationRegistry;
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/ |
H A D | DriverFactoryInterface.php | 7 use Doctrine\Common\Annotations\Reader;
|
H A D | CallbackDriverFactory.php | 7 use Doctrine\Common\Annotations\Reader;
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
H A D | index.rst | 18 - Configurable via XML, YAML, or Doctrine Annotations 61 * :doc:`Annotations </reference/annotations>`
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/ |
H A D | Author.php | 7 use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;
|
H A D | Comment.php | 8 use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | Reader.php | 20 namespace Doctrine\Common\Annotations;
|
H A D | DocParser.php | 20 namespace Doctrine\Common\Annotations; 22 use Doctrine\Common\Annotations\Annotation\Attribute; 24 use Doctrine\Common\Annotations\Annotation\Enum; 25 use Doctrine\Common\Annotations\Annotation\Target; 26 use Doctrine\Common\Annotations\Annotation\Attributes; 354 return $this->Annotations(); 637 private function Annotations() function in Doctrine\\Common\\Annotations\\DocParser
|
H A D | Annotation.php | 20 namespace Doctrine\Common\Annotations;
|
H A D | AnnotationReader.php | 20 namespace Doctrine\Common\Annotations; 22 use Doctrine\Common\Annotations\Annotation\IgnoreAnnotation; 23 use Doctrine\Common\Annotations\Annotation\Target;
|
H A D | PhpParser.php | 20 namespace Doctrine\Common\Annotations;
|
/plugin/findologicxmlexport/vendor/doctrine/lexer/ |
H A D | README.md | 5 This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/ |
H A D | AnnotationDriverTest.php | 7 use Doctrine\Common\Annotations\AnnotationReader;
|