Home
last modified time | relevance | path

Searched refs:texts (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php184 * @param string[] $texts list of texts for each column
189 public function format($columns, $texts, $colors = array()) argument
197 $wrapped[$col] = explode("\n", $this->wordwrap($texts[$col], $width, "\n", true));
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
101 and wrapping will fail, breaking your texts).
105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out the available
109 widths, the second contains the texts to fill into the columns. Between each column a border is printed (a single space
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt7 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.
9 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.