wiki.techinc.nl/includes/parser
2011-02-27 15:23:41 +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 More bits of documentation 2011-02-27 15:23:41 +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 More function and variable documentation 2011-02-19 01:02:56 +00:00
ParserOptions.php More bits of documentation 2011-02-27 15:23:41 +00:00
ParserOutput.php More function and variable documentation 2011-02-19 01:02:56 +00:00
Preprocessor.php * Added file description headers 2010-08-22 14:31:05 +00:00
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 More member variable documentation 2011-02-24 17:04:49 +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