Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DIp.php118 public static function ipMatches(string $ip, string $ipOrRange): bool function in dokuwiki\\Ip
155 if (Ip::ipMatches($ip, $trusted)) {
/dokuwiki/_test/tests/inc/
H A DIpTest.php141 $result = Ip::ipMatches($ip, $ipOrRange);