Searched refs:Table (Results 1 – 13 of 13) sorted by relevance
/dokuwiki/_test/tests/inc/parser/ |
H A D | parser_table.test.php | 7 use dokuwiki\Parsing\ParserMode\Table; alias 15 $this->P->addMode('table',new Table()); 59 $this->P->addMode('table',new Table()); 99 $this->P->addMode('table',new Table()); 124 $this->P->addMode('table',new Table()); 159 $this->P->addMode('table',new Table()); 208 $this->P->addMode('table',new Table()); 243 $this->P->addMode('table',new Table()); 304 $this->P->addMode('table',new Table()); 338 $this->P->addMode('table',new Table()); [all …]
|
H A D | parser_i18n.test.php | 7 use dokuwiki\Parsing\ParserMode\Table; alias 80 $this->P->addMode('table',new Table());
|
H A D | parser_footnote.test.php | 12 use dokuwiki\Parsing\ParserMode\Table; alias 260 $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 | 5 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
|
/dokuwiki/inc/parser/ |
H A D | handler.php | 12 use dokuwiki\Parsing\Handler\Table; alias
|