Searched refs:matchers (Results 1 – 1 of 1) sorted by relevance
62 private array $matchers; variable in Fisharebest\\Webtrees\\Relationship70 $this->matchers = [];110 foreach ($this->matchers as $matcher) {128 $this->matchers[] = static fn (array $nodes): bool => count($nodes) > 2 && $nodes[2]140 $this->matchers[] = static fn (array $nodes): bool => $nodes[0]164 … $this->matchers[] = static function (array &$nodes, array &$patterns) use ($relationships): bool {205 …$this->matchers[] = static function (array &$nodes, array &$patterns, array &$captures) use ($rela…277 $this->matchers[] = static function (array $nodes) use ($status): bool {336 $this->matchers[] = static fn (array $nodes): bool => $nodes[0]->sex() === $sex;346 $this->matchers[] = static fn (array $nodes): bool => count($nodes) > 2 && $nodes[2][all …]