| /dokuwiki/_test/tests/Parsing/ParserMode/ |
| H A D | ListsTest.php | 17 $this->P->addMode('listblock',new Listblock()); 50 $this->P->addMode('listblock',new Listblock()); 84 $this->P->addMode('listblock',new Listblock()); 117 $this->P->addMode('listblock',new Listblock()); 146 $this->P->addMode('listblock',new Listblock()); 175 $this->P->addMode('listblock',new Listblock()); 188 $this->P->addMode('listblock',new Listblock()); 189 $this->P->addMode('eol',new Eol()); 230 $this->P->addMode('listblock',new Listblock()); 231 $this->P->addMode('strong',new Strong()); [all …]
|
| H A D | HeadersTest.php | 12 $this->P->addMode('header',new Header()); 31 $this->P->addMode('header',new Header()); 50 $this->P->addMode('header',new Header()); 69 $this->P->addMode('header',new Header()); 88 $this->P->addMode('header',new Header()); 107 $this->P->addMode('header',new Header()); 126 $this->P->addMode('header',new Header()); 145 $this->P->addMode('header',new Header()); 164 $this->P->addMode('header',new Header()); 178 $this->P->addMode('header',new Header()); [all …]
|
| H A D | TableTest.php | 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()); 381 $this->P->addMode('table',new Table()); [all …]
|
| H A D | PreformattedTest.php | 16 $this->P->addMode('file',new File()); 34 $this->P->addMode('code',new Code()); 51 $this->P->addMode('code',new Code()); 68 $this->P->addMode('code',new Code()); 85 $this->P->addMode('preformatted',new Preformatted()); 102 $this->P->addMode('preformatted',new Preformatted()); 119 $this->P->addMode('preformatted',new Preformatted()); 136 $this->P->addMode('preformatted',new Preformatted()); 153 $this->P->addMode('preformatted',new Preformatted()); 154 $this->P->addMode('listblock',new Listblock()); [all …]
|
| H A D | ReplacementsTest.php | 16 $this->P->addMode('acronym',new Acronym(['FOOBAR'])); 31 $this->P->addMode('acronym',new Acronym(['FOOBAR'])); 44 $this->P->addMode('acronym',new Acronym(['FOO'])); 59 $this->P->addMode('acronym',new Acronym(['FOO','BAR'])); 76 $this->P->addMode('acronym',new Acronym(['FOO','A.FOO','FOO.1','A.FOO.1'])); 97 $this->P->addMode('acronym',new Acronym(['A.FOO.1','FOO.1','A.FOO','FOO'])); 118 $this->P->addMode('smiley',new Smiley([':-)'])); 131 $this->P->addMode('smiley',new Smiley([':-)'])); 146 $this->P->addMode('smiley',new Smiley([':-)','^_^'])); 159 $this->P->addMode('smiley',new Smiley([':-)','^_^'])); [all …]
|
| H A D | EolTest.php | 12 $this->P->addMode('eol',new Eol()); 25 $this->P->addMode('eol',new Eol()); 41 $this->P->addMode('eol',new Eol()); 54 $this->P->addMode('linebreak',new Linebreak()); 69 $this->P->addMode('linebreak',new Linebreak()); 70 $this->P->addMode('eol',new Eol()); 88 $this->P->addMode('linebreak',new Linebreak());
|
| H A D | QuotesTest.php | 18 $this->P->addMode('quotes',new Quotes()); 36 $this->P->addMode('quotes',new Quotes()); 54 $this->P->addMode('quotes',new Quotes()); 72 $this->P->addMode('quotes',new Quotes()); 90 $this->P->addMode('quotes',new Quotes()); 110 $this->P->addMode('quotes',new Quotes()); 129 $this->P->addMode('quotes',new Quotes()); 149 $this->P->addMode('quotes',new Quotes()); 167 $this->P->addMode('quotes',new Quotes()); 185 $this->P->addMode('quotes', new Quotes()); [all …]
|
| H A D | FormattingTest.php | 20 $this->P->addMode('strong', new Strong()); 38 $this->P->addMode('emphasis', new Emphasis()); 56 $this->P->addMode('underline', new Underline()); 74 $this->P->addMode('monospace', new Monospace()); 92 $this->P->addMode('subscript', new Subscript()); 110 $this->P->addMode('superscript', new Superscript()); 128 $this->P->addMode('deleted', new Deleted()); 146 $this->P->addMode('strong', new Strong()); 147 $this->P->addMode('emphasis', new Emphasis()); 169 $this->P->addMode('strong', new Strong());
|
| H A D | LinksTest.php | 22 $this->P->addMode('externallink',new Externallink()); 52 $this->P->addMode('externallink',new Externallink()); 109 $this->P->addMode('internallink',new Internallink()); 110 $this->P->addMode('externallink',new Externallink()); 130 $this->P->addMode('externallink',new Externallink()); 143 $this->P->addMode('externallink',new Externallink()); 172 $this->P->addMode('externallink',new ExternalLink()); 216 $this->P->addMode('externallink',new Externallink()); 260 $this->P->addMode('emaillink',new Emaillink()); 275 $this->P->addMode('emaillink',new Emaillink()); [all …]
|
| H A D | FootnoteTest.php | 22 $this->P->addMode('footnote',new Footnote()); 56 $this->P->addMode('eol',new Eol()); 93 $this->P->addMode('eol',new Eol()); 112 $this->P->addMode('strong',new Strong()); 135 $this->P->addMode('hr',new Hr()); 156 $this->P->addMode('code',new Code()); 177 $this->P->addMode('preformatted',new Preformatted()); 198 $this->P->addMode('preformatted',new Preformatted()); 199 $this->P->addMode('eol',new Eol()); 221 $this->P->addMode('unformatted',new Unformatted()); [all …]
|
| H A D | QuoteTest.php | 12 $this->P->addMode('quote',new Quote()); 35 $this->P->addMode('quote',new Quote()); 58 $this->P->addMode('quote',new Quote()); 75 $this->P->addMode('quote',new Quote()); 76 $this->P->addMode('eol',new Eol());
|
| H A D | I18nTest.php | 31 $this->P->addMode($name, $obj); 73 $this->P->addMode('header',new Header()); 92 $this->P->addMode('table',new Table()); 137 $this->P->addMode('acronym',new Acronym($t)); 152 $this->P->addMode('internallink',new InternalLink()); 167 $this->P->addMode('internallink',new InternalLink());
|
| H A D | UnformattedTest.php | 11 $this->P->addMode('unformatted',new Unformatted()); 28 $this->P->addMode('unformatted',new Unformatted());
|
| H A D | NocacheTest.php | 11 $this->P->addMode('nocache', new Nocache()); 27 $this->P->addMode('nocache', new Nocache());
|
| H A D | NotocTest.php | 11 $this->P->addMode('notoc', new Notoc()); 27 $this->P->addMode('notoc', new Notoc());
|
| H A D | FileTest.php | 12 $this->P->addMode('file',new File());
|
| H A D | RssTest.php | 12 $this->P->addMode('rss', new Rss());
|
| H A D | CodeTest.php | 17 $this->P->addMode('code',new Code());
|
| /dokuwiki/inc/Parsing/ |
| H A D | Parser.php | 62 public function addMode($name, ModeInterface $Mode) function in dokuwiki\\Parsing\\Parser
|
| /dokuwiki/inc/ |
| H A D | parserutils.php | 224 $Parser->addMode($mode['mode'], $mode['obj']);
|