MediaWiki REL1_31
|
Files | |
BlockLevelPass.php | |
This is the part of the wikitext parser which handles automatic paragraphs and conversion of start-of-line prefixes to HTML lists. | |
CacheTime.php | |
Parser cache specific expiry check. | |
CoreParserFunctions.php | |
Parser functions provided by MediaWiki core. | |
CoreTagHooks.php | |
Tag hooks provided by MediaWiki core. | |
DateFormatter.php | |
Date formatter. | |
LinkHolderArray.php | |
Holder of replacement pairs for wiki links. | |
MWTidy.php | |
HTML validation and correction. | |
Parser.php | |
PHP parser that converts wiki markup to HTML. | |
ParserCache.php | |
Cache for outputs of the PHP parser. | |
ParserDiffTest.php | |
Fake parser that output the difference of two different parsers. | |
ParserOptions.php | |
Options for the PHP parser. | |
ParserOutput.php | |
Output of the PHP parser. | |
Preprocessor.php | |
Interfaces for preprocessors. | |
Preprocessor_DOM.php | |
Preprocessor using PHP's dom extension. | |
Preprocessor_Hash.php | |
Preprocessor using PHP arrays. | |
RemexStripTagHandler.php | |
Sanitizer.php | |
HTML sanitizer for MediaWiki. | |
StripState.php | |
Holder for stripped items when parsing wiki markup. | |