Home
last modified time | relevance | path

Searched refs:CensusColumnFatherBirthPlaceSimple (Results 1 – 25 of 26) sorted by relevance

12

/webtrees/app/Census/
H A DCensusOfUnitedStates1890.php56 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
57 new CensusColumnFatherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
H A DCensusOfUnitedStates1920.php61 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
63 new CensusColumnFatherBirthPlaceSimple($this, 'MBP', 'Place of birth of mother'),
H A DCensusColumnFatherBirthPlaceSimple.php27 class CensusColumnFatherBirthPlaceSimple extends CensusColumnFatherBirthPlace class
H A DCensusOfRhodeIsland1915.php51 … new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of Father of this person'),
H A DCensusOfCanadaPraries1926.php51 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
H A DCensusOfCanada1891.php52 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
H A DCensusOfUnitedStates1880.php66 …new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father, naming the state, …
H A DCensusOfUnitedStates1900.php57 … new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father of this person'),
H A DCensusOfUnitedStates1930.php59 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
H A DCensusOfRhodeIsland1905.php62 … new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father of this person'),
H A DCensusOfUnitedStates1910.php55 … new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father of this person'),
H A DCensusOfCanada1921.php58 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
H A DCensusOfCanada1931.php58 new CensusColumnFatherBirthPlaceSimple($this, 'FBP', 'Place of birth of father'),
/webtrees/tests/app/Census/
H A DCensusOfUnitedStates1890Test.php60 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[11]);
61 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[12]);
H A DCensusOfUnitedStates1920Test.php65 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[16]);
67 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[18]);
H A DCensusColumnFatherBirthPlaceSimpleTest.php58 $column = new CensusColumnFatherBirthPlaceSimple($census, '', '');
H A DCensusOfRhodeIsland1915Test.php54 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[6]);
H A DCensusOfCanadaPraries1926Test.php55 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[6]);
H A DCensusOfCanada1891Test.php56 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[7]);
H A DCensusOfUnitedStates1880Test.php70 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[21]);
H A DCensusOfUnitedStates1900Test.php61 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[12]);
H A DCensusOfRhodeIsland1905Test.php65 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[17]);
H A DCensusOfUnitedStates1930Test.php63 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[14]);
H A DCensusOfUnitedStates1910Test.php59 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[10]);
H A DCensusOfCanada1921Test.php62 self::assertInstanceOf(CensusColumnFatherBirthPlaceSimple::class, $columns[13]);

12