Searched defs:num (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Services/ |
H A D | RateLimitService.php | 59 public function limitRateForSite(int $num, int $seconds, string $limit): void 79 … public function limitRateForUser(UserInterface $user, int $num, int $seconds, string $limit): void 98 private function checkLimitReached(int $num, int $seconds, string $history): string
|
/webtrees/app/Report/ |
H A D | ReportBaseFootnote.php | 33 public int $num; variable in Fisharebest\\Webtrees\\Report\\ReportBaseFootnote
|
H A D | ReportParserGenerate.php | 228 … public static function getSubRecord(int $level, string $tag, string $gedrec, int $num = 1): string
|