wiki.techinc.nl/includes/parser
Eddie Greiner-Petter 635040c91d Fixed documentation on Parser::getVariableValue
$index is definitely not a int here, see the big switch( $index )-case
statement below. It switches for strings, not numbers. Also, note that
this is lowercase, one might expect it to be uppercase as this is how
magic words are written in wikitext.

Bug: T96633
Change-Id: Iea93c3796fdee4ed7abbb7608e89b627ca95aead
2017-02-18 22:41:12 +00:00
..
BlockLevelPass.php Don't bail on single-line definition list due to excess close tags. 2017-02-17 16:34:55 -05:00
CacheTime.php
CoreParserFunctions.php CoreParserFunctions: Use Title::inNamespace instead of manual comparison 2016-12-21 10:55:14 +01:00
CoreTagHooks.php
DateFormatter.php Replace use of &$this 2017-01-31 23:01:54 -05:00
LinkHolderArray.php Replace use of &$this 2017-01-31 23:01:54 -05:00
MWTidy.php Add/update doc blocks for MWTidy 2016-07-29 01:24:34 +01:00
Parser.php Fixed documentation on Parser::getVariableValue 2017-02-18 22:41:12 +00:00
ParserCache.php Avoid page_touched update for HTTP GET action=purge requests 2016-09-13 05:24:46 +00:00
ParserDiffTest.php
ParserOptions.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
ParserOutput.php refreshLinks.php: allow refreshing by categories, tracking or not 2017-01-23 14:30:16 -08:00
Preprocessor.php Protect language converter markup in the preprocessor. 2016-12-15 23:50:44 +00:00
Preprocessor_DOM.php Revert "Protect language converter markup in the preprocessor." 2017-01-03 17:23:28 -05:00
Preprocessor_Hash.php Revert "Protect language converter markup in the preprocessor." 2017-01-03 17:23:28 -05:00
StripState.php