Lines Matching refs:sorted_results
53 final public function renderAsHtml(string $layout, $sorted_results, $opt, $count) argument
57 return $this->$render_type($sorted_results, $opt, $count);
785 * @param array $sorted_results
790 protected function renderAsHtmltable($sorted_results, $opt, $count): string argument
799 $col_height = $this->adjustedHeight($sorted_results, $ratios) / $opt['cols'];
837 foreach ($sorted_results as $line) {
940 private function adjustedHeight($sorted_results, $ratios): int argument
944 foreach ($sorted_results as $row) {
1076 * @param array $sorted_results
1082 protected function renderAsHtmlcolumn(array $sorted_results, array $opt, int $count): string argument
1105 foreach ($sorted_results as $line) {