Lines Matching defs:threshold
2123 * @param string $threshold
2130 string $threshold = '1',
2134 return $this->individual_repository->commonSurnames((int) $threshold, (int) $number_of_surnames, $sorting);
2138 * @param string $threshold
2145 string $threshold = '1',
2149 return $this->individual_repository->commonSurnamesTotals((int) $threshold, (int) $number_of_surnames, $sorting);
2153 * @param string $threshold
2160 string $threshold = '1',
2164 return $this->individual_repository->commonSurnamesList((int) $threshold, (int) $number_of_surnames, $sorting);
2168 * @param string $threshold
2175 string $threshold = '1',
2180 ->commonSurnamesListTotals((int) $threshold, (int) $number_of_surnames, $sorting);
2200 * @param string $threshold
2205 public function commonGiven(string $threshold = '1', string $maxtoshow = '10'): string
2207 return $this->individual_repository->commonGiven((int) $threshold, (int) $maxtoshow);
2211 * @param string $threshold
2216 public function commonGivenTotals(string $threshold = '1', string $maxtoshow = '10'): string
2218 return $this->individual_repository->commonGivenTotals((int) $threshold, (int) $maxtoshow);
2222 * @param string $threshold
2227 public function commonGivenList(string $threshold = '1', string $maxtoshow = '10'): string
2229 return $this->individual_repository->commonGivenList((int) $threshold, (int) $maxtoshow);
2233 * @param string $threshold
2238 public function commonGivenListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2240 return $this->individual_repository->commonGivenListTotals((int) $threshold, (int) $maxtoshow);
2244 * @param string $threshold
2249 public function commonGivenTable(string $threshold = '1', string $maxtoshow = '10'): string
2251 return $this->individual_repository->commonGivenTable((int) $threshold, (int) $maxtoshow);
2255 * @param string $threshold
2260 public function commonGivenFemale(string $threshold = '1', string $maxtoshow = '10'): string
2262 return $this->individual_repository->commonGivenFemale((int) $threshold, (int) $maxtoshow);
2266 * @param string $threshold
2271 public function commonGivenFemaleTotals(string $threshold = '1', string $maxtoshow = '10'): string
2273 return $this->individual_repository->commonGivenFemaleTotals((int) $threshold, (int) $maxtoshow);
2277 * @param string $threshold
2282 public function commonGivenFemaleList(string $threshold = '1', string $maxtoshow = '10'): string
2284 return $this->individual_repository->commonGivenFemaleList((int) $threshold, (int) $maxtoshow);
2288 * @param string $threshold
2293 public function commonGivenFemaleListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2295 return $this->individual_repository->commonGivenFemaleListTotals((int) $threshold, (int) $maxtoshow);
2299 * @param string $threshold
2304 public function commonGivenFemaleTable(string $threshold = '1', string $maxtoshow = '10'): string
2306 return $this->individual_repository->commonGivenFemaleTable((int) $threshold, (int) $maxtoshow);
2310 * @param string $threshold
2315 public function commonGivenMale(string $threshold = '1', string $maxtoshow = '10'): string
2317 return $this->individual_repository->commonGivenMale((int) $threshold, (int) $maxtoshow);
2321 * @param string $threshold
2326 public function commonGivenMaleTotals(string $threshold = '1', string $maxtoshow = '10'): string
2328 return $this->individual_repository->commonGivenMaleTotals((int) $threshold, (int) $maxtoshow);
2332 * @param string $threshold
2337 public function commonGivenMaleList(string $threshold = '1', string $maxtoshow = '10'): string
2339 return $this->individual_repository->commonGivenMaleList((int) $threshold, (int) $maxtoshow);
2343 * @param string $threshold
2348 public function commonGivenMaleListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2350 return $this->individual_repository->commonGivenMaleListTotals((int) $threshold, (int) $maxtoshow);
2354 * @param string $threshold
2359 public function commonGivenMaleTable(string $threshold = '1', string $maxtoshow = '10'): string
2361 return $this->individual_repository->commonGivenMaleTable((int) $threshold, (int) $maxtoshow);
2365 * @param string $threshold
2370 public function commonGivenUnknown(string $threshold = '1', string $maxtoshow = '10'): string
2372 return $this->individual_repository->commonGivenUnknown((int) $threshold, (int) $maxtoshow);
2376 * @param string $threshold
2381 public function commonGivenUnknownTotals(string $threshold = '1', string $maxtoshow = '10'): string
2383 return $this->individual_repository->commonGivenUnknownTotals((int) $threshold, (int) $maxtoshow);
2387 * @param string $threshold
2392 public function commonGivenUnknownList(string $threshold = '1', string $maxtoshow = '10'): string
2394 return $this->individual_repository->commonGivenUnknownList((int) $threshold, (int) $maxtoshow);
2398 * @param string $threshold
2403 public function commonGivenUnknownListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2405 return $this->individual_repository->commonGivenUnknownListTotals((int) $threshold, (int) $maxtoshow);
2409 * @param string $threshold
2414 public function commonGivenUnknownTable(string $threshold = '1', string $maxtoshow = '10'): string
2416 return $this->individual_repository->commonGivenUnknownTable((int) $threshold, (int) $maxtoshow);