Home
last modified time | relevance | path

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

/plugin/prolog/
H A 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/
H A DIndex.php485 $invalidOptions = \array_diff(\array_keys($options), $allowedOptions = \array_merge($endpoint->getParamWhitelist(), [
490 throw new InvalidException(\sprintf('"%s" is not a valid option. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
494 throw new InvalidException(\sprintf('"%s" are not valid options. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));