Lines Matching refs:tree1
68 $tree1 = $this->tree_service->all()->get($tree1_name);
71 …if ($tree1 instanceof Tree && $tree2 instanceof Tree && $tree1 !== $tree2 && $this->admin_service-…
78 ], static function (Builder $query) use ($tree1, $tree2): void {
86 ->where('i_file', '=', $tree1->id());
96 ], static function (Builder $query) use ($tree1, $tree2): void {
105 ->where('f_file', '=', $tree1->id());
113 ], static function (Builder $query) use ($tree1, $tree2): void {
120 ->where('s_file', '=', $tree1->id());
127 ], static function (Builder $query) use ($tree1, $tree2): void {
133 ->where('m_file', '=', $tree1->id());
143 ], static function (Builder $query) use ($tree1, $tree2): void {
152 ->where('m_file', '=', $tree1->id());
160 ], static function (Builder $query) use ($tree1, $tree2): void {
168 ->where('o_file', '=', $tree1->id());
185 ], static function (Builder $query) use ($tree1, $tree2): void {
201 ->where('n_file', '=', $tree1->id());
215 ], static function (Builder $query) use ($tree1, $tree2): void {
228 ->where('d_file', '=', $tree1->id());
236 ], static function (Builder $query) use ($tree1, $tree2): void {
244 ->where('l_file', '=', $tree1->id());
252 'tree1_name' => $tree1->name(),