Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DSearchResult.php29 * @param bool $pageidAndRevOnly
31 public function __construct($res, $rangeBegin, $rangeEnd, $columns, $pageidAndRevOnly) argument
53 if ($isempty && !$pageidAndRevOnly) {
H A DSearch.php474 $pageidAndRevOnly = array_reduce(
476 static fn($pageidAndRevOnly, Column $col) => $pageidAndRevOnly && ($col->getTid() == 0),
480 … = new SearchResult($res, $this->range_begin, $this->range_end, $this->columns, $pageidAndRevOnly);