mediawiki-extensions-AbuseF.../includes/parser
Daimona Eaytoy a1626a0d7f Move some misplaced AbuseFilterParser entry points
These methods had no reals reason to be static and belong to the
AbuseFilter class. Most of them were moved to Parser class as common
variations of the existing entry points. One was specific to the
EvalExpression API module and was moved there.

This change comes at no cost, and will make it possible to inject a
parser where needed.

Change-Id: Ifd169cfc99df8a5eb4ca94ac330f301ca28a2442
2020-09-29 00:36:08 +02:00
..
AbuseFilterCachingParser.php Fix remaining PHPCS issues 2020-01-21 12:36:37 +00:00
AbuseFilterParser.php Move some misplaced AbuseFilterParser entry points 2020-09-29 00:36:08 +02:00
AbuseFilterTokenizer.php Remove old number syntax 2020-02-25 23:38:19 +00:00
AFPData.php Add new methods for checking DUNDEFINED recursively, use them 2020-04-19 13:58:14 +02:00
AFPException.php Move various classes to their own files 2016-12-17 11:40:10 -08:00
AFPParserState.php Revert "Revert "Add typehinting for every object-only parameter"" 2018-11-15 10:09:16 +01:00
AFPSyntaxTree.php Annotate the AST with var names before caching the AST 2019-09-13 19:43:50 +00:00
AFPToken.php Fix remaining PHPCS issues 2020-01-21 12:36:37 +00:00
AFPTransitionBase.php tests: Increase and rebalance code coverage 2020-02-07 18:32:17 +00:00
AFPTreeNode.php tests: Increase and rebalance code coverage 2020-02-07 18:32:17 +00:00
AFPTreeParser.php build: Updating composer dependencies 2020-01-28 17:51:38 +00:00
AFPUserVisibleException.php Explicitly forbid negative indexes in arrays 2019-11-08 05:55:56 +00:00