Home
last modified time | relevance | path

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

/plugin/google_maps/syntax/
H A 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/
H A DClient.php148 public function getConfigValue($keys, $default = null)
327 && ($data->isAutoPopulate() || $this->getConfigValue(['document', 'autoPopulate'], false))
143 public function getConfigValue($keys, $default = null) global() function in Elastica\\Client
H A DBulk.php333 || $this->_client->getConfigValue(['document', 'autoPopulate'], false)
H A DIndex.php246 $doc->isAutoPopulate() || $this->getClient()->getConfigValue(['document', 'autoPopulate'], false)