Searched refs:allowedOptions (Results 1 – 2 of 2) sorted by relevance
/plugin/prolog/ |
H A D | attribute_options.php | 13 var $allowedOptions = array('debug', 'files', 'source'); variable in AttributeOptions 74 if(in_array($option, $this->allowedOptions))
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Index.php | 485 $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)));
|