Home
last modified time | relevance | path

Searched refs:metadata (Results 326 – 350 of 570) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DRecognitionConfig.php277 public function setMetadata(RecognitionMetadata $metadata) argument
279 $this->metadata = $metadata;
286 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodeConfig.php66 public $metadata; variable in Google\\Service\\Container\\NodeConfig
291 public function setMetadata($metadata) argument
293 $this->metadata = $metadata;
300 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObject.php98 public $metadata; variable in Google\\Service\\Storage\\StorageObject
415 public function setMetadata($metadata) argument
417 $this->metadata = $metadata;
424 return $this->metadata;
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php41 public function put(ClassMetadata $metadata): void argument
47 $path = $this->dir . '/' . strtr($metadata->name, '\\', '-') . '.cache.php';
50 …file_put_contents($tmpFile, '<?php return unserialize(' . var_export(serialize($metadata), true) .…
/plugin/var/
H A Dsyntax.php47 $metadata = $mode == 'metadata';
61 if (!$metadata)
71 if (!$metadata)
141 if ($metadata) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntry.php156 public function setMetadata(MonitoredResourceMetadata $metadata) argument
158 $this->metadata = $metadata;
165 return $this->metadata;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DBlogPost.php88 private $metadata; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
117 $this->metadata = ['foo' => 'bar'];
129 return $this->metadata;
H A DInitializedBlogPostConstructor.php22 …public function construct(DeserializationVisitorInterface $visitor, ClassMetadata $metadata, $data… argument
25 return $this->fallback->construct($visitor, $metadata, $data, $type, $context);
/plugin/tcycle/
H A Dsyntax.php49 … $metadata = $this->_getAttribute($attributes, "metadata", $this->getConf('metadata'));
52 …ate, array($dataspeed, $datafx, $datatimeout, $width, $height, $namespace, $metadata, $objectfit));
78 …his->datatimeout, $this->width, $this->height, $this->namespace, $this->metadata, $this->objectfit…
142 if ($this->metadata === 1) { $images .= '<figcaption>'.$title.'</figcaption>'; }
146 if ( $this->metadata === 1 ) { $images .= '<figcaption>'.$alt.'</figcaption>'; }
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php87 foreach (Meta\Api\MetadataSystem::getMutableMetadata() as $metadata) {
89 $metadata
94 $sourceValue = $this->get($metadata);
96 $targetValue = $metadata->getValue();
101 $defaultValue = $metadata->getDefaultValue();
111 $this->set($metadata);
115 $this->remove($metadata);
122 * Update the frontmatter with the managed metadata
/plugin/sqlraw/
H A Daction.php31 $metadata = p_get_metadata($ID, $key, false);
34 if (strpos($metadata, 'sqlRawSort') !== false) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DAccessorStrategyInterface.php19 …public function getValue(object $object, PropertyMetadata $metadata, SerializationContext $context… argument
24 …public function setValue(object $object, $value, PropertyMetadata $metadata, DeserializationContex… argument
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel45 * conf/metadata.php.
50 $meta_file = __DIR__ . '/../conf/metadata.php';
66 …GIN_NAME@@/conf/default.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php have to exist…
74 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceProperties.php195 public function setMetadata(Metadata $metadata) argument
197 $this->metadata = $metadata;
204 return $this->metadata;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php255 $metadata, argument
261 return parent::updateMetadata($metadata, $authUri, $httpHandler);
267 $updatedMetadata = $jwtCreds->updateMetadata($metadata, null, $httpHandler);
269 $updatedMetadata = $jwtCreds->updateMetadata($metadata, $authUri, $httpHandler);
H A DServiceAccountJwtAccessCredentials.php116 $metadata, argument
122 return $metadata;
127 return parent::updateMetadata($metadata, $authUri, $httpHandler);
H A DIAMCredentials.php81 $metadata, argument
85 $metadata_copy = $metadata;
/plugin/findologicxmlexport/
H A DDokuwikiPage.php36 public $metadata; variable in DokuwikiPage
50 $this->metadata = p_get_metadata($page);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php88 public $metadata; variable in Google\\Service\\AIPlatformNotebooks\\Instance
395 public function setMetadata($metadata) argument
397 $this->metadata = $metadata;
404 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DLocation.php149 public function setMetadata(Metadata $metadata) argument
151 $this->metadata = $metadata;
158 return $this->metadata;
/plugin/combo/renderer/
H A Danalytics.php27 * A analysis Renderer that exports stats/quality/metadata in a json format
31 * TODO: Move the metadata part to the metadata render and the quality part to the indexer.
139 public const METADATA = 'metadata';
148 protected $metadata = array(); // the metadata in frontmatter variable in renderer_plugin_combo_analytics
227 * The metadata
319 if (empty($this->metadata[PageTitle::TITLE])) {
322 $this->metadata[PageTitle::TITLE] = $dokuWikiMetadata[PageTitle::TITLE] ?? null;
333 if (empty($this->metadata[sel
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DUnserializeObjectConstructor.php20 …public function construct(DeserializationVisitorInterface $visitor, ClassMetadata $metadata, $data… argument
22 return $this->getInstantiator()->instantiate($metadata->name);
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php136 * @param array $metadata The metadata associated with the file.
142 public function finish($endpoint, $uploadSessionId, $metadata = []) argument
144 $params = array_merge($metadata, [
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DDoctrineCacheAdapterTest.php30 $cache->put($metadata = new ClassMetadata(TestObject::class));
32 $this->assertEquals($metadata, $cache->load(TestObject::class));
H A DPsrCacheAdapterTest.php30 $cache->put($metadata = new ClassMetadata(TestObject::class));
32 $this->assertEquals($metadata, $cache->load(TestObject::class));

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