Home
last modified time | relevance | path

Searched refs:columns (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php115 * @param array $columns
119 protected function calculateColLengths($columns) argument
123 $fixed = (count($columns) - 1) * $border; // borders are used already
127 foreach ($columns as $idx => $col) {
153 foreach ($columns as $idx => $col) {
161 $columns[$idx] = $real;
172 $columns[$idx] += ($remain); // add to last column
174 $columns[$fluid] = $remain;
177 return $columns;
183 * @param int[] $columns list of column widths (in characters, percent or '*')
[all …]
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt3 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.
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less3 /* main task grouped in two columns */
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md99 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
/dokuwiki/lib/plugins/extension/
H A Dstyle.less69 grid-template-columns: @thumbwidth auto 22%;
225 grid-template-columns: @thumbwidth auto;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php5456 * @param int $columns
5459 public function setWindowSize($columns = 80, $rows = 24) argument
5461 $this->windowColumns = $columns;