Lines Matching refs:threshold

2123      * @param string $threshold
2130 string $threshold = '1', argument
2134 …return $this->individual_repository->commonSurnames((int) $threshold, (int) $number_of_surnames, $…
2138 * @param string $threshold
2145 string $threshold = '1', argument
2149 …return $this->individual_repository->commonSurnamesTotals((int) $threshold, (int) $number_of_surna…
2153 * @param string $threshold
2160 string $threshold = '1', argument
2164 …return $this->individual_repository->commonSurnamesList((int) $threshold, (int) $number_of_surname…
2168 * @param string $threshold
2175 string $threshold = '1', argument
2180 ->commonSurnamesListTotals((int) $threshold, (int) $number_of_surnames, $sorting);
2200 * @param string $threshold
2205 public function commonGiven(string $threshold = '1', string $maxtoshow = '10'): string argument
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 argument
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 argument
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 argument
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 argument
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 argument
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 argument
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 argument
2284 … return $this->individual_repository->commonGivenFemaleList((int) $threshold, (int) $maxtoshow);
2288 * @param string $threshold
2293 …public function commonGivenFemaleListTotals(string $threshold = '1', string $maxtoshow = '10'): st… argument
2295 …return $this->individual_repository->commonGivenFemaleListTotals((int) $threshold, (int) $maxtosho…
2299 * @param string $threshold
2304 … public function commonGivenFemaleTable(string $threshold = '1', string $maxtoshow = '10'): string argument
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 argument
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 argument
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 argument
2339 … return $this->individual_repository->commonGivenMaleList((int) $threshold, (int) $maxtoshow);
2343 * @param string $threshold
2348 …public function commonGivenMaleListTotals(string $threshold = '1', string $maxtoshow = '10'): stri… argument
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 argument
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 argument
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 argument
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 argument
2394 … return $this->individual_repository->commonGivenUnknownList((int) $threshold, (int) $maxtoshow);
2398 * @param string $threshold
2403 …public function commonGivenUnknownListTotals(string $threshold = '1', string $maxtoshow = '10'): s… argument
2405 …return $this->individual_repository->commonGivenUnknownListTotals((int) $threshold, (int) $maxtosh…
2409 * @param string $threshold
2414 … public function commonGivenUnknownTable(string $threshold = '1', string $maxtoshow = '10'): string argument
2416 … return $this->individual_repository->commonGivenUnknownTable((int) $threshold, (int) $maxtoshow);