Home
last modified time | relevance | path

Searched refs:array_search (Results 1 – 12 of 12) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DReorderMediaAction.php30 use function array_search; alias
68 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
H A DReorderMediaFilesAction.php30 use function array_search; alias
68 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
H A DReorderFamiliesAction.php30 use function array_search; alias
70 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
H A DReorderNamesAction.php30 use function array_search; alias
68 …$callback = static fn (string $x, string $y): int => array_search($x, $order, true) <=> array_sear…
H A DReorderChildrenAction.php30 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 Dchart.phtml328 $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 DBranchesListModule.php42 use function array_search; alias
377 $sosa = array_search($individual, $ancestors, true);
415 $sosa = array_search($spouse, $ancestors, true);
H A DClippingsCartModule.php61 use function array_search; alias
150 $action = array_search($route->name, self::ROUTES_WITH_RECORDS, true);
H A DModuleThemeTrait.php108 unset($opt_tags[array_search($deattag, $opt_tags, true)]);
/webtrees/app/
H A DGedcomRecord.php34 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 Dchart-box.phtml187 unset($opt_tags[array_search($deattag, $opt_tags, true)]);
/webtrees/app/Statistics/Service/
H A DCountryService.php816 $threeLetterCode = array_search($twoLetterCode, $this->iso3166(), true);