Searched refs:array_combine (Results 1 – 7 of 7) sorted by relevance
/webtrees/resources/views/ |
H A D | fact-add-new.phtml | 88 $quick_facts = array_combine($quick_facts, array_map($label_fn, $quick_facts)); 89 $add_facts = array_combine($add_facts, array_map($label_fn, $add_facts));
|
/webtrees/app/Http/RequestHandlers/ |
H A D | AccountEdit.php | 37 use function array_combine; alias 87 $timezones = array_combine($timezone_ids, $timezone_ids);
|
/webtrees/app/Module/ |
H A D | MediaListModule.php | 40 use function array_combine; alias 232 return array_combine($folders, $folders);
|
/webtrees/app/Services/ |
H A D | MediaFileService.php | 40 use function array_combine; alias 147 return array_combine($unused_files, $unused_files);
|
/webtrees/resources/views/admin/ |
H A D | site-preferences.phtml | 54 …IMEZONE', 'selected' => Site::getPreference('TIMEZONE'), 'options' => array_combine(DateTimeZone::…
|
H A D | users-edit.phtml | 140 …er->getPreference(UserInterface::PREF_TIME_ZONE, 'UTC'), 'options' => array_combine(DateTimeZone::…
|
/webtrees/app/ |
H A D | GedcomRecord.php | 31 use function array_combine; alias 649 $subtags = array_combine(range(1, count($subtags)), $subtags);
|