wiki.techinc.nl/docs/config-vars.php
daniel e3fb964439 Only cache expensive renderings
Pages that are fast to render can be omitted from the parser cache
to preserve disk space and cache write operations.

The threshold is configurable per namespace, so the tradeoff can
be evaluated based on different access patterns. For example, pages
that are accessed rarely, like file description pages on commons,
may have a high threshold configured, while pages that are read
frequently, like wikipedia articles, may be configured to be always
cached, using a 0 threshold.

Filtering is based on a time profile recorded in the ParserOutput.
A generic mechanism for capturing the timing profile is implemented
in the ContentHandler base class. Subclasses may implement a more
rigorous capture mechanism.

Bug: T346765
Change-Id: I38a6f3ef064f98f3ad6a7c60856b0248a94fe9ac
2023-11-30 20:56:12 +00:00

4452 lines
130 KiB
PHP

<?php
/**
* This file is automatically generated using maintenance/generateConfigSchema.php.
* Do not modify this file manually, edit includes/MainConfigSchema.php instead.
*/
// phpcs:disable
throw new LogicException( 'Do not load config-vars.php, it exists as a documentation stub only' );
/**
* Config variable stub for the ConfigRegistry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ConfigRegistry
*/
$wgConfigRegistry = null;
/**
* Config variable stub for the Sitename setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Sitename
*/
$wgSitename = null;
/**
* Config variable stub for the Server setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Server
*/
$wgServer = null;
/**
* Config variable stub for the CanonicalServer setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CanonicalServer
*/
$wgCanonicalServer = null;
/**
* Config variable stub for the ServerName setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ServerName
*/
$wgServerName = null;
/**
* Config variable stub for the AssumeProxiesUseDefaultProtocolPorts setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AssumeProxiesUseDefaultProtocolPorts
*/
$wgAssumeProxiesUseDefaultProtocolPorts = null;
/**
* Config variable stub for the HttpsPort setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HttpsPort
*/
$wgHttpsPort = null;
/**
* Config variable stub for the ForceHTTPS setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ForceHTTPS
*/
$wgForceHTTPS = null;
/**
* Config variable stub for the ScriptPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ScriptPath
*/
$wgScriptPath = null;
/**
* Config variable stub for the UsePathInfo setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UsePathInfo
*/
$wgUsePathInfo = null;
/**
* Config variable stub for the Script setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Script
*/
$wgScript = null;
/**
* Config variable stub for the LoadScript setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LoadScript
*/
$wgLoadScript = null;
/**
* Config variable stub for the RestPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RestPath
*/
$wgRestPath = null;
/**
* Config variable stub for the StylePath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StylePath
*/
$wgStylePath = null;
/**
* Config variable stub for the LocalStylePath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LocalStylePath
*/
$wgLocalStylePath = null;
/**
* Config variable stub for the ExtensionAssetsPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtensionAssetsPath
*/
$wgExtensionAssetsPath = null;
/**
* Config variable stub for the ExtensionDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtensionDirectory
*/
$wgExtensionDirectory = null;
/**
* Config variable stub for the StyleDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StyleDirectory
*/
$wgStyleDirectory = null;
/**
* Config variable stub for the BaseDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BaseDirectory
*/
$wgBaseDirectory = null;
/**
* Config variable stub for the ArticlePath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ArticlePath
*/
$wgArticlePath = null;
/**
* Config variable stub for the UploadPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadPath
*/
$wgUploadPath = null;
/**
* Config variable stub for the ImgAuthPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImgAuthPath
*/
$wgImgAuthPath = null;
/**
* Config variable stub for the ThumbPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ThumbPath
*/
$wgThumbPath = null;
/**
* Config variable stub for the UploadDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadDirectory
*/
$wgUploadDirectory = null;
/**
* Config variable stub for the FileCacheDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FileCacheDirectory
*/
$wgFileCacheDirectory = null;
/**
* Config variable stub for the Logo setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Logo
*/
$wgLogo = null;
/**
* Config variable stub for the Logos setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Logos
*/
$wgLogos = null;
/**
* Config variable stub for the LogoHD setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LogoHD
* @deprecated since 1.35. Developers should retrieve this logo (and other variants) using
* the static function MediaWiki\ResourceLoader\SkinModule::getAvailableLogos.
* $wgLogos should be used instead.
*/
$wgLogoHD = null;
/**
* Config variable stub for the Favicon setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Favicon
*/
$wgFavicon = null;
/**
* Config variable stub for the AppleTouchIcon setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AppleTouchIcon
*/
$wgAppleTouchIcon = null;
/**
* Config variable stub for the ReferrerPolicy setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ReferrerPolicy
*/
$wgReferrerPolicy = null;
/**
* Config variable stub for the TmpDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TmpDirectory
*/
$wgTmpDirectory = null;
/**
* Config variable stub for the UploadBaseUrl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadBaseUrl
*/
$wgUploadBaseUrl = null;
/**
* Config variable stub for the UploadStashScalerBaseUrl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadStashScalerBaseUrl
* @deprecated since 1.36 Use thumbProxyUrl in $wgLocalFileRepo
*/
$wgUploadStashScalerBaseUrl = null;
/**
* Config variable stub for the ActionPaths setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ActionPaths
*/
$wgActionPaths = null;
/**
* Config variable stub for the MainPageIsDomainRoot setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MainPageIsDomainRoot
*/
$wgMainPageIsDomainRoot = null;
/**
* Config variable stub for the EnableUploads setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableUploads
*/
$wgEnableUploads = null;
/**
* Config variable stub for the UploadStashMaxAge setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadStashMaxAge
*/
$wgUploadStashMaxAge = null;
/**
* Config variable stub for the EnableAsyncUploads setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableAsyncUploads
*/
$wgEnableAsyncUploads = null;
/**
* Config variable stub for the UploadMaintenance setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadMaintenance
*/
$wgUploadMaintenance = null;
/**
* Config variable stub for the IllegalFileChars setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::IllegalFileChars
* @deprecated since 1.41; no longer customizable
*/
$wgIllegalFileChars = null;
/**
* Config variable stub for the DeletedDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DeletedDirectory
*/
$wgDeletedDirectory = null;
/**
* Config variable stub for the ImgAuthDetails setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImgAuthDetails
*/
$wgImgAuthDetails = null;
/**
* Config variable stub for the ImgAuthUrlPathMap setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImgAuthUrlPathMap
*/
$wgImgAuthUrlPathMap = null;
/**
* Config variable stub for the LocalFileRepo setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LocalFileRepo
*/
$wgLocalFileRepo = null;
/**
* Config variable stub for the ForeignFileRepos setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ForeignFileRepos
*/
$wgForeignFileRepos = null;
/**
* Config variable stub for the UseInstantCommons setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseInstantCommons
*/
$wgUseInstantCommons = null;
/**
* Config variable stub for the UseSharedUploads setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseSharedUploads
*/
$wgUseSharedUploads = null;
/**
* Config variable stub for the SharedUploadDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedUploadDirectory
*/
$wgSharedUploadDirectory = null;
/**
* Config variable stub for the SharedUploadPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedUploadPath
*/
$wgSharedUploadPath = null;
/**
* Config variable stub for the HashedSharedUploadDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HashedSharedUploadDirectory
*/
$wgHashedSharedUploadDirectory = null;
/**
* Config variable stub for the RepositoryBaseUrl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RepositoryBaseUrl
*/
$wgRepositoryBaseUrl = null;
/**
* Config variable stub for the FetchCommonsDescriptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FetchCommonsDescriptions
*/
$wgFetchCommonsDescriptions = null;
/**
* Config variable stub for the SharedUploadDBname setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedUploadDBname
*/
$wgSharedUploadDBname = null;
/**
* Config variable stub for the SharedUploadDBprefix setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedUploadDBprefix
*/
$wgSharedUploadDBprefix = null;
/**
* Config variable stub for the CacheSharedUploads setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CacheSharedUploads
*/
$wgCacheSharedUploads = null;
/**
* Config variable stub for the ForeignUploadTargets setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ForeignUploadTargets
*/
$wgForeignUploadTargets = null;
/**
* Config variable stub for the UploadDialog setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadDialog
*/
$wgUploadDialog = null;
/**
* Config variable stub for the FileBackends setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FileBackends
*/
$wgFileBackends = null;
/**
* Config variable stub for the LockManagers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LockManagers
*/
$wgLockManagers = null;
/**
* Config variable stub for the ShowEXIF setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShowEXIF
*/
$wgShowEXIF = null;
/**
* Config variable stub for the UpdateCompatibleMetadata setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UpdateCompatibleMetadata
*/
$wgUpdateCompatibleMetadata = null;
/**
* Config variable stub for the AllowCopyUploads setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowCopyUploads
*/
$wgAllowCopyUploads = null;
/**
* Config variable stub for the CopyUploadsDomains setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CopyUploadsDomains
*/
$wgCopyUploadsDomains = null;
/**
* Config variable stub for the CopyUploadsFromSpecialUpload setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CopyUploadsFromSpecialUpload
*/
$wgCopyUploadsFromSpecialUpload = null;
/**
* Config variable stub for the CopyUploadProxy setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CopyUploadProxy
*/
$wgCopyUploadProxy = null;
/**
* Config variable stub for the CopyUploadTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CopyUploadTimeout
*/
$wgCopyUploadTimeout = null;
/**
* Config variable stub for the CopyUploadAllowOnWikiDomainConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CopyUploadAllowOnWikiDomainConfig
*/
$wgCopyUploadAllowOnWikiDomainConfig = null;
/**
* Config variable stub for the MaxUploadSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxUploadSize
*/
$wgMaxUploadSize = null;
/**
* Config variable stub for the MinUploadChunkSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MinUploadChunkSize
*/
$wgMinUploadChunkSize = null;
/**
* Config variable stub for the UploadNavigationUrl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadNavigationUrl
*/
$wgUploadNavigationUrl = null;
/**
* Config variable stub for the UploadMissingFileUrl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadMissingFileUrl
*/
$wgUploadMissingFileUrl = null;
/**
* Config variable stub for the ThumbnailScriptPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ThumbnailScriptPath
*/
$wgThumbnailScriptPath = null;
/**
* Config variable stub for the SharedThumbnailScriptPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedThumbnailScriptPath
*/
$wgSharedThumbnailScriptPath = null;
/**
* Config variable stub for the HashedUploadDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HashedUploadDirectory
*/
$wgHashedUploadDirectory = null;
/**
* Config variable stub for the FileExtensions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FileExtensions
*/
$wgFileExtensions = null;
/**
* Config variable stub for the ProhibitedFileExtensions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ProhibitedFileExtensions
*/
$wgProhibitedFileExtensions = null;
/**
* Config variable stub for the MimeTypeExclusions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MimeTypeExclusions
*/
$wgMimeTypeExclusions = null;
/**
* Config variable stub for the CheckFileExtensions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CheckFileExtensions
*/
$wgCheckFileExtensions = null;
/**
* Config variable stub for the StrictFileExtensions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StrictFileExtensions
*/
$wgStrictFileExtensions = null;
/**
* Config variable stub for the DisableUploadScriptChecks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableUploadScriptChecks
*/
$wgDisableUploadScriptChecks = null;
/**
* Config variable stub for the UploadSizeWarning setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadSizeWarning
*/
$wgUploadSizeWarning = null;
/**
* Config variable stub for the TrustedMediaFormats setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TrustedMediaFormats
*/
$wgTrustedMediaFormats = null;
/**
* Config variable stub for the MediaHandlers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MediaHandlers
*/
$wgMediaHandlers = null;
/**
* Config variable stub for the NativeImageLazyLoading setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NativeImageLazyLoading
*/
$wgNativeImageLazyLoading = null;
/**
* Config variable stub for the ParserTestMediaHandlers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ParserTestMediaHandlers
*/
$wgParserTestMediaHandlers = null;
/**
* Config variable stub for the UseImageResize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseImageResize
*/
$wgUseImageResize = null;
/**
* Config variable stub for the UseImageMagick setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseImageMagick
*/
$wgUseImageMagick = null;
/**
* Config variable stub for the ImageMagickConvertCommand setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImageMagickConvertCommand
*/
$wgImageMagickConvertCommand = null;
/**
* Config variable stub for the MaxInterlacingAreas setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxInterlacingAreas
*/
$wgMaxInterlacingAreas = null;
/**
* Config variable stub for the SharpenParameter setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharpenParameter
*/
$wgSharpenParameter = null;
/**
* Config variable stub for the SharpenReductionThreshold setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharpenReductionThreshold
*/
$wgSharpenReductionThreshold = null;
/**
* Config variable stub for the ImageMagickTempDir setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImageMagickTempDir
*/
$wgImageMagickTempDir = null;
/**
* Config variable stub for the CustomConvertCommand setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CustomConvertCommand
*/
$wgCustomConvertCommand = null;
/**
* Config variable stub for the JpegTran setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JpegTran
*/
$wgJpegTran = null;
/**
* Config variable stub for the JpegPixelFormat setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JpegPixelFormat
*/
$wgJpegPixelFormat = null;
/**
* Config variable stub for the JpegQuality setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JpegQuality
*/
$wgJpegQuality = null;
/**
* Config variable stub for the Exiv2Command setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Exiv2Command
*/
$wgExiv2Command = null;
/**
* Config variable stub for the Exiftool setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Exiftool
*/
$wgExiftool = null;
/**
* Config variable stub for the SVGConverters setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SVGConverters
*/
$wgSVGConverters = null;
/**
* Config variable stub for the SVGConverter setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SVGConverter
*/
$wgSVGConverter = null;
/**
* Config variable stub for the SVGConverterPath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SVGConverterPath
*/
$wgSVGConverterPath = null;
/**
* Config variable stub for the SVGMaxSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SVGMaxSize
*/
$wgSVGMaxSize = null;
/**
* Config variable stub for the SVGMetadataCutoff setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SVGMetadataCutoff
*/
$wgSVGMetadataCutoff = null;
/**
* Config variable stub for the SVGNativeRendering setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SVGNativeRendering
*/
$wgSVGNativeRendering = null;
/**
* Config variable stub for the SVGNativeRenderingSizeLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SVGNativeRenderingSizeLimit
*/
$wgSVGNativeRenderingSizeLimit = null;
/**
* Config variable stub for the MediaInTargetLanguage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MediaInTargetLanguage
*/
$wgMediaInTargetLanguage = null;
/**
* Config variable stub for the MaxImageArea setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxImageArea
*/
$wgMaxImageArea = null;
/**
* Config variable stub for the MaxAnimatedGifArea setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxAnimatedGifArea
*/
$wgMaxAnimatedGifArea = null;
/**
* Config variable stub for the TiffThumbnailType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TiffThumbnailType
*/
$wgTiffThumbnailType = null;
/**
* Config variable stub for the ThumbnailEpoch setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ThumbnailEpoch
*/
$wgThumbnailEpoch = null;
/**
* Config variable stub for the AttemptFailureEpoch setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AttemptFailureEpoch
*/
$wgAttemptFailureEpoch = null;
/**
* Config variable stub for the IgnoreImageErrors setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::IgnoreImageErrors
*/
$wgIgnoreImageErrors = null;
/**
* Config variable stub for the GenerateThumbnailOnParse setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GenerateThumbnailOnParse
*/
$wgGenerateThumbnailOnParse = null;
/**
* Config variable stub for the ShowArchiveThumbnails setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShowArchiveThumbnails
*/
$wgShowArchiveThumbnails = null;
/**
* Config variable stub for the EnableAutoRotation setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableAutoRotation
*/
$wgEnableAutoRotation = null;
/**
* Config variable stub for the Antivirus setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Antivirus
*/
$wgAntivirus = null;
/**
* Config variable stub for the AntivirusSetup setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AntivirusSetup
*/
$wgAntivirusSetup = null;
/**
* Config variable stub for the AntivirusRequired setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AntivirusRequired
*/
$wgAntivirusRequired = null;
/**
* Config variable stub for the VerifyMimeType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::VerifyMimeType
*/
$wgVerifyMimeType = null;
/**
* Config variable stub for the MimeTypeFile setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MimeTypeFile
*/
$wgMimeTypeFile = null;
/**
* Config variable stub for the MimeInfoFile setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MimeInfoFile
*/
$wgMimeInfoFile = null;
/**
* Config variable stub for the MimeDetectorCommand setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MimeDetectorCommand
*/
$wgMimeDetectorCommand = null;
/**
* Config variable stub for the TrivialMimeDetection setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TrivialMimeDetection
*/
$wgTrivialMimeDetection = null;
/**
* Config variable stub for the XMLMimeTypes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::XMLMimeTypes
*/
$wgXMLMimeTypes = null;
/**
* Config variable stub for the ImageLimits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImageLimits
*/
$wgImageLimits = null;
/**
* Config variable stub for the ThumbLimits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ThumbLimits
*/
$wgThumbLimits = null;
/**
* Config variable stub for the ThumbnailNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ThumbnailNamespaces
*/
$wgThumbnailNamespaces = null;
/**
* Config variable stub for the ThumbnailBuckets setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ThumbnailBuckets
*/
$wgThumbnailBuckets = null;
/**
* Config variable stub for the ThumbnailMinimumBucketDistance setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ThumbnailMinimumBucketDistance
*/
$wgThumbnailMinimumBucketDistance = null;
/**
* Config variable stub for the UploadThumbnailRenderMap setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadThumbnailRenderMap
*/
$wgUploadThumbnailRenderMap = null;
/**
* Config variable stub for the UploadThumbnailRenderMethod setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadThumbnailRenderMethod
*/
$wgUploadThumbnailRenderMethod = null;
/**
* Config variable stub for the UploadThumbnailRenderHttpCustomHost setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadThumbnailRenderHttpCustomHost
*/
$wgUploadThumbnailRenderHttpCustomHost = null;
/**
* Config variable stub for the UploadThumbnailRenderHttpCustomDomain setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UploadThumbnailRenderHttpCustomDomain
*/
$wgUploadThumbnailRenderHttpCustomDomain = null;
/**
* Config variable stub for the UseTinyRGBForJPGThumbnails setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseTinyRGBForJPGThumbnails
*/
$wgUseTinyRGBForJPGThumbnails = null;
/**
* Config variable stub for the GalleryOptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GalleryOptions
*/
$wgGalleryOptions = null;
/**
* Config variable stub for the ThumbUpright setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ThumbUpright
*/
$wgThumbUpright = null;
/**
* Config variable stub for the DirectoryMode setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DirectoryMode
*/
$wgDirectoryMode = null;
/**
* Config variable stub for the ResponsiveImages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResponsiveImages
*/
$wgResponsiveImages = null;
/**
* Config variable stub for the ImagePreconnect setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImagePreconnect
*/
$wgImagePreconnect = null;
/**
* Config variable stub for the DjvuDump setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DjvuDump
*/
$wgDjvuDump = null;
/**
* Config variable stub for the DjvuRenderer setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DjvuRenderer
*/
$wgDjvuRenderer = null;
/**
* Config variable stub for the DjvuTxt setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DjvuTxt
*/
$wgDjvuTxt = null;
/**
* Config variable stub for the DjvuPostProcessor setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DjvuPostProcessor
*/
$wgDjvuPostProcessor = null;
/**
* Config variable stub for the DjvuOutputExtension setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DjvuOutputExtension
*/
$wgDjvuOutputExtension = null;
/**
* Config variable stub for the EmergencyContact setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EmergencyContact
*/
$wgEmergencyContact = null;
/**
* Config variable stub for the PasswordSender setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordSender
*/
$wgPasswordSender = null;
/**
* Config variable stub for the NoReplyAddress setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NoReplyAddress
*/
$wgNoReplyAddress = null;
/**
* Config variable stub for the EnableEmail setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableEmail
*/
$wgEnableEmail = null;
/**
* Config variable stub for the EnableUserEmail setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableUserEmail
*/
$wgEnableUserEmail = null;
/**
* Config variable stub for the EnableSpecialMute setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableSpecialMute
*/
$wgEnableSpecialMute = null;
/**
* Config variable stub for the EnableUserEmailMuteList setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableUserEmailMuteList
*/
$wgEnableUserEmailMuteList = null;
/**
* Config variable stub for the UserEmailUseReplyTo setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UserEmailUseReplyTo
*/
$wgUserEmailUseReplyTo = null;
/**
* Config variable stub for the PasswordReminderResendTime setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordReminderResendTime
*/
$wgPasswordReminderResendTime = null;
/**
* Config variable stub for the NewPasswordExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NewPasswordExpiry
*/
$wgNewPasswordExpiry = null;
/**
* Config variable stub for the UserEmailConfirmationTokenExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UserEmailConfirmationTokenExpiry
*/
$wgUserEmailConfirmationTokenExpiry = null;
/**
* Config variable stub for the PasswordExpirationDays setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordExpirationDays
*/
$wgPasswordExpirationDays = null;
/**
* Config variable stub for the PasswordExpireGrace setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordExpireGrace
*/
$wgPasswordExpireGrace = null;
/**
* Config variable stub for the SMTP setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SMTP
*/
$wgSMTP = null;
/**
* Config variable stub for the AdditionalMailParams setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AdditionalMailParams
*/
$wgAdditionalMailParams = null;
/**
* Config variable stub for the AllowHTMLEmail setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowHTMLEmail
*/
$wgAllowHTMLEmail = null;
/**
* Config variable stub for the EnotifFromEditor setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnotifFromEditor
*/
$wgEnotifFromEditor = null;
/**
* Config variable stub for the EmailAuthentication setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EmailAuthentication
*/
$wgEmailAuthentication = null;
/**
* Config variable stub for the EnotifWatchlist setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnotifWatchlist
*/
$wgEnotifWatchlist = null;
/**
* Config variable stub for the EnotifUserTalk setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnotifUserTalk
*/
$wgEnotifUserTalk = null;
/**
* Config variable stub for the EnotifRevealEditorAddress setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnotifRevealEditorAddress
*/
$wgEnotifRevealEditorAddress = null;
/**
* Config variable stub for the EnotifMinorEdits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnotifMinorEdits
*/
$wgEnotifMinorEdits = null;
/**
* Config variable stub for the EnotifImpersonal setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnotifImpersonal
*/
$wgEnotifImpersonal = null;
/**
* Config variable stub for the EnotifMaxRecips setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnotifMaxRecips
*/
$wgEnotifMaxRecips = null;
/**
* Config variable stub for the EnotifUseRealName setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnotifUseRealName
*/
$wgEnotifUseRealName = null;
/**
* Config variable stub for the UsersNotifiedOnAllChanges setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UsersNotifiedOnAllChanges
*/
$wgUsersNotifiedOnAllChanges = null;
/**
* Config variable stub for the DBname setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBname
*/
$wgDBname = null;
/**
* Config variable stub for the DBmwschema setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBmwschema
*/
$wgDBmwschema = null;
/**
* Config variable stub for the DBprefix setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBprefix
*/
$wgDBprefix = null;
/**
* Config variable stub for the DBserver setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBserver
*/
$wgDBserver = null;
/**
* Config variable stub for the DBport setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBport
*/
$wgDBport = null;
/**
* Config variable stub for the DBuser setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBuser
*/
$wgDBuser = null;
/**
* Config variable stub for the DBpassword setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBpassword
*/
$wgDBpassword = null;
/**
* Config variable stub for the DBtype setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBtype
*/
$wgDBtype = null;
/**
* Config variable stub for the DBssl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBssl
*/
$wgDBssl = null;
/**
* Config variable stub for the DBcompress setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBcompress
*/
$wgDBcompress = null;
/**
* Config variable stub for the DBadminuser setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBadminuser
*/
$wgDBadminuser = null;
/**
* Config variable stub for the DBadminpassword setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBadminpassword
*/
$wgDBadminpassword = null;
/**
* Config variable stub for the SearchType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SearchType
*/
$wgSearchType = null;
/**
* Config variable stub for the SearchTypeAlternatives setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SearchTypeAlternatives
*/
$wgSearchTypeAlternatives = null;
/**
* Config variable stub for the DBTableOptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBTableOptions
*/
$wgDBTableOptions = null;
/**
* Config variable stub for the SQLMode setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SQLMode
*/
$wgSQLMode = null;
/**
* Config variable stub for the DBDefaultGroup setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBDefaultGroup
*/
$wgDBDefaultGroup = null;
/**
* Config variable stub for the SQLiteDataDir setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SQLiteDataDir
*/
$wgSQLiteDataDir = null;
/**
* Config variable stub for the SharedDB setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedDB
*/
$wgSharedDB = null;
/**
* Config variable stub for the SharedPrefix setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedPrefix
*/
$wgSharedPrefix = null;
/**
* Config variable stub for the SharedTables setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedTables
*/
$wgSharedTables = null;
/**
* Config variable stub for the SharedSchema setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SharedSchema
*/
$wgSharedSchema = null;
/**
* Config variable stub for the DBservers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBservers
*/
$wgDBservers = null;
/**
* Config variable stub for the LBFactoryConf setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LBFactoryConf
*/
$wgLBFactoryConf = null;
/**
* Config variable stub for the DataCenterUpdateStickTTL setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DataCenterUpdateStickTTL
*/
$wgDataCenterUpdateStickTTL = null;
/**
* Config variable stub for the DBerrorLog setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBerrorLog
*/
$wgDBerrorLog = null;
/**
* Config variable stub for the DBerrorLogTZ setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DBerrorLogTZ
*/
$wgDBerrorLogTZ = null;
/**
* Config variable stub for the LocalDatabases setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LocalDatabases
*/
$wgLocalDatabases = null;
/**
* Config variable stub for the DatabaseReplicaLagWarning setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DatabaseReplicaLagWarning
*/
$wgDatabaseReplicaLagWarning = null;
/**
* Config variable stub for the DatabaseReplicaLagCritical setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DatabaseReplicaLagCritical
*/
$wgDatabaseReplicaLagCritical = null;
/**
* Config variable stub for the MaxExecutionTimeForExpensiveQueries setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxExecutionTimeForExpensiveQueries
*/
$wgMaxExecutionTimeForExpensiveQueries = null;
/**
* Config variable stub for the VirtualDomainsMapping setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::VirtualDomainsMapping
*/
$wgVirtualDomainsMapping = null;
/**
* Config variable stub for the TemplateLinksSchemaMigrationStage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TemplateLinksSchemaMigrationStage
*/
$wgTemplateLinksSchemaMigrationStage = null;
/**
* Config variable stub for the PageLinksSchemaMigrationStage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PageLinksSchemaMigrationStage
*/
$wgPageLinksSchemaMigrationStage = null;
/**
* Config variable stub for the ExternalLinksDomainGaps setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExternalLinksDomainGaps
*/
$wgExternalLinksDomainGaps = null;
/**
* Config variable stub for the ContentHandlers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ContentHandlers
*/
$wgContentHandlers = null;
/**
* Config variable stub for the NamespaceContentModels setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NamespaceContentModels
*/
$wgNamespaceContentModels = null;
/**
* Config variable stub for the ContentHandlerTextFallback setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ContentHandlerTextFallback
* @deprecated since 1.37
*/
$wgContentHandlerTextFallback = null;
/**
* Config variable stub for the TextModelsToParse setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TextModelsToParse
*/
$wgTextModelsToParse = null;
/**
* Config variable stub for the CompressRevisions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CompressRevisions
*/
$wgCompressRevisions = null;
/**
* Config variable stub for the ExternalStores setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExternalStores
*/
$wgExternalStores = null;
/**
* Config variable stub for the ExternalServers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExternalServers
*/
$wgExternalServers = null;
/**
* Config variable stub for the DefaultExternalStore setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DefaultExternalStore
*/
$wgDefaultExternalStore = null;
/**
* Config variable stub for the RevisionCacheExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RevisionCacheExpiry
*/
$wgRevisionCacheExpiry = null;
/**
* Config variable stub for the PageLanguageUseDB setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PageLanguageUseDB
*/
$wgPageLanguageUseDB = null;
/**
* Config variable stub for the DiffEngine setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DiffEngine
*/
$wgDiffEngine = null;
/**
* Config variable stub for the ExternalDiffEngine setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExternalDiffEngine
*/
$wgExternalDiffEngine = null;
/**
* Config variable stub for the Wikidiff2Options setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Wikidiff2Options
*/
$wgWikidiff2Options = null;
/**
* Config variable stub for the RequestTimeLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RequestTimeLimit
*/
$wgRequestTimeLimit = null;
/**
* Config variable stub for the TransactionalTimeLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TransactionalTimeLimit
*/
$wgTransactionalTimeLimit = null;
/**
* Config variable stub for the CriticalSectionTimeLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CriticalSectionTimeLimit
*/
$wgCriticalSectionTimeLimit = null;
/**
* Config variable stub for the MiserMode setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MiserMode
*/
$wgMiserMode = null;
/**
* Config variable stub for the DisableQueryPages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableQueryPages
*/
$wgDisableQueryPages = null;
/**
* Config variable stub for the QueryCacheLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::QueryCacheLimit
*/
$wgQueryCacheLimit = null;
/**
* Config variable stub for the WantedPagesThreshold setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WantedPagesThreshold
*/
$wgWantedPagesThreshold = null;
/**
* Config variable stub for the AllowSlowParserFunctions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowSlowParserFunctions
*/
$wgAllowSlowParserFunctions = null;
/**
* Config variable stub for the AllowSchemaUpdates setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowSchemaUpdates
*/
$wgAllowSchemaUpdates = null;
/**
* Config variable stub for the MaxArticleSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxArticleSize
*/
$wgMaxArticleSize = null;
/**
* Config variable stub for the MemoryLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MemoryLimit
*/
$wgMemoryLimit = null;
/**
* Config variable stub for the PoolCounterConf setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PoolCounterConf
*/
$wgPoolCounterConf = null;
/**
* Config variable stub for the PoolCountClientConf setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PoolCountClientConf
*/
$wgPoolCountClientConf = null;
/**
* Config variable stub for the MaxUserDBWriteDuration setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxUserDBWriteDuration
*/
$wgMaxUserDBWriteDuration = null;
/**
* Config variable stub for the MaxJobDBWriteDuration setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxJobDBWriteDuration
*/
$wgMaxJobDBWriteDuration = null;
/**
* Config variable stub for the LinkHolderBatchSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LinkHolderBatchSize
*/
$wgLinkHolderBatchSize = null;
/**
* Config variable stub for the MaximumMovedPages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaximumMovedPages
*/
$wgMaximumMovedPages = null;
/**
* Config variable stub for the ForceDeferredUpdatesPreSend setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ForceDeferredUpdatesPreSend
*/
$wgForceDeferredUpdatesPreSend = null;
/**
* Config variable stub for the MultiShardSiteStats setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MultiShardSiteStats
*/
$wgMultiShardSiteStats = null;
/**
* Config variable stub for the CacheDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CacheDirectory
*/
$wgCacheDirectory = null;
/**
* Config variable stub for the MainCacheType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MainCacheType
*/
$wgMainCacheType = null;
/**
* Config variable stub for the MessageCacheType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MessageCacheType
*/
$wgMessageCacheType = null;
/**
* Config variable stub for the ParserCacheType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ParserCacheType
*/
$wgParserCacheType = null;
/**
* Config variable stub for the SessionCacheType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SessionCacheType
*/
$wgSessionCacheType = null;
/**
* Config variable stub for the LanguageConverterCacheType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LanguageConverterCacheType
*/
$wgLanguageConverterCacheType = null;
/**
* Config variable stub for the ObjectCaches setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ObjectCaches
*/
$wgObjectCaches = null;
/**
* Config variable stub for the WANObjectCache setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WANObjectCache
*/
$wgWANObjectCache = null;
/**
* Config variable stub for the MicroStashType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MicroStashType
*/
$wgMicroStashType = null;
/**
* Config variable stub for the MainStash setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MainStash
*/
$wgMainStash = null;
/**
* Config variable stub for the ParsoidCacheConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ParsoidCacheConfig
*/
$wgParsoidCacheConfig = null;
/**
* Config variable stub for the ParserCacheFilterConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ParserCacheFilterConfig
*/
$wgParserCacheFilterConfig = null;
/**
* Config variable stub for the ChronologyProtectorStash setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ChronologyProtectorStash
*/
$wgChronologyProtectorStash = null;
/**
* Config variable stub for the ChronologyProtectorSecret setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ChronologyProtectorSecret
*/
$wgChronologyProtectorSecret = null;
/**
* Config variable stub for the ParserCacheExpireTime setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ParserCacheExpireTime
*/
$wgParserCacheExpireTime = null;
/**
* Config variable stub for the OldRevisionParserCacheExpireTime setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OldRevisionParserCacheExpireTime
*/
$wgOldRevisionParserCacheExpireTime = null;
/**
* Config variable stub for the ObjectCacheSessionExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ObjectCacheSessionExpiry
*/
$wgObjectCacheSessionExpiry = null;
/**
* Config variable stub for the PHPSessionHandling setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PHPSessionHandling
*/
$wgPHPSessionHandling = null;
/**
* Config variable stub for the SuspiciousIpExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SuspiciousIpExpiry
*/
$wgSuspiciousIpExpiry = null;
/**
* Config variable stub for the SessionPbkdf2Iterations setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SessionPbkdf2Iterations
*/
$wgSessionPbkdf2Iterations = null;
/**
* Config variable stub for the MemCachedServers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MemCachedServers
*/
$wgMemCachedServers = null;
/**
* Config variable stub for the MemCachedPersistent setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MemCachedPersistent
*/
$wgMemCachedPersistent = null;
/**
* Config variable stub for the MemCachedTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MemCachedTimeout
*/
$wgMemCachedTimeout = null;
/**
* Config variable stub for the UseLocalMessageCache setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseLocalMessageCache
*/
$wgUseLocalMessageCache = null;
/**
* Config variable stub for the AdaptiveMessageCache setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AdaptiveMessageCache
*/
$wgAdaptiveMessageCache = null;
/**
* Config variable stub for the LocalisationCacheConf setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LocalisationCacheConf
*/
$wgLocalisationCacheConf = null;
/**
* Config variable stub for the CachePages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CachePages
*/
$wgCachePages = null;
/**
* Config variable stub for the CacheEpoch setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CacheEpoch
*/
$wgCacheEpoch = null;
/**
* Config variable stub for the GitInfoCacheDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GitInfoCacheDirectory
*/
$wgGitInfoCacheDirectory = null;
/**
* Config variable stub for the UseFileCache setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseFileCache
*/
$wgUseFileCache = null;
/**
* Config variable stub for the FileCacheDepth setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FileCacheDepth
*/
$wgFileCacheDepth = null;
/**
* Config variable stub for the RenderHashAppend setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RenderHashAppend
*/
$wgRenderHashAppend = null;
/**
* Config variable stub for the EnableSidebarCache setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableSidebarCache
*/
$wgEnableSidebarCache = null;
/**
* Config variable stub for the SidebarCacheExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SidebarCacheExpiry
*/
$wgSidebarCacheExpiry = null;
/**
* Config variable stub for the UseGzip setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseGzip
*/
$wgUseGzip = null;
/**
* Config variable stub for the InvalidateCacheOnLocalSettingsChange setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InvalidateCacheOnLocalSettingsChange
*/
$wgInvalidateCacheOnLocalSettingsChange = null;
/**
* Config variable stub for the ExtensionInfoMTime setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtensionInfoMTime
*/
$wgExtensionInfoMTime = null;
/**
* Config variable stub for the EnableRemoteBagOStuffTests setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableRemoteBagOStuffTests
*/
$wgEnableRemoteBagOStuffTests = null;
/**
* Config variable stub for the UseCdn setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseCdn
*/
$wgUseCdn = null;
/**
* Config variable stub for the VaryOnXFP setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::VaryOnXFP
*/
$wgVaryOnXFP = null;
/**
* Config variable stub for the InternalServer setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InternalServer
*/
$wgInternalServer = null;
/**
* Config variable stub for the CdnMaxAge setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CdnMaxAge
*/
$wgCdnMaxAge = null;
/**
* Config variable stub for the CdnMaxageLagged setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CdnMaxageLagged
*/
$wgCdnMaxageLagged = null;
/**
* Config variable stub for the CdnMaxageStale setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CdnMaxageStale
*/
$wgCdnMaxageStale = null;
/**
* Config variable stub for the CdnReboundPurgeDelay setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CdnReboundPurgeDelay
*/
$wgCdnReboundPurgeDelay = null;
/**
* Config variable stub for the CdnMaxageSubstitute setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CdnMaxageSubstitute
*/
$wgCdnMaxageSubstitute = null;
/**
* Config variable stub for the ForcedRawSMaxage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ForcedRawSMaxage
*/
$wgForcedRawSMaxage = null;
/**
* Config variable stub for the CdnServers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CdnServers
*/
$wgCdnServers = null;
/**
* Config variable stub for the CdnServersNoPurge setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CdnServersNoPurge
*/
$wgCdnServersNoPurge = null;
/**
* Config variable stub for the SquidPurgeUseHostHeader setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SquidPurgeUseHostHeader
* @deprecated since 1.33
*/
$wgSquidPurgeUseHostHeader = null;
/**
* Config variable stub for the HTCPRouting setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTCPRouting
*/
$wgHTCPRouting = null;
/**
* Config variable stub for the HTCPMulticastTTL setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTCPMulticastTTL
*/
$wgHTCPMulticastTTL = null;
/**
* Config variable stub for the UsePrivateIPs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UsePrivateIPs
*/
$wgUsePrivateIPs = null;
/**
* Config variable stub for the CdnMatchParameterOrder setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CdnMatchParameterOrder
*/
$wgCdnMatchParameterOrder = null;
/**
* Config variable stub for the LanguageCode setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LanguageCode
*/
$wgLanguageCode = null;
/**
* Config variable stub for the GrammarForms setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GrammarForms
*/
$wgGrammarForms = null;
/**
* Config variable stub for the InterwikiMagic setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InterwikiMagic
*/
$wgInterwikiMagic = null;
/**
* Config variable stub for the HideInterlanguageLinks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HideInterlanguageLinks
*/
$wgHideInterlanguageLinks = null;
/**
* Config variable stub for the ExtraInterlanguageLinkPrefixes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtraInterlanguageLinkPrefixes
*/
$wgExtraInterlanguageLinkPrefixes = null;
/**
* Config variable stub for the InterlanguageLinkCodeMap setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InterlanguageLinkCodeMap
*/
$wgInterlanguageLinkCodeMap = null;
/**
* Config variable stub for the ExtraLanguageNames setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtraLanguageNames
*/
$wgExtraLanguageNames = null;
/**
* Config variable stub for the ExtraLanguageCodes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtraLanguageCodes
*/
$wgExtraLanguageCodes = null;
/**
* Config variable stub for the DummyLanguageCodes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DummyLanguageCodes
*/
$wgDummyLanguageCodes = null;
/**
* Config variable stub for the AllUnicodeFixes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllUnicodeFixes
*/
$wgAllUnicodeFixes = null;
/**
* Config variable stub for the LegacyEncoding setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LegacyEncoding
*/
$wgLegacyEncoding = null;
/**
* Config variable stub for the AmericanDates setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AmericanDates
*/
$wgAmericanDates = null;
/**
* Config variable stub for the TranslateNumerals setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TranslateNumerals
*/
$wgTranslateNumerals = null;
/**
* Config variable stub for the UseDatabaseMessages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseDatabaseMessages
*/
$wgUseDatabaseMessages = null;
/**
* Config variable stub for the MaxMsgCacheEntrySize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxMsgCacheEntrySize
*/
$wgMaxMsgCacheEntrySize = null;
/**
* Config variable stub for the DisableLangConversion setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableLangConversion
*/
$wgDisableLangConversion = null;
/**
* Config variable stub for the DisableTitleConversion setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableTitleConversion
*/
$wgDisableTitleConversion = null;
/**
* Config variable stub for the DefaultLanguageVariant setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DefaultLanguageVariant
*/
$wgDefaultLanguageVariant = null;
/**
* Config variable stub for the UsePigLatinVariant setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UsePigLatinVariant
*/
$wgUsePigLatinVariant = null;
/**
* Config variable stub for the DisabledVariants setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisabledVariants
*/
$wgDisabledVariants = null;
/**
* Config variable stub for the VariantArticlePath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::VariantArticlePath
*/
$wgVariantArticlePath = null;
/**
* Config variable stub for the UseXssLanguage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseXssLanguage
*/
$wgUseXssLanguage = null;
/**
* Config variable stub for the LoginLanguageSelector setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LoginLanguageSelector
*/
$wgLoginLanguageSelector = null;
/**
* Config variable stub for the ForceUIMsgAsContentMsg setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ForceUIMsgAsContentMsg
*/
$wgForceUIMsgAsContentMsg = null;
/**
* Config variable stub for the RawHtmlMessages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RawHtmlMessages
*/
$wgRawHtmlMessages = null;
/**
* Config variable stub for the Localtimezone setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Localtimezone
*/
$wgLocaltimezone = null;
/**
* Config variable stub for the LocalTZoffset setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LocalTZoffset
*/
$wgLocalTZoffset = null;
/**
* Config variable stub for the OverrideUcfirstCharacters setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OverrideUcfirstCharacters
*/
$wgOverrideUcfirstCharacters = null;
/**
* Config variable stub for the MimeType setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MimeType
*/
$wgMimeType = null;
/**
* Config variable stub for the Html5Version setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Html5Version
*/
$wgHtml5Version = null;
/**
* Config variable stub for the HTMLFormAllowTableFormat setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTMLFormAllowTableFormat
*/
$wgHTMLFormAllowTableFormat = null;
/**
* Config variable stub for the UseMediaWikiUIEverywhere setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseMediaWikiUIEverywhere
*/
$wgUseMediaWikiUIEverywhere = null;
/**
* Config variable stub for the EditSubmitButtonLabelPublish setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EditSubmitButtonLabelPublish
*/
$wgEditSubmitButtonLabelPublish = null;
/**
* Config variable stub for the XhtmlNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::XhtmlNamespaces
*/
$wgXhtmlNamespaces = null;
/**
* Config variable stub for the SiteNotice setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SiteNotice
*/
$wgSiteNotice = null;
/**
* Config variable stub for the BrowserFormatDetection setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BrowserFormatDetection
*/
$wgBrowserFormatDetection = null;
/**
* Config variable stub for the SkinMetaTags setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SkinMetaTags
*/
$wgSkinMetaTags = null;
/**
* Config variable stub for the DefaultSkin setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DefaultSkin
*/
$wgDefaultSkin = null;
/**
* Config variable stub for the FallbackSkin setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FallbackSkin
*/
$wgFallbackSkin = null;
/**
* Config variable stub for the SkipSkins setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SkipSkins
*/
$wgSkipSkins = null;
/**
* Config variable stub for the DisableOutputCompression setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableOutputCompression
*/
$wgDisableOutputCompression = null;
/**
* Config variable stub for the FragmentMode setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FragmentMode
*/
$wgFragmentMode = null;
/**
* Config variable stub for the ExternalInterwikiFragmentMode setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExternalInterwikiFragmentMode
*/
$wgExternalInterwikiFragmentMode = null;
/**
* Config variable stub for the FooterIcons setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FooterIcons
*/
$wgFooterIcons = null;
/**
* Config variable stub for the UseCombinedLoginLink setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseCombinedLoginLink
*/
$wgUseCombinedLoginLink = null;
/**
* Config variable stub for the Edititis setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Edititis
*/
$wgEdititis = null;
/**
* Config variable stub for the Send404Code setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Send404Code
*/
$wgSend404Code = null;
/**
* Config variable stub for the ShowRollbackEditCount setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShowRollbackEditCount
*/
$wgShowRollbackEditCount = null;
/**
* Config variable stub for the EnableCanonicalServerLink setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableCanonicalServerLink
*/
$wgEnableCanonicalServerLink = null;
/**
* Config variable stub for the InterwikiLogoOverride setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InterwikiLogoOverride
*/
$wgInterwikiLogoOverride = null;
/**
* Config variable stub for the ResourceModules setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceModules
*/
$wgResourceModules = null;
/**
* Config variable stub for the ResourceModuleSkinStyles setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceModuleSkinStyles
*/
$wgResourceModuleSkinStyles = null;
/**
* Config variable stub for the ResourceLoaderSources setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderSources
*/
$wgResourceLoaderSources = null;
/**
* Config variable stub for the ResourceBasePath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceBasePath
*/
$wgResourceBasePath = null;
/**
* Config variable stub for the ResourceLoaderMaxage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderMaxage
*/
$wgResourceLoaderMaxage = null;
/**
* Config variable stub for the ResourceLoaderUseObjectCacheForDeps setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderUseObjectCacheForDeps
*/
$wgResourceLoaderUseObjectCacheForDeps = null;
/**
* Config variable stub for the ResourceLoaderDebug setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderDebug
*/
$wgResourceLoaderDebug = null;
/**
* Config variable stub for the ResourceLoaderMaxQueryLength setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderMaxQueryLength
*/
$wgResourceLoaderMaxQueryLength = null;
/**
* Config variable stub for the ResourceLoaderValidateJS setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderValidateJS
*/
$wgResourceLoaderValidateJS = null;
/**
* Config variable stub for the ResourceLoaderEnableJSProfiler setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderEnableJSProfiler
*/
$wgResourceLoaderEnableJSProfiler = null;
/**
* Config variable stub for the ResourceLoaderStorageEnabled setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderStorageEnabled
*/
$wgResourceLoaderStorageEnabled = null;
/**
* Config variable stub for the ResourceLoaderStorageVersion setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderStorageVersion
*/
$wgResourceLoaderStorageVersion = null;
/**
* Config variable stub for the ResourceLoaderEnableSourceMapLinks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ResourceLoaderEnableSourceMapLinks
*/
$wgResourceLoaderEnableSourceMapLinks = null;
/**
* Config variable stub for the AllowSiteCSSOnRestrictedPages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowSiteCSSOnRestrictedPages
*/
$wgAllowSiteCSSOnRestrictedPages = null;
/**
* Config variable stub for the VueDevelopmentMode setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::VueDevelopmentMode
*/
$wgVueDevelopmentMode = null;
/**
* Config variable stub for the MetaNamespace setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MetaNamespace
*/
$wgMetaNamespace = null;
/**
* Config variable stub for the MetaNamespaceTalk setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MetaNamespaceTalk
*/
$wgMetaNamespaceTalk = null;
/**
* Config variable stub for the CanonicalNamespaceNames setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CanonicalNamespaceNames
*/
$wgCanonicalNamespaceNames = null;
/**
* Config variable stub for the ExtraNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtraNamespaces
*/
$wgExtraNamespaces = null;
/**
* Config variable stub for the ExtraGenderNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtraGenderNamespaces
*/
$wgExtraGenderNamespaces = null;
/**
* Config variable stub for the NamespaceAliases setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NamespaceAliases
*/
$wgNamespaceAliases = null;
/**
* Config variable stub for the LegalTitleChars setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LegalTitleChars
* @deprecated since 1.41; use Extension:TitleBlacklist to customize
*/
$wgLegalTitleChars = null;
/**
* Config variable stub for the CapitalLinks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CapitalLinks
*/
$wgCapitalLinks = null;
/**
* Config variable stub for the CapitalLinkOverrides setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CapitalLinkOverrides
*/
$wgCapitalLinkOverrides = null;
/**
* Config variable stub for the NamespacesWithSubpages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NamespacesWithSubpages
*/
$wgNamespacesWithSubpages = null;
/**
* Config variable stub for the ContentNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ContentNamespaces
*/
$wgContentNamespaces = null;
/**
* Config variable stub for the ShortPagesNamespaceExclusions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShortPagesNamespaceExclusions
*/
$wgShortPagesNamespaceExclusions = null;
/**
* Config variable stub for the ExtraSignatureNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtraSignatureNamespaces
*/
$wgExtraSignatureNamespaces = null;
/**
* Config variable stub for the InvalidRedirectTargets setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InvalidRedirectTargets
*/
$wgInvalidRedirectTargets = null;
/**
* Config variable stub for the DisableHardRedirects setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableHardRedirects
*/
$wgDisableHardRedirects = null;
/**
* Config variable stub for the FixDoubleRedirects setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FixDoubleRedirects
*/
$wgFixDoubleRedirects = null;
/**
* Config variable stub for the LocalInterwikis setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LocalInterwikis
*/
$wgLocalInterwikis = null;
/**
* Config variable stub for the InterwikiExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InterwikiExpiry
*/
$wgInterwikiExpiry = null;
/**
* Config variable stub for the InterwikiCache setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InterwikiCache
*/
$wgInterwikiCache = null;
/**
* Config variable stub for the InterwikiScopes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InterwikiScopes
*/
$wgInterwikiScopes = null;
/**
* Config variable stub for the InterwikiFallbackSite setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InterwikiFallbackSite
*/
$wgInterwikiFallbackSite = null;
/**
* Config variable stub for the RedirectSources setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RedirectSources
*/
$wgRedirectSources = null;
/**
* Config variable stub for the SiteTypes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SiteTypes
*/
$wgSiteTypes = null;
/**
* Config variable stub for the MaxTocLevel setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxTocLevel
*/
$wgMaxTocLevel = null;
/**
* Config variable stub for the MaxPPNodeCount setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxPPNodeCount
*/
$wgMaxPPNodeCount = null;
/**
* Config variable stub for the MaxTemplateDepth setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxTemplateDepth
*/
$wgMaxTemplateDepth = null;
/**
* Config variable stub for the MaxPPExpandDepth setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxPPExpandDepth
*/
$wgMaxPPExpandDepth = null;
/**
* Config variable stub for the UrlProtocols setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UrlProtocols
*/
$wgUrlProtocols = null;
/**
* Config variable stub for the CleanSignatures setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CleanSignatures
*/
$wgCleanSignatures = null;
/**
* Config variable stub for the AllowExternalImages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowExternalImages
*/
$wgAllowExternalImages = null;
/**
* Config variable stub for the AllowExternalImagesFrom setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowExternalImagesFrom
*/
$wgAllowExternalImagesFrom = null;
/**
* Config variable stub for the EnableImageWhitelist setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableImageWhitelist
*/
$wgEnableImageWhitelist = null;
/**
* Config variable stub for the AllowImageTag setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowImageTag
* @deprecated since 1.35; register an extension tag named <img> instead.
*/
$wgAllowImageTag = null;
/**
* Config variable stub for the TidyConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TidyConfig
*/
$wgTidyConfig = null;
/**
* Config variable stub for the ParsoidSettings setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ParsoidSettings
*/
$wgParsoidSettings = null;
/**
* Config variable stub for the ParserEnableLegacyMediaDOM setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ParserEnableLegacyMediaDOM
* @deprecated since 1.41
*/
$wgParserEnableLegacyMediaDOM = null;
/**
* Config variable stub for the UseContentMediaStyles setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseContentMediaStyles
* @deprecated since 1.41
*/
$wgUseContentMediaStyles = null;
/**
* Config variable stub for the UseLegacyMediaStyles setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseLegacyMediaStyles
*/
$wgUseLegacyMediaStyles = null;
/**
* Config variable stub for the RawHtml setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RawHtml
*/
$wgRawHtml = null;
/**
* Config variable stub for the ExternalLinkTarget setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExternalLinkTarget
*/
$wgExternalLinkTarget = null;
/**
* Config variable stub for the NoFollowLinks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NoFollowLinks
*/
$wgNoFollowLinks = null;
/**
* Config variable stub for the NoFollowNsExceptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NoFollowNsExceptions
*/
$wgNoFollowNsExceptions = null;
/**
* Config variable stub for the NoFollowDomainExceptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NoFollowDomainExceptions
*/
$wgNoFollowDomainExceptions = null;
/**
* Config variable stub for the RegisterInternalExternals setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RegisterInternalExternals
*/
$wgRegisterInternalExternals = null;
/**
* Config variable stub for the AllowDisplayTitle setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowDisplayTitle
*/
$wgAllowDisplayTitle = null;
/**
* Config variable stub for the RestrictDisplayTitle setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RestrictDisplayTitle
*/
$wgRestrictDisplayTitle = null;
/**
* Config variable stub for the ExpensiveParserFunctionLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExpensiveParserFunctionLimit
*/
$wgExpensiveParserFunctionLimit = null;
/**
* Config variable stub for the PreprocessorCacheThreshold setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PreprocessorCacheThreshold
*/
$wgPreprocessorCacheThreshold = null;
/**
* Config variable stub for the EnableScaryTranscluding setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableScaryTranscluding
*/
$wgEnableScaryTranscluding = null;
/**
* Config variable stub for the TranscludeCacheExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TranscludeCacheExpiry
*/
$wgTranscludeCacheExpiry = null;
/**
* Config variable stub for the EnableMagicLinks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableMagicLinks
*/
$wgEnableMagicLinks = null;
/**
* Config variable stub for the ArticleCountMethod setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ArticleCountMethod
*/
$wgArticleCountMethod = null;
/**
* Config variable stub for the ActiveUserDays setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ActiveUserDays
*/
$wgActiveUserDays = null;
/**
* Config variable stub for the LearnerEdits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LearnerEdits
*/
$wgLearnerEdits = null;
/**
* Config variable stub for the LearnerMemberSince setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LearnerMemberSince
*/
$wgLearnerMemberSince = null;
/**
* Config variable stub for the ExperiencedUserEdits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExperiencedUserEdits
*/
$wgExperiencedUserEdits = null;
/**
* Config variable stub for the ExperiencedUserMemberSince setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExperiencedUserMemberSince
*/
$wgExperiencedUserMemberSince = null;
/**
* Config variable stub for the ManualRevertSearchRadius setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ManualRevertSearchRadius
*/
$wgManualRevertSearchRadius = null;
/**
* Config variable stub for the RevertedTagMaxDepth setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RevertedTagMaxDepth
*/
$wgRevertedTagMaxDepth = null;
/**
* Config variable stub for the CentralIdLookupProviders setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CentralIdLookupProviders
*/
$wgCentralIdLookupProviders = null;
/**
* Config variable stub for the CentralIdLookupProvider setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CentralIdLookupProvider
*/
$wgCentralIdLookupProvider = null;
/**
* Config variable stub for the UserRegistrationProviders setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UserRegistrationProviders
*/
$wgUserRegistrationProviders = null;
/**
* Config variable stub for the PasswordPolicy setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordPolicy
*/
$wgPasswordPolicy = null;
/**
* Config variable stub for the AuthManagerConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AuthManagerConfig
*/
$wgAuthManagerConfig = null;
/**
* Config variable stub for the AuthManagerAutoConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AuthManagerAutoConfig
*/
$wgAuthManagerAutoConfig = null;
/**
* Config variable stub for the RememberMe setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RememberMe
*/
$wgRememberMe = null;
/**
* Config variable stub for the ReauthenticateTime setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ReauthenticateTime
*/
$wgReauthenticateTime = null;
/**
* Config variable stub for the AllowSecuritySensitiveOperationIfCannotReauthenticate setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowSecuritySensitiveOperationIfCannotReauthenticate
*/
$wgAllowSecuritySensitiveOperationIfCannotReauthenticate = null;
/**
* Config variable stub for the ChangeCredentialsBlacklist setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ChangeCredentialsBlacklist
*/
$wgChangeCredentialsBlacklist = null;
/**
* Config variable stub for the RemoveCredentialsBlacklist setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RemoveCredentialsBlacklist
*/
$wgRemoveCredentialsBlacklist = null;
/**
* Config variable stub for the MinimalPasswordLength setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MinimalPasswordLength
* @deprecated since 1.26, use $wgPasswordPolicy's MinimalPasswordLength.
*/
$wgMinimalPasswordLength = null;
/**
* Config variable stub for the MaximalPasswordLength setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaximalPasswordLength
* @deprecated since 1.26, use $wgPasswordPolicy's MaximalPasswordLength.
*/
$wgMaximalPasswordLength = null;
/**
* Config variable stub for the InvalidPasswordReset setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InvalidPasswordReset
*/
$wgInvalidPasswordReset = null;
/**
* Config variable stub for the PasswordDefault setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordDefault
*/
$wgPasswordDefault = null;
/**
* Config variable stub for the PasswordConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordConfig
*/
$wgPasswordConfig = null;
/**
* Config variable stub for the PasswordResetRoutes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordResetRoutes
*/
$wgPasswordResetRoutes = null;
/**
* Config variable stub for the MaxSigChars setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxSigChars
*/
$wgMaxSigChars = null;
/**
* Config variable stub for the SignatureValidation setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SignatureValidation
*/
$wgSignatureValidation = null;
/**
* Config variable stub for the SignatureAllowedLintErrors setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SignatureAllowedLintErrors
*/
$wgSignatureAllowedLintErrors = null;
/**
* Config variable stub for the MaxNameChars setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxNameChars
*/
$wgMaxNameChars = null;
/**
* Config variable stub for the ReservedUsernames setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ReservedUsernames
*/
$wgReservedUsernames = null;
/**
* Config variable stub for the DefaultUserOptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DefaultUserOptions
*/
$wgDefaultUserOptions = null;
/**
* Config variable stub for the HiddenPrefs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HiddenPrefs
*/
$wgHiddenPrefs = null;
/**
* Config variable stub for the InvalidUsernameCharacters setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::InvalidUsernameCharacters
*/
$wgInvalidUsernameCharacters = null;
/**
* Config variable stub for the UserrightsInterwikiDelimiter setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UserrightsInterwikiDelimiter
*/
$wgUserrightsInterwikiDelimiter = null;
/**
* Config variable stub for the SecureLogin setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SecureLogin
*/
$wgSecureLogin = null;
/**
* Config variable stub for the AuthenticationTokenVersion setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AuthenticationTokenVersion
*/
$wgAuthenticationTokenVersion = null;
/**
* Config variable stub for the SessionProviders setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SessionProviders
*/
$wgSessionProviders = null;
/**
* Config variable stub for the AllowRequiringEmailForResets setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowRequiringEmailForResets
*/
$wgAllowRequiringEmailForResets = null;
/**
* Config variable stub for the AutoCreateTempUser setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AutoCreateTempUser
*/
$wgAutoCreateTempUser = null;
/**
* Config variable stub for the AutoblockExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AutoblockExpiry
*/
$wgAutoblockExpiry = null;
/**
* Config variable stub for the BlockAllowsUTEdit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BlockAllowsUTEdit
*/
$wgBlockAllowsUTEdit = null;
/**
* Config variable stub for the BlockCIDRLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BlockCIDRLimit
*/
$wgBlockCIDRLimit = null;
/**
* Config variable stub for the BlockDisablesLogin setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BlockDisablesLogin
*/
$wgBlockDisablesLogin = null;
/**
* Config variable stub for the EnablePartialActionBlocks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnablePartialActionBlocks
*/
$wgEnablePartialActionBlocks = null;
/**
* Config variable stub for the EnableMultiBlocks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableMultiBlocks
*/
$wgEnableMultiBlocks = null;
/**
* Config variable stub for the BlockTargetMigrationStage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BlockTargetMigrationStage
*/
$wgBlockTargetMigrationStage = null;
/**
* Config variable stub for the WhitelistRead setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WhitelistRead
*/
$wgWhitelistRead = null;
/**
* Config variable stub for the WhitelistReadRegexp setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WhitelistReadRegexp
*/
$wgWhitelistReadRegexp = null;
/**
* Config variable stub for the EmailConfirmToEdit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EmailConfirmToEdit
*/
$wgEmailConfirmToEdit = null;
/**
* Config variable stub for the HideIdentifiableRedirects setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HideIdentifiableRedirects
*/
$wgHideIdentifiableRedirects = null;
/**
* Config variable stub for the GroupPermissions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GroupPermissions
*/
$wgGroupPermissions = null;
/**
* Config variable stub for the PrivilegedGroups setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PrivilegedGroups
*/
$wgPrivilegedGroups = null;
/**
* Config variable stub for the RevokePermissions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RevokePermissions
*/
$wgRevokePermissions = null;
/**
* Config variable stub for the GroupInheritsPermissions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GroupInheritsPermissions
*/
$wgGroupInheritsPermissions = null;
/**
* Config variable stub for the ImplicitGroups setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImplicitGroups
*/
$wgImplicitGroups = null;
/**
* Config variable stub for the GroupsAddToSelf setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GroupsAddToSelf
*/
$wgGroupsAddToSelf = null;
/**
* Config variable stub for the GroupsRemoveFromSelf setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GroupsRemoveFromSelf
*/
$wgGroupsRemoveFromSelf = null;
/**
* Config variable stub for the RestrictionTypes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RestrictionTypes
*/
$wgRestrictionTypes = null;
/**
* Config variable stub for the RestrictionLevels setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RestrictionLevels
*/
$wgRestrictionLevels = null;
/**
* Config variable stub for the CascadingRestrictionLevels setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CascadingRestrictionLevels
*/
$wgCascadingRestrictionLevels = null;
/**
* Config variable stub for the SemiprotectedRestrictionLevels setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SemiprotectedRestrictionLevels
*/
$wgSemiprotectedRestrictionLevels = null;
/**
* Config variable stub for the NamespaceProtection setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NamespaceProtection
*/
$wgNamespaceProtection = null;
/**
* Config variable stub for the NonincludableNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NonincludableNamespaces
*/
$wgNonincludableNamespaces = null;
/**
* Config variable stub for the AutoConfirmAge setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AutoConfirmAge
*/
$wgAutoConfirmAge = null;
/**
* Config variable stub for the AutoConfirmCount setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AutoConfirmCount
*/
$wgAutoConfirmCount = null;
/**
* Config variable stub for the Autopromote setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Autopromote
*/
$wgAutopromote = null;
/**
* Config variable stub for the AutopromoteOnce setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AutopromoteOnce
*/
$wgAutopromoteOnce = null;
/**
* Config variable stub for the AutopromoteOnceLogInRC setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AutopromoteOnceLogInRC
*/
$wgAutopromoteOnceLogInRC = null;
/**
* Config variable stub for the AddGroups setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AddGroups
*/
$wgAddGroups = null;
/**
* Config variable stub for the RemoveGroups setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RemoveGroups
*/
$wgRemoveGroups = null;
/**
* Config variable stub for the AvailableRights setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AvailableRights
*/
$wgAvailableRights = null;
/**
* Config variable stub for the ImplicitRights setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImplicitRights
*/
$wgImplicitRights = null;
/**
* Config variable stub for the DeleteRevisionsLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DeleteRevisionsLimit
*/
$wgDeleteRevisionsLimit = null;
/**
* Config variable stub for the DeleteRevisionsBatchSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DeleteRevisionsBatchSize
*/
$wgDeleteRevisionsBatchSize = null;
/**
* Config variable stub for the HideUserContribLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HideUserContribLimit
*/
$wgHideUserContribLimit = null;
/**
* Config variable stub for the AccountCreationThrottle setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AccountCreationThrottle
*/
$wgAccountCreationThrottle = null;
/**
* Config variable stub for the SpamRegex setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SpamRegex
*/
$wgSpamRegex = null;
/**
* Config variable stub for the SummarySpamRegex setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SummarySpamRegex
*/
$wgSummarySpamRegex = null;
/**
* Config variable stub for the EnableDnsBlacklist setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableDnsBlacklist
*/
$wgEnableDnsBlacklist = null;
/**
* Config variable stub for the DnsBlacklistUrls setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DnsBlacklistUrls
*/
$wgDnsBlacklistUrls = null;
/**
* Config variable stub for the ProxyList setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ProxyList
*/
$wgProxyList = null;
/**
* Config variable stub for the ProxyWhitelist setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ProxyWhitelist
*/
$wgProxyWhitelist = null;
/**
* Config variable stub for the SoftBlockRanges setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SoftBlockRanges
*/
$wgSoftBlockRanges = null;
/**
* Config variable stub for the ApplyIpBlocksToXff setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ApplyIpBlocksToXff
*/
$wgApplyIpBlocksToXff = null;
/**
* Config variable stub for the RateLimits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RateLimits
*/
$wgRateLimits = null;
/**
* Config variable stub for the RateLimitsExcludedIPs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RateLimitsExcludedIPs
*/
$wgRateLimitsExcludedIPs = null;
/**
* Config variable stub for the PutIPinRC setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PutIPinRC
*/
$wgPutIPinRC = null;
/**
* Config variable stub for the QueryPageDefaultLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::QueryPageDefaultLimit
*/
$wgQueryPageDefaultLimit = null;
/**
* Config variable stub for the PasswordAttemptThrottle setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PasswordAttemptThrottle
*/
$wgPasswordAttemptThrottle = null;
/**
* Config variable stub for the GrantPermissions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GrantPermissions
*/
$wgGrantPermissions = null;
/**
* Config variable stub for the GrantPermissionGroups setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GrantPermissionGroups
*/
$wgGrantPermissionGroups = null;
/**
* Config variable stub for the EnableBotPasswords setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableBotPasswords
*/
$wgEnableBotPasswords = null;
/**
* Config variable stub for the BotPasswordsCluster setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BotPasswordsCluster
*/
$wgBotPasswordsCluster = null;
/**
* Config variable stub for the BotPasswordsDatabase setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BotPasswordsDatabase
*/
$wgBotPasswordsDatabase = null;
/**
* Config variable stub for the SecretKey setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SecretKey
*/
$wgSecretKey = null;
/**
* Config variable stub for the AllowUserJs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowUserJs
*/
$wgAllowUserJs = null;
/**
* Config variable stub for the AllowUserCss setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowUserCss
*/
$wgAllowUserCss = null;
/**
* Config variable stub for the AllowUserCssPrefs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowUserCssPrefs
*/
$wgAllowUserCssPrefs = null;
/**
* Config variable stub for the UseSiteJs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseSiteJs
*/
$wgUseSiteJs = null;
/**
* Config variable stub for the UseSiteCss setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseSiteCss
*/
$wgUseSiteCss = null;
/**
* Config variable stub for the BreakFrames setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::BreakFrames
*/
$wgBreakFrames = null;
/**
* Config variable stub for the EditPageFrameOptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EditPageFrameOptions
*/
$wgEditPageFrameOptions = null;
/**
* Config variable stub for the ApiFrameOptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ApiFrameOptions
*/
$wgApiFrameOptions = null;
/**
* Config variable stub for the CSPHeader setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CSPHeader
*/
$wgCSPHeader = null;
/**
* Config variable stub for the CSPReportOnlyHeader setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CSPReportOnlyHeader
*/
$wgCSPReportOnlyHeader = null;
/**
* Config variable stub for the CSPFalsePositiveUrls setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CSPFalsePositiveUrls
*/
$wgCSPFalsePositiveUrls = null;
/**
* Config variable stub for the AllowCrossOrigin setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowCrossOrigin
*/
$wgAllowCrossOrigin = null;
/**
* Config variable stub for the RestAllowCrossOriginCookieAuth setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RestAllowCrossOriginCookieAuth
*/
$wgRestAllowCrossOriginCookieAuth = null;
/**
* Config variable stub for the SessionSecret setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SessionSecret
*/
$wgSessionSecret = null;
/**
* Config variable stub for the SessionInsecureSecrets setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SessionInsecureSecrets
*/
$wgSessionInsecureSecrets = null;
/**
* Config variable stub for the HKDFSecret setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HKDFSecret
*/
$wgHKDFSecret = null;
/**
* Config variable stub for the HKDFAlgorithm setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HKDFAlgorithm
*/
$wgHKDFAlgorithm = null;
/**
* Config variable stub for the CookieExpiration setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookieExpiration
*/
$wgCookieExpiration = null;
/**
* Config variable stub for the ExtendedLoginCookieExpiration setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtendedLoginCookieExpiration
*/
$wgExtendedLoginCookieExpiration = null;
/**
* Config variable stub for the CookieDomain setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookieDomain
*/
$wgCookieDomain = null;
/**
* Config variable stub for the CookiePath setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookiePath
*/
$wgCookiePath = null;
/**
* Config variable stub for the CookieSecure setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookieSecure
*/
$wgCookieSecure = null;
/**
* Config variable stub for the CookiePrefix setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookiePrefix
*/
$wgCookiePrefix = null;
/**
* Config variable stub for the CookieHttpOnly setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookieHttpOnly
*/
$wgCookieHttpOnly = null;
/**
* Config variable stub for the CookieSameSite setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookieSameSite
*/
$wgCookieSameSite = null;
/**
* Config variable stub for the UseSameSiteLegacyCookies setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseSameSiteLegacyCookies
*/
$wgUseSameSiteLegacyCookies = null;
/**
* Config variable stub for the CacheVaryCookies setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CacheVaryCookies
*/
$wgCacheVaryCookies = null;
/**
* Config variable stub for the SessionName setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SessionName
*/
$wgSessionName = null;
/**
* Config variable stub for the CookieSetOnAutoblock setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookieSetOnAutoblock
*/
$wgCookieSetOnAutoblock = null;
/**
* Config variable stub for the CookieSetOnIpBlock setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CookieSetOnIpBlock
*/
$wgCookieSetOnIpBlock = null;
/**
* Config variable stub for the DebugLogFile setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugLogFile
*/
$wgDebugLogFile = null;
/**
* Config variable stub for the DebugLogPrefix setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugLogPrefix
*/
$wgDebugLogPrefix = null;
/**
* Config variable stub for the DebugRedirects setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugRedirects
*/
$wgDebugRedirects = null;
/**
* Config variable stub for the DebugRawPage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugRawPage
*/
$wgDebugRawPage = null;
/**
* Config variable stub for the DebugComments setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugComments
*/
$wgDebugComments = null;
/**
* Config variable stub for the DebugDumpSql setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugDumpSql
*/
$wgDebugDumpSql = null;
/**
* Config variable stub for the TrxProfilerLimits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TrxProfilerLimits
*/
$wgTrxProfilerLimits = null;
/**
* Config variable stub for the DebugLogGroups setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugLogGroups
*/
$wgDebugLogGroups = null;
/**
* Config variable stub for the MWLoggerDefaultSpi setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MWLoggerDefaultSpi
*/
$wgMWLoggerDefaultSpi = null;
/**
* Config variable stub for the ShowDebug setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShowDebug
*/
$wgShowDebug = null;
/**
* Config variable stub for the SpecialVersionShowHooks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SpecialVersionShowHooks
*/
$wgSpecialVersionShowHooks = null;
/**
* Config variable stub for the ShowExceptionDetails setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShowExceptionDetails
*/
$wgShowExceptionDetails = null;
/**
* Config variable stub for the LogExceptionBacktrace setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LogExceptionBacktrace
*/
$wgLogExceptionBacktrace = null;
/**
* Config variable stub for the PropagateErrors setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PropagateErrors
*/
$wgPropagateErrors = null;
/**
* Config variable stub for the ShowHostnames setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShowHostnames
*/
$wgShowHostnames = null;
/**
* Config variable stub for the OverrideHostname setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OverrideHostname
*/
$wgOverrideHostname = null;
/**
* Config variable stub for the DevelopmentWarnings setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DevelopmentWarnings
*/
$wgDevelopmentWarnings = null;
/**
* Config variable stub for the DeprecationReleaseLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DeprecationReleaseLimit
*/
$wgDeprecationReleaseLimit = null;
/**
* Config variable stub for the Profiler setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Profiler
*/
$wgProfiler = null;
/**
* Config variable stub for the StatsdServer setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StatsdServer
*/
$wgStatsdServer = null;
/**
* Config variable stub for the StatsdMetricPrefix setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StatsdMetricPrefix
*/
$wgStatsdMetricPrefix = null;
/**
* Config variable stub for the StatsdSamplingRates setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StatsdSamplingRates
*/
$wgStatsdSamplingRates = null;
/**
* Config variable stub for the StatsTarget setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StatsTarget
*/
$wgStatsTarget = null;
/**
* Config variable stub for the StatsFormat setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StatsFormat
*/
$wgStatsFormat = null;
/**
* Config variable stub for the StatsPrefix setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StatsPrefix
*/
$wgStatsPrefix = null;
/**
* Config variable stub for the PageInfoTransclusionLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PageInfoTransclusionLimit
*/
$wgPageInfoTransclusionLimit = null;
/**
* Config variable stub for the EnableJavaScriptTest setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableJavaScriptTest
*/
$wgEnableJavaScriptTest = null;
/**
* Config variable stub for the CachePrefix setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CachePrefix
*/
$wgCachePrefix = null;
/**
* Config variable stub for the DebugToolbar setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugToolbar
*/
$wgDebugToolbar = null;
/**
* Config variable stub for the DisableTextSearch setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableTextSearch
*/
$wgDisableTextSearch = null;
/**
* Config variable stub for the AdvancedSearchHighlighting setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AdvancedSearchHighlighting
*/
$wgAdvancedSearchHighlighting = null;
/**
* Config variable stub for the SearchHighlightBoundaries setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SearchHighlightBoundaries
*/
$wgSearchHighlightBoundaries = null;
/**
* Config variable stub for the OpenSearchTemplate setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OpenSearchTemplate
* @deprecated since 1.25 Use $wgOpenSearchTemplates['application/x-suggestions+json']
* instead
*/
$wgOpenSearchTemplate = null;
/**
* Config variable stub for the OpenSearchTemplates setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OpenSearchTemplates
*/
$wgOpenSearchTemplates = null;
/**
* Config variable stub for the OpenSearchDefaultLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OpenSearchDefaultLimit
*/
$wgOpenSearchDefaultLimit = null;
/**
* Config variable stub for the OpenSearchDescriptionLength setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OpenSearchDescriptionLength
*/
$wgOpenSearchDescriptionLength = null;
/**
* Config variable stub for the SearchSuggestCacheExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SearchSuggestCacheExpiry
*/
$wgSearchSuggestCacheExpiry = null;
/**
* Config variable stub for the DisableSearchUpdate setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableSearchUpdate
*/
$wgDisableSearchUpdate = null;
/**
* Config variable stub for the NamespacesToBeSearchedDefault setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NamespacesToBeSearchedDefault
*/
$wgNamespacesToBeSearchedDefault = null;
/**
* Config variable stub for the DisableInternalSearch setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableInternalSearch
*/
$wgDisableInternalSearch = null;
/**
* Config variable stub for the SearchForwardUrl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SearchForwardUrl
*/
$wgSearchForwardUrl = null;
/**
* Config variable stub for the SitemapNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SitemapNamespaces
*/
$wgSitemapNamespaces = null;
/**
* Config variable stub for the SitemapNamespacesPriorities setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SitemapNamespacesPriorities
*/
$wgSitemapNamespacesPriorities = null;
/**
* Config variable stub for the EnableSearchContributorsByIP setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableSearchContributorsByIP
*/
$wgEnableSearchContributorsByIP = null;
/**
* Config variable stub for the SpecialSearchFormOptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SpecialSearchFormOptions
*/
$wgSpecialSearchFormOptions = null;
/**
* Config variable stub for the SearchMatchRedirectPreference setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SearchMatchRedirectPreference
*/
$wgSearchMatchRedirectPreference = null;
/**
* Config variable stub for the SearchRunSuggestedQuery setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SearchRunSuggestedQuery
*/
$wgSearchRunSuggestedQuery = null;
/**
* Config variable stub for the Diff3 setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Diff3
*/
$wgDiff3 = null;
/**
* Config variable stub for the Diff setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Diff
*/
$wgDiff = null;
/**
* Config variable stub for the PreviewOnOpenNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PreviewOnOpenNamespaces
*/
$wgPreviewOnOpenNamespaces = null;
/**
* Config variable stub for the UniversalEditButton setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UniversalEditButton
*/
$wgUniversalEditButton = null;
/**
* Config variable stub for the UseAutomaticEditSummaries setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseAutomaticEditSummaries
*/
$wgUseAutomaticEditSummaries = null;
/**
* Config variable stub for the CommandLineDarkBg setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CommandLineDarkBg
*/
$wgCommandLineDarkBg = null;
/**
* Config variable stub for the ReadOnly setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ReadOnly
*/
$wgReadOnly = null;
/**
* Config variable stub for the ReadOnlyWatchedItemStore setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ReadOnlyWatchedItemStore
*/
$wgReadOnlyWatchedItemStore = null;
/**
* Config variable stub for the ReadOnlyFile setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ReadOnlyFile
*/
$wgReadOnlyFile = null;
/**
* Config variable stub for the UpgradeKey setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UpgradeKey
*/
$wgUpgradeKey = null;
/**
* Config variable stub for the GitBin setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GitBin
*/
$wgGitBin = null;
/**
* Config variable stub for the GitRepositoryViewers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::GitRepositoryViewers
*/
$wgGitRepositoryViewers = null;
/**
* Config variable stub for the RCMaxAge setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCMaxAge
*/
$wgRCMaxAge = null;
/**
* Config variable stub for the WatchersMaxAge setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WatchersMaxAge
*/
$wgWatchersMaxAge = null;
/**
* Config variable stub for the UnwatchedPageSecret setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UnwatchedPageSecret
*/
$wgUnwatchedPageSecret = null;
/**
* Config variable stub for the RCFilterByAge setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCFilterByAge
*/
$wgRCFilterByAge = null;
/**
* Config variable stub for the RCLinkLimits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCLinkLimits
*/
$wgRCLinkLimits = null;
/**
* Config variable stub for the RCLinkDays setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCLinkDays
*/
$wgRCLinkDays = null;
/**
* Config variable stub for the RCFeeds setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCFeeds
*/
$wgRCFeeds = null;
/**
* Config variable stub for the RCEngines setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCEngines
*/
$wgRCEngines = null;
/**
* Config variable stub for the RCWatchCategoryMembership setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCWatchCategoryMembership
*/
$wgRCWatchCategoryMembership = null;
/**
* Config variable stub for the UseRCPatrol setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseRCPatrol
*/
$wgUseRCPatrol = null;
/**
* Config variable stub for the StructuredChangeFiltersLiveUpdatePollingRate setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::StructuredChangeFiltersLiveUpdatePollingRate
*/
$wgStructuredChangeFiltersLiveUpdatePollingRate = null;
/**
* Config variable stub for the UseNPPatrol setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseNPPatrol
*/
$wgUseNPPatrol = null;
/**
* Config variable stub for the UseFilePatrol setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseFilePatrol
*/
$wgUseFilePatrol = null;
/**
* Config variable stub for the Feed setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Feed
*/
$wgFeed = null;
/**
* Config variable stub for the FeedLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FeedLimit
*/
$wgFeedLimit = null;
/**
* Config variable stub for the FeedCacheTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FeedCacheTimeout
*/
$wgFeedCacheTimeout = null;
/**
* Config variable stub for the FeedDiffCutoff setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FeedDiffCutoff
*/
$wgFeedDiffCutoff = null;
/**
* Config variable stub for the OverrideSiteFeed setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OverrideSiteFeed
*/
$wgOverrideSiteFeed = null;
/**
* Config variable stub for the FeedClasses setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FeedClasses
*/
$wgFeedClasses = null;
/**
* Config variable stub for the AdvertisedFeedTypes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AdvertisedFeedTypes
*/
$wgAdvertisedFeedTypes = null;
/**
* Config variable stub for the RCShowWatchingUsers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCShowWatchingUsers
*/
$wgRCShowWatchingUsers = null;
/**
* Config variable stub for the RCShowChangedSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCShowChangedSize
*/
$wgRCShowChangedSize = null;
/**
* Config variable stub for the RCChangedSizeThreshold setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RCChangedSizeThreshold
*/
$wgRCChangedSizeThreshold = null;
/**
* Config variable stub for the ShowUpdatedMarker setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShowUpdatedMarker
*/
$wgShowUpdatedMarker = null;
/**
* Config variable stub for the DisableAnonTalk setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableAnonTalk
*/
$wgDisableAnonTalk = null;
/**
* Config variable stub for the UseTagFilter setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseTagFilter
*/
$wgUseTagFilter = null;
/**
* Config variable stub for the SoftwareTags setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SoftwareTags
*/
$wgSoftwareTags = null;
/**
* Config variable stub for the UnwatchedPageThreshold setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UnwatchedPageThreshold
*/
$wgUnwatchedPageThreshold = null;
/**
* Config variable stub for the RecentChangesFlags setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RecentChangesFlags
*/
$wgRecentChangesFlags = null;
/**
* Config variable stub for the WatchlistExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WatchlistExpiry
*/
$wgWatchlistExpiry = null;
/**
* Config variable stub for the WatchlistPurgeRate setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WatchlistPurgeRate
*/
$wgWatchlistPurgeRate = null;
/**
* Config variable stub for the WatchlistExpiryMaxDuration setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WatchlistExpiryMaxDuration
*/
$wgWatchlistExpiryMaxDuration = null;
/**
* Config variable stub for the RightsPage setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RightsPage
*/
$wgRightsPage = null;
/**
* Config variable stub for the RightsUrl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RightsUrl
*/
$wgRightsUrl = null;
/**
* Config variable stub for the RightsText setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RightsText
*/
$wgRightsText = null;
/**
* Config variable stub for the RightsIcon setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RightsIcon
*/
$wgRightsIcon = null;
/**
* Config variable stub for the UseCopyrightUpload setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UseCopyrightUpload
*/
$wgUseCopyrightUpload = null;
/**
* Config variable stub for the MaxCredits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxCredits
*/
$wgMaxCredits = null;
/**
* Config variable stub for the ShowCreditsIfMax setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShowCreditsIfMax
*/
$wgShowCreditsIfMax = null;
/**
* Config variable stub for the ImportSources setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImportSources
*/
$wgImportSources = null;
/**
* Config variable stub for the ImportTargetNamespace setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ImportTargetNamespace
*/
$wgImportTargetNamespace = null;
/**
* Config variable stub for the ExportAllowHistory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExportAllowHistory
*/
$wgExportAllowHistory = null;
/**
* Config variable stub for the ExportMaxHistory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExportMaxHistory
*/
$wgExportMaxHistory = null;
/**
* Config variable stub for the ExportAllowListContributors setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExportAllowListContributors
*/
$wgExportAllowListContributors = null;
/**
* Config variable stub for the ExportMaxLinkDepth setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExportMaxLinkDepth
*/
$wgExportMaxLinkDepth = null;
/**
* Config variable stub for the ExportFromNamespaces setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExportFromNamespaces
*/
$wgExportFromNamespaces = null;
/**
* Config variable stub for the ExportAllowAll setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExportAllowAll
*/
$wgExportAllowAll = null;
/**
* Config variable stub for the ExportPagelistLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExportPagelistLimit
*/
$wgExportPagelistLimit = null;
/**
* Config variable stub for the XmlDumpSchemaVersion setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::XmlDumpSchemaVersion
*/
$wgXmlDumpSchemaVersion = null;
/**
* Config variable stub for the WikiFarmSettingsDirectory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WikiFarmSettingsDirectory
*/
$wgWikiFarmSettingsDirectory = null;
/**
* Config variable stub for the WikiFarmSettingsExtension setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::WikiFarmSettingsExtension
*/
$wgWikiFarmSettingsExtension = null;
/**
* Config variable stub for the ExtensionFunctions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtensionFunctions
*/
$wgExtensionFunctions = null;
/**
* Config variable stub for the ExtensionMessagesFiles setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtensionMessagesFiles
*/
$wgExtensionMessagesFiles = null;
/**
* Config variable stub for the MessagesDirs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MessagesDirs
*/
$wgMessagesDirs = null;
/**
* Config variable stub for the ExtensionEntryPointListFiles setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtensionEntryPointListFiles
*/
$wgExtensionEntryPointListFiles = null;
/**
* Config variable stub for the EnableParserLimitReporting setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableParserLimitReporting
*/
$wgEnableParserLimitReporting = null;
/**
* Config variable stub for the ValidSkinNames setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ValidSkinNames
*/
$wgValidSkinNames = null;
/**
* Config variable stub for the SpecialPages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SpecialPages
*/
$wgSpecialPages = null;
/**
* Config variable stub for the ExtensionCredits setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExtensionCredits
*/
$wgExtensionCredits = null;
/**
* Config variable stub for the Hooks setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Hooks
*/
$wgHooks = null;
/**
* Config variable stub for the ServiceWiringFiles setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ServiceWiringFiles
*/
$wgServiceWiringFiles = null;
/**
* Config variable stub for the JobClasses setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JobClasses
*/
$wgJobClasses = null;
/**
* Config variable stub for the JobTypesExcludedFromDefaultQueue setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JobTypesExcludedFromDefaultQueue
*/
$wgJobTypesExcludedFromDefaultQueue = null;
/**
* Config variable stub for the JobBackoffThrottling setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JobBackoffThrottling
*/
$wgJobBackoffThrottling = null;
/**
* Config variable stub for the JobTypeConf setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JobTypeConf
*/
$wgJobTypeConf = null;
/**
* Config variable stub for the JobQueueIncludeInMaxLagFactor setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JobQueueIncludeInMaxLagFactor
*/
$wgJobQueueIncludeInMaxLagFactor = null;
/**
* Config variable stub for the SpecialPageCacheUpdates setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SpecialPageCacheUpdates
*/
$wgSpecialPageCacheUpdates = null;
/**
* Config variable stub for the PagePropLinkInvalidations setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PagePropLinkInvalidations
*/
$wgPagePropLinkInvalidations = null;
/**
* Config variable stub for the CategoryMagicGallery setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CategoryMagicGallery
*/
$wgCategoryMagicGallery = null;
/**
* Config variable stub for the CategoryPagingLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CategoryPagingLimit
*/
$wgCategoryPagingLimit = null;
/**
* Config variable stub for the CategoryCollation setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CategoryCollation
*/
$wgCategoryCollation = null;
/**
* Config variable stub for the TempCategoryCollations setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TempCategoryCollations
*/
$wgTempCategoryCollations = null;
/**
* Config variable stub for the TrackingCategories setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::TrackingCategories
* @deprecated since 1.25 Extensions should now register tracking categories using the new
* extension registration system.
*/
$wgTrackingCategories = null;
/**
* Config variable stub for the LogTypes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LogTypes
*/
$wgLogTypes = null;
/**
* Config variable stub for the LogRestrictions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LogRestrictions
*/
$wgLogRestrictions = null;
/**
* Config variable stub for the FilterLogTypes setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FilterLogTypes
*/
$wgFilterLogTypes = null;
/**
* Config variable stub for the LogNames setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LogNames
*/
$wgLogNames = null;
/**
* Config variable stub for the LogHeaders setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LogHeaders
*/
$wgLogHeaders = null;
/**
* Config variable stub for the LogActions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LogActions
*/
$wgLogActions = null;
/**
* Config variable stub for the LogActionsHandlers setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LogActionsHandlers
*/
$wgLogActionsHandlers = null;
/**
* Config variable stub for the ActionFilteredLogs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ActionFilteredLogs
*/
$wgActionFilteredLogs = null;
/**
* Config variable stub for the NewUserLog setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NewUserLog
*/
$wgNewUserLog = null;
/**
* Config variable stub for the PageCreationLog setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PageCreationLog
*/
$wgPageCreationLog = null;
/**
* Config variable stub for the AllowSpecialInclusion setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowSpecialInclusion
*/
$wgAllowSpecialInclusion = null;
/**
* Config variable stub for the DisableQueryPageUpdate setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DisableQueryPageUpdate
*/
$wgDisableQueryPageUpdate = null;
/**
* Config variable stub for the CountCategorizedImagesAsUsed setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CountCategorizedImagesAsUsed
*/
$wgCountCategorizedImagesAsUsed = null;
/**
* Config variable stub for the MaxRedirectLinksRetrieved setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxRedirectLinksRetrieved
*/
$wgMaxRedirectLinksRetrieved = null;
/**
* Config variable stub for the RangeContributionsCIDRLimit setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RangeContributionsCIDRLimit
*/
$wgRangeContributionsCIDRLimit = null;
/**
* Config variable stub for the Actions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Actions
*/
$wgActions = null;
/**
* Config variable stub for the DefaultRobotPolicy setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DefaultRobotPolicy
*/
$wgDefaultRobotPolicy = null;
/**
* Config variable stub for the NamespaceRobotPolicies setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::NamespaceRobotPolicies
*/
$wgNamespaceRobotPolicies = null;
/**
* Config variable stub for the ArticleRobotPolicies setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ArticleRobotPolicies
*/
$wgArticleRobotPolicies = null;
/**
* Config variable stub for the ExemptFromUserRobotsControl setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ExemptFromUserRobotsControl
*/
$wgExemptFromUserRobotsControl = null;
/**
* Config variable stub for the DebugAPI setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::DebugAPI
*/
$wgDebugAPI = null;
/**
* Config variable stub for the APIModules setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIModules
*/
$wgAPIModules = null;
/**
* Config variable stub for the APIFormatModules setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIFormatModules
*/
$wgAPIFormatModules = null;
/**
* Config variable stub for the APIMetaModules setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIMetaModules
*/
$wgAPIMetaModules = null;
/**
* Config variable stub for the APIPropModules setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIPropModules
*/
$wgAPIPropModules = null;
/**
* Config variable stub for the APIListModules setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIListModules
*/
$wgAPIListModules = null;
/**
* Config variable stub for the APIMaxDBRows setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIMaxDBRows
*/
$wgAPIMaxDBRows = null;
/**
* Config variable stub for the APIMaxResultSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIMaxResultSize
*/
$wgAPIMaxResultSize = null;
/**
* Config variable stub for the APIMaxUncachedDiffs setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIMaxUncachedDiffs
*/
$wgAPIMaxUncachedDiffs = null;
/**
* Config variable stub for the APIMaxLagThreshold setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIMaxLagThreshold
*/
$wgAPIMaxLagThreshold = null;
/**
* Config variable stub for the APIRequestLog setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIRequestLog
*/
$wgAPIRequestLog = null;
/**
* Config variable stub for the APICacheHelpTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APICacheHelpTimeout
*/
$wgAPICacheHelpTimeout = null;
/**
* Config variable stub for the APIUselessQueryPages setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::APIUselessQueryPages
*/
$wgAPIUselessQueryPages = null;
/**
* Config variable stub for the AjaxLicensePreview setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AjaxLicensePreview
*/
$wgAjaxLicensePreview = null;
/**
* Config variable stub for the CrossSiteAJAXdomains setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CrossSiteAJAXdomains
*/
$wgCrossSiteAJAXdomains = null;
/**
* Config variable stub for the CrossSiteAJAXdomainExceptions setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::CrossSiteAJAXdomainExceptions
*/
$wgCrossSiteAJAXdomainExceptions = null;
/**
* Config variable stub for the AllowedCorsHeaders setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowedCorsHeaders
*/
$wgAllowedCorsHeaders = null;
/**
* Config variable stub for the RestAPIAdditionalRouteFiles setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RestAPIAdditionalRouteFiles
*/
$wgRestAPIAdditionalRouteFiles = null;
/**
* Config variable stub for the MaxShellMemory setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxShellMemory
*/
$wgMaxShellMemory = null;
/**
* Config variable stub for the MaxShellFileSize setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxShellFileSize
*/
$wgMaxShellFileSize = null;
/**
* Config variable stub for the MaxShellTime setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxShellTime
*/
$wgMaxShellTime = null;
/**
* Config variable stub for the MaxShellWallClockTime setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::MaxShellWallClockTime
*/
$wgMaxShellWallClockTime = null;
/**
* Config variable stub for the ShellCgroup setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShellCgroup
*/
$wgShellCgroup = null;
/**
* Config variable stub for the PhpCli setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::PhpCli
*/
$wgPhpCli = null;
/**
* Config variable stub for the ShellRestrictionMethod setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShellRestrictionMethod
*/
$wgShellRestrictionMethod = null;
/**
* Config variable stub for the ShellboxUrls setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShellboxUrls
*/
$wgShellboxUrls = null;
/**
* Config variable stub for the ShellboxSecretKey setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ShellboxSecretKey
*/
$wgShellboxSecretKey = null;
/**
* Config variable stub for the HTTPTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTTPTimeout
*/
$wgHTTPTimeout = null;
/**
* Config variable stub for the HTTPConnectTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTTPConnectTimeout
*/
$wgHTTPConnectTimeout = null;
/**
* Config variable stub for the HTTPMaxTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTTPMaxTimeout
*/
$wgHTTPMaxTimeout = null;
/**
* Config variable stub for the HTTPMaxConnectTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTTPMaxConnectTimeout
*/
$wgHTTPMaxConnectTimeout = null;
/**
* Config variable stub for the HTTPImportTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTTPImportTimeout
*/
$wgHTTPImportTimeout = null;
/**
* Config variable stub for the AsyncHTTPTimeout setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AsyncHTTPTimeout
*/
$wgAsyncHTTPTimeout = null;
/**
* Config variable stub for the HTTPProxy setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::HTTPProxy
*/
$wgHTTPProxy = null;
/**
* Config variable stub for the LocalVirtualHosts setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LocalVirtualHosts
*/
$wgLocalVirtualHosts = null;
/**
* Config variable stub for the LocalHTTPProxy setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::LocalHTTPProxy
*/
$wgLocalHTTPProxy = null;
/**
* Config variable stub for the AllowExternalReqID setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::AllowExternalReqID
*/
$wgAllowExternalReqID = null;
/**
* Config variable stub for the JobRunRate setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::JobRunRate
*/
$wgJobRunRate = null;
/**
* Config variable stub for the RunJobsAsync setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RunJobsAsync
*/
$wgRunJobsAsync = null;
/**
* Config variable stub for the UpdateRowsPerJob setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UpdateRowsPerJob
*/
$wgUpdateRowsPerJob = null;
/**
* Config variable stub for the UpdateRowsPerQuery setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::UpdateRowsPerQuery
*/
$wgUpdateRowsPerQuery = null;
/**
* Config variable stub for the RedirectOnLogin setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::RedirectOnLogin
*/
$wgRedirectOnLogin = null;
/**
* Config variable stub for the VirtualRestConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::VirtualRestConfig
*/
$wgVirtualRestConfig = null;
/**
* Config variable stub for the EventRelayerConfig setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EventRelayerConfig
*/
$wgEventRelayerConfig = null;
/**
* Config variable stub for the Pingback setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::Pingback
*/
$wgPingback = null;
/**
* Config variable stub for the OriginTrials setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::OriginTrials
*/
$wgOriginTrials = null;
/**
* Config variable stub for the ReportToExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ReportToExpiry
*/
$wgReportToExpiry = null;
/**
* Config variable stub for the ReportToEndpoints setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::ReportToEndpoints
*/
$wgReportToEndpoints = null;
/**
* Config variable stub for the FeaturePolicyReportOnly setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::FeaturePolicyReportOnly
*/
$wgFeaturePolicyReportOnly = null;
/**
* Config variable stub for the SkinsPreferred setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SkinsPreferred
*/
$wgSkinsPreferred = null;
/**
* Config variable stub for the SpecialContributeSkinsEnabled setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::SpecialContributeSkinsEnabled
*/
$wgSpecialContributeSkinsEnabled = null;
/**
* Config variable stub for the EnableEditRecovery setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EnableEditRecovery
*/
$wgEnableEditRecovery = null;
/**
* Config variable stub for the EditRecoveryExpiry setting, for use by phpdoc and IDEs.
* @see MediaWiki\MainConfigSchema::EditRecoveryExpiry
*/
$wgEditRecoveryExpiry = null;