Lines Matching refs:xref1
223 $xref1 = $match[1];
224 $xref2 = $xrefs[strtoupper($xref1)] ?? null;
228 $message = I18N::translate('%s does not exist.', e($xref1));
229 …lineError($tree, $record->type, $record->xref, $line_number, $line, $message, $tag . '-' . $xref1);
231 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Family::RECORD_TYPE);
234 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Individual::RECORD_TYPE);
237 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Media::RECORD_TYPE);
240 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Note::RECORD_TYPE);
243 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Source::RECORD_TYPE);
246 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Repository::RECORD_TYPE);
249 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Submitter::RECORD_TYPE);
252 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Submission::RECORD_TYPE);
255 … $message = $this->linkErrorMessage($tree, $xref1, $linked->type, Location::RECORD_TYPE);
277 } elseif ($xref1 !== $xref2) {
278 … $message = I18N::translate('%1$s does not exist. Did you mean %2$s?', e($xref1), e($xref2));
279 …lineError($tree, $record->type, $record->xref, $line_number, $line, $message, $tag . '-' . $xref1);