Home
last modified time | relevance | path

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

/plugin/passpolicy/
Dhelper.php21 public $min_pools = 1; variable in helper_plugin_passpolicy
78 $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) {
/plugin/passpolicy/_test/
DHelperTest.php45 $policy->min_pools = $minp;