Home
last modified time | relevance | path

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

/dokuwiki/bin/
Dplugin.php9 use splitbrain\phpcli\TableFormatter; alias
73 $tf = new TableFormatter($this->colors);
/dokuwiki/lib/plugins/usermanager/
Dcli.php6 use splitbrain\phpcli\TableFormatter; alias
122 $tr = new TableFormatter($this->colors);
/dokuwiki/lib/plugins/extension/
Dcli.php13 use splitbrain\phpcli\TableFormatter; alias
280 $tr = new TableFormatter($this->colors);
/dokuwiki/vendor/splitbrain/php-cli/src/
DTableFormatter.php13 class TableFormatter class
DOptions.php365 $tf = new TableFormatter($this->colors);
/dokuwiki/vendor/splitbrain/php-cli/
DREADME.md105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out …