Searched hist:"5 a3e1f53b18728d500b3505f4fbd8c78848120e0" (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/lib/plugins/ |
| H A D | syntax.php | 5a3e1f53b18728d500b3505f4fbd8c78848120e0 Tue Jan 07 18:35:57 UTC 2014 Andreas Gohr <andi@splitbrain.org> reintroduce a tiny bit of duplication
This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends DokuWiki_Plugin. This avoids the performance/RAM problems mentioned in my previous commit. An interface keeps both logically together.
With PHP 5.4 further deduplication could be done via Traits.
|
| /dokuwiki/inc/parser/ |
| H A D | parser.php | 5a3e1f53b18728d500b3505f4fbd8c78848120e0 Tue Jan 07 18:35:57 UTC 2014 Andreas Gohr <andi@splitbrain.org> reintroduce a tiny bit of duplication
This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends DokuWiki_Plugin. This avoids the performance/RAM problems mentioned in my previous commit. An interface keeps both logically together.
With PHP 5.4 further deduplication could be done via Traits.
|