Home
last modified time | relevance | path

Searched refs:annotations (Results 26 – 50 of 137) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A 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…
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:
129 assumption that all annotations of a doc-block are processed at
133 annotations requested again, this time with all annotations
136 …ault the annotation reader returns a list of annotations with numeric indexes. If you want your an…
[all …]
H A Dcustom.rst4 If you want to define your own annotations you just have to group them in a namespace and register …
63 - ``ANNOTATION`` Allowed inside other annotations
65 If the annotations is not allowed in the current context you got an ``AnnotationException``
94 or using the annotations ``@Attributes`` and ``@Attribute``.
227 The use of constants and class constants are available on the annotations parser.
261 Using the library API is simple. Using the annotations described in the previous section
262 you can now annotate other classes with your annotations:
279 Now we can write a script to get the annotations above:
301 Access all annotations of a class
315 Access all annotations of a method
[all …]
H A Dsidebar.rst5 annotations
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DRelease.php26 public $annotations; variable in Google\\Service\\CloudDeploy\\Release
89 public function setAnnotations($annotations) argument
91 $this->annotations = $annotations;
98 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNetworkEndpointGroup.php25 public $annotations; variable in Google\\Service\\Compute\\NetworkEndpointGroup
92 public function setAnnotations($annotations) argument
94 $this->annotations = $annotations;
101 return $this->annotations;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php230 $annotations = $this->getClassAnnotations($class);
232 foreach ($annotations as $annotation) {
262 $annotations = $this->getPropertyAnnotations($property);
264 foreach ($annotations as $annotation) {
294 $annotations = $this->getMethodAnnotations($method);
296 foreach ($annotations as $annotation) {
405 …$annotations = $this->preParser->parse($class->getDocComment(), 'class ' . $class->name…
407 foreach ($annotations as $annotation) {
H A DFileCacheReader.php238 $annotations = $this->getClassAnnotations($class);
240 foreach ($annotations as $annotation) {
254 $annotations = $this->getMethodAnnotations($method);
256 foreach ($annotations as $annotation) {
270 $annotations = $this->getPropertyAnnotations($property);
272 foreach ($annotations as $annotation) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Execution.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Execution
115 public function setAnnotations($annotations) argument
117 $this->annotations = $annotations;
124 return $this->annotations;
H A DGoogleCloudRunV2Job.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Job
111 public function setAnnotations($annotations) argument
113 $this->annotations = $annotations;
120 return $this->annotations;
H A DGoogleCloudRunOpV2Revision.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Revision
121 public function setAnnotations($annotations) argument
123 $this->annotations = $annotations;
130 return $this->annotations;
H A DGoogleCloudRunV2Revision.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Revision
121 public function setAnnotations($annotations) argument
123 $this->annotations = $annotations;
130 return $this->annotations;
H A DGoogleCloudRunOpV2Service.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
127 public function setAnnotations($annotations) argument
129 $this->annotations = $annotations;
136 return $this->annotations;
H A DGoogleCloudRunV2Service.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Service
127 public function setAnnotations($annotations) argument
129 $this->annotations = $annotations;
136 return $this->annotations;
H A DGoogleCloudRunV2Task.php26 public $annotations; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Task
133 public function setAnnotations($annotations) argument
135 $this->annotations = $annotations;
142 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DMessage.php83 public function setAnnotations($annotations) argument
85 $this->annotations = $annotations;
92 return $this->annotations;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItem.php95 public function setAnnotations($annotations) argument
97 $this->annotations = $annotations;
104 return $this->annotations;
H A DOrder.php103 public function setAnnotations($annotations) argument
105 $this->annotations = $annotations;
112 return $this->annotations;
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md9 - Make spacing consistent in phpdoc annotations php-fig/cache#9 - chalasr
10 - Fix grammar in phpdoc annotations php-fig/cache#10 - chalasr
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php196 $annotations = $page->getAttribute('Annots');
197 if ($annotations instanceof PdfIndirectObjectReference) {
198 $annotations = PdfType::resolve($parser->getIndirectObject($annotations->value), $parser);
201 if ($annotations instanceof PdfArray) {
202 $annotations = PdfType::resolve($annotations, $parser);
204 foreach ($annotations->value as $annotation) {
212 /* Skip over annotations that aren't links */
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php264 $annotations = $test->getAnnotations();
266 if (isset($annotations['method']['testdox'][0])) {
267 $this->currentTestMethodPrettified = $annotations['method']['testdox'][0];
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.2.md15 * Added optional check for missing `@covers` annotation when the usage of `@covers` annotations is …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst12 If you are using the standalone library and you want to use annotations, the annotation registry mu…
29 …lects several metadata about your objects from various sources such as YML, XML, or annotations. In
67 This library supports several metadata sources. By default, it uses Doctrine annotations, but you m…
H A Dindex.rst61 * :doc:`Annotations </reference/annotations>`
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php614 $annotations = $test->getAnnotations();
616 …if (isset($annotations['class']['coversNothing']) || isset($annotations['method']['coversNothing']…
876 $annotations = $test->getAnnotations();
878 if (isset($annotations['method']['todo'])) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php470 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}',
694 'annotations',
698 'path' => 'books/v1/mylibrary/annotations/{annotationId}',
712 'path' => 'books/v1/mylibrary/annotations',
733 'path' => 'books/v1/mylibrary/annotations',
779 'path' => 'books/v1/mylibrary/annotations/summary',
795 'path' => 'books/v1/mylibrary/annotations/{annotationId}',

123456