/webtrees/app/Census/ |
H A D | CensusColumnMotherBirthPlaceSimple.php | 27 class CensusColumnMotherBirthPlaceSimple extends CensusColumnMotherBirthPlace class
|
H A D | CensusOfRhodeIsland1915.php | 52 … new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of Mother of this person'),
|
H A D | CensusOfCanadaPraries1926.php | 52 new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
|
H A D | CensusOfCanada1891.php | 53 new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
|
H A D | CensusOfUnitedStates1880.php | 67 …new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother, naming the state, …
|
H A D | CensusOfUnitedStates1900.php | 58 … new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother of this person'),
|
H A D | CensusOfUnitedStates1930.php | 60 new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
|
H A D | CensusOfRhodeIsland1905.php | 63 … new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother of this person'),
|
H A D | CensusOfUnitedStates1910.php | 56 … new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother of this person'),
|
H A D | CensusOfCanada1921.php | 59 new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
|
H A D | CensusOfCanada1931.php | 59 new CensusColumnMotherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
|
/webtrees/tests/app/Census/ |
H A D | CensusColumnMotherBirthPlaceSimpleTest.php | 58 $column = new CensusColumnMotherBirthPlaceSimple($census, '', '');
|
H A D | CensusOfRhodeIsland1915Test.php | 55 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[7]);
|
H A D | CensusOfCanadaPraries1926Test.php | 56 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[7]);
|
H A D | CensusOfCanada1891Test.php | 57 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[8]);
|
H A D | CensusOfUnitedStates1880Test.php | 71 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[22]);
|
H A D | CensusOfUnitedStates1900Test.php | 62 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[13]);
|
H A D | CensusOfRhodeIsland1905Test.php | 66 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[18]);
|
H A D | CensusOfUnitedStates1930Test.php | 64 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[15]);
|
H A D | CensusOfUnitedStates1910Test.php | 60 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[11]);
|
H A D | CensusOfCanada1921Test.php | 63 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[14]);
|
H A D | CensusOfCanada1931Test.php | 63 self::assertInstanceOf(CensusColumnMotherBirthPlaceSimple::class, $columns[14]);
|