Searched refs:Table (Results 1 – 12 of 12) sorted by relevance
| /dokuwiki/_test/tests/Parsing/ParserMode/ |
| H A D | TableTest.php | 9 use dokuwiki\Parsing\ParserMode\Table; alias 16 $this->P->addMode('table',new Table()); 60 $this->P->addMode('table',new Table()); 100 $this->P->addMode('table',new Table()); 125 $this->P->addMode('table',new Table()); 160 $this->P->addMode('table',new Table()); 209 $this->P->addMode('table',new Table()); 244 $this->P->addMode('table',new Table()); 305 $this->P->addMode('table',new Table()); 339 $this->P->addMode('table',new Table()); [all …]
|
| H A D | I18nTest.php | 15 use dokuwiki\Parsing\ParserMode\Table; alias 92 $this->P->addMode('table',new Table());
|
| H A D | FootnoteTest.php | 14 use dokuwiki\Parsing\ParserMode\Table; alias 261 $this->P->addMode('table',new Table());
|
| /dokuwiki/inc/Utf8/ |
| H A D | Clean.php | 92 $specials = preg_quote(Table::specialChars(), '/'); 154 $string = strtr($string, Table::lowerAccents()); 157 $string = strtr($string, Table::upperAccents()); 174 return strtr($string, Table::romanization());
|
| H A D | Table.php | 10 class Table class
|
| H A D | PhpString.php | 269 return strtr($string, Table::upperCaseToLowerCase()); 288 return strtr($string, Table::lowerCaseToUpperCase());
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Table.php | 6 use dokuwiki\Parsing\Handler\Table as TableHandler; 9 class Table extends AbstractMode class
|
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Table.php | 5 class Table extends AbstractRewriter class
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 103 ## Table Formatter
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 311 Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers. 350 ^ Table with alignment ^^^ 357 ^ Table with alignment ^^^
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 311 Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers. 350 ^ Table with alignment ^^^ 357 ^ Table with alignment ^^^
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | README.md | 21 # Table of contents
|