Searched refs:_mapping (Results 1 – 5 of 5) sorted by relevance
4 var $_mapping; variable in CSSPropertyStringSet10 $this->_mapping = $mapping;27 return $this->_mapping[$value];
6 var $_mapping; variable in CSS78 $this->_mapping = array();109 if (!isset($this->_mapping[$key])) { 113 return $this->_mapping[$key];127 $css->_mapping[$name] = $property;
23 protected $_mapping = []; variable in Elastica\\Mapping 126 $this->_mapping[$key] = $value;142 return $this->_mapping[$key] ?? null;154 return $this->_mapping;
3 const _mapping = require('../../fp/_mapping'); constant9 module.exports = new Hash(_mapping);
645 - repoint `\Elastica\Type::exists` from the deprecated /{index}/{type} endpoint to /{index}/_mapping/{type}