Home
last modified time | relevance | path

Searched refs:annotationMetadata (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
DGoogleCloudDatalabelingV1beta1Annotation.php42 …unction setAnnotationMetadata(GoogleCloudDatalabelingV1beta1AnnotationMetadata $annotationMetadata) argument
44 $this->annotationMetadata = $annotationMetadata;
51 return $this->annotationMetadata;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DDocParser.php140 private static $annotationMetadata = array( variable in Doctrine\\Common\\Annotations\\DocParser
577 self::$annotationMetadata[$name] = $metadata;
750 if ( ! isset(self::$annotationMetadata[$name])) {
755 if (self::$annotationMetadata[$name]['is_annotation'] === false) {
770 if (0 === (self::$annotationMetadata[$name]['targets'] & $target) && $target) {
773 … $originalName, $this->context, self::$annotationMetadata[$name]['targets_literal'])
779 if (isset(self::$annotationMetadata[$name]['enum'])) {
781 foreach (self::$annotationMetadata[$name]['enum'] as $property => $enum) {
790 foreach (self::$annotationMetadata[$name]['attribute_types'] as $property => $type) {
791 if ($property === self::$annotationMetadata[$name]['default_property']
[all …]