Home
last modified time | relevance | path

Searched refs:metadata (Results 226 – 250 of 570) sorted by relevance

12345678910>>...23

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DClientData.php50 public function setMetadata(FieldMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
H A DResidence.php50 public function setMetadata(FieldMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
H A DRelationshipStatus.php50 public function setMetadata(FieldMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
H A DBirthday.php48 public function setMetadata(FieldMetadata $metadata) argument
50 $this->metadata = $metadata;
57 return $this->metadata;
H A DRelation.php54 public function setMetadata(FieldMetadata $metadata) argument
56 $this->metadata = $metadata;
63 return $this->metadata;
H A DExternalId.php54 public function setMetadata(FieldMetadata $metadata) argument
56 $this->metadata = $metadata;
63 return $this->metadata;
H A DUrl.php54 public function setMetadata(FieldMetadata $metadata) argument
56 $this->metadata = $metadata;
63 return $this->metadata;
H A DCalendarUrl.php54 public function setMetadata(FieldMetadata $metadata) argument
56 $this->metadata = $metadata;
63 return $this->metadata;
H A DGender.php68 public function setMetadata(FieldMetadata $metadata) argument
70 $this->metadata = $metadata;
77 return $this->metadata;
H A DMiscKeyword.php54 public function setMetadata(FieldMetadata $metadata) argument
56 $this->metadata = $metadata;
63 return $this->metadata;
H A DSipAddress.php54 public function setMetadata(FieldMetadata $metadata) argument
56 $this->metadata = $metadata;
63 return $this->metadata;
H A DMembership.php60 public function setMetadata(FieldMetadata $metadata) argument
62 $this->metadata = $metadata;
69 return $this->metadata;
H A DEvent.php66 public function setMetadata(FieldMetadata $metadata) argument
68 $this->metadata = $metadata;
75 return $this->metadata;
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php144 $metadata = p_get_metadata($pageId);
145 return $metadata['title'];
156 $metadata = p_get_metadata($pageId);
157 return $metadata['description']['abstract'];
191 $metadata = p_get_metadata($pageId);
193 $date->setTimestamp($metadata['date']['created']);
239 $metadata = p_get_metadata($pageId);
240 $allKeywords = $metadata[self::KEYWORD_KEY];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DListCompaniesResponse.php49 public function setMetadata(ResponseMetadata $metadata) argument
51 $this->metadata = $metadata;
58 return $this->metadata;
H A DListTenantsResponse.php35 public function setMetadata(ResponseMetadata $metadata) argument
37 $this->metadata = $metadata;
44 return $this->metadata;
H A DListJobsResponse.php49 public function setMetadata(ResponseMetadata $metadata) argument
51 $this->metadata = $metadata;
58 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DConsentArtifact.php34 public $metadata; variable in Google\\Service\\CloudHealthcare\\ConsentArtifact
93 public function setMetadata($metadata) argument
95 $this->metadata = $metadata;
102 return $this->metadata;
H A DConsent.php34 public $metadata; variable in Google\\Service\\CloudHealthcare\\Consent
93 public function setMetadata($metadata) argument
95 $this->metadata = $metadata;
102 return $this->metadata;
/plugin/combo/ComboStrap/
H A DMetadataStoreTransfer.php35 * @var array - the validated metadata (that may be stored)
60 * @return $this - validate the transfer (ie the metadatas). The metadata that can be retrieved via {@link self::getValidatedMetadatas()}
70 throw new ExceptionRuntimeInternal("The original metadata should be defined");
101 $this->messages[] = Message::createWarningMessage("The metadata ($name) is a protected metadata and cannot be modified")
110 $this->messages[] = Message::createWarningMessage("The metadata ($originalMetaKey) is unknown and was not persisted")->setCanonical(Metadata::CANONICAL);
157 throw new ExceptionRuntimeInternal("The metadata to process were already set");
165 * Check/ validity and list of metadata building
169 foreach ($validatedMetadata as $metadata) {
174 if ($metadata
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DResultSet.php35 public function setMetadata(ResultSetMetadata $metadata) argument
37 $this->metadata = $metadata;
44 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DReport.php46 public function setMetadata(ReportMetadata $metadata) argument
48 $this->metadata = $metadata;
55 return $this->metadata;
/plugin/combo/action/
H A Dimgmove.php65 $metadata = MetadataSystem::getForName($persistentImage)
73 $value = $metadata->getValue();
80 $metadata
196 $metadata = MetadataSystem::getForName($key)
207 if ($metadata instanceof PageImages) {
208 $pageImagesObject = $metadata;
209 $images = $metadata->getValueAsPageImages();
238 if (!($metadata instanceof MetadataImage)) {
242 $imageId = $metadata->getValue()->toAbsoluteId();
250 $metadata
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DRuleset.php52 public function setMetadata(Metadata $metadata) argument
54 $this->metadata = $metadata;
61 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DNotifierConfig.php66 public function setMetadata(NotifierMetadata $metadata) argument
68 $this->metadata = $metadata;
75 return $this->metadata;

12345678910>>...23