/webtrees/app/Module/ |
H A D | BranchesListModule.php | 169 $surname = Validator::attributes($request)->string('surname', ''); 181 if ($surname !== '') { 182 $individuals = $this->loadIndividuals($tree, $surname, $soundex_dm, $soundex_std); 194 …'branches' => $this->getPatriarchsHtml($tree, $individuals, $ancestors, $surname, $soundex_dm, $so… 198 if ($surname !== '') { 200 $title = I18N::translate('Branches of the %s family', e($surname)); 206 'surname' => $surname, 219 'surname' => $surname, 260 * @param string $surname 266 …private function loadIndividuals(Tree $tree, string $surname, bool $soundex_dm, bool $soundex_std)… argument [all …]
|
H A D | AbstractIndividualListModule.php | 121 $surname = I18N::strtoupper(I18N::language()->normalize($surname_param)); 148 'surname' => $surname, 151 if ($surname_param !== $surname) { 163 $surname = ''; 166 if ($surname !== '') { 167 $alpha = I18N::language()->initialLetter($surname); 176 if ($surname !== '' && !array_key_exists($surname, $all_surns)) { 177 … $message = I18N::translate('There are no individuals with the surname “%s”', e($surname)); 199 } elseif ($surname !== '') { 202 …$params = ['tree' => $tree->name(), 'surname' => $surname, 'falpha' => $falpha, 'show_marnm' => $s… [all …]
|
/webtrees/resources/views/lists/ |
H A D | surnames-table.phtml | 52 <?php foreach (array_keys($surns) as $surname) : ?> 54 <?php if ($surname === Individual::NOMEN_NESCIO) : ?> 56 <?php elseif ($surname === '') : ?> 59 …?= e($module->listUrl($tree, ['surname' => $surn] + $params)) ?>" class="ut"><?= e($surname) ?></a> 62 <?php if ($surname === Individual::NOMEN_NESCIO) : ?> 64 <?php elseif ($surname === '') : ?> 67 <span class="ut"><?= e($surname) ?></span>
|
H A D | surnames-tag-cloud.phtml | 26 <?php foreach ($surns as $surname => $count) : ?> 30 if ($surname === Individual::NOMEN_NESCIO) { 32 } elseif ($surname === '') { 35 $label = e($surname); 44 …-size:<?= $size ?>rem" href="<?= e($module->listUrl($tree, ['surname' => $surname] + $params)) ?>">
|
H A D | surnames-column-list.phtml | 23 <?php foreach ($surns as $surname => $count) : ?> 25 if ($surname === Individual::NOMEN_NESCIO) { 28 } elseif ($surname === '') { 32 $label = e($surname);
|
H A D | surnames-bullet-list.phtml | 21 foreach ($surns as $surname => $count) { 22 if ($surname === Individual::NOMEN_NESCIO) { 25 } elseif ($surname === '') { 29 $label = e($surname);
|
H A D | surnames-compact-list.phtml | 21 foreach ($surns as $surname => $count) { 22 if ($surname === Individual::NOMEN_NESCIO) { 25 } elseif ($surname === '') { 29 $label = e($surname);
|
/webtrees/app/Statistics/Google/ |
H A D | ChartDistribution.php | 165 * @param string $surname 169 private function countSurnamesByCountry(Tree $tree, string $surname): array argument 185 ->where('n_surn', '=', $surname) 284 * @param string $surname The surname for surname based distribution chart 291 string $surname = '' argument 295 $chart_title = I18N::translate('Surname distribution chart') . ': ' . $surname; 296 $surname = $surname ?: $this->individual_repository->getCommonSurname(); 297 … $data = $this->createChartData($this->countSurnamesByCountry($this->tree, $surname));
|
/webtrees/tests/app/Http/RequestHandlers/ |
H A D | RedirectBranchesPhpTest.php | 69 ['ged' => 'tree1', 'surname' => 'XYZ'], 104 ['ged' => 'tree1', 'surname' => 'XYZ'] 126 ['ged' => 'tree1', 'surname' => 'XYZ']
|
/webtrees/app/Statistics/Repository/ |
H A D | PlaceRepository.php | 296 * @param string $surname 303 string $surname = '' argument 306 ->chartDistribution($chart_shows, $chart_type, $surname);
|
/webtrees/resources/js/ |
H A D | webtrees.js | 103 function inflectSurname (surname, sex) { argument 105 return surname 112 return surname; 142 const surname = trim(spfx + surname_separator + surn); 144 …const name = surnameFirst ? slash + surname + slash + separator + givn : givn + separator + slash …
|
/webtrees/app/Statistics/Repository/Interfaces/ |
H A D | PlaceRepositoryInterface.php | 67 * @param string $surname 74 string $surname = '' argument
|
/webtrees/app/Census/ |
H A D | CensusColumnSurnameGivenNames.php | 41 …$surname = strtr($name['surname'], [Individual::NOMEN_NESCIO => I18N::translateContext('Unknow… 44 return $surname . ', ' . $given_names;
|
/webtrees/app/Http/RequestHandlers/ |
H A D | IndividualPage.php | 272 [$surname] = explode(',', $individual->sortName()); 279 'surname' => $surname,
|
H A D | FamilyPage.php | 118 [$significant->surname] = explode(',', $individual->sortName());
|
/webtrees/app/ |
H A D | Individual.php | 971 $surname = str_replace('/', '', $match[0]); 973 $surname = ''; 1045 'surname' => $surname,
|
H A D | Statistics.php | 815 * @param string $surname 822 string $surname = '' argument 824 return $this->place_repository->chartDistribution($chart_shows, $chart_type, $surname);
|
/webtrees/resources/views/ |
H A D | branches-page.phtml | 31 …autocomplete="off" type="text" name="surname" id="surname" value="<?= e($surname) ?>" dir="auto" r…
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 1827 msgid "Alternative spelling of surname" 1828 msgstr "Alternative spelling of surname" 2955 #. I18N: %s is a surname 3547 #. I18N: In the Icelandic surname tradition, ... 3549 msgid "Children take a patronym instead of a surname." 3550 msgstr "Children take a patronym instead of a surname." 3552 #. I18N: In the Spanish surname tradition, ... 3554 msgid "Children take one surname from the father and one surname from the mother." 3555 msgstr "Children take one surname from the father and one surname from the mother." 3557 #. I18N: In the Portuguese surname tradition, ... [all …]
|
/webtrees/resources/lang/en-AU/ |
H A D | messages.po | 1827 msgid "Alternative spelling of surname" 1828 msgstr "Alternative spelling of surname" 2955 #. I18N: %s is a surname 3547 #. I18N: In the Icelandic surname tradition, ... 3549 msgid "Children take a patronym instead of a surname." 3550 msgstr "Children take a patronym instead of a surname." 3552 #. I18N: In the Spanish surname tradition, ... 3554 msgid "Children take one surname from the father and one surname from the mother." 3555 msgstr "Children take one surname from the father and one surname from the mother." 3557 #. I18N: In the Portuguese surname tradition, ... [all …]
|
/webtrees/resources/lang/zh-Hans/ |
H A D | messages.po | 1954 msgid "Alternative spelling of surname" 3176 # I18N: %s is a surname 3177 #. I18N: %s is a surname 3818 # I18N: In the Icelandic surname tradition, ... 3819 #. I18N: In the Icelandic surname tradition, ... 3821 msgid "Children take a patronym instead of a surname." 3824 # I18N: In the Spanish surname tradition, ... 3825 #. I18N: In the Spanish surname tradition, ... 3827 msgid "Children take one surname from the father and one surname from the mother." 3830 # I18N: In the Portuguese surname tradition, ... [all …]
|
/webtrees/resources/lang/zh-Hant/ |
H A D | messages.po | 1953 msgid "Alternative spelling of surname" 3175 # I18N: %s is a surname 3176 #. I18N: %s is a surname 3814 # I18N: In the Icelandic surname tradition, ... 3815 #. I18N: In the Icelandic surname tradition, ... 3817 msgid "Children take a patronym instead of a surname." 3820 # I18N: In the Spanish surname tradition, ... 3821 #. I18N: In the Spanish surname tradition, ... 3823 msgid "Children take one surname from the father and one surname from the mother." 3826 # I18N: In the Portuguese surname tradition, ... [all …]
|
/webtrees/resources/lang/ku/ |
H A D | messages.po | 1826 msgid "Alternative spelling of surname" 2954 #. I18N: %s is a surname 3546 #. I18N: In the Icelandic surname tradition, ... 3548 msgid "Children take a patronym instead of a surname." 3549 msgstr "Children take a patronym instead of a surname." 3551 #. I18N: In the Spanish surname tradition, ... 3553 msgid "Children take one surname from the father and one surname from the mother." 3554 msgstr "Children take one surname from the father and one surname from the mother." 3556 #. I18N: In the Portuguese surname tradition, ... 3558 msgid "Children take one surname from the mother and one surname from the father." [all …]
|
/webtrees/resources/lang/sq/ |
H A D | messages.po | 1970 msgid "Alternative spelling of surname" 3192 # I18N: %s is a surname 3193 #. I18N: %s is a surname 3835 # I18N: In the Icelandic surname tradition, ... 3836 #. I18N: In the Icelandic surname tradition, ... 3838 msgid "Children take a patronym instead of a surname." 3841 # I18N: In the Spanish surname tradition, ... 3842 #. I18N: In the Spanish surname tradition, ... 3844 msgid "Children take one surname from the father and one surname from the mother." 3847 # I18N: In the Portuguese surname tradition, ... [all …]
|
/webtrees/resources/lang/uk/ |
H A D | messages.po | 1844 msgid "Alternative spelling of surname" 2972 #. I18N: %s is a surname 3565 #. I18N: In the Icelandic surname tradition, ... 3567 msgid "Children take a patronym instead of a surname." 3570 #. I18N: In the Spanish surname tradition, ... 3572 msgid "Children take one surname from the father and one surname from the mother." 3575 #. I18N: In the Portuguese surname tradition, ... 3577 msgid "Children take one surname from the mother and one surname from the father." 3580 #. I18N: In the patrilineal surname tradition, ... 3585 msgid "Children take their father’s surname." [all …]
|