Home
last modified time | relevance | path

Searched refs:metadata (Results 451 – 475 of 570) sorted by relevance

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DGroupsExclusionStrategy.php51 public function shouldSkipClass(ClassMetadata $metadata, Context $navigatorContext): bool argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js44 this.metadata = null;
162 return function(metadata) { argument
163 _this.metadata = metadata;
2034 metadata = {};
2038 metadata[key] = value;
2040 this.emit('metadata', metadata);
2582 this.metadata = {};
2587 return this.emit('metadata', this.metadata);
3404 this.metadata = {};
3425 return function(metadata) { argument
[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 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 DIconTag.php100 public static function metadata(Doku_Renderer_metadata $renderer, $tagAttribute) function in ComboStrap\\IconTag
H A DXmlTagProcessing.php512 case 'metadata':
869 case 'metadata':
873 IconTag::metadata($renderer, $tagAttributes);
876 CacheTag::metadata($data);
879 MediaMarkup::metadata($data, $renderer);
898 IconTag::metadata($renderer, $tagAttributes);
/plugin/mapillary/
H A Dsyntax.php164 } elseif ($mode == 'metadata') {
/plugin/adfs/phpsaml/
H A DCHANGELOG72 …-saml/pull/206)Be able to register future SP x509cert on the settings and publish it on SP metadata
74 …ub.com/onelogin/php-saml/pull/206) Support the ability to parse IdP XML metadata (remote url or fi…
156 * Fix bug when signing metadata, the SignatureMethod was not provided
166 * Fix bug on organization element of the SP metadata builder.
200 * Fix wrong element order in generated metadata.
224 * Improved the XML metadata/ Decrypted Assertion output. (prettyprint).
/plugin/eventline/
H A Dsyntax.php76 if($mode == 'metadata'){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidProvisioningPartner.php356 ],'metadata' => [
357 'path' => 'v1/partners/{+metadataOwnerId}/devices/{+deviceId}/metadata',
H A DAlertCenter.php104 'path' => 'v1beta1/alerts/{alertId}/metadata',
/plugin/dwcommits/
H A Dsyntax.php115 …t = false; // this change doesn't need to persist passed the next metadata render.
/plugin/schemadata/
H A DREADME4 A Plugin to use the Content Negotiation Feature of datacite ot get the schema.org metadata in json+…
/plugin/flowplayer/player/
H A DREADME.txt58 - fixed XML parsing error when metadata's keys contains dashes
83 - #363 pause stream after metadata not beforehand or else no metadata is sent for rtmp clips .
164 - Now ignores the duration from metadata if we already got one. Fix required for pseudostreaming
170 - Fixed video size when no size info available in clip metadata
194 - handles 3-part duration values included in FLV metadata, like "500.123.123"
277 - Possibility to view videos without metadata, using clip.metaData: false
291 because the server does not send metadata if replaying the same stream.
338 …ith different providers caused the onMetadata event to fire events with metadata from the previous…
351 - now displays a live feed even when the RTMP server does not send any metadata and the onStart met…
356 … clips. This can be used to multiply the time values read from cuepoint metadata embedded into vid…
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DConstants.php33 const NS_MD = 'urn:oasis:names:tc:SAML:2.0:metadata';
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c285 if (sa_family == AF_INET && mmdb->metadata.ip_version == 6) { in get_record()
321 PHP_METHOD(MaxMind_Db_Reader, metadata) { in ZEND_END_ARG_INFO()
649 PHP_ME(MaxMind_Db_Reader, metadata, arginfo_maxmindbreader_void, ZEND_ACC_PUBLIC)
/plugin/txtconf/
H A Dadmin.php79 … $this->_myconf = new txtconfiguration(PLUGIN_TXTCONF.'conf/'.$_POST['conftype'].'.metadata.php');
/plugin/combo/
H A DREADME.md25 * [Web Metadata Management](https://combostrap.com/metadata/manager)
/plugin/countdown/
H A DChangeLog20 * conf/metadata.php: Added.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
H A DPartnersDevices.php134 …public function metadata($metadataOwnerId, $deviceId, UpdateDeviceMetadataRequest $postBody, $optP… function in Google\\Service\\AndroidProvisioningPartner\\Resource\\PartnersDevices
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1552 public $metadata; variable in Google_StorageObject
1653 public function setMetadata( $metadata) { argument
1654 $this->metadata = $metadata;
1657 return $this->metadata;
/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/progrecss/
H A DChangeLog14 * conf/: Added configuration files (metadata.php and default.php).
/plugin/flowplay2/flowplayer/
H A Djavascript.txt199 Called when metadata for the currently playing clip has been received.
200 The metadata object contains following properties: duration (seconds),
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md12 - xmlRootPrefix missing from unserialized metadata [\#1050](https://github.com/schmittjoh/serialize…
140 - Update jms/metadata [\#936](https://github.com/schmittjoh/serializer/issues/936)
161 - Remove PHP metadata driver [\#686](https://github.com/schmittjoh/serializer/issues/686)
180 - Use jms/metadata 2.0 [\#940](https://github.com/schmittjoh/serializer/pull/940) ([goetas](https:/…
340 - XML Discriminator tags don't work in YAML metadata [\#811](https://github.com/schmittjoh/serializ…
349 - Added null metadata driver [\#822](https://github.com/schmittjoh/serializer/pull/822) ([goetas](h…
497 - Hierarchical object serialization does not appear to inherit metadata from ancestors for metadata
547 - Virtual property having type overriden by doctrine metadata [\#276](https://github.com/schmittjoh…
701 - Add metadata informations [\#637](https://github.com/schmittjoh/serializer/issues/637)
887 - Use Doctrine metadata [\#247](https://github.com/schmittjoh/serializer/issues/247)
[all …]

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