wiki.techinc.nl/includes/libs
Timo Tijhof 26c9849330 docs: Fix 'dependant' typos
The intended word in all these cases was the adjective "dependent".

Whilst the "dependant" does exist, it is a noun and generally
refers to a person. The word is rare used in general, but
especially so in a technology context.

Change-Id: Ic7e2d2ea6a566f4139ff1fdb77f38b0e962ccd9c
2021-02-18 16:59:20 +00:00
..
composer composer.json: add requirement for composer-plugin-api ^1.1 2020-11-11 00:54:31 +00:00
eventrelayer Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
filebackend Use static closures where safe to use 2021-02-11 00:13:52 +00:00
http Use static closures where safe to use 2021-02-11 00:13:52 +00:00
iterators Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
lockmanager Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Message Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
mime Document and fix UploadBase::$mFinalExtension being null 2021-02-03 19:12:07 +01:00
objectcache docs: Fix 'dependant' typos 2021-02-18 16:59:20 +00:00
ParamValidator Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
rdbms docs: Fix 'dependant' typos 2021-02-18 16:59:20 +00:00
redis Return directly from within try/finally block 2020-07-20 15:54:32 +00:00
stats Use static closures where safe to use 2021-02-11 00:13:52 +00:00
uuid [GlobalIdGeneratorTest] Run teardown on same instance as the tests 2020-11-04 00:47:36 +00:00
virtualrest Use static closures where safe to use 2021-02-11 00:13:52 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Cookie.php Don't rely on implicit string->int cast in comparison 2021-01-18 08:08:23 +01:00
CookieJar.php
CryptHKDF.php
CSSMin.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Deflate.php
DnsSrvDiscoverer.php
ExplodeIterator.php Improve class property documentation 2020-10-30 10:38:58 +01:00
GenericArrayObject.php Replace tabs with spaces 2020-09-04 18:04:07 +02:00
GhostFieldAccessTrait.php Forward-compat for merging CacheTime and ParserOutput mOptions 2020-11-10 07:09:41 -07:00
HashRing.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
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 Annotate MapCacheLRU::get as returning a safe value 2021-01-16 23:53:22 +00:00
MappedIterator.php
MemoizedCallable.php MemoizedCallable: Disallow memoizing of unnamed closures 2021-02-11 00:51:26 +00:00
MessageSpecifier.php Stability annotations for interfaces. 2020-07-07 22:01:29 +00:00
MWCryptHash.php
NonSerializableTrait.php Introduce and apply NonSerializableTrait 2020-09-28 21:55:49 +02:00
README
ReplacementArray.php
ReverseArrayIterator.php build: Updating mediawiki/mediawiki-codesniffer to 34.0.0 2020-12-07 14:55:24 +01:00
RiffExtractor.php
StaticArrayWriter.php Annotate newable classes 2020-07-07 15:38:57 +02:00
StatusValue.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
StringUtils.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Timing.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
UDPTransport.php
Xhprof.php
XhprofData.php Use static closures where safe to use 2021-02-11 00:13:52 +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.