wiki.techinc.nl/includes/libs
2022-12-21 00:33:46 +00:00
..
composer
DebugInfo Add some helpers to filter properties out of var_dump() 2022-10-12 12:42:23 -04:00
eventrelayer
filebackend Make use of ??= in more places 2022-12-17 01:10:13 +00:00
http Make use of ??= in more places 2022-12-17 01:10:13 +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 Make use of ??= in more places 2022-12-17 01:10:13 +00: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 ??= in more places" 2022-12-21 00:33:46 +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 Make use of ??= in more places 2022-12-17 01:10:13 +00: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
Deflate.php
DnsSrvDiscoverer.php
ExplodeIterator.php
GenericArrayObject.php Make use of ??= in more places 2022-12-17 01:10:13 +00:00
GhostFieldAccessTrait.php
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
MWCryptHash.php MWCryptHash: Clean up check for acceptable hashing algorithms 2022-07-10 05:15:56 -04:00
NonSerializableTrait.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php Remove unused local variables 2022-09-19 23:07:07 +02:00
StringUtils.php
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.