Searched refs:min_pools (Results 1 – 2 of 2) sorted by relevance
15 public $min_pools = 1; variable in helper_plugin_passpolicy72 $this->min_pools = $this->getConf('minpools');86 if ($this->min_pools > count($this->usepools)) $this->min_pools = $this->usepools;144 if ($this->min_pools) {145 $text .= sprintf($this->getLang('pools'), $this->min_pools, join(', ', $pools)) . "\n";188 if ($matched_pools < $this->min_pools) {
45 $policy->min_pools = $minp;