Searched refs:NamespacePredicate (Results 1 – 4 of 4) sorted by relevance
5 use dokuwiki\Search\Query\NamespacePredicate; alias27 $ns = new NamespacePredicate('wiki:');33 $ns = new NamespacePredicate('wiki:');45 $ns = new NamespacePredicate('wiki:');58 $ns = new NamespacePredicate('other:');66 $ns = new NamespacePredicate('wiki:');78 $ns = new NamespacePredicate('wiki:');86 $ns = new NamespacePredicate('nonexistent:');94 $ns = new NamespacePredicate('nonexistent:');103 $ns = new NamespacePredicate('other:');
90 $stack[] = new NamespacePredicate($ns);140 if ($left instanceof PageSet && $right instanceof NamespacePredicate) {143 if ($left instanceof NamespacePredicate && $right instanceof PageSet) {190 if ($inner instanceof NamespacePredicate) {266 if ($entry instanceof NamespacePredicate) {
11 class NamespacePredicate implements StackEntry class
269 * **NamespacePredicate** - Lazy filter that only materializes when combined with a PageSet.