Searched defs:token (Results 1 – 10 of 10) sorted by relevance
13 public function __construct($entity = 'entity', $token = 'token')
13 …public function __construct($entity = 'entity', $token = 'token', $freq = 'freq', $reverse = 'reve…
50 protected function formSetNewPassword($token)
37 function fetchResponse($token) {
38 function fetchResponse($token){
45 public static function validate($token)
131 function checkSecurityToken($token = null)
146 public static function tokenLength(string $token): int
62 $token = $tokens[0] ?? ''; variable in dokuwiki\\Search\\Collection\\DirectCollection