Home
last modified time | relevance | path

Searched refs:_mapping (Results 1 – 5 of 5) sorted by path

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md645 - repoint `\Elastica\Type::exists` from the deprecated /{index}/{type} endpoint to /{index}/_mapping/{type}
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php23 protected $_mapping = []; variable in Elastica\\Mapping
126 $this->_mapping[$key] = $value;
142 return $this->_mapping[$key] ?? null;
154 return $this->_mapping;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.inc.php6 var $_mapping; variable in CSS
78 $this->_mapping = array();
109 if (!isset($this->_mapping[$key])) {
113 return $this->_mapping[$key];
127 $css->_mapping[$name] = $property;
H A Dcss.property.stringset.class.php4 var $_mapping; variable in CSSPropertyStringSet
10 $this->_mapping = $mapping;
27 return $this->_mapping[$value];
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dmapping.js3 const _mapping = require('../../fp/_mapping'); constant
9 module.exports = new Hash(_mapping);