Lines Matching refs:gedcom
79 private Gedcom $gedcom; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\CheckTree
84 * @param Gedcom $gedcom
87 public function __construct(Gedcom $gedcom, TimeoutService $timeout_service) argument
89 $this->gedcom = $gedcom;
138 if ($row->type === '' && str_starts_with($row->gedcom, '0 HEAD')) {
142 … if ($row->type === '' && preg_match('/^0 @[^@]*@ ([_A-Z0-9]+)/', $row->gedcom, $match) === 1) {
153 if ($row->gedcom !== '') {
171 $this->gedcom->registerTags($element_factory, false);
184 $lines = explode("\n", $record->gedcom);
257 …ag === 'FAM:HUSB' || $full_tag === 'FAM:WIFE') && !str_contains($linked->gedcom, "\n1 FAMS @" . $r…
262 …} elseif ($full_tag === 'FAM:CHIL' && !str_contains($linked->gedcom, "\n1 FAMC @" . $record->xref …
267 …} elseif ($full_tag === 'INDI:FAMC' && !str_contains($linked->gedcom, "\n1 CHIL @" . $record->xref…
272 …'INDI:FAMS' && !str_contains($linked->gedcom, "\n1 HUSB @" . $record->xref . '@') && !str_contains…
313 if (substr_count($record->gedcom, "\n1 HUSB @") > 1) {
317 if (substr_count($record->gedcom, "\n1 WIFE @") > 1) {