Searched refs:discrepancy (Results 1 – 5 of 5) sorted by relevance
86 …* @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) argument93 for ($i = -$discrepancy; $i <= $discrepancy; $i++) {
126 …* @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) argument141 for ($i = -$discrepancy; $i <= $discrepancy; ++$i) {
124 $d->discrepancy = True;179 if ($d->discrepancy) {
95 - Fixed an issue in `queue` where there was a size discrepancy between `workersList().length` and …