Home
last modified time | relevance | path

Searched refs:FamilyNames (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/workflows/
H A Dtest_SelfAuthenticationData.cpp45 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::FamilyNames), QString("MUSTERMANN")); in parsedValues()
67 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::FamilyNames), QString("HILLEBRANDT")); in parsedValuesNoAddress()
90 QCOMPARE(selfAuthenticationData.getValue(SelfAuthData::FamilyNames), QString("LERCH")); in parsedValuesNoStreet()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/base/
H A DSelfAuthenticationData.h38 FamilyNames, in defineEnumType()
H A DSelfAuthenticationData.cpp222 if (!getValue(SelfAuthData::FamilyNames).isNull()) in getOrderedSelfInfo()
225 add(tr("Family name"), getValue(SelfAuthData::FamilyNames)); in getOrderedSelfInfo()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dcivilization.h99 std::vector<std::string> FamilyNames; /// Family names for the civilization variable
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/
H A Dadmin-license-file.php152 $Shortnamearray = $this->FamilyNames();
581 function FamilyNames() function in admin_license_file
/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dcivilizations.lua2460 FamilyNames = {
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dcharacter.cpp396 this->Civilization->FamilyNames.push_back(this->FamilyName); in ProcessConfigData()
H A Dscript_player.cpp1033 civilization->FamilyNames.push_back(LuaToString(l, -1, j + 1)); in CclDefineCivilization()