Searched refs:columns (Results 1 – 6 of 6) sorted by relevance
115 * @param array $columns119 protected function calculateColLengths($columns) argument123 $fixed = (count($columns) - 1) * $border; // borders are used already127 foreach ($columns as $idx => $col) {153 foreach ($columns as $idx => $col) {161 $columns[$idx] = $real;172 $columns[$idx] += ($remain); // add to last column174 $columns[$fluid] = $remain;177 return $columns;183 * @param int[] $columns list of column widths (in characters, percent or '*')[all …]
3 Requires a CSV file of users with at least four columns.4 The columns must contain, in order: user-id, full name, email address and groups.
3 /* main task grouped in two columns */
99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as …105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out …109 widths, the second contains the texts to fill into the columns. Between each column a border is pri…120 …d and percentage widths, percentages refer to the remaining space after all fixed columns have been
69 grid-template-columns: @thumbwidth auto 22%;225 grid-template-columns: @thumbwidth auto;
5456 * @param int $columns5459 public function setWindowSize($columns = 80, $rows = 24) argument5461 $this->windowColumns = $columns;