Home
last modified time | relevance | path

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

/plugin/captcha/
H A Daction.php8 use dokuwiki\plugin\captcha\IpCounter; alias
115 $count = (new IpCounter())->get();
126 $counter = new IpCounter();
137 $counter = new IpCounter();
256 IpCounter::clean();
277 (new IpCounter())->increment();
285 (new IpCounter())->reset();
H A DIpCounter.php11 class IpCounter class
/plugin/captcha/_test/
H A DIpCounterTest.php5 use dokuwiki\plugin\captcha\IpCounter; alias
18 /** @var IpCounter */
27 $this->counter = new IpCounter();
89 $counter = new IpCounter();
135 $counter = new IpCounter();
152 $counter = new IpCounter();