Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/doctrine/annotations/
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#'
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/
Dannotations.rst1 Handling Annotations
4 There are several different approaches to handling annotations in PHP. Doctrine Annotations
20 * @MyProject\Annotations\Foobarable
43 - Annotations imported through use statements. The statement ``use Doctrine\ORM\Mapping AS ORM`` ma…
44 …It is not a documentation annotation and not blacklisted. For Doctrine Annotations it is not entir…
45 - The fully qualified annotation ``@MyProject\Annotations\Foobarable``. This is transformed directl…
52 This is why Doctrine Annotations uses its own autoloading mechanism through a global registry. If y…
56 To anticipate the configuration section, making the above PHP class work with Doctrine Annotations
60 use Doctrine\Common\Annotations\AnnotationReader;
61 use Doctrine\Common\Annotations\AnnotationRegistry;
[all …]
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…
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/
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/
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/
DRequired.php21 namespace Doctrine\Common\Annotations\Annotation;
DAttributes.php21 namespace Doctrine\Common\Annotations\Annotation;
DAttribute.php21 namespace Doctrine\Common\Annotations\Annotation;
DIgnoreAnnotation.php20 namespace Doctrine\Common\Annotations\Annotation;
DEnum.php21 namespace Doctrine\Common\Annotations\Annotation;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
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
DAnnotationReader.php20 namespace Doctrine\Common\Annotations;
22 use Doctrine\Common\Annotations\Annotation\IgnoreAnnotation;
23 use Doctrine\Common\Annotations\Annotation\Target;
DReader.php20 namespace Doctrine\Common\Annotations;
DAnnotation.php20 namespace Doctrine\Common\Annotations;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
Dbootstrap.php5 use Doctrine\Common\Annotations\AnnotationRegistry;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
Dindex.rst18 - Configurable via XML, YAML, or Doctrine Annotations
61 * :doc:`Annotations </reference/annotations>`
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
DDriverFactoryInterface.php7 use Doctrine\Common\Annotations\Reader;
DCallbackDriverFactory.php7 use Doctrine\Common\Annotations\Reader;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
DAuthor.php7 use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;
DComment.php8 use Doctrine\ODM\PHPCR\Mapping\Annotations as PHPCRODM;
/plugin/findologicxmlexport/vendor/doctrine/lexer/
DREADME.md5 This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
DAnnotationDriverTest.php7 use Doctrine\Common\Annotations\AnnotationReader;
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1Annotations.ContractAnnotationAttribute.$ctor1.call(this,contract,!1)},$ctor1:function(contract,fo…

123