Home
last modified time | relevance | path

Searched refs:NegatedEntry (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Search/Query/
H A DQueryEvaluator.php107 $stack[] = new NegatedEntry($operand);
132 if ($left instanceof PageSet && $right instanceof NegatedEntry) {
135 if ($left instanceof NegatedEntry && $right instanceof PageSet) {
183 * @param NegatedEntry $negated the negated operand
186 protected function subtractNegated(PageSet $pages, NegatedEntry $negated): PageSet
262 if ($entry instanceof NegatedEntry) {
H A DNegatedEntry.php13 class NegatedEntry implements StackEntry class