Lines Matching refs:path
309 foreach ($paths as $path) {
311 $relationships = $this->oldStyleRelationshipPath($tree, $path);
317 $nodes = Collection::make($path)
342 foreach ($path as $n => $xref) {
351 …ps[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::individualFactory()->…
358 …ps[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::individualFactory()->…
361 …ps[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::individualFactory()->…
369 …ps[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::individualFactory()->…
372 …ps[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::individualFactory()->…
530 foreach ($paths as $path) {
533 'path' => $path,
567 $path = array_map($this->stringMapper(), $next['path']);
570 $paths[implode('-', $next['path'])] = $path;
666 private function oldStyleRelationshipPath(Tree $tree, array $path): array argument
690 for ($i = 1, $count = count($path); $i < $count; $i += 2) {
691 $family = Registry::familyFactory()->make($path[$i], $tree);
692 $prev = Registry::individualFactory()->make($path[$i - 1], $tree);
693 $next = Registry::individualFactory()->make($path[$i + 1], $tree);