Searched refs:min_pools (Results 1 – 2 of 2) sorted by relevance
21 public $min_pools = 1; variable in helper_plugin_passpolicy78 $this->min_pools = $this->getConf('minpools');92 if ($this->min_pools > count($this->usepools)) $this->min_pools = $this->usepools;150 if ($this->min_pools) {151 … $text .= sprintf($this->getLang('pools'), $this->min_pools, implode(', ', $pools)) . "\n";196 if ($matched_pools < $this->min_pools) {
45 $policy->min_pools = $minp;