Home
last modified time | relevance | path

Searched refs:allowedOptions (Results 1 – 2 of 2) sorted by relevance

/plugin/prolog/
Dattribute_options.php13 var $allowedOptions = array('debug', 'files', 'source'); variable in AttributeOptions
74 if(in_array($option, $this->allowedOptions))
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DIndex.php485 …$invalidOptions = \array_diff(\array_keys($options), $allowedOptions = \array_merge($endpoint->get…
490 …Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
494 …Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));