wiki.techinc.nl/includes/parser
Ori Livneh 447f40d2e9 Move brace matching rules to Preprocessor class
Instead of declaring the array of rules within both Preprocessor_DOM:: and
Preprocessor_Hash::preprocessToXml(), declare it as a protected property of the
parent Preprocessor class.

Change-Id: I6193de66566c164fe85cdd6a88c04fa9c565f1a9
2015-11-03 02:57:05 +00:00
..
CacheTime.php Remove buggy b/c logic in Parser::disableCache()/updateCacheExpiry() 2015-10-23 12:35:43 -07:00
CoreParserFunctions.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
CoreTagHooks.php
DateFormatter.php objectcache: Introduce IExpiringStore for convenient TTL constants 2015-10-28 04:07:25 +00:00
LinkHolderArray.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
MWTidy.php Client-side migration for empty li preservation 2015-10-28 23:35:18 +00:00
Parser.php Client-side migration for empty li preservation 2015-10-28 23:35:18 +00:00
ParserCache.php objectcache: Add BagOStuff::READ_VERIFIED flag to get() 2015-10-05 16:03:00 -07:00
ParserDiffTest.php
ParserOptions.php Make lines shorter to pass phpcs in some files under includes/parser 2015-09-26 18:19:11 +00:00
ParserOutput.php resourceloader: Consistently refer to the framework as ResourceLoader 2015-10-28 03:24:40 +00:00
Preprocessor.php Move brace matching rules to Preprocessor class 2015-11-03 02:57:05 +00:00
Preprocessor_DOM.php Move brace matching rules to Preprocessor class 2015-11-03 02:57:05 +00:00
Preprocessor_Hash.php Move brace matching rules to Preprocessor class 2015-11-03 02:57:05 +00:00
StripState.php