wiki.techinc.nl/includes/parser
Thiemo Kreuz 9314453c93 Make use of the list() feature where it makes sense
This code is functionally identical, but less error prone (not so easy
to forget or mix these numerical indexes).

This patch happens to touch the Parser, which might be a bit scary. We
can remove this file from this patch if you prefer.

Change-Id: I8cbe3a9a6725d1c42b86e67678c1af15fbc5961a
2019-03-24 20:12:23 +00:00
..
BlockLevelPass.php Avoid counting input lines twice in BlockLevelPass::execute() 2019-03-20 17:35:14 -04:00
CacheTime.php ParserOutput::getCacheTime should stay the same after the first call. 2018-10-04 13:08:56 +02:00
CoreParserFunctions.php Remove comments literally repeating the next line of code 2019-02-27 17:28:40 +00:00
CoreTagHooks.php Start working on phan-taint-check warnings. Fix minor escaping issues. 2018-07-12 03:26:59 +00:00
DateFormatter.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
LinkHolderArray.php Make use of the list() feature where it makes sense 2019-03-24 20:12:23 +00:00
MWTidy.php Remove most support for configuring Tidy, including Raggett 2018-11-15 12:22:06 -05:00
Parser.php Make use of the list() feature where it makes sense 2019-03-24 20:12:23 +00:00
ParserCache.php Avoid using outdated $casToken field for BagOStuff calls 2019-03-11 23:39:29 -07:00
ParserDiffTest.php Get rid of call_user_func(_array)(), part 3 2018-06-10 02:21:24 +00:00
ParserFactory.php Inject Config into Parser instead of using globals 2018-10-02 21:26:01 +03:00
ParserOptions.php Remove deprecated ParserOutput::legacyOptions 2019-03-11 22:50:47 -07:00
ParserOutput.php Use short assignment operator in PHP 2019-03-07 09:55:49 +01:00
Preprocessor.php Use PHP 5.6 constant expressions for some bitfield constants 2018-05-30 18:05:18 -07:00
Preprocessor_DOM.php Safe replacement of a lot of !count() with === [] 2019-01-15 17:28:49 +01:00
Preprocessor_Hash.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
RemexStripTagHandler.php Improve RemexStripTagHandler working with tables 2019-03-14 13:11:59 -07:00
Sanitizer.php Sanitizer: remove deprecated parameter to escapeIdReferenceList() 2019-02-21 20:12:22 -08:00
StripState.php