/webtrees/app/Http/RequestHandlers/ |
H A D | ReorderMediaAction.php | 29 use function array_merge; alias 72 $gedcom = implode("\n", array_merge($fake_facts, $sort_facts, $keep_facts));
|
H A D | ReorderMediaFilesAction.php | 29 use function array_merge; alias 72 $gedcom = implode("\n", array_merge($fake_facts, $sort_facts, $keep_facts));
|
H A D | ReorderFamiliesAction.php | 29 use function array_merge; alias 74 $gedcom = implode("\n", array_merge($fake_facts, $sort_facts, $keep_facts));
|
H A D | ReorderNamesAction.php | 29 use function array_merge; alias 72 $gedcom = implode("\n", array_merge($fake_facts, $sort_facts, $keep_facts));
|
H A D | ReorderChildrenAction.php | 29 use function array_merge; alias 74 $gedcom = implode("\n", array_merge($fake_facts, $sort_facts, $keep_facts));
|
H A D | MapDataExportCSV.php | 32 use function array_merge; alias 130 $places = array_map(fn (object $place): array => array_merge(
|
H A D | TreePrivacyPage.php | 36 use function array_merge; alias 167 return array_merge(
|
H A D | SearchAdvancedPage.php | 39 use function array_merge; alias 221 … foreach (array_merge(self::OTHER_ADVANCED_FIELDS, self::DEFAULT_ADVANCED_FIELDS) as $field) {
|
/webtrees/app/ |
H A D | Soundex.php | 674 $soundex_array = array_merge($soundex_array, self::daitchMokotoffWord($word)); 678 …$soundex_array = array_merge($soundex_array, self::daitchMokotoffWord(str_replace(' ', '', $text))…
|
H A D | I18N.php | 34 use function array_merge; alias 300 …reduce(static fn (array $carry, ModuleCustomInterface $item): array => array_merge($carry, $item->…
|
/webtrees/app/Statistics/Repository/ |
H A D | EventRepository.php | 38 use function array_merge; alias 193 return array_merge(
|
/webtrees/app/Module/ |
H A D | AbstractIndividualListModule.php | 45 use function array_merge; alias 381 $all_surnames = array_merge(...$all_surnames); 429 $surns_to_show = array_merge(...array_values($tmp));
|
H A D | LifespansChartModule.php | 43 use function array_merge; alias 180 $xrefs = array_merge($xrefs, $this->closeFamily($individual));
|
H A D | StatisticsChartModule.php | 35 use function array_merge; alias 972 array_merge( 989 $data[] = array_merge(
|
H A D | ModuleThemeTrait.php | 133 return array_merge(
|
/webtrees/app/Services/ |
H A D | GedcomEditService.php | 37 use function array_merge; alias 337 $hidden_tags = array_merge(...$preferences);
|
H A D | CalendarService.php | 42 use function array_merge; alias 212 … $found_facts = array_merge($found_facts, $this->getAnniversaryEvents($jd, $events, $tree));
|
H A D | RelationshipService.php | 33 use function array_merge; alias 308 return array_merge($result_before, [$result], $result_after);
|
/webtrees/app/Elements/ |
H A D | EventTypeCitedFrom.php | 108 … Individual::RECORD_TYPE => array_merge(static::INDIVIDUAL_EVENTS, static::ATTRIBUTE_TYPES),
|
/webtrees/resources/views/modules/lifespans-chart/ |
H A D | chart.phtml | 42 …<?php foreach ($lifespan->individual->facts(array_merge(Gedcom::BIRTH_EVENTS, Gedcom::DEATH_EVENTS…
|
/webtrees/app/Http/Middleware/ |
H A D | Router.php | 138 $middleware = array_merge(
|
/webtrees/resources/views/modules/relatives/ |
H A D | family.phtml | 112 …foreach ($family->facts(array_merge(Gedcom::MARRIAGE_EVENTS, Gedcom::DIVORCE_EVENTS), true) as $fa…
|
/webtrees/ |
H A D | phpstan-baseline.neon | 556 message: '#^Parameter \#1 \.\.\.\$arrays of function array_merge expects array, mixed given\.$#' 562 message: '#^Parameter \#2 \.\.\.\$arrays of function array_merge expects array, mixed given\.$#' 1504 message: '#^Parameter \#2 \.\.\.\$arrays of function array_merge expects array, mixed given\.$#'
|