Lines Matching full:logic
113 $logic = 'OR';
179 $logic = 'AND';
182 if (!$logic) {
183 $logic = 'OR';
187 $flt['logic'] = $logic;
663 $where2 .= " " . $filter['logic'] . " pages.page " .
666 $where2 .= " " . $filter['logic'] . " pages.class " .
669 $where2 .= " " . $filter['logic'] . " pages.title " .
674 $where2 .= " " . $filter['logic'] . " pages.lastmod " .
684 $where2 .= ' ' . $filter['logic'] .
689 … $where2 .= ' ' . $filter['logic'] . ' ' . $table . '.value ' . $filter['compare'] .