Lines Matching refs:head
62 $head = Registry::headerFactory()->make('HEAD', $this->tree);
64 if ($head instanceof Header) {
65 $sour = $head->facts(['SOUR'])->first();
118 $head = $this->gedcomHead();
121 if (str_contains($head[1], 'Family Tree Maker ')) {
122 $p = strpos($head[1], '(') + 1;
123 $p2 = strpos($head[1], ')');
124 $head[1] = substr($head[1], $p, $p2 - $p);
128 if ($head[2] === 'EasyTree') {
129 $head[1] = substr($head[1], 1);
132 return $head[1];
141 $head = Registry::headerFactory()->make('HEAD', $this->tree);
143 if ($head instanceof Header) {
144 $fact = $head->facts(['DATE'])->first();