Sync up with Parsoid parserTests.txt
[mediawiki.git] / includes / config-vars.php
blob63972925c9073c953fb55dce930f4aa0f0159d05
1 <?php
2 /**
3 * This file is automatically generated using maintenance/generateConfigSchema.php.
4 * Do not modify this file manually, edit includes/MainConfigSchema.php instead.
5 */
6 // phpcs:disable
7 throw new LogicException( 'Do not load config-vars.php, it exists as a documentation stub only' );
9 /**
10 * Config variable stub for the ConfigRegistry setting, for use by phpdoc and IDEs.
11 * @see MediaWiki\MainConfigSchema::ConfigRegistry
13 $wgConfigRegistry = null;
15 /**
16 * Config variable stub for the Sitename setting, for use by phpdoc and IDEs.
17 * @see MediaWiki\MainConfigSchema::Sitename
19 $wgSitename = null;
21 /**
22 * Config variable stub for the Server setting, for use by phpdoc and IDEs.
23 * @see MediaWiki\MainConfigSchema::Server
25 $wgServer = null;
27 /**
28 * Config variable stub for the CanonicalServer setting, for use by phpdoc and IDEs.
29 * @see MediaWiki\MainConfigSchema::CanonicalServer
31 $wgCanonicalServer = null;
33 /**
34 * Config variable stub for the ServerName setting, for use by phpdoc and IDEs.
35 * @see MediaWiki\MainConfigSchema::ServerName
37 $wgServerName = null;
39 /**
40 * Config variable stub for the AssumeProxiesUseDefaultProtocolPorts setting, for use by phpdoc and IDEs.
41 * @see MediaWiki\MainConfigSchema::AssumeProxiesUseDefaultProtocolPorts
43 $wgAssumeProxiesUseDefaultProtocolPorts = null;
45 /**
46 * Config variable stub for the HttpsPort setting, for use by phpdoc and IDEs.
47 * @see MediaWiki\MainConfigSchema::HttpsPort
49 $wgHttpsPort = null;
51 /**
52 * Config variable stub for the ForceHTTPS setting, for use by phpdoc and IDEs.
53 * @see MediaWiki\MainConfigSchema::ForceHTTPS
55 $wgForceHTTPS = null;
57 /**
58 * Config variable stub for the ScriptPath setting, for use by phpdoc and IDEs.
59 * @see MediaWiki\MainConfigSchema::ScriptPath
61 $wgScriptPath = null;
63 /**
64 * Config variable stub for the UsePathInfo setting, for use by phpdoc and IDEs.
65 * @see MediaWiki\MainConfigSchema::UsePathInfo
67 $wgUsePathInfo = null;
69 /**
70 * Config variable stub for the Script setting, for use by phpdoc and IDEs.
71 * @see MediaWiki\MainConfigSchema::Script
73 $wgScript = null;
75 /**
76 * Config variable stub for the LoadScript setting, for use by phpdoc and IDEs.
77 * @see MediaWiki\MainConfigSchema::LoadScript
79 $wgLoadScript = null;
81 /**
82 * Config variable stub for the RestPath setting, for use by phpdoc and IDEs.
83 * @see MediaWiki\MainConfigSchema::RestPath
85 $wgRestPath = null;
87 /**
88 * Config variable stub for the StylePath setting, for use by phpdoc and IDEs.
89 * @see MediaWiki\MainConfigSchema::StylePath
91 $wgStylePath = null;
93 /**
94 * Config variable stub for the LocalStylePath setting, for use by phpdoc and IDEs.
95 * @see MediaWiki\MainConfigSchema::LocalStylePath
97 $wgLocalStylePath = null;
99 /**
100 * Config variable stub for the ExtensionAssetsPath setting, for use by phpdoc and IDEs.
101 * @see MediaWiki\MainConfigSchema::ExtensionAssetsPath
103 $wgExtensionAssetsPath = null;
106 * Config variable stub for the ExtensionDirectory setting, for use by phpdoc and IDEs.
107 * @see MediaWiki\MainConfigSchema::ExtensionDirectory
109 $wgExtensionDirectory = null;
112 * Config variable stub for the StyleDirectory setting, for use by phpdoc and IDEs.
113 * @see MediaWiki\MainConfigSchema::StyleDirectory
115 $wgStyleDirectory = null;
118 * Config variable stub for the BaseDirectory setting, for use by phpdoc and IDEs.
119 * @see MediaWiki\MainConfigSchema::BaseDirectory
121 $wgBaseDirectory = null;
124 * Config variable stub for the ArticlePath setting, for use by phpdoc and IDEs.
125 * @see MediaWiki\MainConfigSchema::ArticlePath
127 $wgArticlePath = null;
130 * Config variable stub for the UploadPath setting, for use by phpdoc and IDEs.
131 * @see MediaWiki\MainConfigSchema::UploadPath
133 $wgUploadPath = null;
136 * Config variable stub for the ImgAuthPath setting, for use by phpdoc and IDEs.
137 * @see MediaWiki\MainConfigSchema::ImgAuthPath
139 $wgImgAuthPath = null;
142 * Config variable stub for the ThumbPath setting, for use by phpdoc and IDEs.
143 * @see MediaWiki\MainConfigSchema::ThumbPath
145 $wgThumbPath = null;
148 * Config variable stub for the UploadDirectory setting, for use by phpdoc and IDEs.
149 * @see MediaWiki\MainConfigSchema::UploadDirectory
151 $wgUploadDirectory = null;
154 * Config variable stub for the FileCacheDirectory setting, for use by phpdoc and IDEs.
155 * @see MediaWiki\MainConfigSchema::FileCacheDirectory
157 $wgFileCacheDirectory = null;
160 * Config variable stub for the Logo setting, for use by phpdoc and IDEs.
161 * @see MediaWiki\MainConfigSchema::Logo
163 $wgLogo = null;
166 * Config variable stub for the Logos setting, for use by phpdoc and IDEs.
167 * @see MediaWiki\MainConfigSchema::Logos
169 $wgLogos = null;
172 * Config variable stub for the LogoHD setting, for use by phpdoc and IDEs.
173 * @see MediaWiki\MainConfigSchema::LogoHD
174 * @deprecated since 1.35. Developers should retrieve this logo (and other variants) using
175 * the static function MediaWiki\ResourceLoader\SkinModule::getAvailableLogos.
176 * $wgLogos should be used instead.
178 $wgLogoHD = null;
181 * Config variable stub for the Favicon setting, for use by phpdoc and IDEs.
182 * @see MediaWiki\MainConfigSchema::Favicon
184 $wgFavicon = null;
187 * Config variable stub for the AppleTouchIcon setting, for use by phpdoc and IDEs.
188 * @see MediaWiki\MainConfigSchema::AppleTouchIcon
190 $wgAppleTouchIcon = null;
193 * Config variable stub for the ReferrerPolicy setting, for use by phpdoc and IDEs.
194 * @see MediaWiki\MainConfigSchema::ReferrerPolicy
196 $wgReferrerPolicy = null;
199 * Config variable stub for the TmpDirectory setting, for use by phpdoc and IDEs.
200 * @see MediaWiki\MainConfigSchema::TmpDirectory
202 $wgTmpDirectory = null;
205 * Config variable stub for the UploadBaseUrl setting, for use by phpdoc and IDEs.
206 * @see MediaWiki\MainConfigSchema::UploadBaseUrl
208 $wgUploadBaseUrl = null;
211 * Config variable stub for the UploadStashScalerBaseUrl setting, for use by phpdoc and IDEs.
212 * @see MediaWiki\MainConfigSchema::UploadStashScalerBaseUrl
213 * @deprecated since 1.36 Use thumbProxyUrl in $wgLocalFileRepo
215 $wgUploadStashScalerBaseUrl = null;
218 * Config variable stub for the ActionPaths setting, for use by phpdoc and IDEs.
219 * @see MediaWiki\MainConfigSchema::ActionPaths
221 $wgActionPaths = null;
224 * Config variable stub for the MainPageIsDomainRoot setting, for use by phpdoc and IDEs.
225 * @see MediaWiki\MainConfigSchema::MainPageIsDomainRoot
227 $wgMainPageIsDomainRoot = null;
230 * Config variable stub for the EnableUploads setting, for use by phpdoc and IDEs.
231 * @see MediaWiki\MainConfigSchema::EnableUploads
233 $wgEnableUploads = null;
236 * Config variable stub for the UploadStashMaxAge setting, for use by phpdoc and IDEs.
237 * @see MediaWiki\MainConfigSchema::UploadStashMaxAge
239 $wgUploadStashMaxAge = null;
242 * Config variable stub for the EnableAsyncUploads setting, for use by phpdoc and IDEs.
243 * @see MediaWiki\MainConfigSchema::EnableAsyncUploads
245 $wgEnableAsyncUploads = null;
248 * Config variable stub for the UploadMaintenance setting, for use by phpdoc and IDEs.
249 * @see MediaWiki\MainConfigSchema::UploadMaintenance
251 $wgUploadMaintenance = null;
254 * Config variable stub for the IllegalFileChars setting, for use by phpdoc and IDEs.
255 * @see MediaWiki\MainConfigSchema::IllegalFileChars
257 $wgIllegalFileChars = null;
260 * Config variable stub for the DeletedDirectory setting, for use by phpdoc and IDEs.
261 * @see MediaWiki\MainConfigSchema::DeletedDirectory
263 $wgDeletedDirectory = null;
266 * Config variable stub for the ImgAuthDetails setting, for use by phpdoc and IDEs.
267 * @see MediaWiki\MainConfigSchema::ImgAuthDetails
269 $wgImgAuthDetails = null;
272 * Config variable stub for the ImgAuthUrlPathMap setting, for use by phpdoc and IDEs.
273 * @see MediaWiki\MainConfigSchema::ImgAuthUrlPathMap
275 $wgImgAuthUrlPathMap = null;
278 * Config variable stub for the LocalFileRepo setting, for use by phpdoc and IDEs.
279 * @see MediaWiki\MainConfigSchema::LocalFileRepo
281 $wgLocalFileRepo = null;
284 * Config variable stub for the ForeignFileRepos setting, for use by phpdoc and IDEs.
285 * @see MediaWiki\MainConfigSchema::ForeignFileRepos
287 $wgForeignFileRepos = null;
290 * Config variable stub for the UseInstantCommons setting, for use by phpdoc and IDEs.
291 * @see MediaWiki\MainConfigSchema::UseInstantCommons
293 $wgUseInstantCommons = null;
296 * Config variable stub for the UseSharedUploads setting, for use by phpdoc and IDEs.
297 * @see MediaWiki\MainConfigSchema::UseSharedUploads
299 $wgUseSharedUploads = null;
302 * Config variable stub for the SharedUploadDirectory setting, for use by phpdoc and IDEs.
303 * @see MediaWiki\MainConfigSchema::SharedUploadDirectory
305 $wgSharedUploadDirectory = null;
308 * Config variable stub for the SharedUploadPath setting, for use by phpdoc and IDEs.
309 * @see MediaWiki\MainConfigSchema::SharedUploadPath
311 $wgSharedUploadPath = null;
314 * Config variable stub for the HashedSharedUploadDirectory setting, for use by phpdoc and IDEs.
315 * @see MediaWiki\MainConfigSchema::HashedSharedUploadDirectory
317 $wgHashedSharedUploadDirectory = null;
320 * Config variable stub for the RepositoryBaseUrl setting, for use by phpdoc and IDEs.
321 * @see MediaWiki\MainConfigSchema::RepositoryBaseUrl
323 $wgRepositoryBaseUrl = null;
326 * Config variable stub for the FetchCommonsDescriptions setting, for use by phpdoc and IDEs.
327 * @see MediaWiki\MainConfigSchema::FetchCommonsDescriptions
329 $wgFetchCommonsDescriptions = null;
332 * Config variable stub for the SharedUploadDBname setting, for use by phpdoc and IDEs.
333 * @see MediaWiki\MainConfigSchema::SharedUploadDBname
335 $wgSharedUploadDBname = null;
338 * Config variable stub for the SharedUploadDBprefix setting, for use by phpdoc and IDEs.
339 * @see MediaWiki\MainConfigSchema::SharedUploadDBprefix
341 $wgSharedUploadDBprefix = null;
344 * Config variable stub for the CacheSharedUploads setting, for use by phpdoc and IDEs.
345 * @see MediaWiki\MainConfigSchema::CacheSharedUploads
347 $wgCacheSharedUploads = null;
350 * Config variable stub for the ForeignUploadTargets setting, for use by phpdoc and IDEs.
351 * @see MediaWiki\MainConfigSchema::ForeignUploadTargets
353 $wgForeignUploadTargets = null;
356 * Config variable stub for the UploadDialog setting, for use by phpdoc and IDEs.
357 * @see MediaWiki\MainConfigSchema::UploadDialog
359 $wgUploadDialog = null;
362 * Config variable stub for the FileBackends setting, for use by phpdoc and IDEs.
363 * @see MediaWiki\MainConfigSchema::FileBackends
365 $wgFileBackends = null;
368 * Config variable stub for the LockManagers setting, for use by phpdoc and IDEs.
369 * @see MediaWiki\MainConfigSchema::LockManagers
371 $wgLockManagers = null;
374 * Config variable stub for the ShowEXIF setting, for use by phpdoc and IDEs.
375 * @see MediaWiki\MainConfigSchema::ShowEXIF
377 $wgShowEXIF = null;
380 * Config variable stub for the UpdateCompatibleMetadata setting, for use by phpdoc and IDEs.
381 * @see MediaWiki\MainConfigSchema::UpdateCompatibleMetadata
383 $wgUpdateCompatibleMetadata = null;
386 * Config variable stub for the AllowCopyUploads setting, for use by phpdoc and IDEs.
387 * @see MediaWiki\MainConfigSchema::AllowCopyUploads
389 $wgAllowCopyUploads = null;
392 * Config variable stub for the CopyUploadsDomains setting, for use by phpdoc and IDEs.
393 * @see MediaWiki\MainConfigSchema::CopyUploadsDomains
395 $wgCopyUploadsDomains = null;
398 * Config variable stub for the CopyUploadsFromSpecialUpload setting, for use by phpdoc and IDEs.
399 * @see MediaWiki\MainConfigSchema::CopyUploadsFromSpecialUpload
401 $wgCopyUploadsFromSpecialUpload = null;
404 * Config variable stub for the CopyUploadProxy setting, for use by phpdoc and IDEs.
405 * @see MediaWiki\MainConfigSchema::CopyUploadProxy
407 $wgCopyUploadProxy = null;
410 * Config variable stub for the CopyUploadTimeout setting, for use by phpdoc and IDEs.
411 * @see MediaWiki\MainConfigSchema::CopyUploadTimeout
413 $wgCopyUploadTimeout = null;
416 * Config variable stub for the CopyUploadAllowOnWikiDomainConfig setting, for use by phpdoc and IDEs.
417 * @see MediaWiki\MainConfigSchema::CopyUploadAllowOnWikiDomainConfig
419 $wgCopyUploadAllowOnWikiDomainConfig = null;
422 * Config variable stub for the MaxUploadSize setting, for use by phpdoc and IDEs.
423 * @see MediaWiki\MainConfigSchema::MaxUploadSize
425 $wgMaxUploadSize = null;
428 * Config variable stub for the MinUploadChunkSize setting, for use by phpdoc and IDEs.
429 * @see MediaWiki\MainConfigSchema::MinUploadChunkSize
431 $wgMinUploadChunkSize = null;
434 * Config variable stub for the UploadNavigationUrl setting, for use by phpdoc and IDEs.
435 * @see MediaWiki\MainConfigSchema::UploadNavigationUrl
437 $wgUploadNavigationUrl = null;
440 * Config variable stub for the UploadMissingFileUrl setting, for use by phpdoc and IDEs.
441 * @see MediaWiki\MainConfigSchema::UploadMissingFileUrl
443 $wgUploadMissingFileUrl = null;
446 * Config variable stub for the ThumbnailScriptPath setting, for use by phpdoc and IDEs.
447 * @see MediaWiki\MainConfigSchema::ThumbnailScriptPath
449 $wgThumbnailScriptPath = null;
452 * Config variable stub for the SharedThumbnailScriptPath setting, for use by phpdoc and IDEs.
453 * @see MediaWiki\MainConfigSchema::SharedThumbnailScriptPath
455 $wgSharedThumbnailScriptPath = null;
458 * Config variable stub for the HashedUploadDirectory setting, for use by phpdoc and IDEs.
459 * @see MediaWiki\MainConfigSchema::HashedUploadDirectory
461 $wgHashedUploadDirectory = null;
464 * Config variable stub for the FileExtensions setting, for use by phpdoc and IDEs.
465 * @see MediaWiki\MainConfigSchema::FileExtensions
467 $wgFileExtensions = null;
470 * Config variable stub for the ProhibitedFileExtensions setting, for use by phpdoc and IDEs.
471 * @see MediaWiki\MainConfigSchema::ProhibitedFileExtensions
473 $wgProhibitedFileExtensions = null;
476 * Config variable stub for the MimeTypeExclusions setting, for use by phpdoc and IDEs.
477 * @see MediaWiki\MainConfigSchema::MimeTypeExclusions
479 $wgMimeTypeExclusions = null;
482 * Config variable stub for the CheckFileExtensions setting, for use by phpdoc and IDEs.
483 * @see MediaWiki\MainConfigSchema::CheckFileExtensions
485 $wgCheckFileExtensions = null;
488 * Config variable stub for the StrictFileExtensions setting, for use by phpdoc and IDEs.
489 * @see MediaWiki\MainConfigSchema::StrictFileExtensions
491 $wgStrictFileExtensions = null;
494 * Config variable stub for the DisableUploadScriptChecks setting, for use by phpdoc and IDEs.
495 * @see MediaWiki\MainConfigSchema::DisableUploadScriptChecks
497 $wgDisableUploadScriptChecks = null;
500 * Config variable stub for the UploadSizeWarning setting, for use by phpdoc and IDEs.
501 * @see MediaWiki\MainConfigSchema::UploadSizeWarning
503 $wgUploadSizeWarning = null;
506 * Config variable stub for the TrustedMediaFormats setting, for use by phpdoc and IDEs.
507 * @see MediaWiki\MainConfigSchema::TrustedMediaFormats
509 $wgTrustedMediaFormats = null;
512 * Config variable stub for the MediaHandlers setting, for use by phpdoc and IDEs.
513 * @see MediaWiki\MainConfigSchema::MediaHandlers
515 $wgMediaHandlers = null;
518 * Config variable stub for the NativeImageLazyLoading setting, for use by phpdoc and IDEs.
519 * @see MediaWiki\MainConfigSchema::NativeImageLazyLoading
521 $wgNativeImageLazyLoading = null;
524 * Config variable stub for the ParserTestMediaHandlers setting, for use by phpdoc and IDEs.
525 * @see MediaWiki\MainConfigSchema::ParserTestMediaHandlers
527 $wgParserTestMediaHandlers = null;
530 * Config variable stub for the UseImageResize setting, for use by phpdoc and IDEs.
531 * @see MediaWiki\MainConfigSchema::UseImageResize
533 $wgUseImageResize = null;
536 * Config variable stub for the UseImageMagick setting, for use by phpdoc and IDEs.
537 * @see MediaWiki\MainConfigSchema::UseImageMagick
539 $wgUseImageMagick = null;
542 * Config variable stub for the ImageMagickConvertCommand setting, for use by phpdoc and IDEs.
543 * @see MediaWiki\MainConfigSchema::ImageMagickConvertCommand
545 $wgImageMagickConvertCommand = null;
548 * Config variable stub for the MaxInterlacingAreas setting, for use by phpdoc and IDEs.
549 * @see MediaWiki\MainConfigSchema::MaxInterlacingAreas
551 $wgMaxInterlacingAreas = null;
554 * Config variable stub for the SharpenParameter setting, for use by phpdoc and IDEs.
555 * @see MediaWiki\MainConfigSchema::SharpenParameter
557 $wgSharpenParameter = null;
560 * Config variable stub for the SharpenReductionThreshold setting, for use by phpdoc and IDEs.
561 * @see MediaWiki\MainConfigSchema::SharpenReductionThreshold
563 $wgSharpenReductionThreshold = null;
566 * Config variable stub for the ImageMagickTempDir setting, for use by phpdoc and IDEs.
567 * @see MediaWiki\MainConfigSchema::ImageMagickTempDir
569 $wgImageMagickTempDir = null;
572 * Config variable stub for the CustomConvertCommand setting, for use by phpdoc and IDEs.
573 * @see MediaWiki\MainConfigSchema::CustomConvertCommand
575 $wgCustomConvertCommand = null;
578 * Config variable stub for the JpegTran setting, for use by phpdoc and IDEs.
579 * @see MediaWiki\MainConfigSchema::JpegTran
581 $wgJpegTran = null;
584 * Config variable stub for the JpegPixelFormat setting, for use by phpdoc and IDEs.
585 * @see MediaWiki\MainConfigSchema::JpegPixelFormat
587 $wgJpegPixelFormat = null;
590 * Config variable stub for the JpegQuality setting, for use by phpdoc and IDEs.
591 * @see MediaWiki\MainConfigSchema::JpegQuality
593 $wgJpegQuality = null;
596 * Config variable stub for the Exiv2Command setting, for use by phpdoc and IDEs.
597 * @see MediaWiki\MainConfigSchema::Exiv2Command
599 $wgExiv2Command = null;
602 * Config variable stub for the Exiftool setting, for use by phpdoc and IDEs.
603 * @see MediaWiki\MainConfigSchema::Exiftool
605 $wgExiftool = null;
608 * Config variable stub for the SVGConverters setting, for use by phpdoc and IDEs.
609 * @see MediaWiki\MainConfigSchema::SVGConverters
611 $wgSVGConverters = null;
614 * Config variable stub for the SVGConverter setting, for use by phpdoc and IDEs.
615 * @see MediaWiki\MainConfigSchema::SVGConverter
617 $wgSVGConverter = null;
620 * Config variable stub for the SVGConverterPath setting, for use by phpdoc and IDEs.
621 * @see MediaWiki\MainConfigSchema::SVGConverterPath
623 $wgSVGConverterPath = null;
626 * Config variable stub for the SVGMaxSize setting, for use by phpdoc and IDEs.
627 * @see MediaWiki\MainConfigSchema::SVGMaxSize
629 $wgSVGMaxSize = null;
632 * Config variable stub for the SVGMetadataCutoff setting, for use by phpdoc and IDEs.
633 * @see MediaWiki\MainConfigSchema::SVGMetadataCutoff
635 $wgSVGMetadataCutoff = null;
638 * Config variable stub for the MediaInTargetLanguage setting, for use by phpdoc and IDEs.
639 * @see MediaWiki\MainConfigSchema::MediaInTargetLanguage
641 $wgMediaInTargetLanguage = null;
644 * Config variable stub for the MaxImageArea setting, for use by phpdoc and IDEs.
645 * @see MediaWiki\MainConfigSchema::MaxImageArea
647 $wgMaxImageArea = null;
650 * Config variable stub for the MaxAnimatedGifArea setting, for use by phpdoc and IDEs.
651 * @see MediaWiki\MainConfigSchema::MaxAnimatedGifArea
653 $wgMaxAnimatedGifArea = null;
656 * Config variable stub for the TiffThumbnailType setting, for use by phpdoc and IDEs.
657 * @see MediaWiki\MainConfigSchema::TiffThumbnailType
659 $wgTiffThumbnailType = null;
662 * Config variable stub for the ThumbnailEpoch setting, for use by phpdoc and IDEs.
663 * @see MediaWiki\MainConfigSchema::ThumbnailEpoch
665 $wgThumbnailEpoch = null;
668 * Config variable stub for the AttemptFailureEpoch setting, for use by phpdoc and IDEs.
669 * @see MediaWiki\MainConfigSchema::AttemptFailureEpoch
671 $wgAttemptFailureEpoch = null;
674 * Config variable stub for the IgnoreImageErrors setting, for use by phpdoc and IDEs.
675 * @see MediaWiki\MainConfigSchema::IgnoreImageErrors
677 $wgIgnoreImageErrors = null;
680 * Config variable stub for the GenerateThumbnailOnParse setting, for use by phpdoc and IDEs.
681 * @see MediaWiki\MainConfigSchema::GenerateThumbnailOnParse
683 $wgGenerateThumbnailOnParse = null;
686 * Config variable stub for the ShowArchiveThumbnails setting, for use by phpdoc and IDEs.
687 * @see MediaWiki\MainConfigSchema::ShowArchiveThumbnails
689 $wgShowArchiveThumbnails = null;
692 * Config variable stub for the EnableAutoRotation setting, for use by phpdoc and IDEs.
693 * @see MediaWiki\MainConfigSchema::EnableAutoRotation
695 $wgEnableAutoRotation = null;
698 * Config variable stub for the Antivirus setting, for use by phpdoc and IDEs.
699 * @see MediaWiki\MainConfigSchema::Antivirus
701 $wgAntivirus = null;
704 * Config variable stub for the AntivirusSetup setting, for use by phpdoc and IDEs.
705 * @see MediaWiki\MainConfigSchema::AntivirusSetup
707 $wgAntivirusSetup = null;
710 * Config variable stub for the AntivirusRequired setting, for use by phpdoc and IDEs.
711 * @see MediaWiki\MainConfigSchema::AntivirusRequired
713 $wgAntivirusRequired = null;
716 * Config variable stub for the VerifyMimeType setting, for use by phpdoc and IDEs.
717 * @see MediaWiki\MainConfigSchema::VerifyMimeType
719 $wgVerifyMimeType = null;
722 * Config variable stub for the VerifyMimeTypeIE setting, for use by phpdoc and IDEs.
723 * @see MediaWiki\MainConfigSchema::VerifyMimeTypeIE
725 $wgVerifyMimeTypeIE = null;
728 * Config variable stub for the MimeTypeFile setting, for use by phpdoc and IDEs.
729 * @see MediaWiki\MainConfigSchema::MimeTypeFile
731 $wgMimeTypeFile = null;
734 * Config variable stub for the MimeInfoFile setting, for use by phpdoc and IDEs.
735 * @see MediaWiki\MainConfigSchema::MimeInfoFile
737 $wgMimeInfoFile = null;
740 * Config variable stub for the MimeDetectorCommand setting, for use by phpdoc and IDEs.
741 * @see MediaWiki\MainConfigSchema::MimeDetectorCommand
743 $wgMimeDetectorCommand = null;
746 * Config variable stub for the TrivialMimeDetection setting, for use by phpdoc and IDEs.
747 * @see MediaWiki\MainConfigSchema::TrivialMimeDetection
749 $wgTrivialMimeDetection = null;
752 * Config variable stub for the XMLMimeTypes setting, for use by phpdoc and IDEs.
753 * @see MediaWiki\MainConfigSchema::XMLMimeTypes
755 $wgXMLMimeTypes = null;
758 * Config variable stub for the ImageLimits setting, for use by phpdoc and IDEs.
759 * @see MediaWiki\MainConfigSchema::ImageLimits
761 $wgImageLimits = null;
764 * Config variable stub for the ThumbLimits setting, for use by phpdoc and IDEs.
765 * @see MediaWiki\MainConfigSchema::ThumbLimits
767 $wgThumbLimits = null;
770 * Config variable stub for the ThumbnailNamespaces setting, for use by phpdoc and IDEs.
771 * @see MediaWiki\MainConfigSchema::ThumbnailNamespaces
773 $wgThumbnailNamespaces = null;
776 * Config variable stub for the ThumbnailBuckets setting, for use by phpdoc and IDEs.
777 * @see MediaWiki\MainConfigSchema::ThumbnailBuckets
779 $wgThumbnailBuckets = null;
782 * Config variable stub for the ThumbnailMinimumBucketDistance setting, for use by phpdoc and IDEs.
783 * @see MediaWiki\MainConfigSchema::ThumbnailMinimumBucketDistance
785 $wgThumbnailMinimumBucketDistance = null;
788 * Config variable stub for the UploadThumbnailRenderMap setting, for use by phpdoc and IDEs.
789 * @see MediaWiki\MainConfigSchema::UploadThumbnailRenderMap
791 $wgUploadThumbnailRenderMap = null;
794 * Config variable stub for the UploadThumbnailRenderMethod setting, for use by phpdoc and IDEs.
795 * @see MediaWiki\MainConfigSchema::UploadThumbnailRenderMethod
797 $wgUploadThumbnailRenderMethod = null;
800 * Config variable stub for the UploadThumbnailRenderHttpCustomHost setting, for use by phpdoc and IDEs.
801 * @see MediaWiki\MainConfigSchema::UploadThumbnailRenderHttpCustomHost
803 $wgUploadThumbnailRenderHttpCustomHost = null;
806 * Config variable stub for the UploadThumbnailRenderHttpCustomDomain setting, for use by phpdoc and IDEs.
807 * @see MediaWiki\MainConfigSchema::UploadThumbnailRenderHttpCustomDomain
809 $wgUploadThumbnailRenderHttpCustomDomain = null;
812 * Config variable stub for the UseTinyRGBForJPGThumbnails setting, for use by phpdoc and IDEs.
813 * @see MediaWiki\MainConfigSchema::UseTinyRGBForJPGThumbnails
815 $wgUseTinyRGBForJPGThumbnails = null;
818 * Config variable stub for the GalleryOptions setting, for use by phpdoc and IDEs.
819 * @see MediaWiki\MainConfigSchema::GalleryOptions
821 $wgGalleryOptions = null;
824 * Config variable stub for the ThumbUpright setting, for use by phpdoc and IDEs.
825 * @see MediaWiki\MainConfigSchema::ThumbUpright
827 $wgThumbUpright = null;
830 * Config variable stub for the DirectoryMode setting, for use by phpdoc and IDEs.
831 * @see MediaWiki\MainConfigSchema::DirectoryMode
833 $wgDirectoryMode = null;
836 * Config variable stub for the ResponsiveImages setting, for use by phpdoc and IDEs.
837 * @see MediaWiki\MainConfigSchema::ResponsiveImages
839 $wgResponsiveImages = null;
842 * Config variable stub for the ImagePreconnect setting, for use by phpdoc and IDEs.
843 * @see MediaWiki\MainConfigSchema::ImagePreconnect
845 $wgImagePreconnect = null;
848 * Config variable stub for the DjvuDump setting, for use by phpdoc and IDEs.
849 * @see MediaWiki\MainConfigSchema::DjvuDump
851 $wgDjvuDump = null;
854 * Config variable stub for the DjvuRenderer setting, for use by phpdoc and IDEs.
855 * @see MediaWiki\MainConfigSchema::DjvuRenderer
857 $wgDjvuRenderer = null;
860 * Config variable stub for the DjvuTxt setting, for use by phpdoc and IDEs.
861 * @see MediaWiki\MainConfigSchema::DjvuTxt
863 $wgDjvuTxt = null;
866 * Config variable stub for the DjvuPostProcessor setting, for use by phpdoc and IDEs.
867 * @see MediaWiki\MainConfigSchema::DjvuPostProcessor
869 $wgDjvuPostProcessor = null;
872 * Config variable stub for the DjvuOutputExtension setting, for use by phpdoc and IDEs.
873 * @see MediaWiki\MainConfigSchema::DjvuOutputExtension
875 $wgDjvuOutputExtension = null;
878 * Config variable stub for the EmergencyContact setting, for use by phpdoc and IDEs.
879 * @see MediaWiki\MainConfigSchema::EmergencyContact
881 $wgEmergencyContact = null;
884 * Config variable stub for the PasswordSender setting, for use by phpdoc and IDEs.
885 * @see MediaWiki\MainConfigSchema::PasswordSender
887 $wgPasswordSender = null;
890 * Config variable stub for the NoReplyAddress setting, for use by phpdoc and IDEs.
891 * @see MediaWiki\MainConfigSchema::NoReplyAddress
893 $wgNoReplyAddress = null;
896 * Config variable stub for the EnableEmail setting, for use by phpdoc and IDEs.
897 * @see MediaWiki\MainConfigSchema::EnableEmail
899 $wgEnableEmail = null;
902 * Config variable stub for the EnableUserEmail setting, for use by phpdoc and IDEs.
903 * @see MediaWiki\MainConfigSchema::EnableUserEmail
905 $wgEnableUserEmail = null;
908 * Config variable stub for the EnableSpecialMute setting, for use by phpdoc and IDEs.
909 * @see MediaWiki\MainConfigSchema::EnableSpecialMute
911 $wgEnableSpecialMute = null;
914 * Config variable stub for the EnableUserEmailMuteList setting, for use by phpdoc and IDEs.
915 * @see MediaWiki\MainConfigSchema::EnableUserEmailMuteList
917 $wgEnableUserEmailMuteList = null;
920 * Config variable stub for the UserEmailUseReplyTo setting, for use by phpdoc and IDEs.
921 * @see MediaWiki\MainConfigSchema::UserEmailUseReplyTo
923 $wgUserEmailUseReplyTo = null;
926 * Config variable stub for the PasswordReminderResendTime setting, for use by phpdoc and IDEs.
927 * @see MediaWiki\MainConfigSchema::PasswordReminderResendTime
929 $wgPasswordReminderResendTime = null;
932 * Config variable stub for the NewPasswordExpiry setting, for use by phpdoc and IDEs.
933 * @see MediaWiki\MainConfigSchema::NewPasswordExpiry
935 $wgNewPasswordExpiry = null;
938 * Config variable stub for the UserEmailConfirmationTokenExpiry setting, for use by phpdoc and IDEs.
939 * @see MediaWiki\MainConfigSchema::UserEmailConfirmationTokenExpiry
941 $wgUserEmailConfirmationTokenExpiry = null;
944 * Config variable stub for the PasswordExpirationDays setting, for use by phpdoc and IDEs.
945 * @see MediaWiki\MainConfigSchema::PasswordExpirationDays
947 $wgPasswordExpirationDays = null;
950 * Config variable stub for the PasswordExpireGrace setting, for use by phpdoc and IDEs.
951 * @see MediaWiki\MainConfigSchema::PasswordExpireGrace
953 $wgPasswordExpireGrace = null;
956 * Config variable stub for the SMTP setting, for use by phpdoc and IDEs.
957 * @see MediaWiki\MainConfigSchema::SMTP
959 $wgSMTP = null;
962 * Config variable stub for the AdditionalMailParams setting, for use by phpdoc and IDEs.
963 * @see MediaWiki\MainConfigSchema::AdditionalMailParams
965 $wgAdditionalMailParams = null;
968 * Config variable stub for the AllowHTMLEmail setting, for use by phpdoc and IDEs.
969 * @see MediaWiki\MainConfigSchema::AllowHTMLEmail
971 $wgAllowHTMLEmail = null;
974 * Config variable stub for the EnotifFromEditor setting, for use by phpdoc and IDEs.
975 * @see MediaWiki\MainConfigSchema::EnotifFromEditor
977 $wgEnotifFromEditor = null;
980 * Config variable stub for the EmailAuthentication setting, for use by phpdoc and IDEs.
981 * @see MediaWiki\MainConfigSchema::EmailAuthentication
983 $wgEmailAuthentication = null;
986 * Config variable stub for the EnotifWatchlist setting, for use by phpdoc and IDEs.
987 * @see MediaWiki\MainConfigSchema::EnotifWatchlist
989 $wgEnotifWatchlist = null;
992 * Config variable stub for the EnotifUserTalk setting, for use by phpdoc and IDEs.
993 * @see MediaWiki\MainConfigSchema::EnotifUserTalk
995 $wgEnotifUserTalk = null;
998 * Config variable stub for the EnotifRevealEditorAddress setting, for use by phpdoc and IDEs.
999 * @see MediaWiki\MainConfigSchema::EnotifRevealEditorAddress
1001 $wgEnotifRevealEditorAddress = null;
1004 * Config variable stub for the EnotifMinorEdits setting, for use by phpdoc and IDEs.
1005 * @see MediaWiki\MainConfigSchema::EnotifMinorEdits
1007 $wgEnotifMinorEdits = null;
1010 * Config variable stub for the EnotifImpersonal setting, for use by phpdoc and IDEs.
1011 * @see MediaWiki\MainConfigSchema::EnotifImpersonal
1013 $wgEnotifImpersonal = null;
1016 * Config variable stub for the EnotifMaxRecips setting, for use by phpdoc and IDEs.
1017 * @see MediaWiki\MainConfigSchema::EnotifMaxRecips
1019 $wgEnotifMaxRecips = null;
1022 * Config variable stub for the EnotifUseRealName setting, for use by phpdoc and IDEs.
1023 * @see MediaWiki\MainConfigSchema::EnotifUseRealName
1025 $wgEnotifUseRealName = null;
1028 * Config variable stub for the UsersNotifiedOnAllChanges setting, for use by phpdoc and IDEs.
1029 * @see MediaWiki\MainConfigSchema::UsersNotifiedOnAllChanges
1031 $wgUsersNotifiedOnAllChanges = null;
1034 * Config variable stub for the DBname setting, for use by phpdoc and IDEs.
1035 * @see MediaWiki\MainConfigSchema::DBname
1037 $wgDBname = null;
1040 * Config variable stub for the DBmwschema setting, for use by phpdoc and IDEs.
1041 * @see MediaWiki\MainConfigSchema::DBmwschema
1043 $wgDBmwschema = null;
1046 * Config variable stub for the DBprefix setting, for use by phpdoc and IDEs.
1047 * @see MediaWiki\MainConfigSchema::DBprefix
1049 $wgDBprefix = null;
1052 * Config variable stub for the DBserver setting, for use by phpdoc and IDEs.
1053 * @see MediaWiki\MainConfigSchema::DBserver
1055 $wgDBserver = null;
1058 * Config variable stub for the DBport setting, for use by phpdoc and IDEs.
1059 * @see MediaWiki\MainConfigSchema::DBport
1061 $wgDBport = null;
1064 * Config variable stub for the DBuser setting, for use by phpdoc and IDEs.
1065 * @see MediaWiki\MainConfigSchema::DBuser
1067 $wgDBuser = null;
1070 * Config variable stub for the DBpassword setting, for use by phpdoc and IDEs.
1071 * @see MediaWiki\MainConfigSchema::DBpassword
1073 $wgDBpassword = null;
1076 * Config variable stub for the DBtype setting, for use by phpdoc and IDEs.
1077 * @see MediaWiki\MainConfigSchema::DBtype
1079 $wgDBtype = null;
1082 * Config variable stub for the DBssl setting, for use by phpdoc and IDEs.
1083 * @see MediaWiki\MainConfigSchema::DBssl
1085 $wgDBssl = null;
1088 * Config variable stub for the DBcompress setting, for use by phpdoc and IDEs.
1089 * @see MediaWiki\MainConfigSchema::DBcompress
1091 $wgDBcompress = null;
1094 * Config variable stub for the DBadminuser setting, for use by phpdoc and IDEs.
1095 * @see MediaWiki\MainConfigSchema::DBadminuser
1097 $wgDBadminuser = null;
1100 * Config variable stub for the DBadminpassword setting, for use by phpdoc and IDEs.
1101 * @see MediaWiki\MainConfigSchema::DBadminpassword
1103 $wgDBadminpassword = null;
1106 * Config variable stub for the SearchType setting, for use by phpdoc and IDEs.
1107 * @see MediaWiki\MainConfigSchema::SearchType
1109 $wgSearchType = null;
1112 * Config variable stub for the SearchTypeAlternatives setting, for use by phpdoc and IDEs.
1113 * @see MediaWiki\MainConfigSchema::SearchTypeAlternatives
1115 $wgSearchTypeAlternatives = null;
1118 * Config variable stub for the DBTableOptions setting, for use by phpdoc and IDEs.
1119 * @see MediaWiki\MainConfigSchema::DBTableOptions
1121 $wgDBTableOptions = null;
1124 * Config variable stub for the SQLMode setting, for use by phpdoc and IDEs.
1125 * @see MediaWiki\MainConfigSchema::SQLMode
1127 $wgSQLMode = null;
1130 * Config variable stub for the DBDefaultGroup setting, for use by phpdoc and IDEs.
1131 * @see MediaWiki\MainConfigSchema::DBDefaultGroup
1133 $wgDBDefaultGroup = null;
1136 * Config variable stub for the SQLiteDataDir setting, for use by phpdoc and IDEs.
1137 * @see MediaWiki\MainConfigSchema::SQLiteDataDir
1139 $wgSQLiteDataDir = null;
1142 * Config variable stub for the SharedDB setting, for use by phpdoc and IDEs.
1143 * @see MediaWiki\MainConfigSchema::SharedDB
1144 * @deprecated since 1.21 In new code, use the $wiki parameter to LBFactory::getMainLB()
1145 * to access remote databases. Using LBFactory::getMainLB() allows the shared
1146 * database to reside on separate servers to the wiki's own database, with
1147 * suitable configuration of $wgLBFactoryConf
1149 $wgSharedDB = null;
1152 * Config variable stub for the SharedPrefix setting, for use by phpdoc and IDEs.
1153 * @see MediaWiki\MainConfigSchema::SharedPrefix
1155 $wgSharedPrefix = null;
1158 * Config variable stub for the SharedTables setting, for use by phpdoc and IDEs.
1159 * @see MediaWiki\MainConfigSchema::SharedTables
1161 $wgSharedTables = null;
1164 * Config variable stub for the SharedSchema setting, for use by phpdoc and IDEs.
1165 * @see MediaWiki\MainConfigSchema::SharedSchema
1167 $wgSharedSchema = null;
1170 * Config variable stub for the DBservers setting, for use by phpdoc and IDEs.
1171 * @see MediaWiki\MainConfigSchema::DBservers
1173 $wgDBservers = null;
1176 * Config variable stub for the LBFactoryConf setting, for use by phpdoc and IDEs.
1177 * @see MediaWiki\MainConfigSchema::LBFactoryConf
1179 $wgLBFactoryConf = null;
1182 * Config variable stub for the DataCenterUpdateStickTTL setting, for use by phpdoc and IDEs.
1183 * @see MediaWiki\MainConfigSchema::DataCenterUpdateStickTTL
1185 $wgDataCenterUpdateStickTTL = null;
1188 * Config variable stub for the DBerrorLog setting, for use by phpdoc and IDEs.
1189 * @see MediaWiki\MainConfigSchema::DBerrorLog
1191 $wgDBerrorLog = null;
1194 * Config variable stub for the DBerrorLogTZ setting, for use by phpdoc and IDEs.
1195 * @see MediaWiki\MainConfigSchema::DBerrorLogTZ
1197 $wgDBerrorLogTZ = null;
1200 * Config variable stub for the LocalDatabases setting, for use by phpdoc and IDEs.
1201 * @see MediaWiki\MainConfigSchema::LocalDatabases
1203 $wgLocalDatabases = null;
1206 * Config variable stub for the DatabaseReplicaLagWarning setting, for use by phpdoc and IDEs.
1207 * @see MediaWiki\MainConfigSchema::DatabaseReplicaLagWarning
1209 $wgDatabaseReplicaLagWarning = null;
1212 * Config variable stub for the DatabaseReplicaLagCritical setting, for use by phpdoc and IDEs.
1213 * @see MediaWiki\MainConfigSchema::DatabaseReplicaLagCritical
1215 $wgDatabaseReplicaLagCritical = null;
1218 * Config variable stub for the MaxExecutionTimeForExpensiveQueries setting, for use by phpdoc and IDEs.
1219 * @see MediaWiki\MainConfigSchema::MaxExecutionTimeForExpensiveQueries
1221 $wgMaxExecutionTimeForExpensiveQueries = null;
1224 * Config variable stub for the TemplateLinksSchemaMigrationStage setting, for use by phpdoc and IDEs.
1225 * @see MediaWiki\MainConfigSchema::TemplateLinksSchemaMigrationStage
1227 $wgTemplateLinksSchemaMigrationStage = null;
1230 * Config variable stub for the ContentHandlers setting, for use by phpdoc and IDEs.
1231 * @see MediaWiki\MainConfigSchema::ContentHandlers
1233 $wgContentHandlers = null;
1236 * Config variable stub for the NamespaceContentModels setting, for use by phpdoc and IDEs.
1237 * @see MediaWiki\MainConfigSchema::NamespaceContentModels
1239 $wgNamespaceContentModels = null;
1242 * Config variable stub for the ContentHandlerTextFallback setting, for use by phpdoc and IDEs.
1243 * @see MediaWiki\MainConfigSchema::ContentHandlerTextFallback
1244 * @deprecated since 1.37
1246 $wgContentHandlerTextFallback = null;
1249 * Config variable stub for the TextModelsToParse setting, for use by phpdoc and IDEs.
1250 * @see MediaWiki\MainConfigSchema::TextModelsToParse
1252 $wgTextModelsToParse = null;
1255 * Config variable stub for the CompressRevisions setting, for use by phpdoc and IDEs.
1256 * @see MediaWiki\MainConfigSchema::CompressRevisions
1258 $wgCompressRevisions = null;
1261 * Config variable stub for the ExternalStores setting, for use by phpdoc and IDEs.
1262 * @see MediaWiki\MainConfigSchema::ExternalStores
1264 $wgExternalStores = null;
1267 * Config variable stub for the ExternalServers setting, for use by phpdoc and IDEs.
1268 * @see MediaWiki\MainConfigSchema::ExternalServers
1270 $wgExternalServers = null;
1273 * Config variable stub for the DefaultExternalStore setting, for use by phpdoc and IDEs.
1274 * @see MediaWiki\MainConfigSchema::DefaultExternalStore
1276 $wgDefaultExternalStore = null;
1279 * Config variable stub for the RevisionCacheExpiry setting, for use by phpdoc and IDEs.
1280 * @see MediaWiki\MainConfigSchema::RevisionCacheExpiry
1282 $wgRevisionCacheExpiry = null;
1285 * Config variable stub for the PageLanguageUseDB setting, for use by phpdoc and IDEs.
1286 * @see MediaWiki\MainConfigSchema::PageLanguageUseDB
1288 $wgPageLanguageUseDB = null;
1291 * Config variable stub for the DiffEngine setting, for use by phpdoc and IDEs.
1292 * @see MediaWiki\MainConfigSchema::DiffEngine
1294 $wgDiffEngine = null;
1297 * Config variable stub for the ExternalDiffEngine setting, for use by phpdoc and IDEs.
1298 * @see MediaWiki\MainConfigSchema::ExternalDiffEngine
1300 $wgExternalDiffEngine = null;
1303 * Config variable stub for the RequestTimeLimit setting, for use by phpdoc and IDEs.
1304 * @see MediaWiki\MainConfigSchema::RequestTimeLimit
1306 $wgRequestTimeLimit = null;
1309 * Config variable stub for the TransactionalTimeLimit setting, for use by phpdoc and IDEs.
1310 * @see MediaWiki\MainConfigSchema::TransactionalTimeLimit
1312 $wgTransactionalTimeLimit = null;
1315 * Config variable stub for the CriticalSectionTimeLimit setting, for use by phpdoc and IDEs.
1316 * @see MediaWiki\MainConfigSchema::CriticalSectionTimeLimit
1318 $wgCriticalSectionTimeLimit = null;
1321 * Config variable stub for the MiserMode setting, for use by phpdoc and IDEs.
1322 * @see MediaWiki\MainConfigSchema::MiserMode
1324 $wgMiserMode = null;
1327 * Config variable stub for the DisableQueryPages setting, for use by phpdoc and IDEs.
1328 * @see MediaWiki\MainConfigSchema::DisableQueryPages
1330 $wgDisableQueryPages = null;
1333 * Config variable stub for the QueryCacheLimit setting, for use by phpdoc and IDEs.
1334 * @see MediaWiki\MainConfigSchema::QueryCacheLimit
1336 $wgQueryCacheLimit = null;
1339 * Config variable stub for the WantedPagesThreshold setting, for use by phpdoc and IDEs.
1340 * @see MediaWiki\MainConfigSchema::WantedPagesThreshold
1342 $wgWantedPagesThreshold = null;
1345 * Config variable stub for the AllowSlowParserFunctions setting, for use by phpdoc and IDEs.
1346 * @see MediaWiki\MainConfigSchema::AllowSlowParserFunctions
1348 $wgAllowSlowParserFunctions = null;
1351 * Config variable stub for the AllowSchemaUpdates setting, for use by phpdoc and IDEs.
1352 * @see MediaWiki\MainConfigSchema::AllowSchemaUpdates
1354 $wgAllowSchemaUpdates = null;
1357 * Config variable stub for the MaxArticleSize setting, for use by phpdoc and IDEs.
1358 * @see MediaWiki\MainConfigSchema::MaxArticleSize
1360 $wgMaxArticleSize = null;
1363 * Config variable stub for the MemoryLimit setting, for use by phpdoc and IDEs.
1364 * @see MediaWiki\MainConfigSchema::MemoryLimit
1366 $wgMemoryLimit = null;
1369 * Config variable stub for the PoolCounterConf setting, for use by phpdoc and IDEs.
1370 * @see MediaWiki\MainConfigSchema::PoolCounterConf
1372 $wgPoolCounterConf = null;
1375 * Config variable stub for the MaxUserDBWriteDuration setting, for use by phpdoc and IDEs.
1376 * @see MediaWiki\MainConfigSchema::MaxUserDBWriteDuration
1378 $wgMaxUserDBWriteDuration = null;
1381 * Config variable stub for the MaxJobDBWriteDuration setting, for use by phpdoc and IDEs.
1382 * @see MediaWiki\MainConfigSchema::MaxJobDBWriteDuration
1384 $wgMaxJobDBWriteDuration = null;
1387 * Config variable stub for the LinkHolderBatchSize setting, for use by phpdoc and IDEs.
1388 * @see MediaWiki\MainConfigSchema::LinkHolderBatchSize
1390 $wgLinkHolderBatchSize = null;
1393 * Config variable stub for the MaximumMovedPages setting, for use by phpdoc and IDEs.
1394 * @see MediaWiki\MainConfigSchema::MaximumMovedPages
1396 $wgMaximumMovedPages = null;
1399 * Config variable stub for the ForceDeferredUpdatesPreSend setting, for use by phpdoc and IDEs.
1400 * @see MediaWiki\MainConfigSchema::ForceDeferredUpdatesPreSend
1402 $wgForceDeferredUpdatesPreSend = null;
1405 * Config variable stub for the MultiShardSiteStats setting, for use by phpdoc and IDEs.
1406 * @see MediaWiki\MainConfigSchema::MultiShardSiteStats
1408 $wgMultiShardSiteStats = null;
1411 * Config variable stub for the CacheDirectory setting, for use by phpdoc and IDEs.
1412 * @see MediaWiki\MainConfigSchema::CacheDirectory
1414 $wgCacheDirectory = null;
1417 * Config variable stub for the MainCacheType setting, for use by phpdoc and IDEs.
1418 * @see MediaWiki\MainConfigSchema::MainCacheType
1420 $wgMainCacheType = null;
1423 * Config variable stub for the MessageCacheType setting, for use by phpdoc and IDEs.
1424 * @see MediaWiki\MainConfigSchema::MessageCacheType
1426 $wgMessageCacheType = null;
1429 * Config variable stub for the ParserCacheType setting, for use by phpdoc and IDEs.
1430 * @see MediaWiki\MainConfigSchema::ParserCacheType
1432 $wgParserCacheType = null;
1435 * Config variable stub for the SessionCacheType setting, for use by phpdoc and IDEs.
1436 * @see MediaWiki\MainConfigSchema::SessionCacheType
1438 $wgSessionCacheType = null;
1441 * Config variable stub for the LanguageConverterCacheType setting, for use by phpdoc and IDEs.
1442 * @see MediaWiki\MainConfigSchema::LanguageConverterCacheType
1444 $wgLanguageConverterCacheType = null;
1447 * Config variable stub for the StatsCacheType setting, for use by phpdoc and IDEs.
1448 * @see MediaWiki\MainConfigSchema::StatsCacheType
1450 $wgStatsCacheType = null;
1453 * Config variable stub for the ObjectCaches setting, for use by phpdoc and IDEs.
1454 * @see MediaWiki\MainConfigSchema::ObjectCaches
1456 $wgObjectCaches = null;
1459 * Config variable stub for the MainWANCache setting, for use by phpdoc and IDEs.
1460 * @see MediaWiki\MainConfigSchema::MainWANCache
1462 $wgMainWANCache = null;
1465 * Config variable stub for the WANObjectCaches setting, for use by phpdoc and IDEs.
1466 * @see MediaWiki\MainConfigSchema::WANObjectCaches
1468 $wgWANObjectCaches = null;
1471 * Config variable stub for the EnableWANCacheReaper setting, for use by phpdoc and IDEs.
1472 * @see MediaWiki\MainConfigSchema::EnableWANCacheReaper
1474 $wgEnableWANCacheReaper = null;
1477 * Config variable stub for the MainStash setting, for use by phpdoc and IDEs.
1478 * @see MediaWiki\MainConfigSchema::MainStash
1480 $wgMainStash = null;
1483 * Config variable stub for the ParsoidCacheConfig setting, for use by phpdoc and IDEs.
1484 * @see MediaWiki\MainConfigSchema::ParsoidCacheConfig
1486 $wgParsoidCacheConfig = null;
1489 * Config variable stub for the ChronologyProtectorStash setting, for use by phpdoc and IDEs.
1490 * @see MediaWiki\MainConfigSchema::ChronologyProtectorStash
1492 $wgChronologyProtectorStash = null;
1495 * Config variable stub for the ParserCacheExpireTime setting, for use by phpdoc and IDEs.
1496 * @see MediaWiki\MainConfigSchema::ParserCacheExpireTime
1498 $wgParserCacheExpireTime = null;
1501 * Config variable stub for the OldRevisionParserCacheExpireTime setting, for use by phpdoc and IDEs.
1502 * @see MediaWiki\MainConfigSchema::OldRevisionParserCacheExpireTime
1504 $wgOldRevisionParserCacheExpireTime = null;
1507 * Config variable stub for the ObjectCacheSessionExpiry setting, for use by phpdoc and IDEs.
1508 * @see MediaWiki\MainConfigSchema::ObjectCacheSessionExpiry
1510 $wgObjectCacheSessionExpiry = null;
1513 * Config variable stub for the PHPSessionHandling setting, for use by phpdoc and IDEs.
1514 * @see MediaWiki\MainConfigSchema::PHPSessionHandling
1516 $wgPHPSessionHandling = null;
1519 * Config variable stub for the SuspiciousIpExpiry setting, for use by phpdoc and IDEs.
1520 * @see MediaWiki\MainConfigSchema::SuspiciousIpExpiry
1522 $wgSuspiciousIpExpiry = null;
1525 * Config variable stub for the SessionPbkdf2Iterations setting, for use by phpdoc and IDEs.
1526 * @see MediaWiki\MainConfigSchema::SessionPbkdf2Iterations
1528 $wgSessionPbkdf2Iterations = null;
1531 * Config variable stub for the MemCachedServers setting, for use by phpdoc and IDEs.
1532 * @see MediaWiki\MainConfigSchema::MemCachedServers
1534 $wgMemCachedServers = null;
1537 * Config variable stub for the MemCachedPersistent setting, for use by phpdoc and IDEs.
1538 * @see MediaWiki\MainConfigSchema::MemCachedPersistent
1540 $wgMemCachedPersistent = null;
1543 * Config variable stub for the MemCachedTimeout setting, for use by phpdoc and IDEs.
1544 * @see MediaWiki\MainConfigSchema::MemCachedTimeout
1546 $wgMemCachedTimeout = null;
1549 * Config variable stub for the UseLocalMessageCache setting, for use by phpdoc and IDEs.
1550 * @see MediaWiki\MainConfigSchema::UseLocalMessageCache
1552 $wgUseLocalMessageCache = null;
1555 * Config variable stub for the AdaptiveMessageCache setting, for use by phpdoc and IDEs.
1556 * @see MediaWiki\MainConfigSchema::AdaptiveMessageCache
1558 $wgAdaptiveMessageCache = null;
1561 * Config variable stub for the LocalisationCacheConf setting, for use by phpdoc and IDEs.
1562 * @see MediaWiki\MainConfigSchema::LocalisationCacheConf
1564 $wgLocalisationCacheConf = null;
1567 * Config variable stub for the CachePages setting, for use by phpdoc and IDEs.
1568 * @see MediaWiki\MainConfigSchema::CachePages
1570 $wgCachePages = null;
1573 * Config variable stub for the CacheEpoch setting, for use by phpdoc and IDEs.
1574 * @see MediaWiki\MainConfigSchema::CacheEpoch
1576 $wgCacheEpoch = null;
1579 * Config variable stub for the GitInfoCacheDirectory setting, for use by phpdoc and IDEs.
1580 * @see MediaWiki\MainConfigSchema::GitInfoCacheDirectory
1582 $wgGitInfoCacheDirectory = null;
1585 * Config variable stub for the UseFileCache setting, for use by phpdoc and IDEs.
1586 * @see MediaWiki\MainConfigSchema::UseFileCache
1588 $wgUseFileCache = null;
1591 * Config variable stub for the FileCacheDepth setting, for use by phpdoc and IDEs.
1592 * @see MediaWiki\MainConfigSchema::FileCacheDepth
1594 $wgFileCacheDepth = null;
1597 * Config variable stub for the RenderHashAppend setting, for use by phpdoc and IDEs.
1598 * @see MediaWiki\MainConfigSchema::RenderHashAppend
1600 $wgRenderHashAppend = null;
1603 * Config variable stub for the EnableSidebarCache setting, for use by phpdoc and IDEs.
1604 * @see MediaWiki\MainConfigSchema::EnableSidebarCache
1606 $wgEnableSidebarCache = null;
1609 * Config variable stub for the SidebarCacheExpiry setting, for use by phpdoc and IDEs.
1610 * @see MediaWiki\MainConfigSchema::SidebarCacheExpiry
1612 $wgSidebarCacheExpiry = null;
1615 * Config variable stub for the UseGzip setting, for use by phpdoc and IDEs.
1616 * @see MediaWiki\MainConfigSchema::UseGzip
1618 $wgUseGzip = null;
1621 * Config variable stub for the InvalidateCacheOnLocalSettingsChange setting, for use by phpdoc and IDEs.
1622 * @see MediaWiki\MainConfigSchema::InvalidateCacheOnLocalSettingsChange
1624 $wgInvalidateCacheOnLocalSettingsChange = null;
1627 * Config variable stub for the ExtensionInfoMTime setting, for use by phpdoc and IDEs.
1628 * @see MediaWiki\MainConfigSchema::ExtensionInfoMTime
1630 $wgExtensionInfoMTime = null;
1633 * Config variable stub for the EnableRemoteBagOStuffTests setting, for use by phpdoc and IDEs.
1634 * @see MediaWiki\MainConfigSchema::EnableRemoteBagOStuffTests
1636 $wgEnableRemoteBagOStuffTests = null;
1639 * Config variable stub for the UseCdn setting, for use by phpdoc and IDEs.
1640 * @see MediaWiki\MainConfigSchema::UseCdn
1642 $wgUseCdn = null;
1645 * Config variable stub for the VaryOnXFP setting, for use by phpdoc and IDEs.
1646 * @see MediaWiki\MainConfigSchema::VaryOnXFP
1648 $wgVaryOnXFP = null;
1651 * Config variable stub for the InternalServer setting, for use by phpdoc and IDEs.
1652 * @see MediaWiki\MainConfigSchema::InternalServer
1654 $wgInternalServer = null;
1657 * Config variable stub for the CdnMaxAge setting, for use by phpdoc and IDEs.
1658 * @see MediaWiki\MainConfigSchema::CdnMaxAge
1660 $wgCdnMaxAge = null;
1663 * Config variable stub for the CdnMaxageLagged setting, for use by phpdoc and IDEs.
1664 * @see MediaWiki\MainConfigSchema::CdnMaxageLagged
1666 $wgCdnMaxageLagged = null;
1669 * Config variable stub for the CdnMaxageStale setting, for use by phpdoc and IDEs.
1670 * @see MediaWiki\MainConfigSchema::CdnMaxageStale
1672 $wgCdnMaxageStale = null;
1675 * Config variable stub for the CdnReboundPurgeDelay setting, for use by phpdoc and IDEs.
1676 * @see MediaWiki\MainConfigSchema::CdnReboundPurgeDelay
1678 $wgCdnReboundPurgeDelay = null;
1681 * Config variable stub for the CdnMaxageSubstitute setting, for use by phpdoc and IDEs.
1682 * @see MediaWiki\MainConfigSchema::CdnMaxageSubstitute
1684 $wgCdnMaxageSubstitute = null;
1687 * Config variable stub for the ForcedRawSMaxage setting, for use by phpdoc and IDEs.
1688 * @see MediaWiki\MainConfigSchema::ForcedRawSMaxage
1690 $wgForcedRawSMaxage = null;
1693 * Config variable stub for the CdnServers setting, for use by phpdoc and IDEs.
1694 * @see MediaWiki\MainConfigSchema::CdnServers
1696 $wgCdnServers = null;
1699 * Config variable stub for the CdnServersNoPurge setting, for use by phpdoc and IDEs.
1700 * @see MediaWiki\MainConfigSchema::CdnServersNoPurge
1702 $wgCdnServersNoPurge = null;
1705 * Config variable stub for the SquidPurgeUseHostHeader setting, for use by phpdoc and IDEs.
1706 * @see MediaWiki\MainConfigSchema::SquidPurgeUseHostHeader
1707 * @deprecated since 1.33
1709 $wgSquidPurgeUseHostHeader = null;
1712 * Config variable stub for the HTCPRouting setting, for use by phpdoc and IDEs.
1713 * @see MediaWiki\MainConfigSchema::HTCPRouting
1715 $wgHTCPRouting = null;
1718 * Config variable stub for the HTCPMulticastTTL setting, for use by phpdoc and IDEs.
1719 * @see MediaWiki\MainConfigSchema::HTCPMulticastTTL
1721 $wgHTCPMulticastTTL = null;
1724 * Config variable stub for the UsePrivateIPs setting, for use by phpdoc and IDEs.
1725 * @see MediaWiki\MainConfigSchema::UsePrivateIPs
1727 $wgUsePrivateIPs = null;
1730 * Config variable stub for the CdnMatchParameterOrder setting, for use by phpdoc and IDEs.
1731 * @see MediaWiki\MainConfigSchema::CdnMatchParameterOrder
1733 $wgCdnMatchParameterOrder = null;
1736 * Config variable stub for the LanguageCode setting, for use by phpdoc and IDEs.
1737 * @see MediaWiki\MainConfigSchema::LanguageCode
1739 $wgLanguageCode = null;
1742 * Config variable stub for the GrammarForms setting, for use by phpdoc and IDEs.
1743 * @see MediaWiki\MainConfigSchema::GrammarForms
1745 $wgGrammarForms = null;
1748 * Config variable stub for the InterwikiMagic setting, for use by phpdoc and IDEs.
1749 * @see MediaWiki\MainConfigSchema::InterwikiMagic
1751 $wgInterwikiMagic = null;
1754 * Config variable stub for the HideInterlanguageLinks setting, for use by phpdoc and IDEs.
1755 * @see MediaWiki\MainConfigSchema::HideInterlanguageLinks
1757 $wgHideInterlanguageLinks = null;
1760 * Config variable stub for the ExtraInterlanguageLinkPrefixes setting, for use by phpdoc and IDEs.
1761 * @see MediaWiki\MainConfigSchema::ExtraInterlanguageLinkPrefixes
1763 $wgExtraInterlanguageLinkPrefixes = null;
1766 * Config variable stub for the InterlanguageLinkCodeMap setting, for use by phpdoc and IDEs.
1767 * @see MediaWiki\MainConfigSchema::InterlanguageLinkCodeMap
1769 $wgInterlanguageLinkCodeMap = null;
1772 * Config variable stub for the ExtraLanguageNames setting, for use by phpdoc and IDEs.
1773 * @see MediaWiki\MainConfigSchema::ExtraLanguageNames
1775 $wgExtraLanguageNames = null;
1778 * Config variable stub for the ExtraLanguageCodes setting, for use by phpdoc and IDEs.
1779 * @see MediaWiki\MainConfigSchema::ExtraLanguageCodes
1781 $wgExtraLanguageCodes = null;
1784 * Config variable stub for the DummyLanguageCodes setting, for use by phpdoc and IDEs.
1785 * @see MediaWiki\MainConfigSchema::DummyLanguageCodes
1787 $wgDummyLanguageCodes = null;
1790 * Config variable stub for the AllUnicodeFixes setting, for use by phpdoc and IDEs.
1791 * @see MediaWiki\MainConfigSchema::AllUnicodeFixes
1793 $wgAllUnicodeFixes = null;
1796 * Config variable stub for the LegacyEncoding setting, for use by phpdoc and IDEs.
1797 * @see MediaWiki\MainConfigSchema::LegacyEncoding
1799 $wgLegacyEncoding = null;
1802 * Config variable stub for the AmericanDates setting, for use by phpdoc and IDEs.
1803 * @see MediaWiki\MainConfigSchema::AmericanDates
1805 $wgAmericanDates = null;
1808 * Config variable stub for the TranslateNumerals setting, for use by phpdoc and IDEs.
1809 * @see MediaWiki\MainConfigSchema::TranslateNumerals
1811 $wgTranslateNumerals = null;
1814 * Config variable stub for the UseDatabaseMessages setting, for use by phpdoc and IDEs.
1815 * @see MediaWiki\MainConfigSchema::UseDatabaseMessages
1817 $wgUseDatabaseMessages = null;
1820 * Config variable stub for the MaxMsgCacheEntrySize setting, for use by phpdoc and IDEs.
1821 * @see MediaWiki\MainConfigSchema::MaxMsgCacheEntrySize
1823 $wgMaxMsgCacheEntrySize = null;
1826 * Config variable stub for the DisableLangConversion setting, for use by phpdoc and IDEs.
1827 * @see MediaWiki\MainConfigSchema::DisableLangConversion
1829 $wgDisableLangConversion = null;
1832 * Config variable stub for the DisableTitleConversion setting, for use by phpdoc and IDEs.
1833 * @see MediaWiki\MainConfigSchema::DisableTitleConversion
1835 $wgDisableTitleConversion = null;
1838 * Config variable stub for the DefaultLanguageVariant setting, for use by phpdoc and IDEs.
1839 * @see MediaWiki\MainConfigSchema::DefaultLanguageVariant
1841 $wgDefaultLanguageVariant = null;
1844 * Config variable stub for the UsePigLatinVariant setting, for use by phpdoc and IDEs.
1845 * @see MediaWiki\MainConfigSchema::UsePigLatinVariant
1847 $wgUsePigLatinVariant = null;
1850 * Config variable stub for the DisabledVariants setting, for use by phpdoc and IDEs.
1851 * @see MediaWiki\MainConfigSchema::DisabledVariants
1853 $wgDisabledVariants = null;
1856 * Config variable stub for the VariantArticlePath setting, for use by phpdoc and IDEs.
1857 * @see MediaWiki\MainConfigSchema::VariantArticlePath
1859 $wgVariantArticlePath = null;
1862 * Config variable stub for the LoginLanguageSelector setting, for use by phpdoc and IDEs.
1863 * @see MediaWiki\MainConfigSchema::LoginLanguageSelector
1865 $wgLoginLanguageSelector = null;
1868 * Config variable stub for the ForceUIMsgAsContentMsg setting, for use by phpdoc and IDEs.
1869 * @see MediaWiki\MainConfigSchema::ForceUIMsgAsContentMsg
1871 $wgForceUIMsgAsContentMsg = null;
1874 * Config variable stub for the RawHtmlMessages setting, for use by phpdoc and IDEs.
1875 * @see MediaWiki\MainConfigSchema::RawHtmlMessages
1877 $wgRawHtmlMessages = null;
1880 * Config variable stub for the Localtimezone setting, for use by phpdoc and IDEs.
1881 * @see MediaWiki\MainConfigSchema::Localtimezone
1883 $wgLocaltimezone = null;
1886 * Config variable stub for the LocalTZoffset setting, for use by phpdoc and IDEs.
1887 * @see MediaWiki\MainConfigSchema::LocalTZoffset
1889 $wgLocalTZoffset = null;
1892 * Config variable stub for the OverrideUcfirstCharacters setting, for use by phpdoc and IDEs.
1893 * @see MediaWiki\MainConfigSchema::OverrideUcfirstCharacters
1895 $wgOverrideUcfirstCharacters = null;
1898 * Config variable stub for the MimeType setting, for use by phpdoc and IDEs.
1899 * @see MediaWiki\MainConfigSchema::MimeType
1901 $wgMimeType = null;
1904 * Config variable stub for the Html5Version setting, for use by phpdoc and IDEs.
1905 * @see MediaWiki\MainConfigSchema::Html5Version
1907 $wgHtml5Version = null;
1910 * Config variable stub for the HTMLFormAllowTableFormat setting, for use by phpdoc and IDEs.
1911 * @see MediaWiki\MainConfigSchema::HTMLFormAllowTableFormat
1913 $wgHTMLFormAllowTableFormat = null;
1916 * Config variable stub for the UseMediaWikiUIEverywhere setting, for use by phpdoc and IDEs.
1917 * @see MediaWiki\MainConfigSchema::UseMediaWikiUIEverywhere
1919 $wgUseMediaWikiUIEverywhere = null;
1922 * Config variable stub for the EditSubmitButtonLabelPublish setting, for use by phpdoc and IDEs.
1923 * @see MediaWiki\MainConfigSchema::EditSubmitButtonLabelPublish
1925 $wgEditSubmitButtonLabelPublish = null;
1928 * Config variable stub for the XhtmlNamespaces setting, for use by phpdoc and IDEs.
1929 * @see MediaWiki\MainConfigSchema::XhtmlNamespaces
1931 $wgXhtmlNamespaces = null;
1934 * Config variable stub for the SiteNotice setting, for use by phpdoc and IDEs.
1935 * @see MediaWiki\MainConfigSchema::SiteNotice
1937 $wgSiteNotice = null;
1940 * Config variable stub for the BrowserFormatDetection setting, for use by phpdoc and IDEs.
1941 * @see MediaWiki\MainConfigSchema::BrowserFormatDetection
1943 $wgBrowserFormatDetection = null;
1946 * Config variable stub for the SkinMetaTags setting, for use by phpdoc and IDEs.
1947 * @see MediaWiki\MainConfigSchema::SkinMetaTags
1949 $wgSkinMetaTags = null;
1952 * Config variable stub for the DefaultSkin setting, for use by phpdoc and IDEs.
1953 * @see MediaWiki\MainConfigSchema::DefaultSkin
1955 $wgDefaultSkin = null;
1958 * Config variable stub for the FallbackSkin setting, for use by phpdoc and IDEs.
1959 * @see MediaWiki\MainConfigSchema::FallbackSkin
1961 $wgFallbackSkin = null;
1964 * Config variable stub for the SkipSkins setting, for use by phpdoc and IDEs.
1965 * @see MediaWiki\MainConfigSchema::SkipSkins
1967 $wgSkipSkins = null;
1970 * Config variable stub for the DisableOutputCompression setting, for use by phpdoc and IDEs.
1971 * @see MediaWiki\MainConfigSchema::DisableOutputCompression
1973 $wgDisableOutputCompression = null;
1976 * Config variable stub for the FragmentMode setting, for use by phpdoc and IDEs.
1977 * @see MediaWiki\MainConfigSchema::FragmentMode
1979 $wgFragmentMode = null;
1982 * Config variable stub for the ExternalInterwikiFragmentMode setting, for use by phpdoc and IDEs.
1983 * @see MediaWiki\MainConfigSchema::ExternalInterwikiFragmentMode
1985 $wgExternalInterwikiFragmentMode = null;
1988 * Config variable stub for the FooterIcons setting, for use by phpdoc and IDEs.
1989 * @see MediaWiki\MainConfigSchema::FooterIcons
1991 $wgFooterIcons = null;
1994 * Config variable stub for the UseCombinedLoginLink setting, for use by phpdoc and IDEs.
1995 * @see MediaWiki\MainConfigSchema::UseCombinedLoginLink
1997 $wgUseCombinedLoginLink = null;
2000 * Config variable stub for the Edititis setting, for use by phpdoc and IDEs.
2001 * @see MediaWiki\MainConfigSchema::Edititis
2003 $wgEdititis = null;
2006 * Config variable stub for the Send404Code setting, for use by phpdoc and IDEs.
2007 * @see MediaWiki\MainConfigSchema::Send404Code
2009 $wgSend404Code = null;
2012 * Config variable stub for the ShowRollbackEditCount setting, for use by phpdoc and IDEs.
2013 * @see MediaWiki\MainConfigSchema::ShowRollbackEditCount
2015 $wgShowRollbackEditCount = null;
2018 * Config variable stub for the EnableCanonicalServerLink setting, for use by phpdoc and IDEs.
2019 * @see MediaWiki\MainConfigSchema::EnableCanonicalServerLink
2021 $wgEnableCanonicalServerLink = null;
2024 * Config variable stub for the MangleFlashPolicy setting, for use by phpdoc and IDEs.
2025 * @see MediaWiki\MainConfigSchema::MangleFlashPolicy
2026 * @deprecated since 1.39; no longer has any effect
2028 $wgMangleFlashPolicy = null;
2031 * Config variable stub for the ResourceModules setting, for use by phpdoc and IDEs.
2032 * @see MediaWiki\MainConfigSchema::ResourceModules
2034 $wgResourceModules = null;
2037 * Config variable stub for the ResourceModuleSkinStyles setting, for use by phpdoc and IDEs.
2038 * @see MediaWiki\MainConfigSchema::ResourceModuleSkinStyles
2040 $wgResourceModuleSkinStyles = null;
2043 * Config variable stub for the ResourceLoaderSources setting, for use by phpdoc and IDEs.
2044 * @see MediaWiki\MainConfigSchema::ResourceLoaderSources
2046 $wgResourceLoaderSources = null;
2049 * Config variable stub for the ResourceBasePath setting, for use by phpdoc and IDEs.
2050 * @see MediaWiki\MainConfigSchema::ResourceBasePath
2052 $wgResourceBasePath = null;
2055 * Config variable stub for the ResourceLoaderMaxage setting, for use by phpdoc and IDEs.
2056 * @see MediaWiki\MainConfigSchema::ResourceLoaderMaxage
2058 $wgResourceLoaderMaxage = null;
2061 * Config variable stub for the ResourceLoaderUseObjectCacheForDeps setting, for use by phpdoc and IDEs.
2062 * @see MediaWiki\MainConfigSchema::ResourceLoaderUseObjectCacheForDeps
2064 $wgResourceLoaderUseObjectCacheForDeps = null;
2067 * Config variable stub for the ResourceLoaderDebug setting, for use by phpdoc and IDEs.
2068 * @see MediaWiki\MainConfigSchema::ResourceLoaderDebug
2070 $wgResourceLoaderDebug = null;
2073 * Config variable stub for the ResourceLoaderMaxQueryLength setting, for use by phpdoc and IDEs.
2074 * @see MediaWiki\MainConfigSchema::ResourceLoaderMaxQueryLength
2076 $wgResourceLoaderMaxQueryLength = null;
2079 * Config variable stub for the ResourceLoaderValidateJS setting, for use by phpdoc and IDEs.
2080 * @see MediaWiki\MainConfigSchema::ResourceLoaderValidateJS
2082 $wgResourceLoaderValidateJS = null;
2085 * Config variable stub for the ResourceLoaderEnableJSProfiler setting, for use by phpdoc and IDEs.
2086 * @see MediaWiki\MainConfigSchema::ResourceLoaderEnableJSProfiler
2088 $wgResourceLoaderEnableJSProfiler = null;
2091 * Config variable stub for the ResourceLoaderStorageEnabled setting, for use by phpdoc and IDEs.
2092 * @see MediaWiki\MainConfigSchema::ResourceLoaderStorageEnabled
2094 $wgResourceLoaderStorageEnabled = null;
2097 * Config variable stub for the ResourceLoaderStorageVersion setting, for use by phpdoc and IDEs.
2098 * @see MediaWiki\MainConfigSchema::ResourceLoaderStorageVersion
2100 $wgResourceLoaderStorageVersion = null;
2103 * Config variable stub for the AllowSiteCSSOnRestrictedPages setting, for use by phpdoc and IDEs.
2104 * @see MediaWiki\MainConfigSchema::AllowSiteCSSOnRestrictedPages
2106 $wgAllowSiteCSSOnRestrictedPages = null;
2109 * Config variable stub for the VueDevelopmentMode setting, for use by phpdoc and IDEs.
2110 * @see MediaWiki\MainConfigSchema::VueDevelopmentMode
2112 $wgVueDevelopmentMode = null;
2115 * Config variable stub for the MetaNamespace setting, for use by phpdoc and IDEs.
2116 * @see MediaWiki\MainConfigSchema::MetaNamespace
2118 $wgMetaNamespace = null;
2121 * Config variable stub for the MetaNamespaceTalk setting, for use by phpdoc and IDEs.
2122 * @see MediaWiki\MainConfigSchema::MetaNamespaceTalk
2124 $wgMetaNamespaceTalk = null;
2127 * Config variable stub for the CanonicalNamespaceNames setting, for use by phpdoc and IDEs.
2128 * @see MediaWiki\MainConfigSchema::CanonicalNamespaceNames
2130 $wgCanonicalNamespaceNames = null;
2133 * Config variable stub for the ExtraNamespaces setting, for use by phpdoc and IDEs.
2134 * @see MediaWiki\MainConfigSchema::ExtraNamespaces
2136 $wgExtraNamespaces = null;
2139 * Config variable stub for the ExtraGenderNamespaces setting, for use by phpdoc and IDEs.
2140 * @see MediaWiki\MainConfigSchema::ExtraGenderNamespaces
2142 $wgExtraGenderNamespaces = null;
2145 * Config variable stub for the NamespaceAliases setting, for use by phpdoc and IDEs.
2146 * @see MediaWiki\MainConfigSchema::NamespaceAliases
2148 $wgNamespaceAliases = null;
2151 * Config variable stub for the LegalTitleChars setting, for use by phpdoc and IDEs.
2152 * @see MediaWiki\MainConfigSchema::LegalTitleChars
2154 $wgLegalTitleChars = null;
2157 * Config variable stub for the CapitalLinks setting, for use by phpdoc and IDEs.
2158 * @see MediaWiki\MainConfigSchema::CapitalLinks
2160 $wgCapitalLinks = null;
2163 * Config variable stub for the CapitalLinkOverrides setting, for use by phpdoc and IDEs.
2164 * @see MediaWiki\MainConfigSchema::CapitalLinkOverrides
2166 $wgCapitalLinkOverrides = null;
2169 * Config variable stub for the NamespacesWithSubpages setting, for use by phpdoc and IDEs.
2170 * @see MediaWiki\MainConfigSchema::NamespacesWithSubpages
2172 $wgNamespacesWithSubpages = null;
2175 * Config variable stub for the ContentNamespaces setting, for use by phpdoc and IDEs.
2176 * @see MediaWiki\MainConfigSchema::ContentNamespaces
2178 $wgContentNamespaces = null;
2181 * Config variable stub for the ShortPagesNamespaceExclusions setting, for use by phpdoc and IDEs.
2182 * @see MediaWiki\MainConfigSchema::ShortPagesNamespaceExclusions
2184 $wgShortPagesNamespaceExclusions = null;
2187 * Config variable stub for the ExtraSignatureNamespaces setting, for use by phpdoc and IDEs.
2188 * @see MediaWiki\MainConfigSchema::ExtraSignatureNamespaces
2190 $wgExtraSignatureNamespaces = null;
2193 * Config variable stub for the InvalidRedirectTargets setting, for use by phpdoc and IDEs.
2194 * @see MediaWiki\MainConfigSchema::InvalidRedirectTargets
2196 $wgInvalidRedirectTargets = null;
2199 * Config variable stub for the DisableHardRedirects setting, for use by phpdoc and IDEs.
2200 * @see MediaWiki\MainConfigSchema::DisableHardRedirects
2202 $wgDisableHardRedirects = null;
2205 * Config variable stub for the FixDoubleRedirects setting, for use by phpdoc and IDEs.
2206 * @see MediaWiki\MainConfigSchema::FixDoubleRedirects
2208 $wgFixDoubleRedirects = null;
2211 * Config variable stub for the LocalInterwikis setting, for use by phpdoc and IDEs.
2212 * @see MediaWiki\MainConfigSchema::LocalInterwikis
2214 $wgLocalInterwikis = null;
2217 * Config variable stub for the InterwikiExpiry setting, for use by phpdoc and IDEs.
2218 * @see MediaWiki\MainConfigSchema::InterwikiExpiry
2220 $wgInterwikiExpiry = null;
2223 * Config variable stub for the InterwikiCache setting, for use by phpdoc and IDEs.
2224 * @see MediaWiki\MainConfigSchema::InterwikiCache
2226 $wgInterwikiCache = null;
2229 * Config variable stub for the InterwikiScopes setting, for use by phpdoc and IDEs.
2230 * @see MediaWiki\MainConfigSchema::InterwikiScopes
2232 $wgInterwikiScopes = null;
2235 * Config variable stub for the InterwikiFallbackSite setting, for use by phpdoc and IDEs.
2236 * @see MediaWiki\MainConfigSchema::InterwikiFallbackSite
2238 $wgInterwikiFallbackSite = null;
2241 * Config variable stub for the RedirectSources setting, for use by phpdoc and IDEs.
2242 * @see MediaWiki\MainConfigSchema::RedirectSources
2244 $wgRedirectSources = null;
2247 * Config variable stub for the SiteTypes setting, for use by phpdoc and IDEs.
2248 * @see MediaWiki\MainConfigSchema::SiteTypes
2250 $wgSiteTypes = null;
2253 * Config variable stub for the MaxTocLevel setting, for use by phpdoc and IDEs.
2254 * @see MediaWiki\MainConfigSchema::MaxTocLevel
2256 $wgMaxTocLevel = null;
2259 * Config variable stub for the MaxPPNodeCount setting, for use by phpdoc and IDEs.
2260 * @see MediaWiki\MainConfigSchema::MaxPPNodeCount
2262 $wgMaxPPNodeCount = null;
2265 * Config variable stub for the MaxTemplateDepth setting, for use by phpdoc and IDEs.
2266 * @see MediaWiki\MainConfigSchema::MaxTemplateDepth
2268 $wgMaxTemplateDepth = null;
2271 * Config variable stub for the MaxPPExpandDepth setting, for use by phpdoc and IDEs.
2272 * @see MediaWiki\MainConfigSchema::MaxPPExpandDepth
2274 $wgMaxPPExpandDepth = null;
2277 * Config variable stub for the UrlProtocols setting, for use by phpdoc and IDEs.
2278 * @see MediaWiki\MainConfigSchema::UrlProtocols
2280 $wgUrlProtocols = null;
2283 * Config variable stub for the CleanSignatures setting, for use by phpdoc and IDEs.
2284 * @see MediaWiki\MainConfigSchema::CleanSignatures
2286 $wgCleanSignatures = null;
2289 * Config variable stub for the AllowExternalImages setting, for use by phpdoc and IDEs.
2290 * @see MediaWiki\MainConfigSchema::AllowExternalImages
2292 $wgAllowExternalImages = null;
2295 * Config variable stub for the AllowExternalImagesFrom setting, for use by phpdoc and IDEs.
2296 * @see MediaWiki\MainConfigSchema::AllowExternalImagesFrom
2298 $wgAllowExternalImagesFrom = null;
2301 * Config variable stub for the EnableImageWhitelist setting, for use by phpdoc and IDEs.
2302 * @see MediaWiki\MainConfigSchema::EnableImageWhitelist
2304 $wgEnableImageWhitelist = null;
2307 * Config variable stub for the AllowImageTag setting, for use by phpdoc and IDEs.
2308 * @see MediaWiki\MainConfigSchema::AllowImageTag
2309 * @deprecated since 1.35; register an extension tag named <img> instead.
2311 $wgAllowImageTag = null;
2314 * Config variable stub for the TidyConfig setting, for use by phpdoc and IDEs.
2315 * @see MediaWiki\MainConfigSchema::TidyConfig
2317 $wgTidyConfig = null;
2320 * Config variable stub for the ParsoidSettings setting, for use by phpdoc and IDEs.
2321 * @see MediaWiki\MainConfigSchema::ParsoidSettings
2323 $wgParsoidSettings = null;
2326 * Config variable stub for the ParserEnableLegacyMediaDOM setting, for use by phpdoc and IDEs.
2327 * @see MediaWiki\MainConfigSchema::ParserEnableLegacyMediaDOM
2329 $wgParserEnableLegacyMediaDOM = null;
2332 * Config variable stub for the UseContentMediaStyles setting, for use by phpdoc and IDEs.
2333 * @see MediaWiki\MainConfigSchema::UseContentMediaStyles
2335 $wgUseContentMediaStyles = null;
2338 * Config variable stub for the RawHtml setting, for use by phpdoc and IDEs.
2339 * @see MediaWiki\MainConfigSchema::RawHtml
2341 $wgRawHtml = null;
2344 * Config variable stub for the ExternalLinkTarget setting, for use by phpdoc and IDEs.
2345 * @see MediaWiki\MainConfigSchema::ExternalLinkTarget
2347 $wgExternalLinkTarget = null;
2350 * Config variable stub for the NoFollowLinks setting, for use by phpdoc and IDEs.
2351 * @see MediaWiki\MainConfigSchema::NoFollowLinks
2353 $wgNoFollowLinks = null;
2356 * Config variable stub for the NoFollowNsExceptions setting, for use by phpdoc and IDEs.
2357 * @see MediaWiki\MainConfigSchema::NoFollowNsExceptions
2359 $wgNoFollowNsExceptions = null;
2362 * Config variable stub for the NoFollowDomainExceptions setting, for use by phpdoc and IDEs.
2363 * @see MediaWiki\MainConfigSchema::NoFollowDomainExceptions
2365 $wgNoFollowDomainExceptions = null;
2368 * Config variable stub for the RegisterInternalExternals setting, for use by phpdoc and IDEs.
2369 * @see MediaWiki\MainConfigSchema::RegisterInternalExternals
2371 $wgRegisterInternalExternals = null;
2374 * Config variable stub for the AllowDisplayTitle setting, for use by phpdoc and IDEs.
2375 * @see MediaWiki\MainConfigSchema::AllowDisplayTitle
2377 $wgAllowDisplayTitle = null;
2380 * Config variable stub for the RestrictDisplayTitle setting, for use by phpdoc and IDEs.
2381 * @see MediaWiki\MainConfigSchema::RestrictDisplayTitle
2383 $wgRestrictDisplayTitle = null;
2386 * Config variable stub for the ExpensiveParserFunctionLimit setting, for use by phpdoc and IDEs.
2387 * @see MediaWiki\MainConfigSchema::ExpensiveParserFunctionLimit
2389 $wgExpensiveParserFunctionLimit = null;
2392 * Config variable stub for the PreprocessorCacheThreshold setting, for use by phpdoc and IDEs.
2393 * @see MediaWiki\MainConfigSchema::PreprocessorCacheThreshold
2395 $wgPreprocessorCacheThreshold = null;
2398 * Config variable stub for the EnableScaryTranscluding setting, for use by phpdoc and IDEs.
2399 * @see MediaWiki\MainConfigSchema::EnableScaryTranscluding
2401 $wgEnableScaryTranscluding = null;
2404 * Config variable stub for the TranscludeCacheExpiry setting, for use by phpdoc and IDEs.
2405 * @see MediaWiki\MainConfigSchema::TranscludeCacheExpiry
2407 $wgTranscludeCacheExpiry = null;
2410 * Config variable stub for the EnableMagicLinks setting, for use by phpdoc and IDEs.
2411 * @see MediaWiki\MainConfigSchema::EnableMagicLinks
2413 $wgEnableMagicLinks = null;
2416 * Config variable stub for the ArticleCountMethod setting, for use by phpdoc and IDEs.
2417 * @see MediaWiki\MainConfigSchema::ArticleCountMethod
2419 $wgArticleCountMethod = null;
2422 * Config variable stub for the ActiveUserDays setting, for use by phpdoc and IDEs.
2423 * @see MediaWiki\MainConfigSchema::ActiveUserDays
2425 $wgActiveUserDays = null;
2428 * Config variable stub for the LearnerEdits setting, for use by phpdoc and IDEs.
2429 * @see MediaWiki\MainConfigSchema::LearnerEdits
2431 $wgLearnerEdits = null;
2434 * Config variable stub for the LearnerMemberSince setting, for use by phpdoc and IDEs.
2435 * @see MediaWiki\MainConfigSchema::LearnerMemberSince
2437 $wgLearnerMemberSince = null;
2440 * Config variable stub for the ExperiencedUserEdits setting, for use by phpdoc and IDEs.
2441 * @see MediaWiki\MainConfigSchema::ExperiencedUserEdits
2443 $wgExperiencedUserEdits = null;
2446 * Config variable stub for the ExperiencedUserMemberSince setting, for use by phpdoc and IDEs.
2447 * @see MediaWiki\MainConfigSchema::ExperiencedUserMemberSince
2449 $wgExperiencedUserMemberSince = null;
2452 * Config variable stub for the ManualRevertSearchRadius setting, for use by phpdoc and IDEs.
2453 * @see MediaWiki\MainConfigSchema::ManualRevertSearchRadius
2455 $wgManualRevertSearchRadius = null;
2458 * Config variable stub for the RevertedTagMaxDepth setting, for use by phpdoc and IDEs.
2459 * @see MediaWiki\MainConfigSchema::RevertedTagMaxDepth
2461 $wgRevertedTagMaxDepth = null;
2464 * Config variable stub for the CentralIdLookupProviders setting, for use by phpdoc and IDEs.
2465 * @see MediaWiki\MainConfigSchema::CentralIdLookupProviders
2467 $wgCentralIdLookupProviders = null;
2470 * Config variable stub for the CentralIdLookupProvider setting, for use by phpdoc and IDEs.
2471 * @see MediaWiki\MainConfigSchema::CentralIdLookupProvider
2473 $wgCentralIdLookupProvider = null;
2476 * Config variable stub for the PasswordPolicy setting, for use by phpdoc and IDEs.
2477 * @see MediaWiki\MainConfigSchema::PasswordPolicy
2479 $wgPasswordPolicy = null;
2482 * Config variable stub for the AuthManagerConfig setting, for use by phpdoc and IDEs.
2483 * @see MediaWiki\MainConfigSchema::AuthManagerConfig
2485 $wgAuthManagerConfig = null;
2488 * Config variable stub for the AuthManagerAutoConfig setting, for use by phpdoc and IDEs.
2489 * @see MediaWiki\MainConfigSchema::AuthManagerAutoConfig
2491 $wgAuthManagerAutoConfig = null;
2494 * Config variable stub for the RememberMe setting, for use by phpdoc and IDEs.
2495 * @see MediaWiki\MainConfigSchema::RememberMe
2497 $wgRememberMe = null;
2500 * Config variable stub for the ReauthenticateTime setting, for use by phpdoc and IDEs.
2501 * @see MediaWiki\MainConfigSchema::ReauthenticateTime
2503 $wgReauthenticateTime = null;
2506 * Config variable stub for the AllowSecuritySensitiveOperationIfCannotReauthenticate setting, for use by phpdoc and IDEs.
2507 * @see MediaWiki\MainConfigSchema::AllowSecuritySensitiveOperationIfCannotReauthenticate
2509 $wgAllowSecuritySensitiveOperationIfCannotReauthenticate = null;
2512 * Config variable stub for the ChangeCredentialsBlacklist setting, for use by phpdoc and IDEs.
2513 * @see MediaWiki\MainConfigSchema::ChangeCredentialsBlacklist
2515 $wgChangeCredentialsBlacklist = null;
2518 * Config variable stub for the RemoveCredentialsBlacklist setting, for use by phpdoc and IDEs.
2519 * @see MediaWiki\MainConfigSchema::RemoveCredentialsBlacklist
2521 $wgRemoveCredentialsBlacklist = null;
2524 * Config variable stub for the MinimalPasswordLength setting, for use by phpdoc and IDEs.
2525 * @see MediaWiki\MainConfigSchema::MinimalPasswordLength
2526 * @deprecated since 1.26, use $wgPasswordPolicy's MinimalPasswordLength.
2528 $wgMinimalPasswordLength = null;
2531 * Config variable stub for the MaximalPasswordLength setting, for use by phpdoc and IDEs.
2532 * @see MediaWiki\MainConfigSchema::MaximalPasswordLength
2533 * @deprecated since 1.26, use $wgPasswordPolicy's MaximalPasswordLength.
2535 $wgMaximalPasswordLength = null;
2538 * Config variable stub for the InvalidPasswordReset setting, for use by phpdoc and IDEs.
2539 * @see MediaWiki\MainConfigSchema::InvalidPasswordReset
2541 $wgInvalidPasswordReset = null;
2544 * Config variable stub for the PasswordDefault setting, for use by phpdoc and IDEs.
2545 * @see MediaWiki\MainConfigSchema::PasswordDefault
2547 $wgPasswordDefault = null;
2550 * Config variable stub for the PasswordConfig setting, for use by phpdoc and IDEs.
2551 * @see MediaWiki\MainConfigSchema::PasswordConfig
2553 $wgPasswordConfig = null;
2556 * Config variable stub for the PasswordResetRoutes setting, for use by phpdoc and IDEs.
2557 * @see MediaWiki\MainConfigSchema::PasswordResetRoutes
2559 $wgPasswordResetRoutes = null;
2562 * Config variable stub for the MaxSigChars setting, for use by phpdoc and IDEs.
2563 * @see MediaWiki\MainConfigSchema::MaxSigChars
2565 $wgMaxSigChars = null;
2568 * Config variable stub for the SignatureValidation setting, for use by phpdoc and IDEs.
2569 * @see MediaWiki\MainConfigSchema::SignatureValidation
2571 $wgSignatureValidation = null;
2574 * Config variable stub for the SignatureAllowedLintErrors setting, for use by phpdoc and IDEs.
2575 * @see MediaWiki\MainConfigSchema::SignatureAllowedLintErrors
2577 $wgSignatureAllowedLintErrors = null;
2580 * Config variable stub for the MaxNameChars setting, for use by phpdoc and IDEs.
2581 * @see MediaWiki\MainConfigSchema::MaxNameChars
2583 $wgMaxNameChars = null;
2586 * Config variable stub for the ReservedUsernames setting, for use by phpdoc and IDEs.
2587 * @see MediaWiki\MainConfigSchema::ReservedUsernames
2589 $wgReservedUsernames = null;
2592 * Config variable stub for the DefaultUserOptions setting, for use by phpdoc and IDEs.
2593 * @see MediaWiki\MainConfigSchema::DefaultUserOptions
2595 $wgDefaultUserOptions = null;
2598 * Config variable stub for the HiddenPrefs setting, for use by phpdoc and IDEs.
2599 * @see MediaWiki\MainConfigSchema::HiddenPrefs
2601 $wgHiddenPrefs = null;
2604 * Config variable stub for the InvalidUsernameCharacters setting, for use by phpdoc and IDEs.
2605 * @see MediaWiki\MainConfigSchema::InvalidUsernameCharacters
2607 $wgInvalidUsernameCharacters = null;
2610 * Config variable stub for the UserrightsInterwikiDelimiter setting, for use by phpdoc and IDEs.
2611 * @see MediaWiki\MainConfigSchema::UserrightsInterwikiDelimiter
2613 $wgUserrightsInterwikiDelimiter = null;
2616 * Config variable stub for the SecureLogin setting, for use by phpdoc and IDEs.
2617 * @see MediaWiki\MainConfigSchema::SecureLogin
2619 $wgSecureLogin = null;
2622 * Config variable stub for the AuthenticationTokenVersion setting, for use by phpdoc and IDEs.
2623 * @see MediaWiki\MainConfigSchema::AuthenticationTokenVersion
2625 $wgAuthenticationTokenVersion = null;
2628 * Config variable stub for the SessionProviders setting, for use by phpdoc and IDEs.
2629 * @see MediaWiki\MainConfigSchema::SessionProviders
2631 $wgSessionProviders = null;
2634 * Config variable stub for the AllowRequiringEmailForResets setting, for use by phpdoc and IDEs.
2635 * @see MediaWiki\MainConfigSchema::AllowRequiringEmailForResets
2637 $wgAllowRequiringEmailForResets = null;
2640 * Config variable stub for the AutoCreateTempUser setting, for use by phpdoc and IDEs.
2641 * @see MediaWiki\MainConfigSchema::AutoCreateTempUser
2643 $wgAutoCreateTempUser = null;
2646 * Config variable stub for the AutoblockExpiry setting, for use by phpdoc and IDEs.
2647 * @see MediaWiki\MainConfigSchema::AutoblockExpiry
2649 $wgAutoblockExpiry = null;
2652 * Config variable stub for the BlockAllowsUTEdit setting, for use by phpdoc and IDEs.
2653 * @see MediaWiki\MainConfigSchema::BlockAllowsUTEdit
2655 $wgBlockAllowsUTEdit = null;
2658 * Config variable stub for the BlockCIDRLimit setting, for use by phpdoc and IDEs.
2659 * @see MediaWiki\MainConfigSchema::BlockCIDRLimit
2661 $wgBlockCIDRLimit = null;
2664 * Config variable stub for the BlockDisablesLogin setting, for use by phpdoc and IDEs.
2665 * @see MediaWiki\MainConfigSchema::BlockDisablesLogin
2667 $wgBlockDisablesLogin = null;
2670 * Config variable stub for the EnablePartialActionBlocks setting, for use by phpdoc and IDEs.
2671 * @see MediaWiki\MainConfigSchema::EnablePartialActionBlocks
2673 $wgEnablePartialActionBlocks = null;
2676 * Config variable stub for the WhitelistRead setting, for use by phpdoc and IDEs.
2677 * @see MediaWiki\MainConfigSchema::WhitelistRead
2679 $wgWhitelistRead = null;
2682 * Config variable stub for the WhitelistReadRegexp setting, for use by phpdoc and IDEs.
2683 * @see MediaWiki\MainConfigSchema::WhitelistReadRegexp
2685 $wgWhitelistReadRegexp = null;
2688 * Config variable stub for the EmailConfirmToEdit setting, for use by phpdoc and IDEs.
2689 * @see MediaWiki\MainConfigSchema::EmailConfirmToEdit
2691 $wgEmailConfirmToEdit = null;
2694 * Config variable stub for the HideIdentifiableRedirects setting, for use by phpdoc and IDEs.
2695 * @see MediaWiki\MainConfigSchema::HideIdentifiableRedirects
2697 $wgHideIdentifiableRedirects = null;
2700 * Config variable stub for the GroupPermissions setting, for use by phpdoc and IDEs.
2701 * @see MediaWiki\MainConfigSchema::GroupPermissions
2703 $wgGroupPermissions = null;
2706 * Config variable stub for the RevokePermissions setting, for use by phpdoc and IDEs.
2707 * @see MediaWiki\MainConfigSchema::RevokePermissions
2709 $wgRevokePermissions = null;
2712 * Config variable stub for the GroupInheritsPermissions setting, for use by phpdoc and IDEs.
2713 * @see MediaWiki\MainConfigSchema::GroupInheritsPermissions
2715 $wgGroupInheritsPermissions = null;
2718 * Config variable stub for the ImplicitGroups setting, for use by phpdoc and IDEs.
2719 * @see MediaWiki\MainConfigSchema::ImplicitGroups
2721 $wgImplicitGroups = null;
2724 * Config variable stub for the GroupsAddToSelf setting, for use by phpdoc and IDEs.
2725 * @see MediaWiki\MainConfigSchema::GroupsAddToSelf
2727 $wgGroupsAddToSelf = null;
2730 * Config variable stub for the GroupsRemoveFromSelf setting, for use by phpdoc and IDEs.
2731 * @see MediaWiki\MainConfigSchema::GroupsRemoveFromSelf
2733 $wgGroupsRemoveFromSelf = null;
2736 * Config variable stub for the RestrictionTypes setting, for use by phpdoc and IDEs.
2737 * @see MediaWiki\MainConfigSchema::RestrictionTypes
2739 $wgRestrictionTypes = null;
2742 * Config variable stub for the RestrictionLevels setting, for use by phpdoc and IDEs.
2743 * @see MediaWiki\MainConfigSchema::RestrictionLevels
2745 $wgRestrictionLevels = null;
2748 * Config variable stub for the CascadingRestrictionLevels setting, for use by phpdoc and IDEs.
2749 * @see MediaWiki\MainConfigSchema::CascadingRestrictionLevels
2751 $wgCascadingRestrictionLevels = null;
2754 * Config variable stub for the SemiprotectedRestrictionLevels setting, for use by phpdoc and IDEs.
2755 * @see MediaWiki\MainConfigSchema::SemiprotectedRestrictionLevels
2757 $wgSemiprotectedRestrictionLevels = null;
2760 * Config variable stub for the NamespaceProtection setting, for use by phpdoc and IDEs.
2761 * @see MediaWiki\MainConfigSchema::NamespaceProtection
2763 $wgNamespaceProtection = null;
2766 * Config variable stub for the NonincludableNamespaces setting, for use by phpdoc and IDEs.
2767 * @see MediaWiki\MainConfigSchema::NonincludableNamespaces
2769 $wgNonincludableNamespaces = null;
2772 * Config variable stub for the AutoConfirmAge setting, for use by phpdoc and IDEs.
2773 * @see MediaWiki\MainConfigSchema::AutoConfirmAge
2775 $wgAutoConfirmAge = null;
2778 * Config variable stub for the AutoConfirmCount setting, for use by phpdoc and IDEs.
2779 * @see MediaWiki\MainConfigSchema::AutoConfirmCount
2781 $wgAutoConfirmCount = null;
2784 * Config variable stub for the Autopromote setting, for use by phpdoc and IDEs.
2785 * @see MediaWiki\MainConfigSchema::Autopromote
2787 $wgAutopromote = null;
2790 * Config variable stub for the AutopromoteOnce setting, for use by phpdoc and IDEs.
2791 * @see MediaWiki\MainConfigSchema::AutopromoteOnce
2793 $wgAutopromoteOnce = null;
2796 * Config variable stub for the AutopromoteOnceLogInRC setting, for use by phpdoc and IDEs.
2797 * @see MediaWiki\MainConfigSchema::AutopromoteOnceLogInRC
2799 $wgAutopromoteOnceLogInRC = null;
2802 * Config variable stub for the AddGroups setting, for use by phpdoc and IDEs.
2803 * @see MediaWiki\MainConfigSchema::AddGroups
2805 $wgAddGroups = null;
2808 * Config variable stub for the RemoveGroups setting, for use by phpdoc and IDEs.
2809 * @see MediaWiki\MainConfigSchema::RemoveGroups
2811 $wgRemoveGroups = null;
2814 * Config variable stub for the AvailableRights setting, for use by phpdoc and IDEs.
2815 * @see MediaWiki\MainConfigSchema::AvailableRights
2817 $wgAvailableRights = null;
2820 * Config variable stub for the DeleteRevisionsLimit setting, for use by phpdoc and IDEs.
2821 * @see MediaWiki\MainConfigSchema::DeleteRevisionsLimit
2823 $wgDeleteRevisionsLimit = null;
2826 * Config variable stub for the DeleteRevisionsBatchSize setting, for use by phpdoc and IDEs.
2827 * @see MediaWiki\MainConfigSchema::DeleteRevisionsBatchSize
2829 $wgDeleteRevisionsBatchSize = null;
2832 * Config variable stub for the HideUserContribLimit setting, for use by phpdoc and IDEs.
2833 * @see MediaWiki\MainConfigSchema::HideUserContribLimit
2835 $wgHideUserContribLimit = null;
2838 * Config variable stub for the AccountCreationThrottle setting, for use by phpdoc and IDEs.
2839 * @see MediaWiki\MainConfigSchema::AccountCreationThrottle
2841 $wgAccountCreationThrottle = null;
2844 * Config variable stub for the SpamRegex setting, for use by phpdoc and IDEs.
2845 * @see MediaWiki\MainConfigSchema::SpamRegex
2847 $wgSpamRegex = null;
2850 * Config variable stub for the SummarySpamRegex setting, for use by phpdoc and IDEs.
2851 * @see MediaWiki\MainConfigSchema::SummarySpamRegex
2853 $wgSummarySpamRegex = null;
2856 * Config variable stub for the EnableDnsBlacklist setting, for use by phpdoc and IDEs.
2857 * @see MediaWiki\MainConfigSchema::EnableDnsBlacklist
2859 $wgEnableDnsBlacklist = null;
2862 * Config variable stub for the DnsBlacklistUrls setting, for use by phpdoc and IDEs.
2863 * @see MediaWiki\MainConfigSchema::DnsBlacklistUrls
2865 $wgDnsBlacklistUrls = null;
2868 * Config variable stub for the ProxyList setting, for use by phpdoc and IDEs.
2869 * @see MediaWiki\MainConfigSchema::ProxyList
2871 $wgProxyList = null;
2874 * Config variable stub for the ProxyWhitelist setting, for use by phpdoc and IDEs.
2875 * @see MediaWiki\MainConfigSchema::ProxyWhitelist
2877 $wgProxyWhitelist = null;
2880 * Config variable stub for the SoftBlockRanges setting, for use by phpdoc and IDEs.
2881 * @see MediaWiki\MainConfigSchema::SoftBlockRanges
2883 $wgSoftBlockRanges = null;
2886 * Config variable stub for the ApplyIpBlocksToXff setting, for use by phpdoc and IDEs.
2887 * @see MediaWiki\MainConfigSchema::ApplyIpBlocksToXff
2889 $wgApplyIpBlocksToXff = null;
2892 * Config variable stub for the RateLimits setting, for use by phpdoc and IDEs.
2893 * @see MediaWiki\MainConfigSchema::RateLimits
2895 $wgRateLimits = null;
2898 * Config variable stub for the RateLimitsExcludedIPs setting, for use by phpdoc and IDEs.
2899 * @see MediaWiki\MainConfigSchema::RateLimitsExcludedIPs
2901 $wgRateLimitsExcludedIPs = null;
2904 * Config variable stub for the PutIPinRC setting, for use by phpdoc and IDEs.
2905 * @see MediaWiki\MainConfigSchema::PutIPinRC
2907 $wgPutIPinRC = null;
2910 * Config variable stub for the QueryPageDefaultLimit setting, for use by phpdoc and IDEs.
2911 * @see MediaWiki\MainConfigSchema::QueryPageDefaultLimit
2913 $wgQueryPageDefaultLimit = null;
2916 * Config variable stub for the PasswordAttemptThrottle setting, for use by phpdoc and IDEs.
2917 * @see MediaWiki\MainConfigSchema::PasswordAttemptThrottle
2919 $wgPasswordAttemptThrottle = null;
2922 * Config variable stub for the GrantPermissions setting, for use by phpdoc and IDEs.
2923 * @see MediaWiki\MainConfigSchema::GrantPermissions
2925 $wgGrantPermissions = null;
2928 * Config variable stub for the GrantPermissionGroups setting, for use by phpdoc and IDEs.
2929 * @see MediaWiki\MainConfigSchema::GrantPermissionGroups
2931 $wgGrantPermissionGroups = null;
2934 * Config variable stub for the EnableBotPasswords setting, for use by phpdoc and IDEs.
2935 * @see MediaWiki\MainConfigSchema::EnableBotPasswords
2937 $wgEnableBotPasswords = null;
2940 * Config variable stub for the BotPasswordsCluster setting, for use by phpdoc and IDEs.
2941 * @see MediaWiki\MainConfigSchema::BotPasswordsCluster
2943 $wgBotPasswordsCluster = null;
2946 * Config variable stub for the BotPasswordsDatabase setting, for use by phpdoc and IDEs.
2947 * @see MediaWiki\MainConfigSchema::BotPasswordsDatabase
2949 $wgBotPasswordsDatabase = null;
2952 * Config variable stub for the SecretKey setting, for use by phpdoc and IDEs.
2953 * @see MediaWiki\MainConfigSchema::SecretKey
2955 $wgSecretKey = null;
2958 * Config variable stub for the AllowUserJs setting, for use by phpdoc and IDEs.
2959 * @see MediaWiki\MainConfigSchema::AllowUserJs
2961 $wgAllowUserJs = null;
2964 * Config variable stub for the AllowUserCss setting, for use by phpdoc and IDEs.
2965 * @see MediaWiki\MainConfigSchema::AllowUserCss
2967 $wgAllowUserCss = null;
2970 * Config variable stub for the AllowUserCssPrefs setting, for use by phpdoc and IDEs.
2971 * @see MediaWiki\MainConfigSchema::AllowUserCssPrefs
2973 $wgAllowUserCssPrefs = null;
2976 * Config variable stub for the UseSiteJs setting, for use by phpdoc and IDEs.
2977 * @see MediaWiki\MainConfigSchema::UseSiteJs
2979 $wgUseSiteJs = null;
2982 * Config variable stub for the UseSiteCss setting, for use by phpdoc and IDEs.
2983 * @see MediaWiki\MainConfigSchema::UseSiteCss
2985 $wgUseSiteCss = null;
2988 * Config variable stub for the BreakFrames setting, for use by phpdoc and IDEs.
2989 * @see MediaWiki\MainConfigSchema::BreakFrames
2991 $wgBreakFrames = null;
2994 * Config variable stub for the EditPageFrameOptions setting, for use by phpdoc and IDEs.
2995 * @see MediaWiki\MainConfigSchema::EditPageFrameOptions
2997 $wgEditPageFrameOptions = null;
3000 * Config variable stub for the ApiFrameOptions setting, for use by phpdoc and IDEs.
3001 * @see MediaWiki\MainConfigSchema::ApiFrameOptions
3003 $wgApiFrameOptions = null;
3006 * Config variable stub for the CSPHeader setting, for use by phpdoc and IDEs.
3007 * @see MediaWiki\MainConfigSchema::CSPHeader
3009 $wgCSPHeader = null;
3012 * Config variable stub for the CSPReportOnlyHeader setting, for use by phpdoc and IDEs.
3013 * @see MediaWiki\MainConfigSchema::CSPReportOnlyHeader
3015 $wgCSPReportOnlyHeader = null;
3018 * Config variable stub for the CSPFalsePositiveUrls setting, for use by phpdoc and IDEs.
3019 * @see MediaWiki\MainConfigSchema::CSPFalsePositiveUrls
3021 $wgCSPFalsePositiveUrls = null;
3024 * Config variable stub for the AllowCrossOrigin setting, for use by phpdoc and IDEs.
3025 * @see MediaWiki\MainConfigSchema::AllowCrossOrigin
3027 $wgAllowCrossOrigin = null;
3030 * Config variable stub for the RestAllowCrossOriginCookieAuth setting, for use by phpdoc and IDEs.
3031 * @see MediaWiki\MainConfigSchema::RestAllowCrossOriginCookieAuth
3033 $wgRestAllowCrossOriginCookieAuth = null;
3036 * Config variable stub for the SessionSecret setting, for use by phpdoc and IDEs.
3037 * @see MediaWiki\MainConfigSchema::SessionSecret
3039 $wgSessionSecret = null;
3042 * Config variable stub for the SessionInsecureSecrets setting, for use by phpdoc and IDEs.
3043 * @see MediaWiki\MainConfigSchema::SessionInsecureSecrets
3045 $wgSessionInsecureSecrets = null;
3048 * Config variable stub for the HKDFSecret setting, for use by phpdoc and IDEs.
3049 * @see MediaWiki\MainConfigSchema::HKDFSecret
3051 $wgHKDFSecret = null;
3054 * Config variable stub for the HKDFAlgorithm setting, for use by phpdoc and IDEs.
3055 * @see MediaWiki\MainConfigSchema::HKDFAlgorithm
3057 $wgHKDFAlgorithm = null;
3060 * Config variable stub for the CookieExpiration setting, for use by phpdoc and IDEs.
3061 * @see MediaWiki\MainConfigSchema::CookieExpiration
3063 $wgCookieExpiration = null;
3066 * Config variable stub for the ExtendedLoginCookieExpiration setting, for use by phpdoc and IDEs.
3067 * @see MediaWiki\MainConfigSchema::ExtendedLoginCookieExpiration
3069 $wgExtendedLoginCookieExpiration = null;
3072 * Config variable stub for the CookieDomain setting, for use by phpdoc and IDEs.
3073 * @see MediaWiki\MainConfigSchema::CookieDomain
3075 $wgCookieDomain = null;
3078 * Config variable stub for the CookiePath setting, for use by phpdoc and IDEs.
3079 * @see MediaWiki\MainConfigSchema::CookiePath
3081 $wgCookiePath = null;
3084 * Config variable stub for the CookieSecure setting, for use by phpdoc and IDEs.
3085 * @see MediaWiki\MainConfigSchema::CookieSecure
3087 $wgCookieSecure = null;
3090 * Config variable stub for the DisableCookieCheck setting, for use by phpdoc and IDEs.
3091 * @see MediaWiki\MainConfigSchema::DisableCookieCheck
3093 $wgDisableCookieCheck = null;
3096 * Config variable stub for the CookiePrefix setting, for use by phpdoc and IDEs.
3097 * @see MediaWiki\MainConfigSchema::CookiePrefix
3099 $wgCookiePrefix = null;
3102 * Config variable stub for the CookieHttpOnly setting, for use by phpdoc and IDEs.
3103 * @see MediaWiki\MainConfigSchema::CookieHttpOnly
3105 $wgCookieHttpOnly = null;
3108 * Config variable stub for the CookieSameSite setting, for use by phpdoc and IDEs.
3109 * @see MediaWiki\MainConfigSchema::CookieSameSite
3111 $wgCookieSameSite = null;
3114 * Config variable stub for the UseSameSiteLegacyCookies setting, for use by phpdoc and IDEs.
3115 * @see MediaWiki\MainConfigSchema::UseSameSiteLegacyCookies
3117 $wgUseSameSiteLegacyCookies = null;
3120 * Config variable stub for the CacheVaryCookies setting, for use by phpdoc and IDEs.
3121 * @see MediaWiki\MainConfigSchema::CacheVaryCookies
3123 $wgCacheVaryCookies = null;
3126 * Config variable stub for the SessionName setting, for use by phpdoc and IDEs.
3127 * @see MediaWiki\MainConfigSchema::SessionName
3129 $wgSessionName = null;
3132 * Config variable stub for the CookieSetOnAutoblock setting, for use by phpdoc and IDEs.
3133 * @see MediaWiki\MainConfigSchema::CookieSetOnAutoblock
3135 $wgCookieSetOnAutoblock = null;
3138 * Config variable stub for the CookieSetOnIpBlock setting, for use by phpdoc and IDEs.
3139 * @see MediaWiki\MainConfigSchema::CookieSetOnIpBlock
3141 $wgCookieSetOnIpBlock = null;
3144 * Config variable stub for the DebugLogFile setting, for use by phpdoc and IDEs.
3145 * @see MediaWiki\MainConfigSchema::DebugLogFile
3147 $wgDebugLogFile = null;
3150 * Config variable stub for the DebugLogPrefix setting, for use by phpdoc and IDEs.
3151 * @see MediaWiki\MainConfigSchema::DebugLogPrefix
3153 $wgDebugLogPrefix = null;
3156 * Config variable stub for the DebugRedirects setting, for use by phpdoc and IDEs.
3157 * @see MediaWiki\MainConfigSchema::DebugRedirects
3159 $wgDebugRedirects = null;
3162 * Config variable stub for the DebugRawPage setting, for use by phpdoc and IDEs.
3163 * @see MediaWiki\MainConfigSchema::DebugRawPage
3165 $wgDebugRawPage = null;
3168 * Config variable stub for the DebugComments setting, for use by phpdoc and IDEs.
3169 * @see MediaWiki\MainConfigSchema::DebugComments
3171 $wgDebugComments = null;
3174 * Config variable stub for the DebugDumpSql setting, for use by phpdoc and IDEs.
3175 * @see MediaWiki\MainConfigSchema::DebugDumpSql
3177 $wgDebugDumpSql = null;
3180 * Config variable stub for the TrxProfilerLimits setting, for use by phpdoc and IDEs.
3181 * @see MediaWiki\MainConfigSchema::TrxProfilerLimits
3183 $wgTrxProfilerLimits = null;
3186 * Config variable stub for the DebugLogGroups setting, for use by phpdoc and IDEs.
3187 * @see MediaWiki\MainConfigSchema::DebugLogGroups
3189 $wgDebugLogGroups = null;
3192 * Config variable stub for the MWLoggerDefaultSpi setting, for use by phpdoc and IDEs.
3193 * @see MediaWiki\MainConfigSchema::MWLoggerDefaultSpi
3195 $wgMWLoggerDefaultSpi = null;
3198 * Config variable stub for the ShowDebug setting, for use by phpdoc and IDEs.
3199 * @see MediaWiki\MainConfigSchema::ShowDebug
3201 $wgShowDebug = null;
3204 * Config variable stub for the SpecialVersionShowHooks setting, for use by phpdoc and IDEs.
3205 * @see MediaWiki\MainConfigSchema::SpecialVersionShowHooks
3207 $wgSpecialVersionShowHooks = null;
3210 * Config variable stub for the ShowExceptionDetails setting, for use by phpdoc and IDEs.
3211 * @see MediaWiki\MainConfigSchema::ShowExceptionDetails
3213 $wgShowExceptionDetails = null;
3216 * Config variable stub for the LogExceptionBacktrace setting, for use by phpdoc and IDEs.
3217 * @see MediaWiki\MainConfigSchema::LogExceptionBacktrace
3219 $wgLogExceptionBacktrace = null;
3222 * Config variable stub for the PropagateErrors setting, for use by phpdoc and IDEs.
3223 * @see MediaWiki\MainConfigSchema::PropagateErrors
3225 $wgPropagateErrors = null;
3228 * Config variable stub for the ShowHostnames setting, for use by phpdoc and IDEs.
3229 * @see MediaWiki\MainConfigSchema::ShowHostnames
3231 $wgShowHostnames = null;
3234 * Config variable stub for the OverrideHostname setting, for use by phpdoc and IDEs.
3235 * @see MediaWiki\MainConfigSchema::OverrideHostname
3237 $wgOverrideHostname = null;
3240 * Config variable stub for the DevelopmentWarnings setting, for use by phpdoc and IDEs.
3241 * @see MediaWiki\MainConfigSchema::DevelopmentWarnings
3243 $wgDevelopmentWarnings = null;
3246 * Config variable stub for the DeprecationReleaseLimit setting, for use by phpdoc and IDEs.
3247 * @see MediaWiki\MainConfigSchema::DeprecationReleaseLimit
3249 $wgDeprecationReleaseLimit = null;
3252 * Config variable stub for the Profiler setting, for use by phpdoc and IDEs.
3253 * @see MediaWiki\MainConfigSchema::Profiler
3255 $wgProfiler = null;
3258 * Config variable stub for the StatsdServer setting, for use by phpdoc and IDEs.
3259 * @see MediaWiki\MainConfigSchema::StatsdServer
3261 $wgStatsdServer = null;
3264 * Config variable stub for the StatsdMetricPrefix setting, for use by phpdoc and IDEs.
3265 * @see MediaWiki\MainConfigSchema::StatsdMetricPrefix
3267 $wgStatsdMetricPrefix = null;
3270 * Config variable stub for the StatsdSamplingRates setting, for use by phpdoc and IDEs.
3271 * @see MediaWiki\MainConfigSchema::StatsdSamplingRates
3273 $wgStatsdSamplingRates = null;
3276 * Config variable stub for the MetricsTarget setting, for use by phpdoc and IDEs.
3277 * @see MediaWiki\MainConfigSchema::MetricsTarget
3279 $wgMetricsTarget = null;
3282 * Config variable stub for the MetricsFormat setting, for use by phpdoc and IDEs.
3283 * @see MediaWiki\MainConfigSchema::MetricsFormat
3285 $wgMetricsFormat = null;
3288 * Config variable stub for the MetricsPrefix setting, for use by phpdoc and IDEs.
3289 * @see MediaWiki\MainConfigSchema::MetricsPrefix
3291 $wgMetricsPrefix = null;
3294 * Config variable stub for the PageInfoTransclusionLimit setting, for use by phpdoc and IDEs.
3295 * @see MediaWiki\MainConfigSchema::PageInfoTransclusionLimit
3297 $wgPageInfoTransclusionLimit = null;
3300 * Config variable stub for the ParserTestFiles setting, for use by phpdoc and IDEs.
3301 * @see MediaWiki\MainConfigSchema::ParserTestFiles
3302 * @deprecated since 1.30
3304 $wgParserTestFiles = null;
3307 * Config variable stub for the EnableJavaScriptTest setting, for use by phpdoc and IDEs.
3308 * @see MediaWiki\MainConfigSchema::EnableJavaScriptTest
3310 $wgEnableJavaScriptTest = null;
3313 * Config variable stub for the CachePrefix setting, for use by phpdoc and IDEs.
3314 * @see MediaWiki\MainConfigSchema::CachePrefix
3316 $wgCachePrefix = null;
3319 * Config variable stub for the DebugToolbar setting, for use by phpdoc and IDEs.
3320 * @see MediaWiki\MainConfigSchema::DebugToolbar
3322 $wgDebugToolbar = null;
3325 * Config variable stub for the DisableTextSearch setting, for use by phpdoc and IDEs.
3326 * @see MediaWiki\MainConfigSchema::DisableTextSearch
3328 $wgDisableTextSearch = null;
3331 * Config variable stub for the AdvancedSearchHighlighting setting, for use by phpdoc and IDEs.
3332 * @see MediaWiki\MainConfigSchema::AdvancedSearchHighlighting
3334 $wgAdvancedSearchHighlighting = null;
3337 * Config variable stub for the SearchHighlightBoundaries setting, for use by phpdoc and IDEs.
3338 * @see MediaWiki\MainConfigSchema::SearchHighlightBoundaries
3340 $wgSearchHighlightBoundaries = null;
3343 * Config variable stub for the OpenSearchTemplate setting, for use by phpdoc and IDEs.
3344 * @see MediaWiki\MainConfigSchema::OpenSearchTemplate
3345 * @deprecated since 1.25 Use $wgOpenSearchTemplates['application/x-suggestions+json']
3346 * instead
3348 $wgOpenSearchTemplate = null;
3351 * Config variable stub for the OpenSearchTemplates setting, for use by phpdoc and IDEs.
3352 * @see MediaWiki\MainConfigSchema::OpenSearchTemplates
3354 $wgOpenSearchTemplates = null;
3357 * Config variable stub for the EnableOpenSearchSuggest setting, for use by phpdoc and IDEs.
3358 * @see MediaWiki\MainConfigSchema::EnableOpenSearchSuggest
3359 * @deprecated since 1.35 No longer used
3361 $wgEnableOpenSearchSuggest = null;
3364 * Config variable stub for the OpenSearchDefaultLimit setting, for use by phpdoc and IDEs.
3365 * @see MediaWiki\MainConfigSchema::OpenSearchDefaultLimit
3367 $wgOpenSearchDefaultLimit = null;
3370 * Config variable stub for the OpenSearchDescriptionLength setting, for use by phpdoc and IDEs.
3371 * @see MediaWiki\MainConfigSchema::OpenSearchDescriptionLength
3373 $wgOpenSearchDescriptionLength = null;
3376 * Config variable stub for the SearchSuggestCacheExpiry setting, for use by phpdoc and IDEs.
3377 * @see MediaWiki\MainConfigSchema::SearchSuggestCacheExpiry
3379 $wgSearchSuggestCacheExpiry = null;
3382 * Config variable stub for the DisableSearchUpdate setting, for use by phpdoc and IDEs.
3383 * @see MediaWiki\MainConfigSchema::DisableSearchUpdate
3385 $wgDisableSearchUpdate = null;
3388 * Config variable stub for the NamespacesToBeSearchedDefault setting, for use by phpdoc and IDEs.
3389 * @see MediaWiki\MainConfigSchema::NamespacesToBeSearchedDefault
3391 $wgNamespacesToBeSearchedDefault = null;
3394 * Config variable stub for the DisableInternalSearch setting, for use by phpdoc and IDEs.
3395 * @see MediaWiki\MainConfigSchema::DisableInternalSearch
3397 $wgDisableInternalSearch = null;
3400 * Config variable stub for the SearchForwardUrl setting, for use by phpdoc and IDEs.
3401 * @see MediaWiki\MainConfigSchema::SearchForwardUrl
3403 $wgSearchForwardUrl = null;
3406 * Config variable stub for the SitemapNamespaces setting, for use by phpdoc and IDEs.
3407 * @see MediaWiki\MainConfigSchema::SitemapNamespaces
3409 $wgSitemapNamespaces = null;
3412 * Config variable stub for the SitemapNamespacesPriorities setting, for use by phpdoc and IDEs.
3413 * @see MediaWiki\MainConfigSchema::SitemapNamespacesPriorities
3415 $wgSitemapNamespacesPriorities = null;
3418 * Config variable stub for the EnableSearchContributorsByIP setting, for use by phpdoc and IDEs.
3419 * @see MediaWiki\MainConfigSchema::EnableSearchContributorsByIP
3421 $wgEnableSearchContributorsByIP = null;
3424 * Config variable stub for the SpecialSearchFormOptions setting, for use by phpdoc and IDEs.
3425 * @see MediaWiki\MainConfigSchema::SpecialSearchFormOptions
3427 $wgSpecialSearchFormOptions = null;
3430 * Config variable stub for the SearchMatchRedirectPreference setting, for use by phpdoc and IDEs.
3431 * @see MediaWiki\MainConfigSchema::SearchMatchRedirectPreference
3433 $wgSearchMatchRedirectPreference = null;
3436 * Config variable stub for the SearchRunSuggestedQuery setting, for use by phpdoc and IDEs.
3437 * @see MediaWiki\MainConfigSchema::SearchRunSuggestedQuery
3439 $wgSearchRunSuggestedQuery = null;
3442 * Config variable stub for the Diff3 setting, for use by phpdoc and IDEs.
3443 * @see MediaWiki\MainConfigSchema::Diff3
3445 $wgDiff3 = null;
3448 * Config variable stub for the Diff setting, for use by phpdoc and IDEs.
3449 * @see MediaWiki\MainConfigSchema::Diff
3451 $wgDiff = null;
3454 * Config variable stub for the PreviewOnOpenNamespaces setting, for use by phpdoc and IDEs.
3455 * @see MediaWiki\MainConfigSchema::PreviewOnOpenNamespaces
3457 $wgPreviewOnOpenNamespaces = null;
3460 * Config variable stub for the UniversalEditButton setting, for use by phpdoc and IDEs.
3461 * @see MediaWiki\MainConfigSchema::UniversalEditButton
3463 $wgUniversalEditButton = null;
3466 * Config variable stub for the UseAutomaticEditSummaries setting, for use by phpdoc and IDEs.
3467 * @see MediaWiki\MainConfigSchema::UseAutomaticEditSummaries
3469 $wgUseAutomaticEditSummaries = null;
3472 * Config variable stub for the CommandLineDarkBg setting, for use by phpdoc and IDEs.
3473 * @see MediaWiki\MainConfigSchema::CommandLineDarkBg
3475 $wgCommandLineDarkBg = null;
3478 * Config variable stub for the ReadOnly setting, for use by phpdoc and IDEs.
3479 * @see MediaWiki\MainConfigSchema::ReadOnly
3481 $wgReadOnly = null;
3484 * Config variable stub for the ReadOnlyWatchedItemStore setting, for use by phpdoc and IDEs.
3485 * @see MediaWiki\MainConfigSchema::ReadOnlyWatchedItemStore
3487 $wgReadOnlyWatchedItemStore = null;
3490 * Config variable stub for the ReadOnlyFile setting, for use by phpdoc and IDEs.
3491 * @see MediaWiki\MainConfigSchema::ReadOnlyFile
3493 $wgReadOnlyFile = null;
3496 * Config variable stub for the UpgradeKey setting, for use by phpdoc and IDEs.
3497 * @see MediaWiki\MainConfigSchema::UpgradeKey
3499 $wgUpgradeKey = null;
3502 * Config variable stub for the GitBin setting, for use by phpdoc and IDEs.
3503 * @see MediaWiki\MainConfigSchema::GitBin
3505 $wgGitBin = null;
3508 * Config variable stub for the GitRepositoryViewers setting, for use by phpdoc and IDEs.
3509 * @see MediaWiki\MainConfigSchema::GitRepositoryViewers
3511 $wgGitRepositoryViewers = null;
3514 * Config variable stub for the RCMaxAge setting, for use by phpdoc and IDEs.
3515 * @see MediaWiki\MainConfigSchema::RCMaxAge
3517 $wgRCMaxAge = null;
3520 * Config variable stub for the WatchersMaxAge setting, for use by phpdoc and IDEs.
3521 * @see MediaWiki\MainConfigSchema::WatchersMaxAge
3523 $wgWatchersMaxAge = null;
3526 * Config variable stub for the UnwatchedPageSecret setting, for use by phpdoc and IDEs.
3527 * @see MediaWiki\MainConfigSchema::UnwatchedPageSecret
3529 $wgUnwatchedPageSecret = null;
3532 * Config variable stub for the RCFilterByAge setting, for use by phpdoc and IDEs.
3533 * @see MediaWiki\MainConfigSchema::RCFilterByAge
3535 $wgRCFilterByAge = null;
3538 * Config variable stub for the RCLinkLimits setting, for use by phpdoc and IDEs.
3539 * @see MediaWiki\MainConfigSchema::RCLinkLimits
3541 $wgRCLinkLimits = null;
3544 * Config variable stub for the RCLinkDays setting, for use by phpdoc and IDEs.
3545 * @see MediaWiki\MainConfigSchema::RCLinkDays
3547 $wgRCLinkDays = null;
3550 * Config variable stub for the RCFeeds setting, for use by phpdoc and IDEs.
3551 * @see MediaWiki\MainConfigSchema::RCFeeds
3553 $wgRCFeeds = null;
3556 * Config variable stub for the RCEngines setting, for use by phpdoc and IDEs.
3557 * @see MediaWiki\MainConfigSchema::RCEngines
3559 $wgRCEngines = null;
3562 * Config variable stub for the RCWatchCategoryMembership setting, for use by phpdoc and IDEs.
3563 * @see MediaWiki\MainConfigSchema::RCWatchCategoryMembership
3565 $wgRCWatchCategoryMembership = null;
3568 * Config variable stub for the UseRCPatrol setting, for use by phpdoc and IDEs.
3569 * @see MediaWiki\MainConfigSchema::UseRCPatrol
3571 $wgUseRCPatrol = null;
3574 * Config variable stub for the StructuredChangeFiltersLiveUpdatePollingRate setting, for use by phpdoc and IDEs.
3575 * @see MediaWiki\MainConfigSchema::StructuredChangeFiltersLiveUpdatePollingRate
3577 $wgStructuredChangeFiltersLiveUpdatePollingRate = null;
3580 * Config variable stub for the UseNPPatrol setting, for use by phpdoc and IDEs.
3581 * @see MediaWiki\MainConfigSchema::UseNPPatrol
3583 $wgUseNPPatrol = null;
3586 * Config variable stub for the UseFilePatrol setting, for use by phpdoc and IDEs.
3587 * @see MediaWiki\MainConfigSchema::UseFilePatrol
3589 $wgUseFilePatrol = null;
3592 * Config variable stub for the Feed setting, for use by phpdoc and IDEs.
3593 * @see MediaWiki\MainConfigSchema::Feed
3595 $wgFeed = null;
3598 * Config variable stub for the FeedLimit setting, for use by phpdoc and IDEs.
3599 * @see MediaWiki\MainConfigSchema::FeedLimit
3601 $wgFeedLimit = null;
3604 * Config variable stub for the FeedCacheTimeout setting, for use by phpdoc and IDEs.
3605 * @see MediaWiki\MainConfigSchema::FeedCacheTimeout
3607 $wgFeedCacheTimeout = null;
3610 * Config variable stub for the FeedDiffCutoff setting, for use by phpdoc and IDEs.
3611 * @see MediaWiki\MainConfigSchema::FeedDiffCutoff
3613 $wgFeedDiffCutoff = null;
3616 * Config variable stub for the OverrideSiteFeed setting, for use by phpdoc and IDEs.
3617 * @see MediaWiki\MainConfigSchema::OverrideSiteFeed
3619 $wgOverrideSiteFeed = null;
3622 * Config variable stub for the FeedClasses setting, for use by phpdoc and IDEs.
3623 * @see MediaWiki\MainConfigSchema::FeedClasses
3625 $wgFeedClasses = null;
3628 * Config variable stub for the AdvertisedFeedTypes setting, for use by phpdoc and IDEs.
3629 * @see MediaWiki\MainConfigSchema::AdvertisedFeedTypes
3631 $wgAdvertisedFeedTypes = null;
3634 * Config variable stub for the RCShowWatchingUsers setting, for use by phpdoc and IDEs.
3635 * @see MediaWiki\MainConfigSchema::RCShowWatchingUsers
3637 $wgRCShowWatchingUsers = null;
3640 * Config variable stub for the RCShowChangedSize setting, for use by phpdoc and IDEs.
3641 * @see MediaWiki\MainConfigSchema::RCShowChangedSize
3643 $wgRCShowChangedSize = null;
3646 * Config variable stub for the RCChangedSizeThreshold setting, for use by phpdoc and IDEs.
3647 * @see MediaWiki\MainConfigSchema::RCChangedSizeThreshold
3649 $wgRCChangedSizeThreshold = null;
3652 * Config variable stub for the ShowUpdatedMarker setting, for use by phpdoc and IDEs.
3653 * @see MediaWiki\MainConfigSchema::ShowUpdatedMarker
3655 $wgShowUpdatedMarker = null;
3658 * Config variable stub for the DisableAnonTalk setting, for use by phpdoc and IDEs.
3659 * @see MediaWiki\MainConfigSchema::DisableAnonTalk
3661 $wgDisableAnonTalk = null;
3664 * Config variable stub for the UseTagFilter setting, for use by phpdoc and IDEs.
3665 * @see MediaWiki\MainConfigSchema::UseTagFilter
3667 $wgUseTagFilter = null;
3670 * Config variable stub for the SoftwareTags setting, for use by phpdoc and IDEs.
3671 * @see MediaWiki\MainConfigSchema::SoftwareTags
3673 $wgSoftwareTags = null;
3676 * Config variable stub for the UnwatchedPageThreshold setting, for use by phpdoc and IDEs.
3677 * @see MediaWiki\MainConfigSchema::UnwatchedPageThreshold
3679 $wgUnwatchedPageThreshold = null;
3682 * Config variable stub for the RecentChangesFlags setting, for use by phpdoc and IDEs.
3683 * @see MediaWiki\MainConfigSchema::RecentChangesFlags
3685 $wgRecentChangesFlags = null;
3688 * Config variable stub for the WatchlistExpiry setting, for use by phpdoc and IDEs.
3689 * @see MediaWiki\MainConfigSchema::WatchlistExpiry
3691 $wgWatchlistExpiry = null;
3694 * Config variable stub for the WatchlistPurgeRate setting, for use by phpdoc and IDEs.
3695 * @see MediaWiki\MainConfigSchema::WatchlistPurgeRate
3697 $wgWatchlistPurgeRate = null;
3700 * Config variable stub for the WatchlistExpiryMaxDuration setting, for use by phpdoc and IDEs.
3701 * @see MediaWiki\MainConfigSchema::WatchlistExpiryMaxDuration
3703 $wgWatchlistExpiryMaxDuration = null;
3706 * Config variable stub for the RightsPage setting, for use by phpdoc and IDEs.
3707 * @see MediaWiki\MainConfigSchema::RightsPage
3709 $wgRightsPage = null;
3712 * Config variable stub for the RightsUrl setting, for use by phpdoc and IDEs.
3713 * @see MediaWiki\MainConfigSchema::RightsUrl
3715 $wgRightsUrl = null;
3718 * Config variable stub for the RightsText setting, for use by phpdoc and IDEs.
3719 * @see MediaWiki\MainConfigSchema::RightsText
3721 $wgRightsText = null;
3724 * Config variable stub for the RightsIcon setting, for use by phpdoc and IDEs.
3725 * @see MediaWiki\MainConfigSchema::RightsIcon
3727 $wgRightsIcon = null;
3730 * Config variable stub for the UseCopyrightUpload setting, for use by phpdoc and IDEs.
3731 * @see MediaWiki\MainConfigSchema::UseCopyrightUpload
3733 $wgUseCopyrightUpload = null;
3736 * Config variable stub for the MaxCredits setting, for use by phpdoc and IDEs.
3737 * @see MediaWiki\MainConfigSchema::MaxCredits
3739 $wgMaxCredits = null;
3742 * Config variable stub for the ShowCreditsIfMax setting, for use by phpdoc and IDEs.
3743 * @see MediaWiki\MainConfigSchema::ShowCreditsIfMax
3745 $wgShowCreditsIfMax = null;
3748 * Config variable stub for the ImportSources setting, for use by phpdoc and IDEs.
3749 * @see MediaWiki\MainConfigSchema::ImportSources
3751 $wgImportSources = null;
3754 * Config variable stub for the ImportTargetNamespace setting, for use by phpdoc and IDEs.
3755 * @see MediaWiki\MainConfigSchema::ImportTargetNamespace
3757 $wgImportTargetNamespace = null;
3760 * Config variable stub for the ExportAllowHistory setting, for use by phpdoc and IDEs.
3761 * @see MediaWiki\MainConfigSchema::ExportAllowHistory
3763 $wgExportAllowHistory = null;
3766 * Config variable stub for the ExportMaxHistory setting, for use by phpdoc and IDEs.
3767 * @see MediaWiki\MainConfigSchema::ExportMaxHistory
3769 $wgExportMaxHistory = null;
3772 * Config variable stub for the ExportAllowListContributors setting, for use by phpdoc and IDEs.
3773 * @see MediaWiki\MainConfigSchema::ExportAllowListContributors
3775 $wgExportAllowListContributors = null;
3778 * Config variable stub for the ExportMaxLinkDepth setting, for use by phpdoc and IDEs.
3779 * @see MediaWiki\MainConfigSchema::ExportMaxLinkDepth
3781 $wgExportMaxLinkDepth = null;
3784 * Config variable stub for the ExportFromNamespaces setting, for use by phpdoc and IDEs.
3785 * @see MediaWiki\MainConfigSchema::ExportFromNamespaces
3787 $wgExportFromNamespaces = null;
3790 * Config variable stub for the ExportAllowAll setting, for use by phpdoc and IDEs.
3791 * @see MediaWiki\MainConfigSchema::ExportAllowAll
3793 $wgExportAllowAll = null;
3796 * Config variable stub for the ExportPagelistLimit setting, for use by phpdoc and IDEs.
3797 * @see MediaWiki\MainConfigSchema::ExportPagelistLimit
3799 $wgExportPagelistLimit = null;
3802 * Config variable stub for the XmlDumpSchemaVersion setting, for use by phpdoc and IDEs.
3803 * @see MediaWiki\MainConfigSchema::XmlDumpSchemaVersion
3805 $wgXmlDumpSchemaVersion = null;
3808 * Config variable stub for the WikiFarmSettingsDirectory setting, for use by phpdoc and IDEs.
3809 * @see MediaWiki\MainConfigSchema::WikiFarmSettingsDirectory
3811 $wgWikiFarmSettingsDirectory = null;
3814 * Config variable stub for the WikiFarmSettingsExtension setting, for use by phpdoc and IDEs.
3815 * @see MediaWiki\MainConfigSchema::WikiFarmSettingsExtension
3817 $wgWikiFarmSettingsExtension = null;
3820 * Config variable stub for the ExtensionFunctions setting, for use by phpdoc and IDEs.
3821 * @see MediaWiki\MainConfigSchema::ExtensionFunctions
3823 $wgExtensionFunctions = null;
3826 * Config variable stub for the ExtensionMessagesFiles setting, for use by phpdoc and IDEs.
3827 * @see MediaWiki\MainConfigSchema::ExtensionMessagesFiles
3829 $wgExtensionMessagesFiles = null;
3832 * Config variable stub for the MessagesDirs setting, for use by phpdoc and IDEs.
3833 * @see MediaWiki\MainConfigSchema::MessagesDirs
3835 $wgMessagesDirs = null;
3838 * Config variable stub for the ExtensionEntryPointListFiles setting, for use by phpdoc and IDEs.
3839 * @see MediaWiki\MainConfigSchema::ExtensionEntryPointListFiles
3841 $wgExtensionEntryPointListFiles = null;
3844 * Config variable stub for the ParserOutputHooks setting, for use by phpdoc and IDEs.
3845 * @see MediaWiki\MainConfigSchema::ParserOutputHooks
3847 $wgParserOutputHooks = null;
3850 * Config variable stub for the EnableParserLimitReporting setting, for use by phpdoc and IDEs.
3851 * @see MediaWiki\MainConfigSchema::EnableParserLimitReporting
3853 $wgEnableParserLimitReporting = null;
3856 * Config variable stub for the ValidSkinNames setting, for use by phpdoc and IDEs.
3857 * @see MediaWiki\MainConfigSchema::ValidSkinNames
3859 $wgValidSkinNames = null;
3862 * Config variable stub for the SpecialPages setting, for use by phpdoc and IDEs.
3863 * @see MediaWiki\MainConfigSchema::SpecialPages
3865 $wgSpecialPages = null;
3868 * Config variable stub for the AutoloadAttemptLowercase setting, for use by phpdoc and IDEs.
3869 * @see MediaWiki\MainConfigSchema::AutoloadAttemptLowercase
3870 * @deprecated since 1.35
3872 $wgAutoloadAttemptLowercase = null;
3875 * Config variable stub for the ExtensionCredits setting, for use by phpdoc and IDEs.
3876 * @see MediaWiki\MainConfigSchema::ExtensionCredits
3878 $wgExtensionCredits = null;
3881 * Config variable stub for the Hooks setting, for use by phpdoc and IDEs.
3882 * @see MediaWiki\MainConfigSchema::Hooks
3884 $wgHooks = null;
3887 * Config variable stub for the ServiceWiringFiles setting, for use by phpdoc and IDEs.
3888 * @see MediaWiki\MainConfigSchema::ServiceWiringFiles
3890 $wgServiceWiringFiles = null;
3893 * Config variable stub for the JobClasses setting, for use by phpdoc and IDEs.
3894 * @see MediaWiki\MainConfigSchema::JobClasses
3896 $wgJobClasses = null;
3899 * Config variable stub for the JobTypesExcludedFromDefaultQueue setting, for use by phpdoc and IDEs.
3900 * @see MediaWiki\MainConfigSchema::JobTypesExcludedFromDefaultQueue
3902 $wgJobTypesExcludedFromDefaultQueue = null;
3905 * Config variable stub for the JobBackoffThrottling setting, for use by phpdoc and IDEs.
3906 * @see MediaWiki\MainConfigSchema::JobBackoffThrottling
3908 $wgJobBackoffThrottling = null;
3911 * Config variable stub for the JobSerialCommitThreshold setting, for use by phpdoc and IDEs.
3912 * @see MediaWiki\MainConfigSchema::JobSerialCommitThreshold
3914 $wgJobSerialCommitThreshold = null;
3917 * Config variable stub for the JobTypeConf setting, for use by phpdoc and IDEs.
3918 * @see MediaWiki\MainConfigSchema::JobTypeConf
3920 $wgJobTypeConf = null;
3923 * Config variable stub for the JobQueueIncludeInMaxLagFactor setting, for use by phpdoc and IDEs.
3924 * @see MediaWiki\MainConfigSchema::JobQueueIncludeInMaxLagFactor
3926 $wgJobQueueIncludeInMaxLagFactor = null;
3929 * Config variable stub for the SpecialPageCacheUpdates setting, for use by phpdoc and IDEs.
3930 * @see MediaWiki\MainConfigSchema::SpecialPageCacheUpdates
3932 $wgSpecialPageCacheUpdates = null;
3935 * Config variable stub for the PagePropLinkInvalidations setting, for use by phpdoc and IDEs.
3936 * @see MediaWiki\MainConfigSchema::PagePropLinkInvalidations
3938 $wgPagePropLinkInvalidations = null;
3941 * Config variable stub for the CategoryMagicGallery setting, for use by phpdoc and IDEs.
3942 * @see MediaWiki\MainConfigSchema::CategoryMagicGallery
3944 $wgCategoryMagicGallery = null;
3947 * Config variable stub for the CategoryPagingLimit setting, for use by phpdoc and IDEs.
3948 * @see MediaWiki\MainConfigSchema::CategoryPagingLimit
3950 $wgCategoryPagingLimit = null;
3953 * Config variable stub for the CategoryCollation setting, for use by phpdoc and IDEs.
3954 * @see MediaWiki\MainConfigSchema::CategoryCollation
3956 $wgCategoryCollation = null;
3959 * Config variable stub for the TempCategoryCollations setting, for use by phpdoc and IDEs.
3960 * @see MediaWiki\MainConfigSchema::TempCategoryCollations
3962 $wgTempCategoryCollations = null;
3965 * Config variable stub for the TrackingCategories setting, for use by phpdoc and IDEs.
3966 * @see MediaWiki\MainConfigSchema::TrackingCategories
3967 * @deprecated since 1.25 Extensions should now register tracking categories using the new
3968 * extension registration system.
3970 $wgTrackingCategories = null;
3973 * Config variable stub for the LogTypes setting, for use by phpdoc and IDEs.
3974 * @see MediaWiki\MainConfigSchema::LogTypes
3976 $wgLogTypes = null;
3979 * Config variable stub for the LogRestrictions setting, for use by phpdoc and IDEs.
3980 * @see MediaWiki\MainConfigSchema::LogRestrictions
3982 $wgLogRestrictions = null;
3985 * Config variable stub for the FilterLogTypes setting, for use by phpdoc and IDEs.
3986 * @see MediaWiki\MainConfigSchema::FilterLogTypes
3988 $wgFilterLogTypes = null;
3991 * Config variable stub for the LogNames setting, for use by phpdoc and IDEs.
3992 * @see MediaWiki\MainConfigSchema::LogNames
3994 $wgLogNames = null;
3997 * Config variable stub for the LogHeaders setting, for use by phpdoc and IDEs.
3998 * @see MediaWiki\MainConfigSchema::LogHeaders
4000 $wgLogHeaders = null;
4003 * Config variable stub for the LogActions setting, for use by phpdoc and IDEs.
4004 * @see MediaWiki\MainConfigSchema::LogActions
4006 $wgLogActions = null;
4009 * Config variable stub for the LogActionsHandlers setting, for use by phpdoc and IDEs.
4010 * @see MediaWiki\MainConfigSchema::LogActionsHandlers
4012 $wgLogActionsHandlers = null;
4015 * Config variable stub for the ActionFilteredLogs setting, for use by phpdoc and IDEs.
4016 * @see MediaWiki\MainConfigSchema::ActionFilteredLogs
4018 $wgActionFilteredLogs = null;
4021 * Config variable stub for the NewUserLog setting, for use by phpdoc and IDEs.
4022 * @see MediaWiki\MainConfigSchema::NewUserLog
4024 $wgNewUserLog = null;
4027 * Config variable stub for the PageCreationLog setting, for use by phpdoc and IDEs.
4028 * @see MediaWiki\MainConfigSchema::PageCreationLog
4030 $wgPageCreationLog = null;
4033 * Config variable stub for the AllowSpecialInclusion setting, for use by phpdoc and IDEs.
4034 * @see MediaWiki\MainConfigSchema::AllowSpecialInclusion
4036 $wgAllowSpecialInclusion = null;
4039 * Config variable stub for the DisableQueryPageUpdate setting, for use by phpdoc and IDEs.
4040 * @see MediaWiki\MainConfigSchema::DisableQueryPageUpdate
4042 $wgDisableQueryPageUpdate = null;
4045 * Config variable stub for the CountCategorizedImagesAsUsed setting, for use by phpdoc and IDEs.
4046 * @see MediaWiki\MainConfigSchema::CountCategorizedImagesAsUsed
4048 $wgCountCategorizedImagesAsUsed = null;
4051 * Config variable stub for the MaxRedirectLinksRetrieved setting, for use by phpdoc and IDEs.
4052 * @see MediaWiki\MainConfigSchema::MaxRedirectLinksRetrieved
4054 $wgMaxRedirectLinksRetrieved = null;
4057 * Config variable stub for the RangeContributionsCIDRLimit setting, for use by phpdoc and IDEs.
4058 * @see MediaWiki\MainConfigSchema::RangeContributionsCIDRLimit
4060 $wgRangeContributionsCIDRLimit = null;
4063 * Config variable stub for the Actions setting, for use by phpdoc and IDEs.
4064 * @see MediaWiki\MainConfigSchema::Actions
4066 $wgActions = null;
4069 * Config variable stub for the DefaultRobotPolicy setting, for use by phpdoc and IDEs.
4070 * @see MediaWiki\MainConfigSchema::DefaultRobotPolicy
4072 $wgDefaultRobotPolicy = null;
4075 * Config variable stub for the NamespaceRobotPolicies setting, for use by phpdoc and IDEs.
4076 * @see MediaWiki\MainConfigSchema::NamespaceRobotPolicies
4078 $wgNamespaceRobotPolicies = null;
4081 * Config variable stub for the ArticleRobotPolicies setting, for use by phpdoc and IDEs.
4082 * @see MediaWiki\MainConfigSchema::ArticleRobotPolicies
4084 $wgArticleRobotPolicies = null;
4087 * Config variable stub for the ExemptFromUserRobotsControl setting, for use by phpdoc and IDEs.
4088 * @see MediaWiki\MainConfigSchema::ExemptFromUserRobotsControl
4090 $wgExemptFromUserRobotsControl = null;
4093 * Config variable stub for the DebugAPI setting, for use by phpdoc and IDEs.
4094 * @see MediaWiki\MainConfigSchema::DebugAPI
4096 $wgDebugAPI = null;
4099 * Config variable stub for the APIModules setting, for use by phpdoc and IDEs.
4100 * @see MediaWiki\MainConfigSchema::APIModules
4102 $wgAPIModules = null;
4105 * Config variable stub for the APIFormatModules setting, for use by phpdoc and IDEs.
4106 * @see MediaWiki\MainConfigSchema::APIFormatModules
4108 $wgAPIFormatModules = null;
4111 * Config variable stub for the APIMetaModules setting, for use by phpdoc and IDEs.
4112 * @see MediaWiki\MainConfigSchema::APIMetaModules
4114 $wgAPIMetaModules = null;
4117 * Config variable stub for the APIPropModules setting, for use by phpdoc and IDEs.
4118 * @see MediaWiki\MainConfigSchema::APIPropModules
4120 $wgAPIPropModules = null;
4123 * Config variable stub for the APIListModules setting, for use by phpdoc and IDEs.
4124 * @see MediaWiki\MainConfigSchema::APIListModules
4126 $wgAPIListModules = null;
4129 * Config variable stub for the APIMaxDBRows setting, for use by phpdoc and IDEs.
4130 * @see MediaWiki\MainConfigSchema::APIMaxDBRows
4132 $wgAPIMaxDBRows = null;
4135 * Config variable stub for the APIMaxResultSize setting, for use by phpdoc and IDEs.
4136 * @see MediaWiki\MainConfigSchema::APIMaxResultSize
4138 $wgAPIMaxResultSize = null;
4141 * Config variable stub for the APIMaxUncachedDiffs setting, for use by phpdoc and IDEs.
4142 * @see MediaWiki\MainConfigSchema::APIMaxUncachedDiffs
4144 $wgAPIMaxUncachedDiffs = null;
4147 * Config variable stub for the APIMaxLagThreshold setting, for use by phpdoc and IDEs.
4148 * @see MediaWiki\MainConfigSchema::APIMaxLagThreshold
4150 $wgAPIMaxLagThreshold = null;
4153 * Config variable stub for the APIRequestLog setting, for use by phpdoc and IDEs.
4154 * @see MediaWiki\MainConfigSchema::APIRequestLog
4156 $wgAPIRequestLog = null;
4159 * Config variable stub for the APICacheHelpTimeout setting, for use by phpdoc and IDEs.
4160 * @see MediaWiki\MainConfigSchema::APICacheHelpTimeout
4162 $wgAPICacheHelpTimeout = null;
4165 * Config variable stub for the APIUselessQueryPages setting, for use by phpdoc and IDEs.
4166 * @see MediaWiki\MainConfigSchema::APIUselessQueryPages
4168 $wgAPIUselessQueryPages = null;
4171 * Config variable stub for the AjaxUploadDestCheck setting, for use by phpdoc and IDEs.
4172 * @see MediaWiki\MainConfigSchema::AjaxUploadDestCheck
4174 $wgAjaxUploadDestCheck = null;
4177 * Config variable stub for the AjaxLicensePreview setting, for use by phpdoc and IDEs.
4178 * @see MediaWiki\MainConfigSchema::AjaxLicensePreview
4180 $wgAjaxLicensePreview = null;
4183 * Config variable stub for the CrossSiteAJAXdomains setting, for use by phpdoc and IDEs.
4184 * @see MediaWiki\MainConfigSchema::CrossSiteAJAXdomains
4186 $wgCrossSiteAJAXdomains = null;
4189 * Config variable stub for the CrossSiteAJAXdomainExceptions setting, for use by phpdoc and IDEs.
4190 * @see MediaWiki\MainConfigSchema::CrossSiteAJAXdomainExceptions
4192 $wgCrossSiteAJAXdomainExceptions = null;
4195 * Config variable stub for the AllowedCorsHeaders setting, for use by phpdoc and IDEs.
4196 * @see MediaWiki\MainConfigSchema::AllowedCorsHeaders
4198 $wgAllowedCorsHeaders = null;
4201 * Config variable stub for the RestAPIAdditionalRouteFiles setting, for use by phpdoc and IDEs.
4202 * @see MediaWiki\MainConfigSchema::RestAPIAdditionalRouteFiles
4204 $wgRestAPIAdditionalRouteFiles = null;
4207 * Config variable stub for the MaxShellMemory setting, for use by phpdoc and IDEs.
4208 * @see MediaWiki\MainConfigSchema::MaxShellMemory
4210 $wgMaxShellMemory = null;
4213 * Config variable stub for the MaxShellFileSize setting, for use by phpdoc and IDEs.
4214 * @see MediaWiki\MainConfigSchema::MaxShellFileSize
4216 $wgMaxShellFileSize = null;
4219 * Config variable stub for the MaxShellTime setting, for use by phpdoc and IDEs.
4220 * @see MediaWiki\MainConfigSchema::MaxShellTime
4222 $wgMaxShellTime = null;
4225 * Config variable stub for the MaxShellWallClockTime setting, for use by phpdoc and IDEs.
4226 * @see MediaWiki\MainConfigSchema::MaxShellWallClockTime
4228 $wgMaxShellWallClockTime = null;
4231 * Config variable stub for the ShellCgroup setting, for use by phpdoc and IDEs.
4232 * @see MediaWiki\MainConfigSchema::ShellCgroup
4234 $wgShellCgroup = null;
4237 * Config variable stub for the PhpCli setting, for use by phpdoc and IDEs.
4238 * @see MediaWiki\MainConfigSchema::PhpCli
4240 $wgPhpCli = null;
4243 * Config variable stub for the ShellRestrictionMethod setting, for use by phpdoc and IDEs.
4244 * @see MediaWiki\MainConfigSchema::ShellRestrictionMethod
4246 $wgShellRestrictionMethod = null;
4249 * Config variable stub for the ShellboxUrl setting, for use by phpdoc and IDEs.
4250 * @see MediaWiki\MainConfigSchema::ShellboxUrl
4251 * @deprecated since 1.37; use $wgShellboxUrls instead
4253 $wgShellboxUrl = null;
4256 * Config variable stub for the ShellboxUrls setting, for use by phpdoc and IDEs.
4257 * @see MediaWiki\MainConfigSchema::ShellboxUrls
4259 $wgShellboxUrls = null;
4262 * Config variable stub for the ShellboxSecretKey setting, for use by phpdoc and IDEs.
4263 * @see MediaWiki\MainConfigSchema::ShellboxSecretKey
4265 $wgShellboxSecretKey = null;
4268 * Config variable stub for the HTTPTimeout setting, for use by phpdoc and IDEs.
4269 * @see MediaWiki\MainConfigSchema::HTTPTimeout
4271 $wgHTTPTimeout = null;
4274 * Config variable stub for the HTTPConnectTimeout setting, for use by phpdoc and IDEs.
4275 * @see MediaWiki\MainConfigSchema::HTTPConnectTimeout
4277 $wgHTTPConnectTimeout = null;
4280 * Config variable stub for the HTTPMaxTimeout setting, for use by phpdoc and IDEs.
4281 * @see MediaWiki\MainConfigSchema::HTTPMaxTimeout
4283 $wgHTTPMaxTimeout = null;
4286 * Config variable stub for the HTTPMaxConnectTimeout setting, for use by phpdoc and IDEs.
4287 * @see MediaWiki\MainConfigSchema::HTTPMaxConnectTimeout
4289 $wgHTTPMaxConnectTimeout = null;
4292 * Config variable stub for the HTTPImportTimeout setting, for use by phpdoc and IDEs.
4293 * @see MediaWiki\MainConfigSchema::HTTPImportTimeout
4295 $wgHTTPImportTimeout = null;
4298 * Config variable stub for the AsyncHTTPTimeout setting, for use by phpdoc and IDEs.
4299 * @see MediaWiki\MainConfigSchema::AsyncHTTPTimeout
4301 $wgAsyncHTTPTimeout = null;
4304 * Config variable stub for the HTTPProxy setting, for use by phpdoc and IDEs.
4305 * @see MediaWiki\MainConfigSchema::HTTPProxy
4307 $wgHTTPProxy = null;
4310 * Config variable stub for the LocalVirtualHosts setting, for use by phpdoc and IDEs.
4311 * @see MediaWiki\MainConfigSchema::LocalVirtualHosts
4313 $wgLocalVirtualHosts = null;
4316 * Config variable stub for the LocalHTTPProxy setting, for use by phpdoc and IDEs.
4317 * @see MediaWiki\MainConfigSchema::LocalHTTPProxy
4319 $wgLocalHTTPProxy = null;
4322 * Config variable stub for the AllowExternalReqID setting, for use by phpdoc and IDEs.
4323 * @see MediaWiki\MainConfigSchema::AllowExternalReqID
4325 $wgAllowExternalReqID = null;
4328 * Config variable stub for the JobRunRate setting, for use by phpdoc and IDEs.
4329 * @see MediaWiki\MainConfigSchema::JobRunRate
4331 $wgJobRunRate = null;
4334 * Config variable stub for the RunJobsAsync setting, for use by phpdoc and IDEs.
4335 * @see MediaWiki\MainConfigSchema::RunJobsAsync
4337 $wgRunJobsAsync = null;
4340 * Config variable stub for the UpdateRowsPerJob setting, for use by phpdoc and IDEs.
4341 * @see MediaWiki\MainConfigSchema::UpdateRowsPerJob
4343 $wgUpdateRowsPerJob = null;
4346 * Config variable stub for the UpdateRowsPerQuery setting, for use by phpdoc and IDEs.
4347 * @see MediaWiki\MainConfigSchema::UpdateRowsPerQuery
4349 $wgUpdateRowsPerQuery = null;
4352 * Config variable stub for the RedirectOnLogin setting, for use by phpdoc and IDEs.
4353 * @see MediaWiki\MainConfigSchema::RedirectOnLogin
4355 $wgRedirectOnLogin = null;
4358 * Config variable stub for the VirtualRestConfig setting, for use by phpdoc and IDEs.
4359 * @see MediaWiki\MainConfigSchema::VirtualRestConfig
4361 $wgVirtualRestConfig = null;
4364 * Config variable stub for the EventRelayerConfig setting, for use by phpdoc and IDEs.
4365 * @see MediaWiki\MainConfigSchema::EventRelayerConfig
4367 $wgEventRelayerConfig = null;
4370 * Config variable stub for the Pingback setting, for use by phpdoc and IDEs.
4371 * @see MediaWiki\MainConfigSchema::Pingback
4373 $wgPingback = null;
4376 * Config variable stub for the OriginTrials setting, for use by phpdoc and IDEs.
4377 * @see MediaWiki\MainConfigSchema::OriginTrials
4379 $wgOriginTrials = null;
4382 * Config variable stub for the ReportToExpiry setting, for use by phpdoc and IDEs.
4383 * @see MediaWiki\MainConfigSchema::ReportToExpiry
4385 $wgReportToExpiry = null;
4388 * Config variable stub for the ReportToEndpoints setting, for use by phpdoc and IDEs.
4389 * @see MediaWiki\MainConfigSchema::ReportToEndpoints
4391 $wgReportToEndpoints = null;
4394 * Config variable stub for the FeaturePolicyReportOnly setting, for use by phpdoc and IDEs.
4395 * @see MediaWiki\MainConfigSchema::FeaturePolicyReportOnly
4397 $wgFeaturePolicyReportOnly = null;
4400 * Config variable stub for the SkinsPreferred setting, for use by phpdoc and IDEs.
4401 * @see MediaWiki\MainConfigSchema::SkinsPreferred
4403 $wgSkinsPreferred = null;