wiki.techinc.nl/includes/libs
2019-10-15 18:29:02 +00:00
..
composer Fix new phan errors, part 2 2019-10-12 10:35:09 +00:00
eventrelayer Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
filebackend Remove Windows PHP < 7.1 edgecase from FSFileBackend::getFeatures() 2019-10-12 22:42:58 +01:00
http Fix new phan errors, part 2 2019-10-12 10:35:09 +00:00
iterators
lockmanager Fix a typo (yeild -> yield) 2019-09-13 03:38:14 +00:00
Message lib/Message: Support MessageValue as a parameter 2019-08-30 15:14:37 -04:00
mime Fix using null for a non-nullable argument 2019-09-19 16:55:03 +00:00
objectcache Add optional serialization_type and hmac_key param values to RESTBagOStuff 2019-10-06 15:52:01 -05:00
ParamValidator Remove more HHVM hacks 2019-10-06 10:16:09 +00:00
rdbms Merge "rdbms: Restore debug toolbar "Queries" feature" 2019-10-15 18:29:02 +00:00
redis Throw if Redis::SERIALIZER_IGBINARY is not defined 2019-09-05 21:45:15 +02:00
services Add recursion check to createService() 2019-08-18 10:51:24 +03:00
stats Unsuppress other phan issues with low count 2019-08-30 09:42:15 +00:00
virtualrest Fix new phan errors, part 3 2019-10-12 10:35:22 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php
CookieJar.php
CryptHKDF.php
CSSMin.php resourceloader: Remove data URI fallback for IE6 and IE7 2019-10-04 03:15:37 +01:00
DeferredStringifier.php
DnsSrvDiscoverer.php
EasyDeflate.php
ExplodeIterator.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
GenericArrayObject.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
HashRing.php Optimize HashRing to avoid hashing for the common single-location case 2019-08-29 19:30:27 -07:00
HtmlArmor.php
HttpStatus.php
IEUrlExtension.php
IP.php
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php Make MapCacheLRU::get() accept a default value and improve $maxAge default 2019-07-10 22:27:51 +00:00
MappedIterator.php Upgrade phan config to 0.7.1 2019-09-04 08:20:53 +00:00
MemoizedCallable.php libs: Declare dynamic properties and improve doc types 2019-09-12 10:57:26 +00:00
MessageSpecifier.php
MWCryptHash.php Remove more HHVM hacks 2019-10-06 10:16:09 +00:00
MWMessagePack.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php Merge "Make Status::wrap and StatusValue::splitByErrorType work together" 2019-10-08 12:03:08 +00:00
StringUtils.php StringUtils: Clarify that isValidRegex is for PCRE regexps 2019-09-28 19:05:29 +00:00
Timing.php
UDPTransport.php
Xhprof.php Xhprof: Update comments now that HHVM is not supported 2019-10-11 01:18:17 +00:00
XhprofData.php Fix new phan errors, part 2 2019-10-12 10:35:09 +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.