wiki.techinc.nl/includes/parser
Tim Starling 7fc5234cbe Scribunto parser support
Add $indexOffset parameter to PPFrame::newChild(). This makes it
possible to use newChild() for interpreting named parameters to
invoke in Scribunto -- otherwise I would have had to duplicate its
functionality, which would have been tricky given that I wanted to
make a real frame with an expand() method. Setting $indexOffset allows
newChild() to start counting numbered parameters from somewhere other
than the first pipe character, leaving room for the Scribunto function
name.

Fixed PPCustomFrame_*::getArguments(), was missing for no apparent
reason. I didn't end up using it in Scribunto, but there's no harm in
adding it anyway.

Change-Id: I0c761aab8a7f1ae74e8d151a1346febb5c466e18
2012-05-22 13:53:41 +10:00
..
CoreLinkFunctions.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00
CoreParserFunctions.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00
CoreTagHooks.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00
DateFormatter.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00
LinkHolderArray.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00
Parser.php Remove extra unneeded whitespace 2012-05-12 23:37:50 +02:00
Parser_DiffTest.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00
Parser_LinkHooks.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00
ParserCache.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00
ParserOptions.php Use $wgExpensiveParserFunctionLimit over ParserOptions 2012-05-04 20:56:28 +02:00
ParserOutput.php Generalizing LinksUpdate to allow extensions to add arbitrary update handlers. 2012-05-13 20:53:37 +02:00
Preprocessor.php Scribunto parser support 2012-05-22 13:53:41 +10:00
Preprocessor_DOM.php Scribunto parser support 2012-05-22 13:53:41 +10:00
Preprocessor_Hash.php Scribunto parser support 2012-05-22 13:53:41 +10:00
Preprocessor_HipHop.hphp Add/update function level parameter documentation 2012-05-15 00:44:25 +01:00
StripState.php (bug 35315) Detect circular references in strip tags 2012-05-08 14:36:32 +10:00
Tidy.php Added missing GPLv2 headers in some places. 2012-05-01 09:05:48 +02:00