Home
last modified time | relevance | path

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

/plugin/authg2fa/
DGoogleAuthenticator.php86 …* @param int $discrepancy This is the allowed time drift in 30 second units (8 means 4 minutes bef…
89 public function verifyCode($secret, $code, $discrepancy = 1) argument
93 for ($i = -$discrepancy; $i <= $discrepancy; $i++) {
/plugin/authgoogle2fa/
DGoogleAuthenticator.php86 …* @param int $discrepancy This is the allowed time drift in 30 second units (8 means 4 minutes bef…
89 public function verifyCode($secret, $code, $discrepancy = 1) argument
93 for ($i = -$discrepancy; $i <= $discrepancy; $i++) {
/plugin/twofactor/
DGoogleAuthenticator.php126 …* @param int $discrepancy This is the allowed time drift in 30 second units (8 means 4 m…
131 public function verifyCode($secret, $code, $discrepancy = 1, $currentTimeSlice = null) argument
141 for ($i = -$discrepancy; $i <= $discrepancy; ++$i) {
/plugin/langdelete/
Dadmin.php124 $d->discrepancy = True;
179 if ($d->discrepancy) {
/plugin/asciidocjs/node_modules/async/
DCHANGELOG.md95 - Fixed an issue in `queue` where there was a size discrepancy between `workersList().length` and …