Searched refs:array_reverse (Results 1 – 12 of 12) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | MapDataExportGeoJson.php | 31 use function array_reverse; alias 80 $parent->id(), array_reverse($hierarchy), $parent->latitude(), $parent->longitude() 97 'name' => implode(Gedcom::PLACE_SEPARATOR, array_reverse($hierarchy)),
|
H A D | MapDataList.php | 33 use function array_reverse; alias 121 'breadcrumbs' => array_reverse($breadcrumbs),
|
H A D | MapDataExportCSV.php | 34 use function array_reverse; alias 88 $parent->id(), array_reverse($hierarchy), $parent->latitude(), $parent->longitude()
|
H A D | MapDataImportAction.php | 38 use function array_reverse; alias 146 … $name = implode(Gedcom::PLACE_SEPARATOR, array_reverse(array_slice($row, 1, 1 + $level)));
|
H A D | MapDataAdd.php | 103 'breadcrumbs' => array_reverse($breadcrumbs, true),
|
H A D | MapDataEdit.php | 110 'breadcrumbs' => array_reverse($breadcrumbs, true),
|
/webtrees/resources/views/lists/ |
H A D | families-table.phtml | 176 …al::PRAENOMEN_NESCIO, Individual::NOMEN_NESCIO], 'AAAA', implode(',', array_reverse(explode(',', $… 201 …al::PRAENOMEN_NESCIO, Individual::NOMEN_NESCIO], 'AAAA', implode(',', array_reverse(explode(',', $…
|
H A D | individuals-table.phtml | 196 …al::PRAENOMEN_NESCIO, Individual::NOMEN_NESCIO], 'AAAA', implode(',', array_reverse(explode(',', $…
|
/webtrees/app/Module/ |
H A D | PlaceHierarchyListModule.php | 45 use function array_reverse; alias 370 $breadcrumbs = array_reverse($breadcrumbs);
|
/webtrees/tests/feature/ |
H A D | RelationshipNamesTest.php | 35 use function array_reverse; alias 401 self::assertRelationship($rev, array_reverse($nodes), $language);
|
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 52 use function array_reverse; alias 578 $surnames = array_reverse($surnames, true);
|
/webtrees/ |
H A D | phpstan-baseline.neon | 2062 message: '#^Parameter \#1 \$array of function array_reverse expects array, mixed given\.$#'
|