Lines Matching refs:whereTrees
92 $this->whereTrees($query, 'f_file', $trees);
132 $this->whereTrees($query, 'f_file', $trees);
175 $this->whereTrees($query, 'i_file', $trees);
207 $this->whereTrees($query, 'i_file', $trees);
250 $this->whereTrees($query, 'o_file', $trees);
270 $this->whereTrees($query, 'media.m_file', $trees);
291 $this->whereTrees($query, 'o_file', $trees);
312 $this->whereTrees($query, 'o_file', $trees);
333 $this->whereTrees($query, 'o_file', $trees);
353 $this->whereTrees($query, 's_file', $trees);
374 $this->whereTrees($query, 's_file', $trees);
394 $this->whereTrees($query, 'n_file', $trees);
420 $this->whereTrees($query, 'o_file', $trees);
441 $this->whereTrees($query, 'o_file', $trees);
987 $this->whereTrees($query, 'i_file', $search_trees);
1102 private function whereTrees(Builder $query, string $tree_id_field, array $trees): void function in Fisharebest\\Webtrees\\Services\\SearchService