wiki.techinc.nl/includes/libs
Thiemo Kreuz 9c6473dc1d Reduce nesting by turning big if-else into guard clauses
Change-Id: If3d2f18af0cc7d0f8fe9f764bd4d0e4bae70e440
2020-07-24 11:55:31 +02:00
..
composer
eventrelayer Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
filebackend Reduce nesting by turning big if-else into guard clauses 2020-07-24 11:55:31 +02:00
http Make use of the preg_match() return value, if possible 2020-07-14 19:26:35 +00:00
iterators Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
lockmanager Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
Message Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
mime Use @internal instead of @private per policy 2020-06-26 14:14:23 +02:00
objectcache objectcache: only use memcached "gets" when tokens are needed 2020-07-15 00:16:46 +00:00
ParamValidator Localisation updates from https://translatewiki.net. 2020-07-15 09:02:45 +02:00
rdbms Merge "Fix broken PHPDoc comments that don't start with /**" 2020-07-23 19:04:42 +00:00
redis Remove falsy check after new call 2020-06-18 19:41:01 +02:00
stats Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
uuid Use PHP_OS_FAMILY instead of substr(PHP_OS,0,3) for Windows checks 2020-06-13 19:44:00 +00:00
virtualrest phan: Enable redundant_condition_detection 2020-07-01 20:13:07 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Introduce $wgForceHTTPS 2020-06-30 15:38:11 +10:00
Cookie.php
CookieJar.php
CryptHKDF.php
CSSMin.php
DeferredStringifier.php
Deflate.php
DnsSrvDiscoverer.php
ExplodeIterator.php
GenericArrayObject.php
HashRing.php
HtmlArmor.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
HttpStatus.php
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php
MappedIterator.php
MemoizedCallable.php
MessageSpecifier.php Stability annotations for interfaces. 2020-07-07 22:01:29 +00:00
MWCryptHash.php
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php Annotate newable classes 2020-07-07 15:38:57 +02:00
StatusValue.php Annotate newable classes 2020-07-07 15:38:57 +02:00
StringUtils.php
Timing.php
UDPTransport.php
Xhprof.php
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.