wiki.techinc.nl/includes/libs
2022-12-16 02:51:26 +00:00
..
composer
DebugInfo Add some helpers to filter properties out of var_dump() 2022-10-12 12:42:23 -04:00
eventrelayer
filebackend Remove unused variable from unpacking arrays 2022-11-22 23:21:08 +00:00
http Various doc fixes about false on method arguments/return types 2022-11-10 19:23:46 +00:00
iterators Add signature for implementations of RecursiveIterator 2022-07-25 18:06:24 +00:00
lockmanager lockmanager: remove MysqlLockManager and DBLockManager 2022-10-14 17:43:44 -07:00
Message Message: Annotate ITextFormatter::format as returning an unsafe value 2022-11-08 22:10:00 +00:00
Metrics Metrics: add metric property accessors 2022-11-09 22:00:55 +00:00
mime Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
objectcache Make use of ?:, ?? and ??= operators in mostly trivial cases 2022-12-05 21:37:13 +01:00
ParamValidator Localisation updates from https://translatewiki.net. 2022-12-15 11:04:04 +01:00
rdbms Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases" 2022-12-16 02:51:26 +00:00
redis Various doc fixes about false on method arguments/return types 2022-11-10 19:23:46 +00:00
stats Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
uuid uuid\GlobalIdGenerator: Check if getmyuid() exists 2022-12-11 15:28:54 +00:00
virtualrest Remove unused variable from unpacking arrays 2022-11-22 23:21:08 +00:00
WRStats Use the null coalescing assignment operator 2022-10-21 13:26:49 +11:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Various doc fixes about false on method arguments/return types 2022-11-10 19:23:46 +00:00
Cookie.php
CookieJar.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
CryptHKDF.php Fix typos in comments (C-D) 2021-12-30 18:00:02 +05:30
Deflate.php
DnsSrvDiscoverer.php
ExplodeIterator.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
GenericArrayObject.php Remove pre PHP 7.4 serialize()/unserialize() 2022-11-10 19:25:01 +00:00
GhostFieldAccessTrait.php Forward-compat for merging CacheTime and ParserOutput mOptions 2020-11-10 07:09:41 -07:00
HashRing.php Remove pre PHP 7.4 serialize()/unserialize() 2022-11-10 19:25:01 +00:00
HtmlArmor.php
HttpStatus.php Reorg: Move HeaderCallback to Request directory 2022-11-08 10:53:27 +01:00
jsminplus.php Various whitespace changes 2022-07-12 20:07:23 +02:00
MapCacheLRU.php Remove pre PHP 7.4 serialize()/unserialize() 2022-11-10 19:25:01 +00:00
MappedIterator.php Fix the remaining Phan failures on PHP 8.1 2022-11-09 13:12:50 +11:00
MemoizedCallable.php
MessageSpecifier.php Stability annotations for interfaces. 2020-07-07 22:01:29 +00:00
MWCryptHash.php MWCryptHash: Clean up check for acceptable hashing algorithms 2022-07-10 05:15:56 -04:00
NonSerializableTrait.php
README
ReplacementArray.php Remove unused default values from class properties 2021-05-12 13:44:28 +02:00
ReverseArrayIterator.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
RiffExtractor.php
StaticArrayWriter.php Generate DefaultSettings.php from schema 2022-03-18 10:25:52 +01:00
StatusValue.php Remove unused local variables 2022-09-19 23:07:07 +02:00
StringUtils.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Timing.php
UDPTransport.php
XhprofData.php Remove unused variable from unpacking arrays 2022-11-22 23:21:08 +00:00

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.