Home
last modified time | relevance | path

Searched refs:metadata (Results 301 – 325 of 570) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DMetricDescriptor.php123 public function setMetadata(MetricDescriptorMetadata $metadata) argument
125 $this->metadata = $metadata;
132 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1AnnotatedDataset.php193 public function setMetadata(GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata $metadata) argument
195 $this->metadata = $metadata;
202 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DMetricDescriptor.php123 public function setMetadata(MetricDescriptorMetadata $metadata) argument
125 $this->metadata = $metadata;
132 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DMetricDescriptor.php123 public function setMetadata(MetricDescriptorMetadata $metadata) argument
125 $this->metadata = $metadata;
132 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DMetricDescriptor.php123 public function setMetadata(MetricDescriptorMetadata $metadata) argument
125 $this->metadata = $metadata;
132 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DMetricDescriptor.php123 public function setMetadata(MetricDescriptorMetadata $metadata) argument
125 $this->metadata = $metadata;
132 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachineConfig.php52 public $metadata; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachineConfig
209 public function setMetadata($metadata) argument
211 $this->metadata = $metadata;
218 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DDevice.php70 public $metadata; variable in Google\\Service\\CloudIot\\Device
267 public function setMetadata($metadata) argument
269 $this->metadata = $metadata;
276 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DAddress.php156 public function setMetadata(FieldMetadata $metadata) argument
158 $this->metadata = $metadata;
165 return $this->metadata;
H A DName.php168 public function setMetadata(FieldMetadata $metadata) argument
170 $this->metadata = $metadata;
177 return $this->metadata;
H A DOrganization.php210 public function setMetadata(FieldMetadata $metadata) argument
212 $this->metadata = $metadata;
219 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php98 public function setMetadata(ItemMetadata $metadata) argument
100 $this->metadata = $metadata;
107 return $this->metadata;
/plugin/nspages/fileHelper/
H A DpagePreparer.php65 * Get the a metadata value from a certain path.
67 * @param $metadata - The metadata object of a page. More details on https://www.dokuwiki.org/devel:metadata
73 * @return mixed - The metadata value from a certain path.
76 private function getMetadataFromPath($metadata, $path) { argument
82 $metadata
97 * @param $metadata - The metadata object of a page. More details on https://www.dokuwiki.org/devel:metadata
102 getCustomTitleFromTemplate($customTitle, $metadata) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunReportResponse.php93 public function setMetadata(ResponseMetaData $metadata) argument
95 $this->metadata = $metadata;
102 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlert.php174 public function setMetadata(AlertMetadata $metadata) argument
176 $this->metadata = $metadata;
183 return $this->metadata;
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DDoctrineCacheAdapter.php42 public function put(ClassMetadata $metadata): void argument
44 $this->cache->save($this->prefix . $metadata->name, $metadata);
H A DPsrCacheAdapter.php46 public function put(ClassMetadata $metadata): void argument
48 $key = strtr($this->prefix . $metadata->name, '\\', '.');
54 $this->pool->save($this->lastItem->set($metadata));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerPool.php58 public $metadata; variable in Google\\Service\\Dataflow\\WorkerPool
231 public function setMetadata($metadata) argument
233 $this->metadata = $metadata;
240 return $this->metadata;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php32 $metadata = $this->_getMetadata($document);
34 $this->setMetadata($metadata);
50 $metadata = $this->_getMetadata($script);
51 $this->setMetadata($metadata);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/
H A DSerializationVisitorInterface.php76 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void; argument
81 public function visitProperty(PropertyMetadata $metadata, $data): void; argument
91 public function endVisitingObject(ClassMetadata $metadata, object $data, array $type); argument
/plugin/pagetitle/
H A Daction.php51 $metadata = p_get_metadata($event->data['page'], 'plugin pagetitle');
52 $id = $metadata['title'] ?? null;
127 $metadata = p_get_metadata($cache->page, 'plugin pagetitle');
128 if (isset($metadata['youarehere'])) {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php235 if (strpos($this->metadata()->databaseType, $type) === false) {
239 . $this->metadata()->databaseType . ' database'
271 public function metadata() function in GeoIp2\\Database\\Reader
273 return $this->dbReader->metadata();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSourceInstanceProperties.php163 public function setMetadata(Metadata $metadata) argument
165 $this->metadata = $metadata;
172 return $this->metadata;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php41 public function __construct(string $opType = self::OP_TYPE_INDEX, array $metadata = [], array $source = []) argument
44 $this->setMetadata($metadata);
90 public function setMetadata(array $metadata): self argument
92 $this->_metadata = $metadata;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DGroupsExclusionStrategyTest.php23 $metadata = new StaticPropertyMetadata('stdClass', 'prop', 'propVal');
24 $metadata->groups = $propertyGroups;
27 …self::assertEquals($strat->shouldSkipProperty($metadata, SerializationContext::create()), $exclude…

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