wiki.techinc.nl/includes/parser
2011-03-13 14:00:38 +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 Code cleanup: unused globals, empty statements, typos... 2010-09-11 21:55:21 +00:00
LinkHolderArray.php Fixes for r82645: 2011-02-23 23:42:04 +00:00
Parser.php Make Parser::makeKnownLinkHolder() call Linker::linkKnown() instead of deprecated Linker::makeKnownLinkObj() 2011-03-13 14:00:38 +00:00
Parser_DiffTest.php More return type documentation 2011-02-08 23:18:13 +00:00
Parser_LinkHooks.php Adding more wfProfileOut() 2011-02-10 16:11:34 +00:00
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 Adding more wfProfileOut() 2011-02-10 16:11:34 +00:00