Home
last modified time | relevance | path

Searched refs:metadata (Results 251 – 275 of 570) sorted by relevance

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

/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php176 $metadata = MetadataSystem::getForName($booleanMeta)
181 LogUtility::internalError("The boolean metadata name ($booleanMeta) was not found", self::CANONICAL, $e);
184 $defaultBoolean[$metadata::getName()] = $metadata->toStoreDefaultValue();
272 $metadata = MetadataDokuWikiStore::getOrCreateFromResource($page)->getDataCurrentAndPersistent();
273 $persistent = $metadata[MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY];
275 $current = $metadata[MetadataDokuWikiStore::CURRENT_METADATA];
282 ->setDescription("The persistent metadata contains raw values. They contains the values set by the user and the fixed values such as page id.")
288 ->setDescription("The current metadata are the derived / calculated / runtime metadata value
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DPhoneNumber.php72 public function setMetadata(FieldMetadata $metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
H A DEmailAddress.php72 public function setMetadata(FieldMetadata $metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
H A DImClient.php76 public function setMetadata(FieldMetadata $metadata) argument
78 $this->metadata = $metadata;
85 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1AsyncQueryResultView.php73 public function setMetadata(GoogleCloudApigeeV1QueryMetadata $metadata) argument
75 $this->metadata = $metadata;
82 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DGetTemplateResponse.php36 public function setMetadata(TemplateMetadata $metadata) argument
38 $this->metadata = $metadata;
45 return $this->metadata;
H A DSource.php87 public function setMetadata(SourceMetadata $metadata) argument
89 $this->metadata = $metadata;
96 return $this->metadata;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStore.php11 * Where to store a metadata
13 * Not that a metadata may be created even if the file does not exist
30 * @param Metadata $metadata
33 public function set(Metadata $metadata); argument
38 * @param Metadata $metadata
41 public function get(Metadata $metadata, $default = null); argument
46 * This function permits to get a metadata value without creating a {@link Metadata} class
48 * @param string $name - the {@link Metadata::getName()} of the metadata
55 * This function permits to set a metadata value without creating a {@link Metadata} class
56 * @param string $name - the {@link Metadata::getName()} of the metadata
[all...]
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php156 $metadata = <<<METADATA_TEMPLATE
171 return $metadata;
177 * @param string $metadata SAML Metadata XML
187 …public static function signMetadata($metadata, $key, $cert, $signAlgorithm = XMLSecurityKey::RSA_S… argument
189 … return OneLogin_Saml2_Utils::addSign($metadata, $key, $cert, $signAlgorithm, $digestAlgorithm);
196 * @param string $metadata SAML Metadata XML
204 public static function addX509KeyDescriptors($metadata, $cert, $wantsEncrypted = true) argument
210 $xml = OneLogin_Saml2_Utils::loadXML($xml, $metadata);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DListRevisionsResponse.php85 public function setMetadata(ListMeta $metadata) argument
87 $this->metadata = $metadata;
94 return $this->metadata;
H A DListRoutesResponse.php85 public function setMetadata(ListMeta $metadata) argument
87 $this->metadata = $metadata;
94 return $this->metadata;
H A DListConfigurationsResponse.php85 public function setMetadata(ListMeta $metadata) argument
87 $this->metadata = $metadata;
94 return $this->metadata;
H A DListServicesResponse.php85 public function setMetadata(ListMeta $metadata) argument
87 $this->metadata = $metadata;
94 return $this->metadata;
H A DListDomainMappingsResponse.php85 public function setMetadata(ListMeta $metadata) argument
87 $this->metadata = $metadata;
94 return $this->metadata;
H A DDomainMapping.php68 public function setMetadata(ObjectMeta $metadata) argument
70 $this->metadata = $metadata;
77 return $this->metadata;
H A DService.php68 public function setMetadata(ObjectMeta $metadata) argument
70 $this->metadata = $metadata;
77 return $this->metadata;
H A DConfiguration.php68 public function setMetadata(ObjectMeta $metadata) argument
70 $this->metadata = $metadata;
77 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DInTotoProvenance.php65 public function setMetadata(Metadata $metadata) argument
67 $this->metadata = $metadata;
74 return $this->metadata;
H A DSlsaProvenance.php63 public function setMetadata(SlsaMetadata $metadata) argument
65 $this->metadata = $metadata;
72 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DInTotoProvenance.php65 public function setMetadata(Metadata $metadata) argument
67 $this->metadata = $metadata;
74 return $this->metadata;
H A DSlsaProvenance.php63 public function setMetadata(SlsaMetadata $metadata) argument
65 $this->metadata = $metadata;
72 return $this->metadata;
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php36 * Current metadata / runtime metadata / calculated metadata
37 * This metadata can only be set when {@link Syntax::render() rendering}
39 * https://www.dokuwiki.org/devel:metadata#metadata_persistence
49 * Persistent metadata (data that should be in a backup)
51 * They are used as the default of the current metadata
54 * https://www.dokuwiki.org/devel:metadata#metadata_persistence
57 * metadata are persistent inside dokuwiki
97 * to set the metadata
137 set(Metadata $metadata) global() argument
159 get(Metadata $metadata, $default = null) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DNode.php48 public $metadata; variable in Google\\Service\\TrafficDirectorService\\Node
161 public function setMetadata($metadata) argument
163 $this->metadata = $metadata;
170 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPartialResultSet.php57 public function setMetadata(ResultSetMetadata $metadata) argument
59 $this->metadata = $metadata;
66 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ResourceSettings/
H A DGoogleCloudResourcesettingsV1Setting.php82 public function setMetadata(GoogleCloudResourcesettingsV1SettingMetadata $metadata) argument
84 $this->metadata = $metadata;
91 return $this->metadata;

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