instead. */ public const AllowImageTag = 'AllowImageTag'; /** * Name constant for the TidyConfig setting, for use with Config::get() * @see MainConfigSchema::TidyConfig */ public const TidyConfig = 'TidyConfig'; /** * Name constant for the ParsoidSettings setting, for use with Config::get() * @see MainConfigSchema::ParsoidSettings */ public const ParsoidSettings = 'ParsoidSettings'; /** * Name constant for the ParserEnableLegacyMediaDOM setting, for use with Config::get() * @see MainConfigSchema::ParserEnableLegacyMediaDOM */ public const ParserEnableLegacyMediaDOM = 'ParserEnableLegacyMediaDOM'; /** * Name constant for the UseContentMediaStyles setting, for use with Config::get() * @see MainConfigSchema::UseContentMediaStyles */ public const UseContentMediaStyles = 'UseContentMediaStyles'; /** * Name constant for the RawHtml setting, for use with Config::get() * @see MainConfigSchema::RawHtml */ public const RawHtml = 'RawHtml'; /** * Name constant for the ExternalLinkTarget setting, for use with Config::get() * @see MainConfigSchema::ExternalLinkTarget */ public const ExternalLinkTarget = 'ExternalLinkTarget'; /** * Name constant for the NoFollowLinks setting, for use with Config::get() * @see MainConfigSchema::NoFollowLinks */ public const NoFollowLinks = 'NoFollowLinks'; /** * Name constant for the NoFollowNsExceptions setting, for use with Config::get() * @see MainConfigSchema::NoFollowNsExceptions */ public const NoFollowNsExceptions = 'NoFollowNsExceptions'; /** * Name constant for the NoFollowDomainExceptions setting, for use with Config::get() * @see MainConfigSchema::NoFollowDomainExceptions */ public const NoFollowDomainExceptions = 'NoFollowDomainExceptions'; /** * Name constant for the RegisterInternalExternals setting, for use with Config::get() * @see MainConfigSchema::RegisterInternalExternals */ public const RegisterInternalExternals = 'RegisterInternalExternals'; /** * Name constant for the AllowDisplayTitle setting, for use with Config::get() * @see MainConfigSchema::AllowDisplayTitle */ public const AllowDisplayTitle = 'AllowDisplayTitle'; /** * Name constant for the RestrictDisplayTitle setting, for use with Config::get() * @see MainConfigSchema::RestrictDisplayTitle */ public const RestrictDisplayTitle = 'RestrictDisplayTitle'; /** * Name constant for the ExpensiveParserFunctionLimit setting, for use with Config::get() * @see MainConfigSchema::ExpensiveParserFunctionLimit */ public const ExpensiveParserFunctionLimit = 'ExpensiveParserFunctionLimit'; /** * Name constant for the PreprocessorCacheThreshold setting, for use with Config::get() * @see MainConfigSchema::PreprocessorCacheThreshold */ public const PreprocessorCacheThreshold = 'PreprocessorCacheThreshold'; /** * Name constant for the EnableScaryTranscluding setting, for use with Config::get() * @see MainConfigSchema::EnableScaryTranscluding */ public const EnableScaryTranscluding = 'EnableScaryTranscluding'; /** * Name constant for the TranscludeCacheExpiry setting, for use with Config::get() * @see MainConfigSchema::TranscludeCacheExpiry */ public const TranscludeCacheExpiry = 'TranscludeCacheExpiry'; /** * Name constant for the EnableMagicLinks setting, for use with Config::get() * @see MainConfigSchema::EnableMagicLinks */ public const EnableMagicLinks = 'EnableMagicLinks'; /** * Name constant for the ArticleCountMethod setting, for use with Config::get() * @see MainConfigSchema::ArticleCountMethod */ public const ArticleCountMethod = 'ArticleCountMethod'; /** * Name constant for the ActiveUserDays setting, for use with Config::get() * @see MainConfigSchema::ActiveUserDays */ public const ActiveUserDays = 'ActiveUserDays'; /** * Name constant for the LearnerEdits setting, for use with Config::get() * @see MainConfigSchema::LearnerEdits */ public const LearnerEdits = 'LearnerEdits'; /** * Name constant for the LearnerMemberSince setting, for use with Config::get() * @see MainConfigSchema::LearnerMemberSince */ public const LearnerMemberSince = 'LearnerMemberSince'; /** * Name constant for the ExperiencedUserEdits setting, for use with Config::get() * @see MainConfigSchema::ExperiencedUserEdits */ public const ExperiencedUserEdits = 'ExperiencedUserEdits'; /** * Name constant for the ExperiencedUserMemberSince setting, for use with Config::get() * @see MainConfigSchema::ExperiencedUserMemberSince */ public const ExperiencedUserMemberSince = 'ExperiencedUserMemberSince'; /** * Name constant for the ManualRevertSearchRadius setting, for use with Config::get() * @see MainConfigSchema::ManualRevertSearchRadius */ public const ManualRevertSearchRadius = 'ManualRevertSearchRadius'; /** * Name constant for the RevertedTagMaxDepth setting, for use with Config::get() * @see MainConfigSchema::RevertedTagMaxDepth */ public const RevertedTagMaxDepth = 'RevertedTagMaxDepth'; /** * Name constant for the CentralIdLookupProviders setting, for use with Config::get() * @see MainConfigSchema::CentralIdLookupProviders */ public const CentralIdLookupProviders = 'CentralIdLookupProviders'; /** * Name constant for the CentralIdLookupProvider setting, for use with Config::get() * @see MainConfigSchema::CentralIdLookupProvider */ public const CentralIdLookupProvider = 'CentralIdLookupProvider'; /** * Name constant for the PasswordPolicy setting, for use with Config::get() * @see MainConfigSchema::PasswordPolicy */ public const PasswordPolicy = 'PasswordPolicy'; /** * Name constant for the AuthManagerConfig setting, for use with Config::get() * @see MainConfigSchema::AuthManagerConfig */ public const AuthManagerConfig = 'AuthManagerConfig'; /** * Name constant for the AuthManagerAutoConfig setting, for use with Config::get() * @see MainConfigSchema::AuthManagerAutoConfig */ public const AuthManagerAutoConfig = 'AuthManagerAutoConfig'; /** * Name constant for the RememberMe setting, for use with Config::get() * @see MainConfigSchema::RememberMe */ public const RememberMe = 'RememberMe'; /** * Name constant for the ReauthenticateTime setting, for use with Config::get() * @see MainConfigSchema::ReauthenticateTime */ public const ReauthenticateTime = 'ReauthenticateTime'; /** * Name constant for the AllowSecuritySensitiveOperationIfCannotReauthenticate setting, for use with Config::get() * @see MainConfigSchema::AllowSecuritySensitiveOperationIfCannotReauthenticate */ public const AllowSecuritySensitiveOperationIfCannotReauthenticate = 'AllowSecuritySensitiveOperationIfCannotReauthenticate'; /** * Name constant for the ChangeCredentialsBlacklist setting, for use with Config::get() * @see MainConfigSchema::ChangeCredentialsBlacklist */ public const ChangeCredentialsBlacklist = 'ChangeCredentialsBlacklist'; /** * Name constant for the RemoveCredentialsBlacklist setting, for use with Config::get() * @see MainConfigSchema::RemoveCredentialsBlacklist */ public const RemoveCredentialsBlacklist = 'RemoveCredentialsBlacklist'; /** * Name constant for the MinimalPasswordLength setting, for use with Config::get() * @see MainConfigSchema::MinimalPasswordLength * @deprecated since 1.26, use $wgPasswordPolicy's MinimalPasswordLength. */ public const MinimalPasswordLength = 'MinimalPasswordLength'; /** * Name constant for the MaximalPasswordLength setting, for use with Config::get() * @see MainConfigSchema::MaximalPasswordLength * @deprecated since 1.26, use $wgPasswordPolicy's MaximalPasswordLength. */ public const MaximalPasswordLength = 'MaximalPasswordLength'; /** * Name constant for the InvalidPasswordReset setting, for use with Config::get() * @see MainConfigSchema::InvalidPasswordReset */ public const InvalidPasswordReset = 'InvalidPasswordReset'; /** * Name constant for the PasswordDefault setting, for use with Config::get() * @see MainConfigSchema::PasswordDefault */ public const PasswordDefault = 'PasswordDefault'; /** * Name constant for the PasswordConfig setting, for use with Config::get() * @see MainConfigSchema::PasswordConfig */ public const PasswordConfig = 'PasswordConfig'; /** * Name constant for the PasswordResetRoutes setting, for use with Config::get() * @see MainConfigSchema::PasswordResetRoutes */ public const PasswordResetRoutes = 'PasswordResetRoutes'; /** * Name constant for the MaxSigChars setting, for use with Config::get() * @see MainConfigSchema::MaxSigChars */ public const MaxSigChars = 'MaxSigChars'; /** * Name constant for the SignatureValidation setting, for use with Config::get() * @see MainConfigSchema::SignatureValidation */ public const SignatureValidation = 'SignatureValidation'; /** * Name constant for the SignatureAllowedLintErrors setting, for use with Config::get() * @see MainConfigSchema::SignatureAllowedLintErrors */ public const SignatureAllowedLintErrors = 'SignatureAllowedLintErrors'; /** * Name constant for the MaxNameChars setting, for use with Config::get() * @see MainConfigSchema::MaxNameChars */ public const MaxNameChars = 'MaxNameChars'; /** * Name constant for the ReservedUsernames setting, for use with Config::get() * @see MainConfigSchema::ReservedUsernames */ public const ReservedUsernames = 'ReservedUsernames'; /** * Name constant for the DefaultUserOptions setting, for use with Config::get() * @see MainConfigSchema::DefaultUserOptions */ public const DefaultUserOptions = 'DefaultUserOptions'; /** * Name constant for the HiddenPrefs setting, for use with Config::get() * @see MainConfigSchema::HiddenPrefs */ public const HiddenPrefs = 'HiddenPrefs'; /** * Name constant for the InvalidUsernameCharacters setting, for use with Config::get() * @see MainConfigSchema::InvalidUsernameCharacters */ public const InvalidUsernameCharacters = 'InvalidUsernameCharacters'; /** * Name constant for the UserrightsInterwikiDelimiter setting, for use with Config::get() * @see MainConfigSchema::UserrightsInterwikiDelimiter */ public const UserrightsInterwikiDelimiter = 'UserrightsInterwikiDelimiter'; /** * Name constant for the SecureLogin setting, for use with Config::get() * @see MainConfigSchema::SecureLogin */ public const SecureLogin = 'SecureLogin'; /** * Name constant for the AuthenticationTokenVersion setting, for use with Config::get() * @see MainConfigSchema::AuthenticationTokenVersion */ public const AuthenticationTokenVersion = 'AuthenticationTokenVersion'; /** * Name constant for the SessionProviders setting, for use with Config::get() * @see MainConfigSchema::SessionProviders */ public const SessionProviders = 'SessionProviders'; /** * Name constant for the AllowRequiringEmailForResets setting, for use with Config::get() * @see MainConfigSchema::AllowRequiringEmailForResets */ public const AllowRequiringEmailForResets = 'AllowRequiringEmailForResets'; /** * Name constant for the AutoCreateTempUser setting, for use with Config::get() * @see MainConfigSchema::AutoCreateTempUser */ public const AutoCreateTempUser = 'AutoCreateTempUser'; /** * Name constant for the AutoblockExpiry setting, for use with Config::get() * @see MainConfigSchema::AutoblockExpiry */ public const AutoblockExpiry = 'AutoblockExpiry'; /** * Name constant for the BlockAllowsUTEdit setting, for use with Config::get() * @see MainConfigSchema::BlockAllowsUTEdit */ public const BlockAllowsUTEdit = 'BlockAllowsUTEdit'; /** * Name constant for the BlockCIDRLimit setting, for use with Config::get() * @see MainConfigSchema::BlockCIDRLimit */ public const BlockCIDRLimit = 'BlockCIDRLimit'; /** * Name constant for the BlockDisablesLogin setting, for use with Config::get() * @see MainConfigSchema::BlockDisablesLogin */ public const BlockDisablesLogin = 'BlockDisablesLogin'; /** * Name constant for the EnablePartialActionBlocks setting, for use with Config::get() * @see MainConfigSchema::EnablePartialActionBlocks */ public const EnablePartialActionBlocks = 'EnablePartialActionBlocks'; /** * Name constant for the WhitelistRead setting, for use with Config::get() * @see MainConfigSchema::WhitelistRead */ public const WhitelistRead = 'WhitelistRead'; /** * Name constant for the WhitelistReadRegexp setting, for use with Config::get() * @see MainConfigSchema::WhitelistReadRegexp */ public const WhitelistReadRegexp = 'WhitelistReadRegexp'; /** * Name constant for the EmailConfirmToEdit setting, for use with Config::get() * @see MainConfigSchema::EmailConfirmToEdit */ public const EmailConfirmToEdit = 'EmailConfirmToEdit'; /** * Name constant for the HideIdentifiableRedirects setting, for use with Config::get() * @see MainConfigSchema::HideIdentifiableRedirects */ public const HideIdentifiableRedirects = 'HideIdentifiableRedirects'; /** * Name constant for the GroupPermissions setting, for use with Config::get() * @see MainConfigSchema::GroupPermissions */ public const GroupPermissions = 'GroupPermissions'; /** * Name constant for the RevokePermissions setting, for use with Config::get() * @see MainConfigSchema::RevokePermissions */ public const RevokePermissions = 'RevokePermissions'; /** * Name constant for the GroupInheritsPermissions setting, for use with Config::get() * @see MainConfigSchema::GroupInheritsPermissions */ public const GroupInheritsPermissions = 'GroupInheritsPermissions'; /** * Name constant for the ImplicitGroups setting, for use with Config::get() * @see MainConfigSchema::ImplicitGroups */ public const ImplicitGroups = 'ImplicitGroups'; /** * Name constant for the GroupsAddToSelf setting, for use with Config::get() * @see MainConfigSchema::GroupsAddToSelf */ public const GroupsAddToSelf = 'GroupsAddToSelf'; /** * Name constant for the GroupsRemoveFromSelf setting, for use with Config::get() * @see MainConfigSchema::GroupsRemoveFromSelf */ public const GroupsRemoveFromSelf = 'GroupsRemoveFromSelf'; /** * Name constant for the RestrictionTypes setting, for use with Config::get() * @see MainConfigSchema::RestrictionTypes */ public const RestrictionTypes = 'RestrictionTypes'; /** * Name constant for the RestrictionLevels setting, for use with Config::get() * @see MainConfigSchema::RestrictionLevels */ public const RestrictionLevels = 'RestrictionLevels'; /** * Name constant for the CascadingRestrictionLevels setting, for use with Config::get() * @see MainConfigSchema::CascadingRestrictionLevels */ public const CascadingRestrictionLevels = 'CascadingRestrictionLevels'; /** * Name constant for the SemiprotectedRestrictionLevels setting, for use with Config::get() * @see MainConfigSchema::SemiprotectedRestrictionLevels */ public const SemiprotectedRestrictionLevels = 'SemiprotectedRestrictionLevels'; /** * Name constant for the NamespaceProtection setting, for use with Config::get() * @see MainConfigSchema::NamespaceProtection */ public const NamespaceProtection = 'NamespaceProtection'; /** * Name constant for the NonincludableNamespaces setting, for use with Config::get() * @see MainConfigSchema::NonincludableNamespaces */ public const NonincludableNamespaces = 'NonincludableNamespaces'; /** * Name constant for the AutoConfirmAge setting, for use with Config::get() * @see MainConfigSchema::AutoConfirmAge */ public const AutoConfirmAge = 'AutoConfirmAge'; /** * Name constant for the AutoConfirmCount setting, for use with Config::get() * @see MainConfigSchema::AutoConfirmCount */ public const AutoConfirmCount = 'AutoConfirmCount'; /** * Name constant for the Autopromote setting, for use with Config::get() * @see MainConfigSchema::Autopromote */ public const Autopromote = 'Autopromote'; /** * Name constant for the AutopromoteOnce setting, for use with Config::get() * @see MainConfigSchema::AutopromoteOnce */ public const AutopromoteOnce = 'AutopromoteOnce'; /** * Name constant for the AutopromoteOnceLogInRC setting, for use with Config::get() * @see MainConfigSchema::AutopromoteOnceLogInRC */ public const AutopromoteOnceLogInRC = 'AutopromoteOnceLogInRC'; /** * Name constant for the AddGroups setting, for use with Config::get() * @see MainConfigSchema::AddGroups */ public const AddGroups = 'AddGroups'; /** * Name constant for the RemoveGroups setting, for use with Config::get() * @see MainConfigSchema::RemoveGroups */ public const RemoveGroups = 'RemoveGroups'; /** * Name constant for the AvailableRights setting, for use with Config::get() * @see MainConfigSchema::AvailableRights */ public const AvailableRights = 'AvailableRights'; /** * Name constant for the DeleteRevisionsLimit setting, for use with Config::get() * @see MainConfigSchema::DeleteRevisionsLimit */ public const DeleteRevisionsLimit = 'DeleteRevisionsLimit'; /** * Name constant for the DeleteRevisionsBatchSize setting, for use with Config::get() * @see MainConfigSchema::DeleteRevisionsBatchSize */ public const DeleteRevisionsBatchSize = 'DeleteRevisionsBatchSize'; /** * Name constant for the HideUserContribLimit setting, for use with Config::get() * @see MainConfigSchema::HideUserContribLimit */ public const HideUserContribLimit = 'HideUserContribLimit'; /** * Name constant for the AccountCreationThrottle setting, for use with Config::get() * @see MainConfigSchema::AccountCreationThrottle */ public const AccountCreationThrottle = 'AccountCreationThrottle'; /** * Name constant for the SpamRegex setting, for use with Config::get() * @see MainConfigSchema::SpamRegex */ public const SpamRegex = 'SpamRegex'; /** * Name constant for the SummarySpamRegex setting, for use with Config::get() * @see MainConfigSchema::SummarySpamRegex */ public const SummarySpamRegex = 'SummarySpamRegex'; /** * Name constant for the EnableDnsBlacklist setting, for use with Config::get() * @see MainConfigSchema::EnableDnsBlacklist */ public const EnableDnsBlacklist = 'EnableDnsBlacklist'; /** * Name constant for the DnsBlacklistUrls setting, for use with Config::get() * @see MainConfigSchema::DnsBlacklistUrls */ public const DnsBlacklistUrls = 'DnsBlacklistUrls'; /** * Name constant for the ProxyList setting, for use with Config::get() * @see MainConfigSchema::ProxyList */ public const ProxyList = 'ProxyList'; /** * Name constant for the ProxyWhitelist setting, for use with Config::get() * @see MainConfigSchema::ProxyWhitelist */ public const ProxyWhitelist = 'ProxyWhitelist'; /** * Name constant for the SoftBlockRanges setting, for use with Config::get() * @see MainConfigSchema::SoftBlockRanges */ public const SoftBlockRanges = 'SoftBlockRanges'; /** * Name constant for the ApplyIpBlocksToXff setting, for use with Config::get() * @see MainConfigSchema::ApplyIpBlocksToXff */ public const ApplyIpBlocksToXff = 'ApplyIpBlocksToXff'; /** * Name constant for the RateLimits setting, for use with Config::get() * @see MainConfigSchema::RateLimits */ public const RateLimits = 'RateLimits'; /** * Name constant for the RateLimitsExcludedIPs setting, for use with Config::get() * @see MainConfigSchema::RateLimitsExcludedIPs */ public const RateLimitsExcludedIPs = 'RateLimitsExcludedIPs'; /** * Name constant for the PutIPinRC setting, for use with Config::get() * @see MainConfigSchema::PutIPinRC */ public const PutIPinRC = 'PutIPinRC'; /** * Name constant for the QueryPageDefaultLimit setting, for use with Config::get() * @see MainConfigSchema::QueryPageDefaultLimit */ public const QueryPageDefaultLimit = 'QueryPageDefaultLimit'; /** * Name constant for the PasswordAttemptThrottle setting, for use with Config::get() * @see MainConfigSchema::PasswordAttemptThrottle */ public const PasswordAttemptThrottle = 'PasswordAttemptThrottle'; /** * Name constant for the GrantPermissions setting, for use with Config::get() * @see MainConfigSchema::GrantPermissions */ public const GrantPermissions = 'GrantPermissions'; /** * Name constant for the GrantPermissionGroups setting, for use with Config::get() * @see MainConfigSchema::GrantPermissionGroups */ public const GrantPermissionGroups = 'GrantPermissionGroups'; /** * Name constant for the EnableBotPasswords setting, for use with Config::get() * @see MainConfigSchema::EnableBotPasswords */ public const EnableBotPasswords = 'EnableBotPasswords'; /** * Name constant for the BotPasswordsCluster setting, for use with Config::get() * @see MainConfigSchema::BotPasswordsCluster */ public const BotPasswordsCluster = 'BotPasswordsCluster'; /** * Name constant for the BotPasswordsDatabase setting, for use with Config::get() * @see MainConfigSchema::BotPasswordsDatabase */ public const BotPasswordsDatabase = 'BotPasswordsDatabase'; /** * Name constant for the SecretKey setting, for use with Config::get() * @see MainConfigSchema::SecretKey */ public const SecretKey = 'SecretKey'; /** * Name constant for the AllowUserJs setting, for use with Config::get() * @see MainConfigSchema::AllowUserJs */ public const AllowUserJs = 'AllowUserJs'; /** * Name constant for the AllowUserCss setting, for use with Config::get() * @see MainConfigSchema::AllowUserCss */ public const AllowUserCss = 'AllowUserCss'; /** * Name constant for the AllowUserCssPrefs setting, for use with Config::get() * @see MainConfigSchema::AllowUserCssPrefs */ public const AllowUserCssPrefs = 'AllowUserCssPrefs'; /** * Name constant for the UseSiteJs setting, for use with Config::get() * @see MainConfigSchema::UseSiteJs */ public const UseSiteJs = 'UseSiteJs'; /** * Name constant for the UseSiteCss setting, for use with Config::get() * @see MainConfigSchema::UseSiteCss */ public const UseSiteCss = 'UseSiteCss'; /** * Name constant for the BreakFrames setting, for use with Config::get() * @see MainConfigSchema::BreakFrames */ public const BreakFrames = 'BreakFrames'; /** * Name constant for the EditPageFrameOptions setting, for use with Config::get() * @see MainConfigSchema::EditPageFrameOptions */ public const EditPageFrameOptions = 'EditPageFrameOptions'; /** * Name constant for the ApiFrameOptions setting, for use with Config::get() * @see MainConfigSchema::ApiFrameOptions */ public const ApiFrameOptions = 'ApiFrameOptions'; /** * Name constant for the CSPHeader setting, for use with Config::get() * @see MainConfigSchema::CSPHeader */ public const CSPHeader = 'CSPHeader'; /** * Name constant for the CSPReportOnlyHeader setting, for use with Config::get() * @see MainConfigSchema::CSPReportOnlyHeader */ public const CSPReportOnlyHeader = 'CSPReportOnlyHeader'; /** * Name constant for the CSPFalsePositiveUrls setting, for use with Config::get() * @see MainConfigSchema::CSPFalsePositiveUrls */ public const CSPFalsePositiveUrls = 'CSPFalsePositiveUrls'; /** * Name constant for the AllowCrossOrigin setting, for use with Config::get() * @see MainConfigSchema::AllowCrossOrigin */ public const AllowCrossOrigin = 'AllowCrossOrigin'; /** * Name constant for the RestAllowCrossOriginCookieAuth setting, for use with Config::get() * @see MainConfigSchema::RestAllowCrossOriginCookieAuth */ public const RestAllowCrossOriginCookieAuth = 'RestAllowCrossOriginCookieAuth'; /** * Name constant for the SessionSecret setting, for use with Config::get() * @see MainConfigSchema::SessionSecret */ public const SessionSecret = 'SessionSecret'; /** * Name constant for the SessionInsecureSecrets setting, for use with Config::get() * @see MainConfigSchema::SessionInsecureSecrets */ public const SessionInsecureSecrets = 'SessionInsecureSecrets'; /** * Name constant for the HKDFSecret setting, for use with Config::get() * @see MainConfigSchema::HKDFSecret */ public const HKDFSecret = 'HKDFSecret'; /** * Name constant for the HKDFAlgorithm setting, for use with Config::get() * @see MainConfigSchema::HKDFAlgorithm */ public const HKDFAlgorithm = 'HKDFAlgorithm'; /** * Name constant for the CookieExpiration setting, for use with Config::get() * @see MainConfigSchema::CookieExpiration */ public const CookieExpiration = 'CookieExpiration'; /** * Name constant for the ExtendedLoginCookieExpiration setting, for use with Config::get() * @see MainConfigSchema::ExtendedLoginCookieExpiration */ public const ExtendedLoginCookieExpiration = 'ExtendedLoginCookieExpiration'; /** * Name constant for the CookieDomain setting, for use with Config::get() * @see MainConfigSchema::CookieDomain */ public const CookieDomain = 'CookieDomain'; /** * Name constant for the CookiePath setting, for use with Config::get() * @see MainConfigSchema::CookiePath */ public const CookiePath = 'CookiePath'; /** * Name constant for the CookieSecure setting, for use with Config::get() * @see MainConfigSchema::CookieSecure */ public const CookieSecure = 'CookieSecure'; /** * Name constant for the DisableCookieCheck setting, for use with Config::get() * @see MainConfigSchema::DisableCookieCheck */ public const DisableCookieCheck = 'DisableCookieCheck'; /** * Name constant for the CookiePrefix setting, for use with Config::get() * @see MainConfigSchema::CookiePrefix */ public const CookiePrefix = 'CookiePrefix'; /** * Name constant for the CookieHttpOnly setting, for use with Config::get() * @see MainConfigSchema::CookieHttpOnly */ public const CookieHttpOnly = 'CookieHttpOnly'; /** * Name constant for the CookieSameSite setting, for use with Config::get() * @see MainConfigSchema::CookieSameSite */ public const CookieSameSite = 'CookieSameSite'; /** * Name constant for the UseSameSiteLegacyCookies setting, for use with Config::get() * @see MainConfigSchema::UseSameSiteLegacyCookies */ public const UseSameSiteLegacyCookies = 'UseSameSiteLegacyCookies'; /** * Name constant for the CacheVaryCookies setting, for use with Config::get() * @see MainConfigSchema::CacheVaryCookies */ public const CacheVaryCookies = 'CacheVaryCookies'; /** * Name constant for the SessionName setting, for use with Config::get() * @see MainConfigSchema::SessionName */ public const SessionName = 'SessionName'; /** * Name constant for the CookieSetOnAutoblock setting, for use with Config::get() * @see MainConfigSchema::CookieSetOnAutoblock */ public const CookieSetOnAutoblock = 'CookieSetOnAutoblock'; /** * Name constant for the CookieSetOnIpBlock setting, for use with Config::get() * @see MainConfigSchema::CookieSetOnIpBlock */ public const CookieSetOnIpBlock = 'CookieSetOnIpBlock'; /** * Name constant for the DebugLogFile setting, for use with Config::get() * @see MainConfigSchema::DebugLogFile */ public const DebugLogFile = 'DebugLogFile'; /** * Name constant for the DebugLogPrefix setting, for use with Config::get() * @see MainConfigSchema::DebugLogPrefix */ public const DebugLogPrefix = 'DebugLogPrefix'; /** * Name constant for the DebugRedirects setting, for use with Config::get() * @see MainConfigSchema::DebugRedirects */ public const DebugRedirects = 'DebugRedirects'; /** * Name constant for the DebugRawPage setting, for use with Config::get() * @see MainConfigSchema::DebugRawPage */ public const DebugRawPage = 'DebugRawPage'; /** * Name constant for the DebugComments setting, for use with Config::get() * @see MainConfigSchema::DebugComments */ public const DebugComments = 'DebugComments'; /** * Name constant for the DebugDumpSql setting, for use with Config::get() * @see MainConfigSchema::DebugDumpSql */ public const DebugDumpSql = 'DebugDumpSql'; /** * Name constant for the TrxProfilerLimits setting, for use with Config::get() * @see MainConfigSchema::TrxProfilerLimits */ public const TrxProfilerLimits = 'TrxProfilerLimits'; /** * Name constant for the DebugLogGroups setting, for use with Config::get() * @see MainConfigSchema::DebugLogGroups */ public const DebugLogGroups = 'DebugLogGroups'; /** * Name constant for the MWLoggerDefaultSpi setting, for use with Config::get() * @see MainConfigSchema::MWLoggerDefaultSpi */ public const MWLoggerDefaultSpi = 'MWLoggerDefaultSpi'; /** * Name constant for the ShowDebug setting, for use with Config::get() * @see MainConfigSchema::ShowDebug */ public const ShowDebug = 'ShowDebug'; /** * Name constant for the SpecialVersionShowHooks setting, for use with Config::get() * @see MainConfigSchema::SpecialVersionShowHooks */ public const SpecialVersionShowHooks = 'SpecialVersionShowHooks'; /** * Name constant for the ShowExceptionDetails setting, for use with Config::get() * @see MainConfigSchema::ShowExceptionDetails */ public const ShowExceptionDetails = 'ShowExceptionDetails'; /** * Name constant for the LogExceptionBacktrace setting, for use with Config::get() * @see MainConfigSchema::LogExceptionBacktrace */ public const LogExceptionBacktrace = 'LogExceptionBacktrace'; /** * Name constant for the PropagateErrors setting, for use with Config::get() * @see MainConfigSchema::PropagateErrors */ public const PropagateErrors = 'PropagateErrors'; /** * Name constant for the ShowHostnames setting, for use with Config::get() * @see MainConfigSchema::ShowHostnames */ public const ShowHostnames = 'ShowHostnames'; /** * Name constant for the OverrideHostname setting, for use with Config::get() * @see MainConfigSchema::OverrideHostname */ public const OverrideHostname = 'OverrideHostname'; /** * Name constant for the DevelopmentWarnings setting, for use with Config::get() * @see MainConfigSchema::DevelopmentWarnings */ public const DevelopmentWarnings = 'DevelopmentWarnings'; /** * Name constant for the DeprecationReleaseLimit setting, for use with Config::get() * @see MainConfigSchema::DeprecationReleaseLimit */ public const DeprecationReleaseLimit = 'DeprecationReleaseLimit'; /** * Name constant for the Profiler setting, for use with Config::get() * @see MainConfigSchema::Profiler */ public const Profiler = 'Profiler'; /** * Name constant for the StatsdServer setting, for use with Config::get() * @see MainConfigSchema::StatsdServer */ public const StatsdServer = 'StatsdServer'; /** * Name constant for the StatsdMetricPrefix setting, for use with Config::get() * @see MainConfigSchema::StatsdMetricPrefix */ public const StatsdMetricPrefix = 'StatsdMetricPrefix'; /** * Name constant for the StatsdSamplingRates setting, for use with Config::get() * @see MainConfigSchema::StatsdSamplingRates */ public const StatsdSamplingRates = 'StatsdSamplingRates'; /** * Name constant for the MetricsTarget setting, for use with Config::get() * @see MainConfigSchema::MetricsTarget */ public const MetricsTarget = 'MetricsTarget'; /** * Name constant for the MetricsFormat setting, for use with Config::get() * @see MainConfigSchema::MetricsFormat */ public const MetricsFormat = 'MetricsFormat'; /** * Name constant for the MetricsPrefix setting, for use with Config::get() * @see MainConfigSchema::MetricsPrefix */ public const MetricsPrefix = 'MetricsPrefix'; /** * Name constant for the PageInfoTransclusionLimit setting, for use with Config::get() * @see MainConfigSchema::PageInfoTransclusionLimit */ public const PageInfoTransclusionLimit = 'PageInfoTransclusionLimit'; /** * Name constant for the EnableJavaScriptTest setting, for use with Config::get() * @see MainConfigSchema::EnableJavaScriptTest */ public const EnableJavaScriptTest = 'EnableJavaScriptTest'; /** * Name constant for the CachePrefix setting, for use with Config::get() * @see MainConfigSchema::CachePrefix */ public const CachePrefix = 'CachePrefix'; /** * Name constant for the DebugToolbar setting, for use with Config::get() * @see MainConfigSchema::DebugToolbar */ public const DebugToolbar = 'DebugToolbar'; /** * Name constant for the DisableTextSearch setting, for use with Config::get() * @see MainConfigSchema::DisableTextSearch */ public const DisableTextSearch = 'DisableTextSearch'; /** * Name constant for the AdvancedSearchHighlighting setting, for use with Config::get() * @see MainConfigSchema::AdvancedSearchHighlighting */ public const AdvancedSearchHighlighting = 'AdvancedSearchHighlighting'; /** * Name constant for the SearchHighlightBoundaries setting, for use with Config::get() * @see MainConfigSchema::SearchHighlightBoundaries */ public const SearchHighlightBoundaries = 'SearchHighlightBoundaries'; /** * Name constant for the OpenSearchTemplate setting, for use with Config::get() * @see MainConfigSchema::OpenSearchTemplate * @deprecated since 1.25 Use $wgOpenSearchTemplates['application/x-suggestions+json'] * instead */ public const OpenSearchTemplate = 'OpenSearchTemplate'; /** * Name constant for the OpenSearchTemplates setting, for use with Config::get() * @see MainConfigSchema::OpenSearchTemplates */ public const OpenSearchTemplates = 'OpenSearchTemplates'; /** * Name constant for the OpenSearchDefaultLimit setting, for use with Config::get() * @see MainConfigSchema::OpenSearchDefaultLimit */ public const OpenSearchDefaultLimit = 'OpenSearchDefaultLimit'; /** * Name constant for the OpenSearchDescriptionLength setting, for use with Config::get() * @see MainConfigSchema::OpenSearchDescriptionLength */ public const OpenSearchDescriptionLength = 'OpenSearchDescriptionLength'; /** * Name constant for the SearchSuggestCacheExpiry setting, for use with Config::get() * @see MainConfigSchema::SearchSuggestCacheExpiry */ public const SearchSuggestCacheExpiry = 'SearchSuggestCacheExpiry'; /** * Name constant for the DisableSearchUpdate setting, for use with Config::get() * @see MainConfigSchema::DisableSearchUpdate */ public const DisableSearchUpdate = 'DisableSearchUpdate'; /** * Name constant for the NamespacesToBeSearchedDefault setting, for use with Config::get() * @see MainConfigSchema::NamespacesToBeSearchedDefault */ public const NamespacesToBeSearchedDefault = 'NamespacesToBeSearchedDefault'; /** * Name constant for the DisableInternalSearch setting, for use with Config::get() * @see MainConfigSchema::DisableInternalSearch */ public const DisableInternalSearch = 'DisableInternalSearch'; /** * Name constant for the SearchForwardUrl setting, for use with Config::get() * @see MainConfigSchema::SearchForwardUrl */ public const SearchForwardUrl = 'SearchForwardUrl'; /** * Name constant for the SitemapNamespaces setting, for use with Config::get() * @see MainConfigSchema::SitemapNamespaces */ public const SitemapNamespaces = 'SitemapNamespaces'; /** * Name constant for the SitemapNamespacesPriorities setting, for use with Config::get() * @see MainConfigSchema::SitemapNamespacesPriorities */ public const SitemapNamespacesPriorities = 'SitemapNamespacesPriorities'; /** * Name constant for the EnableSearchContributorsByIP setting, for use with Config::get() * @see MainConfigSchema::EnableSearchContributorsByIP */ public const EnableSearchContributorsByIP = 'EnableSearchContributorsByIP'; /** * Name constant for the SpecialSearchFormOptions setting, for use with Config::get() * @see MainConfigSchema::SpecialSearchFormOptions */ public const SpecialSearchFormOptions = 'SpecialSearchFormOptions'; /** * Name constant for the SearchMatchRedirectPreference setting, for use with Config::get() * @see MainConfigSchema::SearchMatchRedirectPreference */ public const SearchMatchRedirectPreference = 'SearchMatchRedirectPreference'; /** * Name constant for the SearchRunSuggestedQuery setting, for use with Config::get() * @see MainConfigSchema::SearchRunSuggestedQuery */ public const SearchRunSuggestedQuery = 'SearchRunSuggestedQuery'; /** * Name constant for the Diff3 setting, for use with Config::get() * @see MainConfigSchema::Diff3 */ public const Diff3 = 'Diff3'; /** * Name constant for the Diff setting, for use with Config::get() * @see MainConfigSchema::Diff */ public const Diff = 'Diff'; /** * Name constant for the PreviewOnOpenNamespaces setting, for use with Config::get() * @see MainConfigSchema::PreviewOnOpenNamespaces */ public const PreviewOnOpenNamespaces = 'PreviewOnOpenNamespaces'; /** * Name constant for the UniversalEditButton setting, for use with Config::get() * @see MainConfigSchema::UniversalEditButton */ public const UniversalEditButton = 'UniversalEditButton'; /** * Name constant for the UseAutomaticEditSummaries setting, for use with Config::get() * @see MainConfigSchema::UseAutomaticEditSummaries */ public const UseAutomaticEditSummaries = 'UseAutomaticEditSummaries'; /** * Name constant for the CommandLineDarkBg setting, for use with Config::get() * @see MainConfigSchema::CommandLineDarkBg */ public const CommandLineDarkBg = 'CommandLineDarkBg'; /** * Name constant for the ReadOnly setting, for use with Config::get() * @see MainConfigSchema::ReadOnly */ public const ReadOnly = 'ReadOnly'; /** * Name constant for the ReadOnlyWatchedItemStore setting, for use with Config::get() * @see MainConfigSchema::ReadOnlyWatchedItemStore */ public const ReadOnlyWatchedItemStore = 'ReadOnlyWatchedItemStore'; /** * Name constant for the ReadOnlyFile setting, for use with Config::get() * @see MainConfigSchema::ReadOnlyFile */ public const ReadOnlyFile = 'ReadOnlyFile'; /** * Name constant for the UpgradeKey setting, for use with Config::get() * @see MainConfigSchema::UpgradeKey */ public const UpgradeKey = 'UpgradeKey'; /** * Name constant for the GitBin setting, for use with Config::get() * @see MainConfigSchema::GitBin */ public const GitBin = 'GitBin'; /** * Name constant for the GitRepositoryViewers setting, for use with Config::get() * @see MainConfigSchema::GitRepositoryViewers */ public const GitRepositoryViewers = 'GitRepositoryViewers'; /** * Name constant for the RCMaxAge setting, for use with Config::get() * @see MainConfigSchema::RCMaxAge */ public const RCMaxAge = 'RCMaxAge'; /** * Name constant for the WatchersMaxAge setting, for use with Config::get() * @see MainConfigSchema::WatchersMaxAge */ public const WatchersMaxAge = 'WatchersMaxAge'; /** * Name constant for the UnwatchedPageSecret setting, for use with Config::get() * @see MainConfigSchema::UnwatchedPageSecret */ public const UnwatchedPageSecret = 'UnwatchedPageSecret'; /** * Name constant for the RCFilterByAge setting, for use with Config::get() * @see MainConfigSchema::RCFilterByAge */ public const RCFilterByAge = 'RCFilterByAge'; /** * Name constant for the RCLinkLimits setting, for use with Config::get() * @see MainConfigSchema::RCLinkLimits */ public const RCLinkLimits = 'RCLinkLimits'; /** * Name constant for the RCLinkDays setting, for use with Config::get() * @see MainConfigSchema::RCLinkDays */ public const RCLinkDays = 'RCLinkDays'; /** * Name constant for the RCFeeds setting, for use with Config::get() * @see MainConfigSchema::RCFeeds */ public const RCFeeds = 'RCFeeds'; /** * Name constant for the RCEngines setting, for use with Config::get() * @see MainConfigSchema::RCEngines */ public const RCEngines = 'RCEngines'; /** * Name constant for the RCWatchCategoryMembership setting, for use with Config::get() * @see MainConfigSchema::RCWatchCategoryMembership */ public const RCWatchCategoryMembership = 'RCWatchCategoryMembership'; /** * Name constant for the UseRCPatrol setting, for use with Config::get() * @see MainConfigSchema::UseRCPatrol */ public const UseRCPatrol = 'UseRCPatrol'; /** * Name constant for the StructuredChangeFiltersLiveUpdatePollingRate setting, for use with Config::get() * @see MainConfigSchema::StructuredChangeFiltersLiveUpdatePollingRate */ public const StructuredChangeFiltersLiveUpdatePollingRate = 'StructuredChangeFiltersLiveUpdatePollingRate'; /** * Name constant for the UseNPPatrol setting, for use with Config::get() * @see MainConfigSchema::UseNPPatrol */ public const UseNPPatrol = 'UseNPPatrol'; /** * Name constant for the UseFilePatrol setting, for use with Config::get() * @see MainConfigSchema::UseFilePatrol */ public const UseFilePatrol = 'UseFilePatrol'; /** * Name constant for the Feed setting, for use with Config::get() * @see MainConfigSchema::Feed */ public const Feed = 'Feed'; /** * Name constant for the FeedLimit setting, for use with Config::get() * @see MainConfigSchema::FeedLimit */ public const FeedLimit = 'FeedLimit'; /** * Name constant for the FeedCacheTimeout setting, for use with Config::get() * @see MainConfigSchema::FeedCacheTimeout */ public const FeedCacheTimeout = 'FeedCacheTimeout'; /** * Name constant for the FeedDiffCutoff setting, for use with Config::get() * @see MainConfigSchema::FeedDiffCutoff */ public const FeedDiffCutoff = 'FeedDiffCutoff'; /** * Name constant for the OverrideSiteFeed setting, for use with Config::get() * @see MainConfigSchema::OverrideSiteFeed */ public const OverrideSiteFeed = 'OverrideSiteFeed'; /** * Name constant for the FeedClasses setting, for use with Config::get() * @see MainConfigSchema::FeedClasses */ public const FeedClasses = 'FeedClasses'; /** * Name constant for the AdvertisedFeedTypes setting, for use with Config::get() * @see MainConfigSchema::AdvertisedFeedTypes */ public const AdvertisedFeedTypes = 'AdvertisedFeedTypes'; /** * Name constant for the RCShowWatchingUsers setting, for use with Config::get() * @see MainConfigSchema::RCShowWatchingUsers */ public const RCShowWatchingUsers = 'RCShowWatchingUsers'; /** * Name constant for the RCShowChangedSize setting, for use with Config::get() * @see MainConfigSchema::RCShowChangedSize */ public const RCShowChangedSize = 'RCShowChangedSize'; /** * Name constant for the RCChangedSizeThreshold setting, for use with Config::get() * @see MainConfigSchema::RCChangedSizeThreshold */ public const RCChangedSizeThreshold = 'RCChangedSizeThreshold'; /** * Name constant for the ShowUpdatedMarker setting, for use with Config::get() * @see MainConfigSchema::ShowUpdatedMarker */ public const ShowUpdatedMarker = 'ShowUpdatedMarker'; /** * Name constant for the DisableAnonTalk setting, for use with Config::get() * @see MainConfigSchema::DisableAnonTalk */ public const DisableAnonTalk = 'DisableAnonTalk'; /** * Name constant for the UseTagFilter setting, for use with Config::get() * @see MainConfigSchema::UseTagFilter */ public const UseTagFilter = 'UseTagFilter'; /** * Name constant for the SoftwareTags setting, for use with Config::get() * @see MainConfigSchema::SoftwareTags */ public const SoftwareTags = 'SoftwareTags'; /** * Name constant for the UnwatchedPageThreshold setting, for use with Config::get() * @see MainConfigSchema::UnwatchedPageThreshold */ public const UnwatchedPageThreshold = 'UnwatchedPageThreshold'; /** * Name constant for the RecentChangesFlags setting, for use with Config::get() * @see MainConfigSchema::RecentChangesFlags */ public const RecentChangesFlags = 'RecentChangesFlags'; /** * Name constant for the WatchlistExpiry setting, for use with Config::get() * @see MainConfigSchema::WatchlistExpiry */ public const WatchlistExpiry = 'WatchlistExpiry'; /** * Name constant for the WatchlistPurgeRate setting, for use with Config::get() * @see MainConfigSchema::WatchlistPurgeRate */ public const WatchlistPurgeRate = 'WatchlistPurgeRate'; /** * Name constant for the WatchlistExpiryMaxDuration setting, for use with Config::get() * @see MainConfigSchema::WatchlistExpiryMaxDuration */ public const WatchlistExpiryMaxDuration = 'WatchlistExpiryMaxDuration'; /** * Name constant for the RightsPage setting, for use with Config::get() * @see MainConfigSchema::RightsPage */ public const RightsPage = 'RightsPage'; /** * Name constant for the RightsUrl setting, for use with Config::get() * @see MainConfigSchema::RightsUrl */ public const RightsUrl = 'RightsUrl'; /** * Name constant for the RightsText setting, for use with Config::get() * @see MainConfigSchema::RightsText */ public const RightsText = 'RightsText'; /** * Name constant for the RightsIcon setting, for use with Config::get() * @see MainConfigSchema::RightsIcon */ public const RightsIcon = 'RightsIcon'; /** * Name constant for the UseCopyrightUpload setting, for use with Config::get() * @see MainConfigSchema::UseCopyrightUpload */ public const UseCopyrightUpload = 'UseCopyrightUpload'; /** * Name constant for the MaxCredits setting, for use with Config::get() * @see MainConfigSchema::MaxCredits */ public const MaxCredits = 'MaxCredits'; /** * Name constant for the ShowCreditsIfMax setting, for use with Config::get() * @see MainConfigSchema::ShowCreditsIfMax */ public const ShowCreditsIfMax = 'ShowCreditsIfMax'; /** * Name constant for the ImportSources setting, for use with Config::get() * @see MainConfigSchema::ImportSources */ public const ImportSources = 'ImportSources'; /** * Name constant for the ImportTargetNamespace setting, for use with Config::get() * @see MainConfigSchema::ImportTargetNamespace */ public const ImportTargetNamespace = 'ImportTargetNamespace'; /** * Name constant for the ExportAllowHistory setting, for use with Config::get() * @see MainConfigSchema::ExportAllowHistory */ public const ExportAllowHistory = 'ExportAllowHistory'; /** * Name constant for the ExportMaxHistory setting, for use with Config::get() * @see MainConfigSchema::ExportMaxHistory */ public const ExportMaxHistory = 'ExportMaxHistory'; /** * Name constant for the ExportAllowListContributors setting, for use with Config::get() * @see MainConfigSchema::ExportAllowListContributors */ public const ExportAllowListContributors = 'ExportAllowListContributors'; /** * Name constant for the ExportMaxLinkDepth setting, for use with Config::get() * @see MainConfigSchema::ExportMaxLinkDepth */ public const ExportMaxLinkDepth = 'ExportMaxLinkDepth'; /** * Name constant for the ExportFromNamespaces setting, for use with Config::get() * @see MainConfigSchema::ExportFromNamespaces */ public const ExportFromNamespaces = 'ExportFromNamespaces'; /** * Name constant for the ExportAllowAll setting, for use with Config::get() * @see MainConfigSchema::ExportAllowAll */ public const ExportAllowAll = 'ExportAllowAll'; /** * Name constant for the ExportPagelistLimit setting, for use with Config::get() * @see MainConfigSchema::ExportPagelistLimit */ public const ExportPagelistLimit = 'ExportPagelistLimit'; /** * Name constant for the XmlDumpSchemaVersion setting, for use with Config::get() * @see MainConfigSchema::XmlDumpSchemaVersion */ public const XmlDumpSchemaVersion = 'XmlDumpSchemaVersion'; /** * Name constant for the WikiFarmSettingsDirectory setting, for use with Config::get() * @see MainConfigSchema::WikiFarmSettingsDirectory */ public const WikiFarmSettingsDirectory = 'WikiFarmSettingsDirectory'; /** * Name constant for the WikiFarmSettingsExtension setting, for use with Config::get() * @see MainConfigSchema::WikiFarmSettingsExtension */ public const WikiFarmSettingsExtension = 'WikiFarmSettingsExtension'; /** * Name constant for the ExtensionFunctions setting, for use with Config::get() * @see MainConfigSchema::ExtensionFunctions */ public const ExtensionFunctions = 'ExtensionFunctions'; /** * Name constant for the ExtensionMessagesFiles setting, for use with Config::get() * @see MainConfigSchema::ExtensionMessagesFiles */ public const ExtensionMessagesFiles = 'ExtensionMessagesFiles'; /** * Name constant for the MessagesDirs setting, for use with Config::get() * @see MainConfigSchema::MessagesDirs */ public const MessagesDirs = 'MessagesDirs'; /** * Name constant for the ExtensionEntryPointListFiles setting, for use with Config::get() * @see MainConfigSchema::ExtensionEntryPointListFiles */ public const ExtensionEntryPointListFiles = 'ExtensionEntryPointListFiles'; /** * Name constant for the ParserOutputHooks setting, for use with Config::get() * @see MainConfigSchema::ParserOutputHooks */ public const ParserOutputHooks = 'ParserOutputHooks'; /** * Name constant for the EnableParserLimitReporting setting, for use with Config::get() * @see MainConfigSchema::EnableParserLimitReporting */ public const EnableParserLimitReporting = 'EnableParserLimitReporting'; /** * Name constant for the ValidSkinNames setting, for use with Config::get() * @see MainConfigSchema::ValidSkinNames */ public const ValidSkinNames = 'ValidSkinNames'; /** * Name constant for the SpecialPages setting, for use with Config::get() * @see MainConfigSchema::SpecialPages */ public const SpecialPages = 'SpecialPages'; /** * Name constant for the AutoloadAttemptLowercase setting, for use with Config::get() * @see MainConfigSchema::AutoloadAttemptLowercase * @deprecated since 1.35 */ public const AutoloadAttemptLowercase = 'AutoloadAttemptLowercase'; /** * Name constant for the ExtensionCredits setting, for use with Config::get() * @see MainConfigSchema::ExtensionCredits */ public const ExtensionCredits = 'ExtensionCredits'; /** * Name constant for the Hooks setting, for use with Config::get() * @see MainConfigSchema::Hooks */ public const Hooks = 'Hooks'; /** * Name constant for the ServiceWiringFiles setting, for use with Config::get() * @see MainConfigSchema::ServiceWiringFiles */ public const ServiceWiringFiles = 'ServiceWiringFiles'; /** * Name constant for the JobClasses setting, for use with Config::get() * @see MainConfigSchema::JobClasses */ public const JobClasses = 'JobClasses'; /** * Name constant for the JobTypesExcludedFromDefaultQueue setting, for use with Config::get() * @see MainConfigSchema::JobTypesExcludedFromDefaultQueue */ public const JobTypesExcludedFromDefaultQueue = 'JobTypesExcludedFromDefaultQueue'; /** * Name constant for the JobBackoffThrottling setting, for use with Config::get() * @see MainConfigSchema::JobBackoffThrottling */ public const JobBackoffThrottling = 'JobBackoffThrottling'; /** * Name constant for the JobSerialCommitThreshold setting, for use with Config::get() * @see MainConfigSchema::JobSerialCommitThreshold */ public const JobSerialCommitThreshold = 'JobSerialCommitThreshold'; /** * Name constant for the JobTypeConf setting, for use with Config::get() * @see MainConfigSchema::JobTypeConf */ public const JobTypeConf = 'JobTypeConf'; /** * Name constant for the JobQueueIncludeInMaxLagFactor setting, for use with Config::get() * @see MainConfigSchema::JobQueueIncludeInMaxLagFactor */ public const JobQueueIncludeInMaxLagFactor = 'JobQueueIncludeInMaxLagFactor'; /** * Name constant for the SpecialPageCacheUpdates setting, for use with Config::get() * @see MainConfigSchema::SpecialPageCacheUpdates */ public const SpecialPageCacheUpdates = 'SpecialPageCacheUpdates'; /** * Name constant for the PagePropLinkInvalidations setting, for use with Config::get() * @see MainConfigSchema::PagePropLinkInvalidations */ public const PagePropLinkInvalidations = 'PagePropLinkInvalidations'; /** * Name constant for the CategoryMagicGallery setting, for use with Config::get() * @see MainConfigSchema::CategoryMagicGallery */ public const CategoryMagicGallery = 'CategoryMagicGallery'; /** * Name constant for the CategoryPagingLimit setting, for use with Config::get() * @see MainConfigSchema::CategoryPagingLimit */ public const CategoryPagingLimit = 'CategoryPagingLimit'; /** * Name constant for the CategoryCollation setting, for use with Config::get() * @see MainConfigSchema::CategoryCollation */ public const CategoryCollation = 'CategoryCollation'; /** * Name constant for the TempCategoryCollations setting, for use with Config::get() * @see MainConfigSchema::TempCategoryCollations */ public const TempCategoryCollations = 'TempCategoryCollations'; /** * Name constant for the TrackingCategories setting, for use with Config::get() * @see MainConfigSchema::TrackingCategories * @deprecated since 1.25 Extensions should now register tracking categories using the new * extension registration system. */ public const TrackingCategories = 'TrackingCategories'; /** * Name constant for the LogTypes setting, for use with Config::get() * @see MainConfigSchema::LogTypes */ public const LogTypes = 'LogTypes'; /** * Name constant for the LogRestrictions setting, for use with Config::get() * @see MainConfigSchema::LogRestrictions */ public const LogRestrictions = 'LogRestrictions'; /** * Name constant for the FilterLogTypes setting, for use with Config::get() * @see MainConfigSchema::FilterLogTypes */ public const FilterLogTypes = 'FilterLogTypes'; /** * Name constant for the LogNames setting, for use with Config::get() * @see MainConfigSchema::LogNames */ public const LogNames = 'LogNames'; /** * Name constant for the LogHeaders setting, for use with Config::get() * @see MainConfigSchema::LogHeaders */ public const LogHeaders = 'LogHeaders'; /** * Name constant for the LogActions setting, for use with Config::get() * @see MainConfigSchema::LogActions */ public const LogActions = 'LogActions'; /** * Name constant for the LogActionsHandlers setting, for use with Config::get() * @see MainConfigSchema::LogActionsHandlers */ public const LogActionsHandlers = 'LogActionsHandlers'; /** * Name constant for the ActionFilteredLogs setting, for use with Config::get() * @see MainConfigSchema::ActionFilteredLogs */ public const ActionFilteredLogs = 'ActionFilteredLogs'; /** * Name constant for the NewUserLog setting, for use with Config::get() * @see MainConfigSchema::NewUserLog */ public const NewUserLog = 'NewUserLog'; /** * Name constant for the PageCreationLog setting, for use with Config::get() * @see MainConfigSchema::PageCreationLog */ public const PageCreationLog = 'PageCreationLog'; /** * Name constant for the AllowSpecialInclusion setting, for use with Config::get() * @see MainConfigSchema::AllowSpecialInclusion */ public const AllowSpecialInclusion = 'AllowSpecialInclusion'; /** * Name constant for the DisableQueryPageUpdate setting, for use with Config::get() * @see MainConfigSchema::DisableQueryPageUpdate */ public const DisableQueryPageUpdate = 'DisableQueryPageUpdate'; /** * Name constant for the CountCategorizedImagesAsUsed setting, for use with Config::get() * @see MainConfigSchema::CountCategorizedImagesAsUsed */ public const CountCategorizedImagesAsUsed = 'CountCategorizedImagesAsUsed'; /** * Name constant for the MaxRedirectLinksRetrieved setting, for use with Config::get() * @see MainConfigSchema::MaxRedirectLinksRetrieved */ public const MaxRedirectLinksRetrieved = 'MaxRedirectLinksRetrieved'; /** * Name constant for the RangeContributionsCIDRLimit setting, for use with Config::get() * @see MainConfigSchema::RangeContributionsCIDRLimit */ public const RangeContributionsCIDRLimit = 'RangeContributionsCIDRLimit'; /** * Name constant for the Actions setting, for use with Config::get() * @see MainConfigSchema::Actions */ public const Actions = 'Actions'; /** * Name constant for the DefaultRobotPolicy setting, for use with Config::get() * @see MainConfigSchema::DefaultRobotPolicy */ public const DefaultRobotPolicy = 'DefaultRobotPolicy'; /** * Name constant for the NamespaceRobotPolicies setting, for use with Config::get() * @see MainConfigSchema::NamespaceRobotPolicies */ public const NamespaceRobotPolicies = 'NamespaceRobotPolicies'; /** * Name constant for the ArticleRobotPolicies setting, for use with Config::get() * @see MainConfigSchema::ArticleRobotPolicies */ public const ArticleRobotPolicies = 'ArticleRobotPolicies'; /** * Name constant for the ExemptFromUserRobotsControl setting, for use with Config::get() * @see MainConfigSchema::ExemptFromUserRobotsControl */ public const ExemptFromUserRobotsControl = 'ExemptFromUserRobotsControl'; /** * Name constant for the DebugAPI setting, for use with Config::get() * @see MainConfigSchema::DebugAPI */ public const DebugAPI = 'DebugAPI'; /** * Name constant for the APIModules setting, for use with Config::get() * @see MainConfigSchema::APIModules */ public const APIModules = 'APIModules'; /** * Name constant for the APIFormatModules setting, for use with Config::get() * @see MainConfigSchema::APIFormatModules */ public const APIFormatModules = 'APIFormatModules'; /** * Name constant for the APIMetaModules setting, for use with Config::get() * @see MainConfigSchema::APIMetaModules */ public const APIMetaModules = 'APIMetaModules'; /** * Name constant for the APIPropModules setting, for use with Config::get() * @see MainConfigSchema::APIPropModules */ public const APIPropModules = 'APIPropModules'; /** * Name constant for the APIListModules setting, for use with Config::get() * @see MainConfigSchema::APIListModules */ public const APIListModules = 'APIListModules'; /** * Name constant for the APIMaxDBRows setting, for use with Config::get() * @see MainConfigSchema::APIMaxDBRows */ public const APIMaxDBRows = 'APIMaxDBRows'; /** * Name constant for the APIMaxResultSize setting, for use with Config::get() * @see MainConfigSchema::APIMaxResultSize */ public const APIMaxResultSize = 'APIMaxResultSize'; /** * Name constant for the APIMaxUncachedDiffs setting, for use with Config::get() * @see MainConfigSchema::APIMaxUncachedDiffs */ public const APIMaxUncachedDiffs = 'APIMaxUncachedDiffs'; /** * Name constant for the APIMaxLagThreshold setting, for use with Config::get() * @see MainConfigSchema::APIMaxLagThreshold */ public const APIMaxLagThreshold = 'APIMaxLagThreshold'; /** * Name constant for the APIRequestLog setting, for use with Config::get() * @see MainConfigSchema::APIRequestLog */ public const APIRequestLog = 'APIRequestLog'; /** * Name constant for the APICacheHelpTimeout setting, for use with Config::get() * @see MainConfigSchema::APICacheHelpTimeout */ public const APICacheHelpTimeout = 'APICacheHelpTimeout'; /** * Name constant for the APIUselessQueryPages setting, for use with Config::get() * @see MainConfigSchema::APIUselessQueryPages */ public const APIUselessQueryPages = 'APIUselessQueryPages'; /** * Name constant for the AjaxUploadDestCheck setting, for use with Config::get() * @see MainConfigSchema::AjaxUploadDestCheck */ public const AjaxUploadDestCheck = 'AjaxUploadDestCheck'; /** * Name constant for the AjaxLicensePreview setting, for use with Config::get() * @see MainConfigSchema::AjaxLicensePreview */ public const AjaxLicensePreview = 'AjaxLicensePreview'; /** * Name constant for the CrossSiteAJAXdomains setting, for use with Config::get() * @see MainConfigSchema::CrossSiteAJAXdomains */ public const CrossSiteAJAXdomains = 'CrossSiteAJAXdomains'; /** * Name constant for the CrossSiteAJAXdomainExceptions setting, for use with Config::get() * @see MainConfigSchema::CrossSiteAJAXdomainExceptions */ public const CrossSiteAJAXdomainExceptions = 'CrossSiteAJAXdomainExceptions'; /** * Name constant for the AllowedCorsHeaders setting, for use with Config::get() * @see MainConfigSchema::AllowedCorsHeaders */ public const AllowedCorsHeaders = 'AllowedCorsHeaders'; /** * Name constant for the RestAPIAdditionalRouteFiles setting, for use with Config::get() * @see MainConfigSchema::RestAPIAdditionalRouteFiles */ public const RestAPIAdditionalRouteFiles = 'RestAPIAdditionalRouteFiles'; /** * Name constant for the MaxShellMemory setting, for use with Config::get() * @see MainConfigSchema::MaxShellMemory */ public const MaxShellMemory = 'MaxShellMemory'; /** * Name constant for the MaxShellFileSize setting, for use with Config::get() * @see MainConfigSchema::MaxShellFileSize */ public const MaxShellFileSize = 'MaxShellFileSize'; /** * Name constant for the MaxShellTime setting, for use with Config::get() * @see MainConfigSchema::MaxShellTime */ public const MaxShellTime = 'MaxShellTime'; /** * Name constant for the MaxShellWallClockTime setting, for use with Config::get() * @see MainConfigSchema::MaxShellWallClockTime */ public const MaxShellWallClockTime = 'MaxShellWallClockTime'; /** * Name constant for the ShellCgroup setting, for use with Config::get() * @see MainConfigSchema::ShellCgroup */ public const ShellCgroup = 'ShellCgroup'; /** * Name constant for the PhpCli setting, for use with Config::get() * @see MainConfigSchema::PhpCli */ public const PhpCli = 'PhpCli'; /** * Name constant for the ShellRestrictionMethod setting, for use with Config::get() * @see MainConfigSchema::ShellRestrictionMethod */ public const ShellRestrictionMethod = 'ShellRestrictionMethod'; /** * Name constant for the ShellboxUrls setting, for use with Config::get() * @see MainConfigSchema::ShellboxUrls */ public const ShellboxUrls = 'ShellboxUrls'; /** * Name constant for the ShellboxSecretKey setting, for use with Config::get() * @see MainConfigSchema::ShellboxSecretKey */ public const ShellboxSecretKey = 'ShellboxSecretKey'; /** * Name constant for the HTTPTimeout setting, for use with Config::get() * @see MainConfigSchema::HTTPTimeout */ public const HTTPTimeout = 'HTTPTimeout'; /** * Name constant for the HTTPConnectTimeout setting, for use with Config::get() * @see MainConfigSchema::HTTPConnectTimeout */ public const HTTPConnectTimeout = 'HTTPConnectTimeout'; /** * Name constant for the HTTPMaxTimeout setting, for use with Config::get() * @see MainConfigSchema::HTTPMaxTimeout */ public const HTTPMaxTimeout = 'HTTPMaxTimeout'; /** * Name constant for the HTTPMaxConnectTimeout setting, for use with Config::get() * @see MainConfigSchema::HTTPMaxConnectTimeout */ public const HTTPMaxConnectTimeout = 'HTTPMaxConnectTimeout'; /** * Name constant for the HTTPImportTimeout setting, for use with Config::get() * @see MainConfigSchema::HTTPImportTimeout */ public const HTTPImportTimeout = 'HTTPImportTimeout'; /** * Name constant for the AsyncHTTPTimeout setting, for use with Config::get() * @see MainConfigSchema::AsyncHTTPTimeout */ public const AsyncHTTPTimeout = 'AsyncHTTPTimeout'; /** * Name constant for the HTTPProxy setting, for use with Config::get() * @see MainConfigSchema::HTTPProxy */ public const HTTPProxy = 'HTTPProxy'; /** * Name constant for the LocalVirtualHosts setting, for use with Config::get() * @see MainConfigSchema::LocalVirtualHosts */ public const LocalVirtualHosts = 'LocalVirtualHosts'; /** * Name constant for the LocalHTTPProxy setting, for use with Config::get() * @see MainConfigSchema::LocalHTTPProxy */ public const LocalHTTPProxy = 'LocalHTTPProxy'; /** * Name constant for the AllowExternalReqID setting, for use with Config::get() * @see MainConfigSchema::AllowExternalReqID */ public const AllowExternalReqID = 'AllowExternalReqID'; /** * Name constant for the JobRunRate setting, for use with Config::get() * @see MainConfigSchema::JobRunRate */ public const JobRunRate = 'JobRunRate'; /** * Name constant for the RunJobsAsync setting, for use with Config::get() * @see MainConfigSchema::RunJobsAsync */ public const RunJobsAsync = 'RunJobsAsync'; /** * Name constant for the UpdateRowsPerJob setting, for use with Config::get() * @see MainConfigSchema::UpdateRowsPerJob */ public const UpdateRowsPerJob = 'UpdateRowsPerJob'; /** * Name constant for the UpdateRowsPerQuery setting, for use with Config::get() * @see MainConfigSchema::UpdateRowsPerQuery */ public const UpdateRowsPerQuery = 'UpdateRowsPerQuery'; /** * Name constant for the RedirectOnLogin setting, for use with Config::get() * @see MainConfigSchema::RedirectOnLogin */ public const RedirectOnLogin = 'RedirectOnLogin'; /** * Name constant for the VirtualRestConfig setting, for use with Config::get() * @see MainConfigSchema::VirtualRestConfig */ public const VirtualRestConfig = 'VirtualRestConfig'; /** * Name constant for the EventRelayerConfig setting, for use with Config::get() * @see MainConfigSchema::EventRelayerConfig */ public const EventRelayerConfig = 'EventRelayerConfig'; /** * Name constant for the Pingback setting, for use with Config::get() * @see MainConfigSchema::Pingback */ public const Pingback = 'Pingback'; /** * Name constant for the OriginTrials setting, for use with Config::get() * @see MainConfigSchema::OriginTrials */ public const OriginTrials = 'OriginTrials'; /** * Name constant for the ReportToExpiry setting, for use with Config::get() * @see MainConfigSchema::ReportToExpiry */ public const ReportToExpiry = 'ReportToExpiry'; /** * Name constant for the ReportToEndpoints setting, for use with Config::get() * @see MainConfigSchema::ReportToEndpoints */ public const ReportToEndpoints = 'ReportToEndpoints'; /** * Name constant for the FeaturePolicyReportOnly setting, for use with Config::get() * @see MainConfigSchema::FeaturePolicyReportOnly */ public const FeaturePolicyReportOnly = 'FeaturePolicyReportOnly'; /** * Name constant for the SkinsPreferred setting, for use with Config::get() * @see MainConfigSchema::SkinsPreferred */ public const SkinsPreferred = 'SkinsPreferred'; /** * Name constant for the SpecialContributeSkinsDisabled setting, for use with Config::get() * @see MainConfigSchema::SpecialContributeSkinsDisabled */ public const SpecialContributeSkinsDisabled = 'SpecialContributeSkinsDisabled'; }