Searched refs:allowedOptions (Results 1 – 2 of 2) sorted by relevance
| /plugin/prolog/ |
| 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/ |
| D | Index.php | 485 …$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)));
|