Lines Matching refs:xref
145 if ($my_xref !== '' && $my_xref !== $individual->xref()) {
151 $this->chartUrl($my_record, ['xref2' => $individual->xref()]),
198 'xref' => $individual->xref(),
211 $xref = Validator::attributes($request)->isXref()->string('xref');
229 $individual1 = Registry::individualFactory()->make($xref, $tree);
258 'xref2' => $individual2->xref(),
318 ->map(static function (string $xref, int $key) use ($tree): GedcomRecord {
320 return Registry::individualFactory()->make($xref, $tree);
323 return Registry::familyFactory()->make($xref, $tree);
342 foreach ($path as $n => $xref) {
381 $individual = Registry::individualFactory()->make($xref, $tree);
505 … $ancestors = $this->allAncestors($individual1->xref(), $individual2->xref(), $tree->id());
506 … $exclude = $this->excludeFamilies($individual1->xref(), $individual2->xref(), $tree->id());
521 $xref1 = $individual1->xref();
522 $xref2 = $individual2->xref();
583 return static fn ($xref) => (string) $xref;
694 … if (preg_match('/\n\d (HUSB|WIFE|CHIL) @' . $prev->xref() . '@/', $family->gedcom(), $match)) {
699 … if (preg_match('/\n\d (HUSB|WIFE|CHIL) @' . $next->xref() . '@/', $family->gedcom(), $match)) {