Home
last modified time | relevance | path

Searched defs:maximum (Results 1 – 2 of 2) sorted by relevance

/webtrees/resources/views/lists/
H A Dsurnames-tag-cloud.phtml19 $maximum = max(array_map(static fn (array $x): int => max($x), $surnames)); variable
/webtrees/app/
H A DValidator.php126 public function isBetween(int $minimum, int $maximum): self