Home
last modified time | relevance | path

Searched refs:Annotations (Results 1 – 25 of 57) sorted by relevance

123

/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A Dphpstan.neon3 - %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 DREADME.md1 # 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 Dannotations.rst1 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 Dindex.rst4 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 Dcustom.rst9 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 DMylibraryAnnotations.php21 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 DAnnotations.php20 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 DRequired.php21 namespace Doctrine\Common\Annotations\Annotation;
H A DAttributes.php21 namespace Doctrine\Common\Annotations\Annotation;
H A DAttribute.php21 namespace Doctrine\Common\Annotations\Annotation;
H A DIgnoreAnnotation.php20 namespace Doctrine\Common\Annotations\Annotation;
H A DEnum.php21 namespace Doctrine\Common\Annotations\Annotation;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbootstrap.php5 use Doctrine\Common\Annotations\AnnotationRegistry;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DDriverFactoryInterface.php7 use Doctrine\Common\Annotations\Reader;
H A DCallbackDriverFactory.php7 use Doctrine\Common\Annotations\Reader;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst18 - Configurable via XML, YAML, or Doctrine Annotations
61 * :doc:`Annotations </reference/annotations>`
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DAuthor.php7 use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;
H A DComment.php8 use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DReader.php20 namespace Doctrine\Common\Annotations;
H A DDocParser.php20 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 DAnnotation.php20 namespace Doctrine\Common\Annotations;
H A DAnnotationReader.php20 namespace Doctrine\Common\Annotations;
22 use Doctrine\Common\Annotations\Annotation\IgnoreAnnotation;
23 use Doctrine\Common\Annotations\Annotation\Target;
H A DPhpParser.php20 namespace Doctrine\Common\Annotations;
/plugin/findologicxmlexport/vendor/doctrine/lexer/
H A DREADME.md5 This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DAnnotationDriverTest.php7 use Doctrine\Common\Annotations\AnnotationReader;

123