Home
last modified time | relevance | path

Searched refs:NegatedEntry (Results 1 – 3 of 3) 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
/dokuwiki/inc/Search/
H A Dconcept.txt270 …* **NegatedEntry** - Wraps another entry to represent logical NOT, allowing AND to convert it to s…