Home
last modified time | relevance | path

Searched refs:metadata (Results 276 – 300 of 570) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DRevision.php68 public function setMetadata(ObjectMeta $metadata) argument
70 $this->metadata = $metadata;
77 return $this->metadata;
H A DRoute.php68 public function setMetadata(ObjectMeta $metadata) argument
70 $this->metadata = $metadata;
77 return $this->metadata;
H A DStatus.php88 public function setMetadata(ListMeta $metadata) argument
90 $this->metadata = $metadata;
97 return $this->metadata;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/
H A DDeserializationVisitorInterface.php67 public function visitDiscriminatorMapProperty($data, ClassMetadata $metadata): string; argument
82 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void; argument
89 public function visitProperty(PropertyMetadata $metadata, $data); argument
97 public function endVisitingObject(ClassMetadata $metadata, $data, array $type): object; argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSearchResult.php71 public function setMetadata(Metadata $metadata) argument
73 $this->metadata = $metadata;
80 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DGceClusterConfig.php32 public $metadata; variable in Google\\Service\\Dataproc\\GceClusterConfig
99 public function setMetadata($metadata) argument
101 $this->metadata = $metadata;
108 return $this->metadata;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DPumpStream.php28 private $metadata; variable in GuzzleHttp\\Stream\\PumpStream
40 * - metadata: Hash of metadata to use with stream.
47 $this->metadata = isset($options['metadata']) ? $options['metadata'] : [];
141 return $this->metadata;
144 return isset($this->metadata[$key]) ? $this->metadata[$key] : null;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DLocation.php126 public function setMetadata(FieldMetadata $metadata) argument
128 $this->metadata = $metadata;
135 return $this->metadata;
H A DContactGroup.php143 public function setMetadata(ContactGroupMetadata $metadata) argument
145 $this->metadata = $metadata;
152 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DContainerSpec.php118 public function setMetadata(TemplateMetadata $metadata) argument
120 $this->metadata = $metadata;
127 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DQuery.php66 public function setMetadata(QueryMetadata $metadata) argument
68 $this->metadata = $metadata;
75 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCollectdPayload.php69 public function setMetadata($metadata) argument
71 $this->metadata = $metadata;
78 return $this->metadata;
H A DTimeSeries.php47 public function setMetadata(MonitoredResourceMetadata $metadata) argument
49 $this->metadata = $metadata;
56 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DAsset.php52 public $metadata; variable in Google\\Service\\PolyService\\Asset
173 public function setMetadata($metadata) argument
175 $this->metadata = $metadata;
182 return $this->metadata;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php31 private $metadata; variable in GuzzleHttp\\Psr7\\PumpStream
50 $this->metadata = isset($options['metadata']) ? $options['metadata'] : [];
150 return $this->metadata;
153 return isset($this->metadata[$key]) ? $this->metadata[$key] : null;
/plugin/eventline/
H A Daction.php100 $metadata = p_get_metadata($ID, $key, false);
101 if (strpos($metadata, 'eventline_html') !== false) {
103 elseif (strpos($metadata, 'eventline_nohtml') !== false) {
109 if (strpos($metadata, 'eventline_fr') !== false) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DSearchJobsResponse.php105 public function setMetadata(ResponseMetadata $metadata) argument
107 $this->metadata = $metadata;
114 return $this->metadata;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DNullDriverTest.php17 $metadata = $driver->loadMetadataForClass(new \ReflectionClass('stdClass'));
19 self::assertInstanceOf(ClassMetadata::class, $metadata);
20 self::assertCount(0, $metadata->propertyMetadata);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuditLog.php30 public $metadata; variable in Google\\Service\\ServiceControl\\AuditLog
103 public function setMetadata($metadata) argument
105 $this->metadata = $metadata;
112 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DComputeEngineTargetDetails.php58 public $metadata; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDetails
215 public function setMetadata($metadata) argument
217 $this->metadata = $metadata;
224 return $this->metadata;
H A DComputeEngineTargetDefaults.php58 public $metadata; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDefaults
215 public function setMetadata($metadata) argument
217 $this->metadata = $metadata;
224 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunPivotReportResponse.php87 public function setMetadata(ResponseMetaData $metadata) argument
89 $this->metadata = $metadata;
96 return $this->metadata;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php503 $metadata = array(
515 if ($metadata['is_annotation']) {
520 $metadata['targets'] = $annotation->targets;
521 $metadata['targets_literal'] = $annotation->literal;
534 if (false === $metadata['has_constructor']) {
537 $metadata['properties'][$property->name] = $property->name;
551 $this->collectAttributeTypeMetadata($metadata, $attribute);
573 $metadata['default_property'] = reset($metadata['properties']);
577 self::$annotationMetadata[$name] = $metadata;
583 * @param array $metadata
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php53 $metadata = $this->metadataFactory->getMetadataForClass(get_class($object));
61 …>returnCallback(static function ($passedMetadata, $passedContext) use ($metadata, $context, $self)…
62 $self->assertSame($metadata, $passedMetadata);
68 …turnCallback(static function ($propertyMetadata, $passedContext) use ($context, $metadata, $self) {
69 $self->assertSame($metadata->propertyMetadata['foo'], $propertyMetadata);
86 $metadata = $this->metadataFactory->getMetadataForClass($class);
94 ->with($metadata, $this->callback(static function ($navigatorContext) use ($context) {
100 …->with($metadata->propertyMetadata['foo'], $this->callback(static function ($navigatorContext) use…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DMetricDescriptor.php123 public function setMetadata(MetricDescriptorMetadata $metadata) argument
125 $this->metadata = $metadata;
132 return $this->metadata;

1...<<11121314151617181920>>...23