| /plugin/findologicxmlexport/vendor/doctrine/annotations/ |
| D | CHANGELOG.md | 5 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 …]
|
| D | README.md | 3 …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 D | helper.php | 145 * @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 D | README.md | 3 Word- and sentence-level annotations on wiki pages, stored separately from the page text with threa… 5  6  7  8  9  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/ |
| D | Test.php | 69 $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/ |
| D | IndexedReader.php | 49 $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/ |
| D | index.rst | 33 $ 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/ |
| D | Service.php | 26 public $annotations; variable in Google\\Service\\ServiceDirectory\\Service 37 public function setAnnotations($annotations) argument 39 $this->annotations = $annotations; 46 return $this->annotations;
|
| D | Endpoint.php | 29 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/ |
| D | BackendServiceGroupHealth.php | 26 public $annotations; variable in Google\\Service\\Compute\\BackendServiceGroupHealth 37 public function setAnnotations($annotations) argument 39 $this->annotations = $annotations; 46 return $this->annotations;
|
| D | NetworkEndpoint.php | 25 public $annotations; variable in Google\\Service\\Compute\\NetworkEndpoint 46 public function setAnnotations($annotations) argument 48 $this->annotations = $annotations; 55 return $this->annotations;
|
| D | HealthStatus.php | 25 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/ |
| D | GoogleCloudRunV2ExecutionTemplate.php | 25 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2ExecutionTemplate 44 public function setAnnotations($annotations) argument 46 $this->annotations = $annotations; 53 return $this->annotations;
|
| D | GoogleCloudRunV2RevisionTemplate.php | 26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2RevisionTemplate 71 public function setAnnotations($annotations) argument 73 $this->annotations = $annotations; 80 return $this->annotations;
|
| D | GoogleCloudRunOpV2RevisionTemplate.php | 26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2RevisionTemplate 71 public function setAnnotations($annotations) argument 73 $this->annotations = $annotations; 80 return $this->annotations;
|
| D | ObjectMeta.php | 26 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/ |
| D | GoogleCloudRecommenderV1InsightTypeConfig.php | 25 public $annotations; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1InsightTypeConfig 52 public function setAnnotations($annotations) argument 54 $this->annotations = $annotations; 61 return $this->annotations;
|
| D | GoogleCloudRecommenderV1RecommenderConfig.php | 25 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/ |
| D | V2Key.php | 25 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/ |
| D | WorkerPool.php | 25 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/ |
| D | OrdersSetLineItemMetadataRequest.php | 41 public function setAnnotations($annotations) argument 43 $this->annotations = $annotations; 50 return $this->annotations;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/ |
| D | DeliveryPipeline.php | 25 public $annotations; variable in Google\\Service\\CloudDeploy\\DeliveryPipeline 62 public function setAnnotations($annotations) argument 64 $this->annotations = $annotations; 71 return $this->annotations;
|
| D | Target.php | 26 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/ |
| D | ServicecontrolResource.php | 25 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/ |
| D | GoogleCloudDatalabelingV1beta1Example.php | 39 public function setAnnotations($annotations) argument 41 $this->annotations = $annotations; 48 return $this->annotations;
|