Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 25 of 237) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
H A DGoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest.php26 public $annotation; variable in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest
39 public function setAnnotation($annotation) argument
41 $this->annotation = $annotation;
48 return $this->annotation;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jar ... cache.annotation public abstract annotation javax.cache.annotation.CacheRemove extends java.lang.Object implements java ...
H A Dservlet-api.jar ... javax/ javax/servlet/ javax/servlet/annotation/ javax/servlet/descriptor/ javax/servlet ...
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php60 public function getClassAnnotation(\ReflectionClass $class, $annotation) argument
62 return $this->delegate->getClassAnnotation($class, $annotation);
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) argument
83 return $this->delegate->getMethodAnnotation($method, $annotation);
102 public function getPropertyAnnotation(\ReflectionProperty $property, $annotation) argument
104 return $this->delegate->getPropertyAnnotation($property, $annotation);
H A DAnnotationReader.php232 foreach ($annotations as $annotation) {
233 if ($annotation instanceof $annotationName) {
234 return $annotation;
264 foreach ($annotations as $annotation) {
265 if ($annotation instanceof $annotationName) {
266 return $annotation;
296 foreach ($annotations as $annotation) {
297 if ($annotation instanceof $annotationName) {
298 return $annotation;
407 foreach ($annotations as $annotation) {
[all …]
H A DFileCacheReader.php240 foreach ($annotations as $annotation) {
241 if ($annotation instanceof $annotationName) {
242 return $annotation;
256 foreach ($annotations as $annotation) {
257 if ($annotation instanceof $annotationName) {
258 return $annotation;
272 foreach ($annotations as $annotation) {
273 if ($annotation instanceof $annotationName) {
274 return $annotation;
H A DDocParser.php518 foreach (self::$metadataParser->parse($docComment, 'class @' . $name) as $annotation) {
519 if ($annotation instanceof Target) {
520 $metadata['targets'] = $annotation->targets;
521 $metadata['targets_literal'] = $annotation->literal;
526 if ($annotation instanceof Attributes) {
527 foreach ($annotation->value as $attribute) {
559 … foreach (self::$metadataParser->parse($propertyComment, $context) as $annotation) {
560 if ( ! $annotation instanceof Enum) {
564 $metadata['enum'][$property->name]['value'] = $annotation->value;
566 ? $annotation->literal
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DTimeEvent.php34 public function setAnnotation(Annotation $annotation) argument
36 $this->annotation = $annotation;
43 return $this->annotation;
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst4 Doctrine Annotations offers to implement custom annotation
19 place for the well known annotation syntax using the
35 Create an annotation class
38 An annotation class is a representation of the later
39 used annotation configuration in classes. The annotation
52 The annotation class is declared as an annotation by
H A Dcustom.rst17 Inject annotation values
20 The annotation parser check if the annotation constructor has arguments,
56 ``@Target`` indicates the kinds of class element to which an annotation type is applicable.
92 Annotation parser check the given parameters using the phpdoc annotation ``@var``,
93 The data type could be validated using the ``@var`` annotation on the annotation properties
130 public $annotation;
161 ``@Required`` indicates that the field must be specified when the annotation is used.
294 You have a complete API for retrieving annotation class instances
308 Access one annotation of a class
322 Access one annotation of a method
[all …]
H A Dannotations.rst44annotation. It is not a documentation annotation and not blacklisted. For Doctrine Annotations it …
70 The second block with the annotation registry calls registers all the three different annotation na…
87 This creates a simple annotation reader with no caching other than in memory (in php arrays).
130 once. That means that annotation classes that do not exist and
136 By default the annotation reader returns a list of annotations with numeric indexes. If you want yo…
156 given annotation has a corresponding PHP class that can be autoloaded. For Annotation Autoloading y…
158 to configure annotation autoloading:
197 By default an exception is thrown from the AnnotationReader if an annotation was found that:
213 By default the annotation reader parses the use-statement of a php file to gain access to the impor…
214 and register them for the annotation processing. Only if you are using PHP Imports you can validate…
[all …]
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md21 - Updated all `@return self` annotation references in interfaces to use
24 - Updated the `MessageInterface::getHeaders()` return annotation to use the
26 - Updated the `@link` annotation for `RequestInterface::withRequestTarget()`
28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
30 - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst6 This annotation can be defined on a class to indicate the exclusion strategy
21 This annotation can be defined on a property to indicate that the property should
29 This annotation can be defined on a property to indicate that the property should
48 Note that this annotation is not used when you're using any other naming
66 This annotation can be defined on a property to specify starting from which
80 This annotation can be defined on a property to specify if the property
86 This annotation can be defined on a property to limit the depth to which the
149 setting the property as read-only using the ``@ReadOnly`` annotation.
322 For deserialization, this annotation must be defined.
594 properties of that object must have the @XmlAttribute annotation.
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php204 foreach ($annotations->value as $annotation) {
206 $annotation = PdfType::resolve($annotation, $parser);
208 $type = PdfName::ensure(PdfType::resolve(PdfDictionary::get($annotation, 'Type'), $parser));
209 $subtype = PdfName::ensure(PdfType::resolve(PdfDictionary::get($annotation, 'Subtype'), $parser));
210 $link = PdfDictionary::ensure(PdfType::resolve(PdfDictionary::get($annotation, 'A'), $parser));
218 $position = PdfArray::ensure(PdfType::resolve(PdfDictionary::get($annotation, 'Rect'), $parser), 4);
/plugin/userannotations/
H A Dstyle.css1 div.dokuwiki.annotation {
8 div.dokuwiki .annotation > h2 {
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md9 Any annotation with `@name-*` format will now silently be ignored,
27 - [147: Ignoring @experimental annotation used by Symfony 3.3 CacheAdapter](https://github.com/doct…
41 Some noticeable performance improvements to annotation autoloading
42 have been applied, making failed annotation autoloading less heavy
45 - [133: Add @throws annotation in AnnotationReader#__construct()](https://github.com/doctrine/annot…
59 - [101: Test annotation parameters containing space](https://github.com/doctrine/annotations/pull/1…
93 * testing all parent classes and interfaces when checking if the annotation cache
98 * corrected parsing of annotations when `"\t"` is put before the first annotation
113 - [70: Allow tab character before first annotation in DocBlock](https://github.com/doctrine/annotat…
119 - [99: Fix - #70 - allow tab character before first annotation in docblock](https://github.com/doct…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2435.phpt2 GH-2435: Test empty @group annotation
/plugin/codeprettify/code-prettify/src/
H A Dlang-kotlin.js38 …uctor|final|override|import|for|while|as|typealias|get|set|((data|enum|annotation|sealed) )?class|…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md146 …} | Object which holds all possible settings for the annotation mode ([skip to chapter](#annotatio…
409 "annotation" mode instead by including `"action": "draw"` instead.
428 default annotation menu.
430 If you don't like the detault annotation menu, you can define your own:
451 Now, when you turn on the annotation mode, your own submenu will display,
489 Since 1.2.1 it's also possible to set some of the annotation options without the
492 annotation mode.
512 "menu": [ ... ], // Shown menu when entering the annotation mode
608 action | Set to "draw" if you want the item to trigger annotation mode
951 * Added: ([drawing.autoClose](#annotation-settings)) new flag to automatically close the annotation
[all …]
/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/highlightjs/highlight/styles/
H A Dvs.css7 .annotation,
H A Didea.css23 .annotation, .decorator, .preprocessor, .doctype, .pi, .chunk, .shebang, .apache .cbracket {
H A Dmagula.css43 .annotation,
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst89 You can achieve that by using the ``@Groups`` annotation on your properties. Any
90 property without an explicit ``@Groups`` annotation will be included in a
229 ``@MaxDepth`` annotation.
232 annotation to.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D0.0.js1 …$0"},"@default":"identifier"}}],{include:"@whitespace"},[/\[\[.*\]\]/,"annotation"],[/^\s*#include…

12345678910