Searched refs:pageidAndRevOnly (Results 1 – 2 of 2) sorted by relevance
/plugin/struct/meta/ |
H A D | SearchResult.php | 29 * @param bool $pageidAndRevOnly 31 public function __construct($res, $rangeBegin, $rangeEnd, $columns, $pageidAndRevOnly) argument 53 if ($isempty && !$pageidAndRevOnly) {
|
H A D | Search.php | 474 $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);
|