Home
last modified time | relevance | path

Searched refs:getConfigValue (Results 1 – 4 of 4) sorted by relevance

/plugin/google_maps/syntax/
Dmaps.php141 $size = $this->getConfigValue($options, 'size');
142 $width = $this->getConfigValue($options, 'width', $size . '_') . "px";
143 $height = $this->getConfigValue($options, 'height', $size . '_') . "px";
156 $attr_value = $this->getConfigValue($options, $attr_name);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClient.php148 public function getConfigValue($keys, $default = null) function in Elastica\\Client
327 … && ($data->isAutoPopulate() || $this->getConfigValue(['document', 'autoPopulate'], false))
DBulk.php333 || $this->_client->getConfigValue(['document', 'autoPopulate'], false)
DIndex.php246 … $doc->isAutoPopulate() || $this->getClient()->getConfigValue(['document', 'autoPopulate'], false)