Home
last modified time | relevance | path

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

/plugin/autotweet/
H A DOAuth.php306 public function set_parameter($name, $value, $allow_duplicates = true) { argument
307 if ($allow_duplicates && isset($this->parameters[$name])) {
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md102 * Added `allow_duplicates` option to `append` processor by @deguif [#2004](https://github.com/ruflin/Elastica/pull/2004)