Searched refs:getConfigValue (Results 1 – 4 of 4) sorted by relevance
| /plugin/google_maps/syntax/ |
| D | maps.php | 141 $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/ |
| D | Client.php | 148 public function getConfigValue($keys, $default = null) function in Elastica\\Client 327 … && ($data->isAutoPopulate() || $this->getConfigValue(['document', 'autoPopulate'], false))
|
| D | Bulk.php | 333 || $this->_client->getConfigValue(['document', 'autoPopulate'], false)
|
| D | Index.php | 246 … $doc->isAutoPopulate() || $this->getClient()->getConfigValue(['document', 'autoPopulate'], false)
|