Home
last modified time | relevance | path

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

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md221 The response contains some metadata (index, version, etc.) as well as a `_source` field, which is the original document
283 The response is a little different from the previous responses. We see some metadata (`took`, `timed_out`, etc.) and
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc562 $params['body'] = (array) The request definitions (metadata-search request definition pairs), separated by newlines (Required)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc233 $params['metric'] = (list) Limit the information returned to the specified metrics. Defaults to all but metadata (Options = _all,blocks,metadata,nodes,routing_table,master_node,version)
254 $params['wait_for_metadata_version'] = (number) Wait for the metadata version to be equal or greater than the specified metadata version
H A DIndicesNamespace.asciidoc87 $params['block'] = (string) The block to add (one of read, write, read_only or metadata)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc294 The response contains metadata such as index, version, and so on as well as a
338 The response here is different from the previous ones. You can see metadata
H A Dcrud.asciidoc73 action/metadata pairs, separated by newlines. When constructing your documents
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst31 "size" key and "metadata" key which can be used to provide custom metadata.
62 * Stream metadata is grabbed from the underlying stream each time
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DPumpStream.php28 private $metadata; variable in GuzzleHttp\\Stream\\PumpStream
40 * - metadata: Hash of metadata to use with stream.
47 $this->metadata = isset($options['metadata']) ? $options['metadata'] : [];
141 return $this->metadata;
144 return isset($this->metadata[$key]) ? $this->metadata[$key] : null;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md377 * Properly handle underscore prefixes in options and bulk request metadata ([cf upstream](https://github.com/elastic/elasticsearch/issues/26886). [#1621](https://github.com/ruflin/Elastica/pull/1621)
394 * Allow metadata to be set on Aggregations (via `AbstractAggregation::setMeta(array)`). [#1677](https://github.com/ruflin/Elastica/issues/1677)
1794 - Add getters+setters for Index Setting blocks 'read', 'write' and 'metadata'
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php212 $metadata = \reset($row);
218 $action = new Action($opType, $metadata);
224 throw new InvalidException('Invalid bulk data, source must follow action metadata');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php41 public function __construct(string $opType = self::OP_TYPE_INDEX, array $metadata = [], array $source = []) argument
44 $this->setMetadata($metadata);
90 public function setMetadata(array $metadata): self argument
92 $this->_metadata = $metadata;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php32 $metadata = $this->_getMetadata($document);
34 $this->setMetadata($metadata);
50 $metadata = $this->_getMetadata($script);
51 $this->setMetadata($metadata);
/plugin/etherpadlite/
H A DREADME.md30 …ls the etherpad lite api as needed and stores the pad details in the dokuwiki page metadata object.
/plugin/eventline/
H A Daction.php100 $metadata = p_get_metadata($ID, $key, false);
101 if (strpos($metadata, 'eventline_html') !== false) {
103 elseif (strpos($metadata, 'eventline_nohtml') !== false) {
109 if (strpos($metadata, 'eventline_fr') !== false) {
H A Dsyntax.php76 if($mode == 'metadata'){
/plugin/externalembed/
H A Daction.php51 $metadata = p_get_metadata($_GET['id']);
52 if(empty($metadata)) return;
56 $video_ids = $metadata["plugin"]["externalembed"]["video_ids"];
57 $playlist_ids = $metadata['plugin']['externalembed']['playlist_ids'];
106 $metadata = p_get_metadata($page_cache->page, 'plugin');
108 if(empty($metadata['externalembed'])) {
112 $video_ids = $metadata['externalembed']['video_ids'];
113 $playlist_ids = $metadata['externalembed']['playlist_ids'];
/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/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/fckg/
H A DChanges173 Added missing smiley_hack metadata entry
/plugin/fetchmedia/lib/
H A Dbundle.js1 …n(t,n,r){"use strict";var e=r(27),i=r(1),o=r(13),u=e.key,c=e.set;e.exp({metadata:function(t,n){ret…
/plugin/findologicxmlexport/
H A DDokuwikiPage.php36 public $metadata; variable in DokuwikiPage
50 $this->metadata = p_get_metadata($page);
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];
H A DREADME.md7 This DokuWiki plugin creates an XML based on the DokuWiki metadata with the FINDOLOGIC XML scheme.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst6 for metadata purposes a filter is applied to ignore or skip classes that are not Doctrine annotatio…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php503 $metadata = array(
515 if ($metadata['is_annotation']) {
520 $metadata['targets'] = $annotation->targets;
521 $metadata['targets_literal'] = $annotation->literal;
534 if (false === $metadata['has_constructor']) {
537 $metadata['properties'][$property->name] = $property->name;
551 $this->collectAttributeTypeMetadata($metadata, $attribute);
573 $metadata['default_property'] = reset($metadata['properties']);
577 self::$annotationMetadata[$name] = $metadata;
583 * @param array $metadata
[all …]

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