Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/tests/inc/
H A DJWTTest.php25 $jwt = JWT::validate($token);
46 JWT::validate('invalid');
58 JWT::validate($token);
70 JWT::validate($token);
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php42 protected function validate($html) function in general_html_test
/dokuwiki/inc/
H A DJWT.php45 public static function validate($token) function in dokuwiki\\JWT
105 return self::validate(io_readFile($file));
H A Dauth.php228 $authtoken = JWT::validate($token);
/dokuwiki/_test/tests/Feed/
H A DFeedCreatorValidationTest.php35 $this->markTestSkipped('Could not validate feed');