Lines Matching refs:tmp
698 $tmp = Registry::gedcomRecordFactory()->make($attrs['id'], $this->tree);
699 $newgedrec = $tmp ? $tmp->privatizeGedcom(Auth::accessLevel($this->tree)) : '';
709 $tmp = Registry::gedcomRecordFactory()->make($match[1], $this->tree);
710 … $newgedrec = $tmp ? $tmp->privatizeGedcom(Auth::accessLevel($this->tree)) : '';
716 … $tmp = Registry::gedcomRecordFactory()->make($gmatch[1], $this->tree);
717 … $newgedrec = $tmp ? $tmp->privatizeGedcom(Auth::accessLevel($this->tree)) : '';
1043 $tmp = new Date($value);
1044 $value = strip_tags($tmp->display());
1047 $tmp = new Place($value, $this->tree);
1048 $value = $tmp->shortName();
1061 $tmp = explode(':', $tag);
1062 if (in_array(end($tmp), ['NOTE', 'TEXT'], true)) {
2546 $tmp = Registry::gedcomRecordFactory()->make((string) $xref, $this->tree);
2547 $this->gedrec = $tmp->privatizeGedcom(Auth::accessLevel($this->tree));