Home
last modified time | relevance | path

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

/plugin/pagequery/
H A DPageQuery.php52 final public function renderAsHtml(string $layout, $sorted_results, $opt, $count)
56 return $this->$render_type($sorted_results, $opt, $count);
787 * @param array $sorted_results
792 protected function renderAsHtmltable($sorted_results, $opt, $count): string
801 $col_height = $this->adjustedHeight($sorted_results, $ratios) / $opt['cols'];
839 foreach ($sorted_results as $line) {
934 * @param $sorted_results
937 private function adjustedHeight($sorted_results, $ratios): int
941 foreach ($sorted_results as $row) { argument
1073 * @param array $sorted_results
53 renderAsHtml(string $layout, $sorted_results, $opt, $count) global() argument
797 renderAsHtmltable($sorted_results, $opt, $count) global() argument
1087 renderAsHtmlcolumn(array $sorted_results, array $opt, int $count) global() argument
[all...]
H A Dsyntax.php305 $sorted_results = $pq->mgroup($sort_array, $keys, $group_opts);
307 $renderer->doc .= $pq->renderAsHtml($data['layout'], $sorted_results, $data, $count);