/webtrees/app/ |
H A D | Media.php | 114 $names = []; 116 $names[] = $media_file->title(); 120 $names = array_filter($names); 122 if ($names === []) { 124 $names[] = $media_file->filename(); 129 $names = array_unique($names); 132 if ($names === []) { 133 $names[] = $this->getFallBackName(); 136 foreach ($names as $name) {
|
/webtrees/app/Http/RequestHandlers/ |
H A D | AddChildToIndividualPage.php | 69 $names = $surname_tradition->newChildNames($individual, null, 'U'); 73 $names = $surname_tradition->newChildNames(null, $individual, 'U'); 77 $names = $surname_tradition->newChildNames(null, null, 'U'); 82 'i' => $this->gedcom_edit_service->newIndividualFacts($tree, 'U', $names),
|
H A D | AddSpouseToFamilyPage.php | 72 $names = $surname_tradition->newSpouseNames($spouse, $sex); 74 $names = ['1 NAME ' . $surname_tradition->defaultName()]; 78 'i' => $this->gedcom_edit_service->newIndividualFacts($tree, $sex, $names),
|
H A D | AddParentToIndividualPage.php | 68 $names = $surname_tradition->newParentNames($individual, $sex); 71 'i' => $this->gedcom_edit_service->newIndividualFacts($tree, $sex, $names),
|
H A D | AddChildToFamilyPage.php | 68 $names = $surname_tradition->newChildNames($family->husband(), $family->wife(), $sex); 71 'i' => $this->gedcom_edit_service->newIndividualFacts($tree, $sex, $names),
|
H A D | AddSpouseToIndividualPage.php | 77 $names = $surname_tradition->newSpouseNames($individual, $sex); 80 'i' => $this->gedcom_edit_service->newIndividualFacts($tree, $sex, $names),
|
/webtrees/app/Census/ |
H A D | AbstractCensusColumn.php | 113 $names = $individual->getAllNames(); 114 $name = $names[0]; 123 foreach ($names as $individual_name) {
|
/webtrees/tests/app/Services/ |
H A D | GedcomEditServiceTest.php | 137 array $names, argument 145 $new_facts = $gedcom_edit_service->newIndividualFacts($tree, $sex, $names);
|
/webtrees/modules_v4/ |
H A D | README.md | 16 Note that module names (i.e. the folder names) must not contain
|
/webtrees/app/Module/ |
H A D | FixNameTags.php | 159 $names = $record->facts(['NAME'], false, null, true); 161 foreach ($names as $name) {
|
/webtrees/app/Services/ |
H A D | GedcomEditService.php | 86 public function newIndividualFacts(Tree $tree, string $sex, array $names): Collection argument 93 …$name_facts = Collection::make($names)->map(static fn (string $gedcom): Fact => new Fact($gedcom, …
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/ |
H A D | LICENSE.md | 28 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trad…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/ |
H A D | LICENSE.md | 28 CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trad…
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 826 #. I18N: Description of the “Top given names” module 828 msgid "A list of the most popular given names." 829 msgstr "A list of the most popular given names." 1119 msgid "Abbreviate place names" 1120 msgstr "Abbreviate place names" 2339 #. I18N: help text for family tree / GEDCOM file names 6598 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7056 #: resources/views/lists/given-names-table.phtml:28 7064 #: resources/views/lists/given-names-table.phtml:23 7066 msgid "Given names" [all …]
|
/webtrees/resources/lang/en-AU/ |
H A D | messages.po | 826 #. I18N: Description of the “Top given names” module 828 msgid "A list of the most popular given names." 829 msgstr "A list of the most popular given names." 1119 msgid "Abbreviate place names" 1120 msgstr "Abbreviate place names" 2339 #. I18N: help text for family tree / GEDCOM file names 6598 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7056 #: resources/views/lists/given-names-table.phtml:28 7064 #: resources/views/lists/given-names-table.phtml:23 7066 msgid "Given names" [all …]
|
/webtrees/resources/css/ |
H A D | _list-individuals.css | 25 * +---wt-initials-list, wt-initials-list-given-names
|
/webtrees/resources/lang/ku/ |
H A D | messages.po | 825 #. I18N: Description of the “Top given names” module 827 msgid "A list of the most popular given names." 1118 msgid "Abbreviate place names" 1119 msgstr "Abbreviate place names" 2338 #. I18N: help text for family tree / GEDCOM file names 6597 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7055 #: resources/views/lists/given-names-table.phtml:28 7063 #: resources/views/lists/given-names-table.phtml:23 7065 msgid "Given names" 7739 …haracters based on the Latin alphabet. This might be of use with Japanese names, where three diffe… [all …]
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 1943 $names = explode(' ', $match[1]); 1944 foreach ($names as $name) { 2043 $names = explode(' ', $match[1]); 2044 foreach ($names as $name) {
|
/webtrees/resources/lang/hi/ |
H A D | messages.po | 830 #. I18N: Description of the “Top given names” module 832 msgid "A list of the most popular given names." 1123 msgid "Abbreviate place names" 2343 #. I18N: help text for family tree / GEDCOM file names 6602 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7060 #: resources/views/lists/given-names-table.phtml:28 7068 #: resources/views/lists/given-names-table.phtml:23 7070 msgid "Given names" 7744 …haracters based on the Latin alphabet. This might be of use with Japanese names, where three diffe… 7908 #: resources/views/lists/given-names-table.phtml:31 [all …]
|
/webtrees/resources/lang/zh-Hans/ |
H A D | messages.po | 873 # I18N: Description of the “Top given names” module 874 #. I18N: Description of the “Top given names” module 876 msgid "A list of the most popular given names." 1204 msgid "Abbreviate place names" 2511 # I18N: help text for family tree / GEDCOM file names 2512 #. I18N: help text for family tree / GEDCOM file names 7063 # I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7064 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7566 #: resources/views/lists/given-names-table.phtml:28 7575 #: resources/views/lists/given-names-table.phtml:23 [all …]
|
/webtrees/resources/lang/zh-Hant/ |
H A D | messages.po | 872 # I18N: Description of the “Top given names” module 873 #. I18N: Description of the “Top given names” module 875 msgid "A list of the most popular given names." 1203 msgid "Abbreviate place names" 2510 # I18N: help text for family tree / GEDCOM file names 2511 #. I18N: help text for family tree / GEDCOM file names 7057 # I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7058 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7560 #: resources/views/lists/given-names-table.phtml:28 7569 #: resources/views/lists/given-names-table.phtml:23 [all …]
|
/webtrees/resources/lang/ru/ |
H A D | messages.po | 854 #. I18N: Description of the “Top given names” module 856 msgid "A list of the most popular given names." 1147 msgid "Abbreviate place names" 2367 #. I18N: help text for family tree / GEDCOM file names 6627 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7085 #: resources/views/lists/given-names-table.phtml:28 7093 #: resources/views/lists/given-names-table.phtml:23 7095 msgid "Given names" 7769 …haracters based on the Latin alphabet. This might be of use with Japanese names, where three diffe… 7933 #: resources/views/lists/given-names-table.phtml:31 [all …]
|
/webtrees/resources/lang/he/ |
H A D | messages.po | 830 #. I18N: Description of the “Top given names” module 832 msgid "A list of the most popular given names." 1123 msgid "Abbreviate place names" 2343 #. I18N: help text for family tree / GEDCOM file names 6602 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7060 #: resources/views/lists/given-names-table.phtml:28 7068 #: resources/views/lists/given-names-table.phtml:23 7070 msgid "Given names" 7744 …haracters based on the Latin alphabet. This might be of use with Japanese names, where three diffe… 7908 #: resources/views/lists/given-names-table.phtml:31 [all …]
|
/webtrees/resources/lang/kk/ |
H A D | messages.po | 825 #. I18N: Description of the “Top given names” module 827 msgid "A list of the most popular given names." 1118 msgid "Abbreviate place names" 2338 #. I18N: help text for family tree / GEDCOM file names 6597 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7055 #: resources/views/lists/given-names-table.phtml:28 7063 #: resources/views/lists/given-names-table.phtml:23 7065 msgid "Given names" 7739 …haracters based on the Latin alphabet. This might be of use with Japanese names, where three diffe… 7903 #: resources/views/lists/given-names-table.phtml:31 [all …]
|
/webtrees/resources/lang/uk/ |
H A D | messages.po | 843 #. I18N: Description of the “Top given names” module 845 msgid "A list of the most popular given names." 1136 msgid "Abbreviate place names" 2356 #. I18N: help text for family tree / GEDCOM file names 6616 #. I18N: Help text for the “GEDCOM media path” configuration setting. %s are all folder names 7074 #: resources/views/lists/given-names-table.phtml:28 7082 #: resources/views/lists/given-names-table.phtml:23 7084 msgid "Given names" 7758 …haracters based on the Latin alphabet. This might be of use with Japanese names, where three diffe… 7922 #: resources/views/lists/given-names-table.phtml:31 [all …]
|