Home
last modified time | relevance | path

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

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