Home
last modified time | relevance | path

Searched defs:token (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/_test/tests/Search/Collection/
H A DMockDirectCollection.php13 public function __construct($entity = 'entity', $token = 'token')
H A DMockLookupCollection.php13 …public function __construct($entity = 'entity', $token = 'token', $freq = 'freq', $reverse = 'reve…
H A DMockFrequencyCollection.php13 …public function __construct($entity = 'entity', $token = 'token', $freq = 'freq', $reverse = 'reve…
/dokuwiki/inc/Ui/
H A DUserResendPwd.php50 protected function formSetNewPassword($token)
/dokuwiki/_test/tests/lib/exe/
H A Dfetch_statuscodes_external.test.php37 function fetchResponse($token) {
H A Dfetch_imagetoken.test.php38 function fetchResponse($token){
/dokuwiki/inc/
H A DJWT.php45 public static function validate($token)
H A Dcommon.php131 function checkSecurityToken($token = null)
/dokuwiki/inc/Search/
H A DTokenizer.php146 public static function tokenLength(string $token): int
/dokuwiki/inc/Search/Collection/
H A DDirectCollection.php62 $token = $tokens[0] ?? ''; variable in dokuwiki\\Search\\Collection\\DirectCollection