Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DCSS.php28 $allow_duplicates = $config->get("CSS.AllowDuplicates");
113 if ($allow_duplicates) {
/plugin/autotweet/
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/
DCHANGELOG.md102 * Added `allow_duplicates` option to `append` processor by @deguif [#2004](https://github.com/rufli…