Home
last modified time | relevance | path

Searched defs:num (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Services/
H A DRateLimitService.php59 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 DReportBaseFootnote.php33 public int $num; variable in Fisharebest\\Webtrees\\Report\\ReportBaseFootnote
H A DReportParserGenerate.php228 … public static function getSubRecord(int $level, string $tag, string $gedrec, int $num = 1): string