/dokuwiki/_test/tests/inc/parser/ |
H A D | parser_i18n.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_replacements.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_headers.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_unformatted.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_quote.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_eol.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_lists.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_preformatted.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_file.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_quotes.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_footnote.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_code.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_table.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
H A D | parser_links.test.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
/dokuwiki/lib/plugins/ |
H A D | syntax.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
/dokuwiki/inc/parser/ |
H A D | parser.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|
/dokuwiki/inc/ |
H A D | parserutils.php | 36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 Sat Apr 28 10:12:06 UTC 2018 Andreas Gohr <andi@splitbrain.org> split out parser modes into their own files
This moves all the parser classes into their own namespace and files. Next up are the handler classes.
I'm not sure about the namespace, yet. A nested namepspace Parser\Modes would probably make more sense... we'll see.
This also removes the duplicated coded in the Plugin mode. We now use the plugin trait and can inherit from AbstractMode instead.
|