Home
last modified time | relevance | path

Searched refs:GenerationsOfDescendants (Results 1 – 5 of 5) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GDModel/
H A DGDMSubmissionRecordTests.cs58 submRec.GenerationsOfDescendants = 77; in Test_Common()
59 Assert.AreEqual(77, submRec.GenerationsOfDescendants); in Test_Common()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Elements/
H A DGenerationsOfDescendants.php30 class GenerationsOfDescendants extends AbstractElement class
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/
H A DGDMSubmissionRecord.cs60 public int GenerationsOfDescendants property in GDModel.GDMSubmissionRecord
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Factories/
H A DElementFactory.php92 use Fisharebest\Webtrees\Elements\GenerationsOfDescendants; alias
1406 …'SUBN:DESC' => new GenerationsOfDescendants(I18N::translate('Generations of descend…
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/Providers/GEDCOM/
H A DGEDCOMProvider.cs1047 submnRec.GenerationsOfDescendants = GEDCOMUtils.GetIntVal(tagValue); in AddSubmissionRecordTag()
1068 …stream, level, GEDCOMTagName.DESC, GEDCOMUtils.GetIntStr(submnRec.GenerationsOfDescendants), true); in WriteSubmissionRecord()