Home
last modified time | relevance | path

Searched refs:annotations (Results 1 – 25 of 161) 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/annotations/
H A Dhelper.php145 * @param array $annotations annotation list
148 public function statsFor(array $annotations) argument
152 foreach ($annotations as $a) {
206 $annotations = $this->getAnnotations($id);
207 $outcome = $modifier($annotations);
214 $ok = $this->writeFile($id, $annotations);
260 return $this->mutate($id, function (array &$annotations) use ($new) {
261 $annotations[] = $new;
280 return (bool) $this->mutate($id, function (array &$annotations) use ($annId, $body) {
281 foreach ($annotations as $i => $a) {
[all …]
H A DREADME.md3 Word- and sentence-level annotations on wiki pages, stored separately from the page text with threa…
5 ![Annotated text with gutter markers and counter bar](images/annotations-screen1.png)
6 ![Open annotation thread with threaded reply](images/annotations-screen2.png)
7 ![Resolved annotation thread](images/annotations-screen3.png)
8 ![Orphaned annotations drawer](images/annotations-screen4.png)
9 ![Admin annotated-pages overview with counts per page](images/annotations-screen5.png)
15 - **Open / Resolved status** — mark a discussion closed; resolved annotations turn green.
16 - **Gutter markers** — small icons in the left margin show at a glance where annotations live.
17 …n is flagged as orphaned and stays reachable via the counter. Orphaned annotations become read-onl…
19 - **No page revisions** — annotations live in a separate file per page; the wiki changelog is never…
[all …]
/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
/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/ShoppingContent/
DOrdersSetLineItemMetadataRequest.php41 public function setAnnotations($annotations) argument
43 $this->annotations = $annotations;
50 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;
/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