Home
last modified time | relevance | path

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

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

/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php192 $metadata, argument
209 $metadata[self::AUTH_METADATA_KEY] = [
216 $metadata,
H A DUpdateMetadataInterface.php37 $metadata, argument
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md453 "size" key and "metadata" key which can be used to provide custom metadata.
H A DUPGRADING.md659 that contain additional metadata accessible via `getMetadata()`.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md43 This stream returns a "hwm" metadata value that tells upstream consumers
481 - metadata: Array of custom 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/backup/
H A DCHANGELOG.md24 - [BT-38] - When creating a backup file, we now ensure we don't backup any metadata about backups, …
/plugin/bookmarkme/syntax/
H A Dbookmarkme.php63 case 'metadata' :
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md1370 in the appropriate machine-readable metadata fields within text or
/plugin/ckgedit/ckeditor/
H A DLICENSE.md1370 in the appropriate machine-readable metadata fields within text or
/plugin/codemirror/dist/modes/
H A Dhaxe.min.js.map1 …stream.eat(/:/);\n stream.eatWhile(/[\\w_]/);\n return ret (\"metadata\", \"meta\");\n …
/plugin/columnlist/
H A Dsyntax.php148 } elseif ($format == 'metadata') {
/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/combo/ComboStrap/
H A DCacheTag.php6 * @deprecated - use the metadata/page properties instead
56 LogUtility::warning("The cache syntax component has been deprecated for the cache frequency metadata", CacheExpirationFrequency::PROPERTY_NAME);
75 public static function metadata($data) function in ComboStrap\\CacheTag
H A DDatabasePageRow.php827 * @return array - an array of the fix page metadata (ie not derived)
858 $metadata = Meta\Api\MetadataSystem::getForName($name);
860 LogUtility::internalError("The metadata ($name) is unknown", self::CANONICAL);
863 $metaRecord[$name] = $metadata
1229 throw new ExceptionRuntime("The metadata ($attribute) was not found in the returned database row.", $this->getCanonical());
H A DIconTag.php100 public static function metadata(Doku_Renderer_metadata $renderer, $tagAttribute) function in ComboStrap\\IconTag
H A DLdJson.php66 * Image may have IPTC metadata: not yet implemented
67 * https://developers.google.com/search/docs/advanced/appearance/image-rights-metadata
146 return "Advanced Page metadata definition with the json-ld format";
195 $metadata = $store->getFromName(self::OLD_ORGANIZATION_PROPERTY);
196 if ($metadata !== null) {
198 "organization" => $metadata
406 LogUtility::msg("The name metadata is mandatory for a event page", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
413 LogUtility::msg("The description metadata is mandatory for a event page", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
421 LogUtility::msg("The date_start metadata is mandatory for a event page", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
429 LogUtility::msg("The date_end metadata i
[all...]
H A DMarkupPath.php373 $metadata = $store->getCurrentFromName('relation');
374 if ($metadata === null) {
380 if (!key_exists('references', $metadata)) {
385 foreach (array_keys($metadata['references']) as $referencePageId) {
602 * Add to index check the metadata cache
754 * Utility class, refresh the metadata (used only in test)
762 LogUtility::msg("You can't render the metadata of a markup path that does not exist ($this)");
1039 * @return array - return the standard / generated metadata
1064 * The metadata that works only
1082 $metadata
[all...]
H A DMediaMarkup.php192 * But we keep the metadata to move them if any
326 * Dokuwiki does not understand other property and the reference metadata
383 * Keep track of the metadata
388 public static function metadata(array $data, Doku_Renderer_metadata $renderer) function in ComboStrap\\MediaMarkup
405 * @deprecated - for metadata but yeah ...
/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...]
H A DMetadataSystem.php132 * TODO: create a metadata metadata object and a metadata processing object
134 * * the metadata metadata (ie {@link Metadata::isOnForm()}, ...
157 * @throws ExceptionBadArgument - if the class is not a metadata class
162 throw new ExceptionBadArgument("The class ($class) is not a metadata class");
173 foreach (MetadataSystem::getMetadataObjects() as $metadata) {
174 if ($metadata::isMutable()) {
175 $metas[] = $metadata;
[all...]
H A DMetadataTabular.php38 * - the value is a list of column metadata
40 * * the value is the metadata
92 * A list of rows that contains a list of metadata
124 * Value of the metadata id
259 LogUtility::internalError("The column ($colName) does not have a metadata definition");
361 foreach ($row as $metadata) {
362 $toStoreValue = $metadata->toStoreValue();
363 $toDefaultStoreValue = $metadata->toStoreDefaultValue();
368 $rowArray[$metadata::getPersistentName()] = $toStoreValue;
381 * This function takes the metadata, ge
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImagePath.php23 public static function createFromParent(Metadata $metadata): PageImagePath argument
25 return (new PageImagePath($metadata));
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php20 * Represents form metadata sends via an ajax request
193 * @param Metadata $metadata
196 public function addFormFieldFromMetadata(Metadata $metadata): FormMeta argument
198 $field = FormMetaField::createFromMetadata($metadata);
H A DFormMetaField.php128 * @param Metadata $metadata
131 public static function createFromMetadata(Metadata $metadata): FormMetaField argument
133 $field = FormMetaField::create($metadata->getName(), $metadata->getDataType());
135 self::setCommonDataToFieldFromMetadata($field, $metadata);
137 $childrenMetadata = $metadata->getChildrenClass();
140 $metadata->getParent();
145 $field->setTab($metadata->getTab());
154 static::setLeafDataToFieldFromMetadata($field, $metadata);
159 if ($metadata
528 setCommonDataToFieldFromMetadata(FormMetaField $field, Metadata $metadata) global() argument
543 setLeafDataToFieldFromMetadata(FormMetaField $field, Metadata $metadata) global() argument
[all...]

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