Home
last modified time | relevance | path

Searched refs:metadata (Results 376 – 400 of 570) sorted by relevance

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

/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php19 ->will($this->returnValue($metadata = new ClassMetadata('\stdClass')))
23 … $this->assertSame($metadata, $chain->loadMetadataForClass(new \ReflectionClass('\stdClass')));
H A DAbstractFileDriverTest.php46 ->will($this->returnValue($metadata = new ClassMetadata('\stdClass')));
48 $this->assertSame($metadata, $this->driver->loadMetadataForClass($class));
/plugin/pageredirect/
H A Dsyntax.php132 if($format == 'metadata') {
133 // add redirection to metadata
152 private function redirect_message($metadata) {
153 list($page, $is_external) = $metadata;
144 redirect_message($metadata) global() argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js688 this.metadata || (this.metadata = {});
691 this.metadata.vendor = stream.readString(len);
699 this.metadata[str.slice(0, idx).toLowerCase()] = str.slice(idx + 1);
721 this.metadata || (this.metadata = {});
722 this.metadata.coverArt = picture;
733 if (this.last && this.metadata)
734 this.emit('metadata', this.metadata);
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php854 …$metadata = OneLogin_Saml2_Metadata::builder($this->_sp, $this->_security['authnRequestsSigned'], …
858 $metadata = OneLogin_Saml2_Metadata::addX509KeyDescriptors(
859 $metadata,
867 $metadata = OneLogin_Saml2_Metadata::addX509KeyDescriptors(
868 $metadata,
938 …$metadata = OneLogin_Saml2_Metadata::signMetadata($metadata, $keyMetadata, $certMetadata, $signatu…
940 return $metadata;
/plugin/odtsupport/
H A Dsyntax.php118 $metadata = p_get_metadata($pageid, $string, METADATA_RENDER_USING_CACHE);
123 $hash = date($this->getConf('dateformat'), intval($metadata));
126 $hash = $metadata;
/plugin/pgn4web/pgn4web/images/tilesvg/
H A Dwp.svg8 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Pawn 32006-12-26T00:00:00http://openclipa…
H A Dbn.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Knight 32006-12-26T00:00:00http://opencli…
H A Dbb.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Bishop 22006-12-26T00:00:00http://opencli…
H A Dbr.svg12 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Rook 12006-12-26T00:00:00http://openclipa…
H A Dwn.svg11 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Knight 22006-12-26T00:00:00http://opencli…
H A Dbq.svg10 …<metadata>image/svg+xmlOpen Clip Art LibraryChess tile - Queen 12006-12-26T00:00:00http://openclip…
/plugin/combo/ComboStrap/Meta/Api/
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...]
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...]
/plugin/rater/scripts/
H A Djquery.tablesorter.js174 … if ($.metadata && ($($headers[i]).metadata() && $($headers[i]).metadata().sorter)) {
176 p = getParserById($($headers[i]).metadata().sorter);
383 var meta = ($.metadata) ? true : false;
484 if (($.metadata) && ($(cell).metadata().sorter === false)) {
832 if ($.metadata && ($(this).metadata() && $(this).metadata().sortlist)) {
833 config.sortList = $(this).metadata().sortlist;
1012 return $(cell).metadata()[p];
/plugin/combo/resources/library/bootstrap/
H A DREADME.md18 * [bootstrap.json] is a metadata file with all official bootstrap information
19 * [bootstrapCustom.json] is a metadata file with the [ComboStrap](https://combostrap.com) 16 grid theme.
/plugin/combo/syntax/
H A Dmetadata.php12 * Add the metadata box
28 public const TAG = "metadata";
32 public const META_MESSAGE_BOX_ID = "metadata-viewer";
54 $metadata = p_read_metadata($ID);
55 $metas = $metadata['persistent'];
78 $content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('message_come_from') . PluginUtility::getDocumentationHyperLink("metadata:viewer", "ComboStrap Metadata Viewer") . '</div>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstance.php443 public function setMetadata(Metadata $metadata) argument
445 $this->metadata = $metadata;
452 return $this->metadata;
/plugin/metadisplay/
H A DREADME.md3 Displays metadata for specified namespace or page
20 …-n, --namespace metadata namespace; the -n option with no namespace or dot [.] …
/plugin/combo/ComboStrap/
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...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DPerson.php389 public function setMetadata(PersonMetadata $metadata) argument
391 $this->metadata = $metadata;
398 return $this->metadata;
/plugin/fblogin/lib/
H A Dbase_facebook.php1170 $metadata = $this->getMetadataCookie();
1171 if (array_key_exists('base_domain', $metadata) &&
1172 !empty($metadata['base_domain'])) {
1173 return trim($metadata['base_domain'], '.');
1364 $metadata = array();
1368 $metadata[urldecode($pair[0])] =
1373 return $metadata;
/plugin/sphinxsearch-was/
H A Dfunctions.php67 function getDocumentsByHeadings($id, $metadata) argument
69 if (empty($metadata) || empty($metadata['description']['tableofcontents'])) return false;
75 foreach ($metadata['description']['tableofcontents'] as $row) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php177 public function addPropertyMetadata(BasePropertyMetadata $metadata): void argument
179 parent::addPropertyMetadata($metadata);
181 if ($metadata instanceof PropertyMetadata && $metadata->excludeIf) {
/plugin/sphinxsearch/
H A Dfunctions.php75 function getDocumentsByHeadings($id, $metadata) argument
77 if (empty($metadata) || empty($metadata['description']['tableofcontents'])) return false;
83 foreach($metadata['description']['tableofcontents'] as $row){

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