wiki.techinc.nl/includes/parser
Amir Sarabadani 523ab7cff8 Reorg: Move RawMessage to under language/
To follow Message. This is approved as part of RFC T166010.

Also namespace it but doing it properly with PSR-4 would require
namespacing every class under language/ and that will take some time.

Bug: T321882
Change-Id: I195cf4c67bd51410556c2dd1e33cc9c1033d5d18
2022-12-16 11:30:19 +01:00
..
Hook Drop more unused hard deprecated hooks 2022-12-01 03:36:48 +01:00
Parsoid Parsoid: Default parsoid version to "0.0.0" for unsupported models 2022-12-14 13:07:18 +01:00
BlockLevelPass.php parser: Use a <meta> tag for the internal TOC_PLACEHOLDER 2022-08-16 06:05:17 +00:00
CacheTime.php Use MainConfigNames instead of string literals, #4 2022-04-26 19:03:37 +03:00
CoreMagicVariables.php Deprecate Parser::getFunctionLang() 2022-11-16 16:47:16 -05:00
CoreParserFunctions.php Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases" 2022-12-16 02:51:26 +00:00
CoreTagHooks.php build: Update mediawiki/mediawiki-phan-config to 0.12.0 2022-10-08 15:45:42 +02:00
DateFormatter.php Use the null coalescing assignment operator 2022-10-21 13:26:49 +11:00
DateFormatterFactory.php
LinkHolderArray.php Reorg: Move DummyLinker and Linker to linker/ 2022-12-08 06:38:17 +01:00
MagicWord.php Reorg: Move MagicWord related files to under parser/ 2022-12-09 13:48:35 +01:00
MagicWordArray.php Reorg: Move MagicWord related files to under parser/ 2022-12-09 13:48:35 +01:00
MagicWordFactory.php Reorg: Move MagicWord related files to under parser/ 2022-12-09 13:48:35 +01:00
MWTidy.php Deprecate MWTidy and TidyDriverBase::supportsValidate() 2021-03-16 12:29:55 -07:00
Parser.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
ParserCache.php ParserCache: fix metrics keys 2022-12-13 16:18:05 +00:00
ParserCacheFactory.php Reorg: Move Title-related classes to title/ 2022-11-26 09:30:32 +00:00
ParserCacheMetadata.php
ParserFactory.php Reorg: Move MagicWord related files to under parser/ 2022-12-09 13:48:35 +01:00
ParserObserver.php parser: Avoid pushing the whole content to ParserObserver debug log 2022-05-18 22:07:57 +00:00
ParserOptions.php Deprecate Parser::getFunctionLang() 2022-11-16 16:47:16 -05:00
ParserOutput.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
ParserOutputFlags.php ParserOutputFlags: change HIDE_TOC to SHOW_TOC 2022-07-27 18:45:59 -04:00
PPCustomFrame_Hash.php
PPDPart_Hash.php preprocessor: Add missing field declarations 2022-07-29 02:53:04 +02:00
PPDStack_Hash.php Follow-up 5cbb64f56: Remove unused preprocessor classes 2021-09-07 08:17:50 -07:00
PPDStackElement_Hash.php Various doc fixes about false and null on method arguments/return types 2022-11-03 18:55:47 +01:00
PPFrame.php Various doc fixes about false and null on method arguments/return types 2022-11-03 18:55:47 +01:00
PPFrame_Hash.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
PPNode.php Various doc fixes about false and null on method arguments/return types 2022-11-03 18:55:47 +01:00
PPNode_Hash_Array.php Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
PPNode_Hash_Attr.php PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls 2022-01-25 16:30:44 +11:00
PPNode_Hash_Text.php PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls 2022-01-25 16:30:44 +11:00
PPNode_Hash_Tree.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
PPTemplateFrame_Hash.php build: Update mediawiki/mediawiki-phan-config to 0.12.0 2022-10-08 15:45:42 +02:00
Preprocessor.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
Preprocessor_Hash.php parser: allow segmentation of large preprocessor cache values 2022-11-10 10:45:58 -08:00
RemexRemoveTagHandler.php Add Sanitizer::removeSomeTags() which uses Remex to tokenize 2022-03-04 14:06:02 -05:00
RemexStripTagHandler.php Add Sanitizer::removeSomeTags() which uses Remex to tokenize 2022-03-04 14:06:02 -05:00
RevisionOutputCache.php Various doc fixes about false and null on method arguments/return types 2022-11-03 18:55:47 +01:00
Sanitizer.php Protect against long match length in CHAR_REFS_REGEX 2022-11-17 16:47:39 -05:00
StripState.php Add support to enable Scribunto & Parsoid to handle nowikis properly 2022-09-01 21:04:42 +00:00