/webtrees/app/Census/ |
H A D | CensusOfUnitedStates1890.php | 56 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'), 57 new CensusColumnFatherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
|
H A D | CensusOfUnitedStates1920.php | 61 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'), 63 new CensusColumnFatherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
|
H A D | CensusColumnFatherBirthPlaceSimple.php | 27 class CensusColumnFatherBirthPlaceSimple extends CensusColumnFatherBirthPlace class
|
H A D | CensusOfRhodeIsland1915.php | 51 … new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of Father of this person'),
|
H A D | CensusOfCanadaPraries1926.php | 51 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
|
H A D | CensusOfCanada1891.php | 52 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
|
H A D | CensusOfUnitedStates1880.php | 66 …new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father, naming the state, …
|
H A D | CensusOfUnitedStates1900.php | 57 … new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father of this person'),
|
H A D | CensusOfUnitedStates1930.php | 59 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
|
H A D | CensusOfRhodeIsland1905.php | 62 … new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father of this person'),
|
H A D | CensusOfUnitedStates1910.php | 55 … new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father of this person'),
|
H A D | CensusOfCanada1921.php | 58 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
|
H A D | CensusOfCanada1931.php | 58 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
|
/webtrees/tests/app/Census/ |
H A D | CensusOfUnitedStates1890Test.php | 60 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[11]); 61 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[12]);
|
H A D | CensusOfUnitedStates1920Test.php | 65 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[16]); 67 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[18]);
|
H A D | CensusColumnFatherBirthPlaceSimpleTest.php | 58 $column = new CensusColumnFatherBirthPlaceSimple($census, '', '');
|
H A D | CensusOfRhodeIsland1915Test.php | 54 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[6]);
|
H A D | CensusOfCanadaPraries1926Test.php | 55 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[6]);
|
H A D | CensusOfCanada1891Test.php | 56 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[7]);
|
H A D | CensusOfUnitedStates1880Test.php | 70 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[21]);
|
H A D | CensusOfUnitedStates1900Test.php | 61 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[12]);
|
H A D | CensusOfRhodeIsland1905Test.php | 65 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[17]);
|
H A D | CensusOfUnitedStates1930Test.php | 63 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[14]);
|
H A D | CensusOfUnitedStates1910Test.php | 59 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[10]);
|
H A D | CensusOfCanada1921Test.php | 62 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[13]);
|