Home
last modified time | relevance | path

Searched refs:annotations (Results 1 – 25 of 154) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/doctrine/annotations/
DCHANGELOG.md5 This release fixes an issue in which annotations such as `@foo-bar`
10 allowing vendor-specific annotations to be prefixed with the tool
15 - [165: Update the composer branch alias](https://github.com/doctrine/annotations/pull/165) thanks …
16 - [209: Change Annotation::value typehint to mixed](https://github.com/doctrine/annotations/pull/20…
17 - [257: Skip parsing annotations containing dashes, such as `@Foo-bar`, or `@Foo-`](https://github.…
25 …gisterLoader() when called multiple times](https://github.com/doctrine/annotations/issues/145) tha…
26 - [146: Import error on @experimental Annotation](https://github.com/doctrine/annotations/issues/14…
27 …notation used by Symfony 3.3 CacheAdapter](https://github.com/doctrine/annotations/pull/147) thank…
28 - [151: Remove duplicate code in `DCOM58Test`](https://github.com/doctrine/annotations/pull/151) th…
29 - [161: Prevent loading class_exists multiple times](https://github.com/doctrine/annotations/pu…
[all …]
DREADME.md3 …Status](https://travis-ci.org/doctrine/annotations.svg?branch=master)](https://travis-ci.org/doctr…
4 …ioneye.com/package/php--doctrine--annotations/badge.png)](https://www.versioneye.com/package/php--…
5 …//www.versioneye.com/php/doctrine:annotations/reference_badge.svg)](https://www.versioneye.com/php…
6 …ads](https://poser.pugx.org/doctrine/annotations/downloads.png)](https://packagist.org/packages/do…
7 …ion](https://poser.pugx.org/doctrine/annotations/v/stable.png)](https://packagist.org/packages/doc…
13 …e](http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/annotations.html).
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DTest.php69 $annotations = self::parseTestMethodAnnotations(
74 …if (isset($annotations['class']['coversNothing']) || isset($annotations['method']['coversNothing']…
105 $annotations = self::parseTestMethodAnnotations(
112 if (!empty($annotations['class'][$mode . 'DefaultClass'])) {
113 if (count($annotations['class'][$mode . 'DefaultClass']) > 1) {
123 $classShortcut = $annotations['class'][$mode . 'DefaultClass'][0];
128 if (isset($annotations['class'][$mode])) {
129 $list = $annotations['class'][$mode];
132 if (isset($annotations['method'][$mode])) {
133 $list = array_merge($list, $annotations['method'][$mode]);
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DIndexedReader.php49 $annotations = array();
51 $annotations[get_class($annot)] = $annot;
54 return $annotations;
70 $annotations = array();
72 $annotations[get_class($annot)] = $annot;
75 return $annotations;
91 $annotations = array();
93 $annotations[get_class($annot)] = $annot;
96 return $annotations;
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
Dindex.rst33 $ composer require doctrine/annotations
55 :ref:`Read more about custom annotations. <custom>`
57 Reading annotations
60 The access to the annotations happens by reflection of the class
63 access the annotations of a class. A common one is
79 A reader has multiple methods to access the annotations
82 :ref:`Read more about handling annotations. <annotations>`
87 Some IDEs already provide support for annotations:
92 .. _Read more about handling annotations.: annotations
93 .. _Read more about custom annotations.: custom
Dannotations.rst4 There are several different approaches to handling annotations in PHP. Doctrine Annotations
5 maps docblock annotations to PHP classes. Because not all docblock annotations are used
6 … metadata purposes a filter is applied to ignore or skip classes that are not Doctrine annotations.
40 In this snippet you can see a variety of different docblock annotations:
42annotations such as ``@var`` and ``@author``. These annotations are on a blacklist and never consi…
47 How are these annotations loaded? From looking at the code you could guess that the ORM Mapping, As…
71 Doctrine saves all its annotations in a single file, that is why ``AnnotationRegistry#registerFile`…
74 …e actual AnnotationReader instance. Note that we also add "dummy" to the global list of annotations
81 To use the annotations library is simple, you just need to create a new ``AnnotationReader`` instan…
109 …also use one of the ``Doctrine\Common\Cache\Cache`` cache implementations to cache the annotations:
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
DService.php26 public $annotations; variable in Google\\Service\\ServiceDirectory\\Service
37 public function setAnnotations($annotations) argument
39 $this->annotations = $annotations;
46 return $this->annotations;
DEndpoint.php29 public $annotations; variable in Google\\Service\\ServiceDirectory\\Endpoint
60 public function setAnnotations($annotations) argument
62 $this->annotations = $annotations;
69 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DBackendServiceGroupHealth.php26 public $annotations; variable in Google\\Service\\Compute\\BackendServiceGroupHealth
37 public function setAnnotations($annotations) argument
39 $this->annotations = $annotations;
46 return $this->annotations;
DNetworkEndpoint.php25 public $annotations; variable in Google\\Service\\Compute\\NetworkEndpoint
46 public function setAnnotations($annotations) argument
48 $this->annotations = $annotations;
55 return $this->annotations;
DHealthStatus.php25 public $annotations; variable in Google\\Service\\Compute\\HealthStatus
62 public function setAnnotations($annotations) argument
64 $this->annotations = $annotations;
71 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DGoogleCloudRunV2ExecutionTemplate.php25 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2ExecutionTemplate
44 public function setAnnotations($annotations) argument
46 $this->annotations = $annotations;
53 return $this->annotations;
DGoogleCloudRunV2RevisionTemplate.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2RevisionTemplate
71 public function setAnnotations($annotations) argument
73 $this->annotations = $annotations;
80 return $this->annotations;
DGoogleCloudRunOpV2RevisionTemplate.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2RevisionTemplate
71 public function setAnnotations($annotations) argument
73 $this->annotations = $annotations;
80 return $this->annotations;
DObjectMeta.php26 public $annotations; variable in Google\\Service\\CloudRun\\ObjectMeta
85 public function setAnnotations($annotations) argument
87 $this->annotations = $annotations;
94 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
DGoogleCloudRecommenderV1InsightTypeConfig.php25 public $annotations; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1InsightTypeConfig
52 public function setAnnotations($annotations) argument
54 $this->annotations = $annotations;
61 return $this->annotations;
DGoogleCloudRecommenderV1RecommenderConfig.php25 public $annotations; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1RecommenderConfig
52 public function setAnnotations($annotations) argument
54 $this->annotations = $annotations;
61 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ApiKeysService/
DV2Key.php25 public $annotations; variable in Google\\Service\\ApiKeysService\\V2Key
64 public function setAnnotations($annotations) argument
66 $this->annotations = $annotations;
73 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DWorkerPool.php25 public $annotations; variable in Google\\Service\\CloudBuild\\WorkerPool
64 public function setAnnotations($annotations) argument
66 $this->annotations = $annotations;
73 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
DDeliveryPipeline.php25 public $annotations; variable in Google\\Service\\CloudDeploy\\DeliveryPipeline
62 public function setAnnotations($annotations) argument
64 $this->annotations = $annotations;
71 return $this->annotations;
DTarget.php26 public $annotations; variable in Google\\Service\\CloudDeploy\\Target
73 public function setAnnotations($annotations) argument
75 $this->annotations = $annotations;
82 return $this->annotations;
DRollout.php25 public $annotations; variable in Google\\Service\\CloudDeploy\\Rollout
94 public function setAnnotations($annotations) argument
96 $this->annotations = $annotations;
103 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DOrdersSetLineItemMetadataRequest.php41 public function setAnnotations($annotations) argument
43 $this->annotations = $annotations;
50 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
DServicecontrolResource.php25 public $annotations; variable in Google\\Service\\ServiceControl\\ServicecontrolResource
74 public function setAnnotations($annotations) argument
76 $this->annotations = $annotations;
83 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
DGoogleCloudDatalabelingV1beta1Example.php39 public function setAnnotations($annotations) argument
41 $this->annotations = $annotations;
48 return $this->annotations;

1234567