Searched refs:givn (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/SurnameTradition/ |
H A D | IcelandicSurnameTradition.php | 79 $givn = $match['GIVN'] . 'sson'; 82 $this->buildName($givn, ['TYPE' => NameType::VALUE_BIRTH, 'GIVN' => $givn]), 86 $givn = $match['GIVN'] . 'sdottir'; 89 $this->buildName($givn, ['TYPE' => NameType::VALUE_BIRTH, 'GIVN' => $givn]),
|
/webtrees/resources/js/ |
H A D | webtrees.js | 126 webtrees.buildNameFromParts = function (npfx, givn, spfx, surn, nsfx, sex) { argument 127 const usesCJK = webtrees.detectScript(npfx + givn + spfx + givn + surn + nsfx) === 'Han'; 135 givn = trim(givn.replace(/,/g, separator)); 144 …const name = surnameFirst ? slash + surname + slash + separator + givn : givn + separator + slash …
|