Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/_test/tests/inc/parser/
H A Dparser_table.test.php7 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 Dparser_i18n.test.php7 use dokuwiki\Parsing\ParserMode\Table; alias
80 $this->P->addMode('table',new Table());
H A Dparser_footnote.test.php12 use dokuwiki\Parsing\ParserMode\Table; alias
260 $this->P->addMode('table',new Table());
/dokuwiki/inc/Utf8/
H A DClean.php92 $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 DTable.php10 class Table class
H A DPhpString.php269 return strtr($string, Table::upperCaseToLowerCase());
288 return strtr($string, Table::lowerCaseToUpperCase());
/dokuwiki/inc/Parsing/ParserMode/
H A DTable.php5 class Table extends AbstractMode class
/dokuwiki/inc/Parsing/Handler/
H A DTable.php5 class Table extends AbstractRewriter class
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md103 ## Table Formatter
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt311 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 Dsyntax.txt311 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 DREADME.md21 # Table of contents
/dokuwiki/inc/parser/
H A Dhandler.php12 use dokuwiki\Parsing\Handler\Table; alias