Lines Matching refs:n
342 foreach ($path as $n => $xref) {
343 if ($n % 2 === 1) {
344 switch ($relationships[$n]) {
351 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in…
357 if ($n > 2 && preg_match('/fat|mot|par/', $relationships[$n - 2])) {
358 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in…
361 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in…
368 if ($n > 2 && preg_match('/son|dau|chi/', $relationships[$n - 2])) {
369 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in…
372 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in…
539 for ($n = count($next['path']) - 2; $n >= 1; $n -= 2) {
544 $exclude[] = $next['path'][$n];