Lines Matching defs:maxtoshow
2201 * @param string $maxtoshow
2205 public function commonGiven(string $threshold = '1', string $maxtoshow = '10'): string
2207 return $this->individual_repository->commonGiven((int) $threshold, (int) $maxtoshow);
2212 * @param string $maxtoshow
2216 public function commonGivenTotals(string $threshold = '1', string $maxtoshow = '10'): string
2218 return $this->individual_repository->commonGivenTotals((int) $threshold, (int) $maxtoshow);
2223 * @param string $maxtoshow
2227 public function commonGivenList(string $threshold = '1', string $maxtoshow = '10'): string
2229 return $this->individual_repository->commonGivenList((int) $threshold, (int) $maxtoshow);
2234 * @param string $maxtoshow
2238 public function commonGivenListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2240 return $this->individual_repository->commonGivenListTotals((int) $threshold, (int) $maxtoshow);
2245 * @param string $maxtoshow
2249 public function commonGivenTable(string $threshold = '1', string $maxtoshow = '10'): string
2251 return $this->individual_repository->commonGivenTable((int) $threshold, (int) $maxtoshow);
2256 * @param string $maxtoshow
2260 public function commonGivenFemale(string $threshold = '1', string $maxtoshow = '10'): string
2262 return $this->individual_repository->commonGivenFemale((int) $threshold, (int) $maxtoshow);
2267 * @param string $maxtoshow
2271 public function commonGivenFemaleTotals(string $threshold = '1', string $maxtoshow = '10'): string
2273 return $this->individual_repository->commonGivenFemaleTotals((int) $threshold, (int) $maxtoshow);
2278 * @param string $maxtoshow
2282 public function commonGivenFemaleList(string $threshold = '1', string $maxtoshow = '10'): string
2284 return $this->individual_repository->commonGivenFemaleList((int) $threshold, (int) $maxtoshow);
2289 * @param string $maxtoshow
2293 public function commonGivenFemaleListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2295 return $this->individual_repository->commonGivenFemaleListTotals((int) $threshold, (int) $maxtoshow);
2300 * @param string $maxtoshow
2304 public function commonGivenFemaleTable(string $threshold = '1', string $maxtoshow = '10'): string
2306 return $this->individual_repository->commonGivenFemaleTable((int) $threshold, (int) $maxtoshow);
2311 * @param string $maxtoshow
2315 public function commonGivenMale(string $threshold = '1', string $maxtoshow = '10'): string
2317 return $this->individual_repository->commonGivenMale((int) $threshold, (int) $maxtoshow);
2322 * @param string $maxtoshow
2326 public function commonGivenMaleTotals(string $threshold = '1', string $maxtoshow = '10'): string
2328 return $this->individual_repository->commonGivenMaleTotals((int) $threshold, (int) $maxtoshow);
2333 * @param string $maxtoshow
2337 public function commonGivenMaleList(string $threshold = '1', string $maxtoshow = '10'): string
2339 return $this->individual_repository->commonGivenMaleList((int) $threshold, (int) $maxtoshow);
2344 * @param string $maxtoshow
2348 public function commonGivenMaleListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2350 return $this->individual_repository->commonGivenMaleListTotals((int) $threshold, (int) $maxtoshow);
2355 * @param string $maxtoshow
2359 public function commonGivenMaleTable(string $threshold = '1', string $maxtoshow = '10'): string
2361 return $this->individual_repository->commonGivenMaleTable((int) $threshold, (int) $maxtoshow);
2366 * @param string $maxtoshow
2370 public function commonGivenUnknown(string $threshold = '1', string $maxtoshow = '10'): string
2372 return $this->individual_repository->commonGivenUnknown((int) $threshold, (int) $maxtoshow);
2377 * @param string $maxtoshow
2381 public function commonGivenUnknownTotals(string $threshold = '1', string $maxtoshow = '10'): string
2383 return $this->individual_repository->commonGivenUnknownTotals((int) $threshold, (int) $maxtoshow);
2388 * @param string $maxtoshow
2392 public function commonGivenUnknownList(string $threshold = '1', string $maxtoshow = '10'): string
2394 return $this->individual_repository->commonGivenUnknownList((int) $threshold, (int) $maxtoshow);
2399 * @param string $maxtoshow
2403 public function commonGivenUnknownListTotals(string $threshold = '1', string $maxtoshow = '10'): string
2405 return $this->individual_repository->commonGivenUnknownListTotals((int) $threshold, (int) $maxtoshow);
2410 * @param string $maxtoshow
2414 public function commonGivenUnknownTable(string $threshold = '1', string $maxtoshow = '10'): string
2416 return $this->individual_repository->commonGivenUnknownTable((int) $threshold, (int) $maxtoshow);
2422 * @param string $maxtoshow
2429 string $maxtoshow = '7'
2431 return $this->individual_repository->chartCommonGiven($color_from, $color_to, (int) $maxtoshow);