wiki.techinc.nl/includes/parser
Platonides 9a59164dbf Merge corrected r81741 and resolve the TODO.
Keep disabled with a class constant.
2011-03-07 19:13:19 +00:00
..
CoreLinkFunctions.php More function and variable documentation 2011-02-19 01:02:56 +00:00
CoreParserFunctions.php More function and variable documentation 2011-02-19 01:02:56 +00:00
CoreTagHooks.php More function and variable documentation 2011-02-19 01:02:56 +00:00
DateFormatter.php
LinkHolderArray.php Fixes for r82645: 2011-02-23 23:42:04 +00:00
Parser.php Only call ParserOptions::getNumberHeadings() when needed for the benefit of cache sharing when this is not used. 2011-03-06 21:16:22 +00:00
Parser_DiffTest.php
Parser_LinkHooks.php
ParserCache.php Merge corrected r81741 and resolve the TODO. 2011-03-07 19:13:19 +00:00
ParserOptions.php More bits of documentation 2011-02-27 15:23:41 +00:00
ParserOutput.php Only call ParserOptions::getNumberHeadings() when needed for the benefit of cache sharing when this is not used. 2011-03-06 21:16:22 +00:00
Preprocessor.php
Preprocessor_DOM.php * Rewrote StripState to not use ReplacementArray. The memory usage of FSS was excessive when there were many (>10k) strip items. I used preg_replace_callback(), which is slower than strtr() in the simplest case, but much faster than it when the markers have different lengths, which they usually do. 2011-02-23 06:58:15 +00:00
Preprocessor_Hash.php Fixed fatal error in Preprocessor_Hash due to r82645 2011-02-28 02:40:39 +00:00
StripState.php * Rewrote StripState to not use ReplacementArray. The memory usage of FSS was excessive when there were many (>10k) strip items. I used preg_replace_callback(), which is slower than strtr() in the simplest case, but much faster than it when the markers have different lengths, which they usually do. 2011-02-23 06:58:15 +00:00
Tidy.php