wiki.techinc.nl/includes/libs
2019-06-09 17:33:40 +00:00
..
composer
eventrelayer Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
filebackend Fix type hint for properties holding MapCacheLRU 2019-06-05 20:32:16 +02:00
http Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to 21.0.0 2018-07-26 17:44:28 +00:00
iterators
lockmanager Safe replacement of a lot of !count() with === [] 2019-01-15 17:28:49 +01:00
mime Third argument to unpack() requires PHP 7.1 2019-04-10 14:14:42 +03:00
objectcache objectcache: Make BagOStuff::getCurrentTime() public 2019-06-09 17:16:12 +00:00
rdbms Adjust type hints in database related classes 2019-06-05 19:10:13 +02:00
redis Collapse some nested if statements 2019-04-04 19:02:22 +00:00
replacers StringUtils: Deprecate Replacer classes 2018-07-12 10:25:59 -07:00
services Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
stats Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
virtualrest Remove deprecated "Parsoid v1 API" compatibility thunks 2018-10-24 09:48:12 -07:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
Cookie.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
CookieJar.php
CryptHKDF.php
CSSMin.php Use https://www.php.net/ instead of https://secure.php.net/ 2019-04-12 06:44:48 +02:00
DeferredStringifier.php Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
DnsSrvDiscoverer.php
EasyDeflate.php
ExplodeIterator.php
GenericArrayObject.php
HashRing.php
HtmlArmor.php
HttpStatus.php
IEUrlExtension.php
IP.php IP: Remove unused deprecated ::isValidBlock() method 2019-05-17 20:43:32 +01:00
JavaScriptMinifier.php Fix PHPDoc type for instance variables and methods 2018-10-21 13:00:25 +01:00
jsminplus.php Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
MapCacheLRU.php Improve MapCacheLRU error message 2018-08-13 22:52:22 -07:00
MappedIterator.php
MemoizedCallable.php Get rid of unnecessary func_get_args() and friends 2019-04-12 20:17:01 +00:00
MessageSpecifier.php
MultiHttpClient.php Collapse some nested if statements 2019-04-04 19:02:22 +00:00
MWCryptHash.php
MWMessagePack.php MWMessagePack: Deprecate MWMessagePack class and its method 2019-05-09 22:40:03 +01:00
ProcessCacheLRU.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php Remove semicolon after class declaration 2018-08-27 21:08:55 +02:00
StaticArrayWriter.php Support nested arrays in StaticArrayWriter 2018-08-27 22:23:02 +00:00
StatusValue.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
StringUtils.php StringUtils: Deprecate Replacer classes 2018-07-12 10:25:59 -07:00
Timing.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
UDPTransport.php
Xhprof.php Xhprof: support tideways-xhprof extension 2018-06-19 14:43:40 +00:00
XhprofData.php

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.