Searched refs:array_search (Results 1 – 12 of 12) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | ReorderMediaAction.php | 30 use function array_search; alias 68 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
|
H A D | ReorderMediaFilesAction.php | 30 use function array_search; alias 68 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
|
H A D | ReorderFamiliesAction.php | 30 use function array_search; alias 70 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
|
H A D | ReorderNamesAction.php | 30 use function array_search; alias 68 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
|
H A D | ReorderChildrenAction.php | 30 use function array_search; alias 70 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
|
/webtrees/resources/views/modules/timeline-chart/ |
H A D | chart.phtml | 328 $col = array_search($event->record(), $individuals, true); 331 $col = array_search($event->record()->husband(), $individuals, true); 335 $col = array_search($event->record()->wife(), $individuals, true);
|
/webtrees/app/Module/ |
H A D | BranchesListModule.php | 42 use function array_search; alias 377 $sosa = array_search($individual, $ancestors, true); 415 $sosa = array_search($spouse, $ancestors, true);
|
H A D | ClippingsCartModule.php | 61 use function array_search; alias 150 $action = array_search($route->name, self::ROUTES_WITH_RECORDS, true);
|
H A D | ModuleThemeTrait.php | 108 unset($opt_tags[array_search($deattag, $opt_tags, true)]);
|
/webtrees/app/ |
H A D | GedcomRecord.php | 34 use function array_search; alias 654 $sort_x = array_search($x->tag(), $subtags, true) ?: PHP_INT_MAX; 655 $sort_y = array_search($y->tag(), $subtags, true) ?: PHP_INT_MAX;
|
/webtrees/resources/views/ |
H A D | chart-box.phtml | 187 unset($opt_tags[array_search($deattag, $opt_tags, true)]);
|
/webtrees/app/Statistics/Service/ |
H A D | CountryService.php | 816 $threeLetterCode = array_search($twoLetterCode, $this->iso3166(), true);
|