Home
last modified time | relevance | path

Searched refs:metadata (Results 351 – 375 of 570) sorted by relevance

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

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DInitializedObjectConstructor.php31 …public function construct(DeserializationVisitorInterface $visitor, ClassMetadata $metadata, $data… argument
37 return $this->fallbackConstructor->construct($visitor, $metadata, $data, $type, $context);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DDriverChain.php32 if (null !== $metadata = $driver->loadMetadataForClass($class)) {
33 return $metadata;
/plugin/description/
H A Daction.php51 $metadata = p_get_metadata($ID);
52 $a = $metadata['plugin_description']['keywords'];
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php65 … $metadata = $context->getMetadataFactory()->getMetadataForClass(get_parent_class($object));
66 …if (null !== $metadata && null !== $exclusionStrategy && $exclusionStrategy->shouldSkipClass($meta…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php128 if (in_array('metadata', $this->gpxTypes->get('gpxType')) && $xmlObject->getElementsByTagName('metadata')->length === 1) {
129 $metadata = self::parseNodeProperties(
130 $xmlObject->getElementsByTagName('metadata')->item(0),
133 if ($geometry->getData() !== null && $metadata !== null) {
136 $geometry->setData($metadata);
436 $metadata = self::processGeometryData($geometry, $this->gpxTypes->get('metadataType'));
437 $metadata = empty($metadata) || !in_array('metadataType', $this->gpxTypes->get('gpxType'))
439 : "<metadata>\
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DFileCacheTest.php31 $cache->put($metadata = new ClassMetadata(TestObject::class));
33 $this->assertEquals($metadata, $cache->load(TestObject::class));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DStdClassHandler.php46 $metadata = new StaticPropertyMetadata('stdClass', $name, $value);
47 $visitor->visitProperty($metadata, $value);
/plugin/data-au/lang/nl/
H A Dintro_clean.txt3metadata ook verwijderd. Dit is echter alleen waar als de pagina wordt verwijderd via een normale …
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDisjunctExclusionStrategy.php41 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool argument
45 if ($delegate->shouldSkipClass($metadata, $context)) {
/plugin/data/lang/nl/
H A Dintro_clean.txt3 Als een pagina met een datablok wordt verwijderd, wordt de bijhorende metadata ook verwijderd. Dit is echter alleen waar als de pagina wordt verwijderd via een normale wikibewerking. Als de pagina op een andere manier is verwijderd, bijvoorbeeld via het bestandsysteem, blijft de metadata in de database staan.
/plugin/combo/ComboStrap/
H A DTemplateStore.php20 public function set(Metadata $metadata) argument
25 public function get(Metadata $metadata, $default = null) argument
H A DMetaManagerForm.php105 * The frontmatter data should be first replicated into the metadata file
136 LogUtility::internalError("The metadata ($metadataName) was not found");
140 LogUtility::internalError("This metadata should not be on the order list as it's not for the form");
148 * (every metadata updates trigger a new rendering)
163 foreach (MetadataSystem::getMetadataClasses() as $metadata) {
164 if (!$metadata::isOnForm()) {
167 if (!in_array($metadata::getName(), $metadataNameInOrder)) {
168 $metadataObject = (new $metadata())
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst29 The serializer collects several metadata about your objects from various sources such as YML, XML, …
67 This library supports several metadata sources. By default, it uses Doctrine annotations, but you m…
68 metadata in XML, or YML files. For the latter, it is necessary to configure a metadata directory wh…
76 The serializer would expect the metadata files to be named like the fully qualified class names whe…
77 replaced with ``.``. So, if you class would be named ``Vendor\Package\Foo``, the metadata file woul…
/plugin/pgn4web/pgn4web/images/tilesvg/
H A Dbp.svg7 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Pawn 12006-12-26T00:00:00http://openclipa…
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImagePath.php23 public static function createFromParent(Metadata $metadata): PageImagePath argument
25 return (new PageImagePath($metadata));
/plugin/htmlmetatags/
H A Daction.php75 $metadata = p_get_metadata($ID);
77 $a = $metadata["htmlmetatags"] ?? '';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DLodging.php229 public function setMetadata(LodgingMetadata $metadata) argument
231 $this->metadata = $metadata;
238 return $this->metadata;
/plugin/tableplot/
H A Daction.php49 $metadata = p_get_metadata($ID, $key, false);
52 … if (p_get_metadata($ID, 'plugin tableplot') || (strpos($metadata, 'table2plot') !== false) ) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php192 $metadata, argument
209 $metadata[self::AUTH_METADATA_KEY] = [
216 $metadata,
/plugin/farm/
H A Danimal.class.php117 $metadata = array();
120 if(count($l) == 2) $metadata[$l[0]] = $l[1];
122 if($name == '') return $metadata;
123 return isset($metadata[$name]) ? $metadata[$name] : $default;
137 $metadata = array();
140 if(count($l) == 2) $metadata[$l[0]] = $l[1];
143 if(isset($metadata[$name])) unset($metadata[$name]);
144 }else $metadata[$name] = $value;
146 foreach($metadata as $k => $v) $out[] = $k.' : '.$v;
/plugin/switchpanel/images/
H A DgreenIt.svg2 <metadata>image/svg+xml</metadata>
/plugin/pgn4web/pgn4web/images/igorsvg/
H A Dbp.svg7metadata>image/svg+xmlOpen Clip Art LibraryChess symbols set2009-04-06T07:41:21Chess set by Igor K…
/plugin/adfs/lang/en/
H A Dintro.txt3 …t configuration paramters for the ADSF plugin by parsing the Federation metadata provided by your …
5 For Active Directory Federation Services the metadata can be found at ''%%https://<your-adfs-server…
/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);
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki4 …T files with the odt plugin. For example, the plugin can pipe wiki page metadata into a field with…
38 …, and the change date on the right hand side has been taken from the original wiki page's metadata.
79 Relay a properly addressed metadata value of the wiki page into a field in an exported ODT file. (R…
81 … [[:devel:metadata#data_structure]] to see how to address metadata. The field that is created will…
83 If the metadata address contains the string 'date', the field will be filled with a formatted date.
85 //Example:// <code>{{metadatatofield>last_change date}}</code> takes the metadata value addressed b…
120 …tion date(). It's used for the command 'metadatatofield', in case a date is read from the metadata.

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