Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php98 …private function commonGivenQuery(string $sex, string $type, bool $show_tot, int $threshold, int $…
190 public function commonGiven(int $threshold = 1, int $maxtoshow = 10): string
203 public function commonGivenTotals(int $threshold = 1, int $maxtoshow = 10): string
216 public function commonGivenList(int $threshold = 1, int $maxtoshow = 10): string
229 public function commonGivenListTotals(int $threshold = 1, int $maxtoshow = 10): string
242 public function commonGivenTable(int $threshold = 1, int $maxtoshow = 10): string
255 public function commonGivenFemale(int $threshold = 1, int $maxtoshow = 10): string
268 public function commonGivenFemaleTotals(int $threshold = 1, int $maxtoshow = 10): string
281 public function commonGivenFemaleList(int $threshold = 1, int $maxtoshow = 10): string
294 public function commonGivenFemaleListTotals(int $threshold = 1, int $maxtoshow = 10): string
[all …]
/webtrees/app/
H A DStatistics.php2130 string $threshold = '1',
2145 string $threshold = '1',
2160 string $threshold = '1',
2175 string $threshold = '1',
2205 public function commonGiven(string $threshold = '1', string $maxtoshow = '10'): string
2216 public function commonGivenTotals(string $threshold = '1', string $maxtoshow = '10'): string
2227 public function commonGivenList(string $threshold = '1', string $maxtoshow = '10'): string
2238 public function commonGivenListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2249 public function commonGivenTable(string $threshold = '1', string $maxtoshow = '10'): string
2260 public function commonGivenFemale(string $threshold = '1', string $maxtoshow = '10'): string
[all …]
/webtrees/app/Services/
H A DTimeoutService.php53 public function isTimeNearlyUp(float $threshold = self::TIME_UP_THRESHOLD): bool