wiki.techinc.nl/includes/libs
Alex Monk 901b28fb51 Fix error in docs of VirtualRESTServiceClient and MultiHttpClient
err -> error

Change-Id: I758c026599367b282150a513b09d6f6c837a3a80
2014-12-19 21:51:45 +00:00
..
virtualrest Fix error in docs of VirtualRESTServiceClient and MultiHttpClient 2014-12-19 21:51:45 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Move ArrayUtils into libs/ as there is nothing tying it to MediaWiki 2014-11-06 16:17:23 +00:00
Cookie.php Move Cookie(Jar) to libs/ 2014-11-06 18:12:51 +00:00
CSSMin.php CSSMin: Rewrite encodeImageAsDataURI() 2014-11-16 18:06:35 +00:00
GenericArrayObject.php Always use 'bool' instead of 'boolean' after '@param' and '@return' 2014-12-10 11:57:31 +00:00
HashRing.php
HttpStatus.php
IEContentAnalyzer.php
IEUrlExtension.php
IPSet.php Always use 'bool' instead of 'boolean' after '@param' and '@return' 2014-12-10 11:57:31 +00:00
JavaScriptMinifier.php
jsminplus.php jsminplus: Fix string concatenation in error message 2014-10-22 11:44:49 +00:00
MapCacheLRU.php Moved MapCacheLRU to libs/ 2014-11-10 22:51:29 +00:00
MappedIterator.php
MultiHttpClient.php Fix error in docs of VirtualRESTServiceClient and MultiHttpClient 2014-12-19 21:51:45 +00:00
MWMessagePack.php
ObjectFactory.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
ProcessCacheLRU.php Improved timestamp precision in ProcessCacheLRU 2014-09-25 12:04:09 -07:00
README
RunningStat.php Fix some stuttering in comments and documentation 2014-12-17 19:44:10 +00:00
ScopedCallback.php Made a new SectionProfileCallback class that extends ScopedCallback 2014-12-17 13:16:06 -08:00
ScopedPHPTimeout.php
UDPTransport.php Create a generic UDP transport class 2014-12-15 15:06:43 -07:00
Xhprof.php xhprof: Guard against division by 0 when computing percentages 2014-12-03 19:10:57 -07:00
XmlTypeCheck.php Always use 'bool' instead of 'boolean' after '@param' and '@return' 2014-12-10 11:57:31 +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.