MediaWiki REL1_34
MediaWiki constants

Variables

const ALF_NO_BLOCK_LOCK 8
 
const ALF_NO_LINK_LOCK 4
 
const ALF_PRELOAD_EXISTENCE 2
 
const ALF_PRELOAD_LINKS 1
 
const APCOND_AGE 2
 
const APCOND_AGE_FROM_EDIT 7
 
const APCOND_BLOCKED 8
 
const APCOND_EDITCOUNT 1
 
const APCOND_EMAILCONFIRMED 3
 
const APCOND_INGROUPS 4
 
const APCOND_IPINRANGE 6
 
const APCOND_ISBOT 9
 
const APCOND_ISIP 5
 
const AV_NO_VIRUS 0
 
const AV_SCAN_ABORTED -1
 
const AV_SCAN_FAILED false
 
const AV_VIRUS_FOUND 1
 
const CACHE_ACCEL 3
 
const CACHE_ANYTHING -1
 
const CACHE_DB 1
 
const CACHE_MEMCACHED 2
 
const CACHE_NONE 0
 
const CONTENT_FORMAT_CSS 'text/css'
 
const CONTENT_FORMAT_HTML 'text/html'
 
const CONTENT_FORMAT_JAVASCRIPT 'text/javascript'
 
const CONTENT_FORMAT_JSON 'application/json'
 
const CONTENT_FORMAT_SERIALIZED 'application/vnd.php.serialized'
 
const CONTENT_FORMAT_TEXT 'text/plain'
 
const CONTENT_FORMAT_WIKITEXT 'text/x-wiki'
 
const CONTENT_FORMAT_XML 'application/xml'
 
const CONTENT_MODEL_CSS 'css'
 
const CONTENT_MODEL_JAVASCRIPT 'javascript'
 
const CONTENT_MODEL_JSON 'json'
 
const CONTENT_MODEL_TEXT 'text'
 
const CONTENT_MODEL_WIKITEXT 'wikitext'
 
const EDIT_AUTOSUMMARY 64
 
const EDIT_DEFER_UPDATES 32
 
const EDIT_FORCE_BOT 16
 
const EDIT_INTERNAL 128
 
const EDIT_MINOR 4
 
const EDIT_NEW 1
 
const EDIT_SUPPRESS_RC 8
 
const EDIT_UPDATE 2
 
const LIST_AND IDatabase::LIST_AND
 
const LIST_COMMA IDatabase::LIST_COMMA
 
const LIST_NAMES IDatabase::LIST_NAMES
 
const LIST_OR IDatabase::LIST_OR
 
const LIST_SET IDatabase::LIST_SET
 
const MIGRATION_NEW 0x30000000 | SCHEMA_COMPAT_NEW
 
const MIGRATION_OLD 0x00000000 | SCHEMA_COMPAT_OLD
 
const MIGRATION_WRITE_BOTH 0x10000000 | SCHEMA_COMPAT_READ_BOTH | SCHEMA_COMPAT_WRITE_BOTH
 
const MIGRATION_WRITE_NEW 0x20000000 | SCHEMA_COMPAT_READ_BOTH | SCHEMA_COMPAT_WRITE_NEW
 
const MW_DATE_DEFAULT 'default'
 
const MW_DATE_DMY 'dmy'
 
const MW_DATE_ISO 'ISO 8601'
 
const MW_DATE_MDY 'mdy'
 
const MW_DATE_YMD 'ymd'
 
const MW_EDITFILTERMERGED_SUPPORTS_API 1
 
const MW_SUPPORTS_CONTENTHANDLER 1
 
const MW_SUPPORTS_LOCALISATIONCACHE 1
 
const MW_SUPPORTS_PARSERFIRSTCALLINIT 1
 
const NS_CATEGORY 14
 
const NS_CATEGORY_TALK 15
 
const NS_FILE 6
 
const NS_FILE_TALK 7
 
const NS_HELP 12
 
const NS_HELP_TALK 13
 
const NS_MAIN 0
 
const NS_MEDIA -2
 
const NS_MEDIAWIKI 8
 
const NS_MEDIAWIKI_TALK 9
 
const NS_PROJECT 4
 
const NS_PROJECT_TALK 5
 
const NS_SPECIAL -1
 
const NS_TALK 1
 
const NS_TEMPLATE 10
 
const NS_TEMPLATE_TALK 11
 
const NS_USER 2
 
const NS_USER_TALK 3
 
const OT_HTML 1
 
const OT_MSG 3
 
const OT_PLAIN 4
 
const OT_PREPROCESS 3
 
const OT_WIKI 2
 
const PROTO_CANONICAL 1
 
const PROTO_CURRENT null
 
const PROTO_HTTP 'http://'
 
const PROTO_HTTPS 'https://'
 
const PROTO_INTERNAL 2
 
const PROTO_RELATIVE '//'
 
const RC_CATEGORIZE 6
 
const RC_EDIT 0
 
const RC_EXTERNAL 5
 
const RC_LOG 3
 
const RC_NEW 1
 
const SCHEMA_COMPAT_NEW SCHEMA_COMPAT_WRITE_NEW | SCHEMA_COMPAT_READ_NEW
 
const SCHEMA_COMPAT_OLD SCHEMA_COMPAT_WRITE_OLD | SCHEMA_COMPAT_READ_OLD
 
const SCHEMA_COMPAT_READ_BOTH SCHEMA_COMPAT_READ_OLD | SCHEMA_COMPAT_READ_NEW
 
const SCHEMA_COMPAT_READ_NEW 0x20
 
const SCHEMA_COMPAT_READ_OLD 0x02
 
const SCHEMA_COMPAT_WRITE_BOTH SCHEMA_COMPAT_WRITE_OLD | SCHEMA_COMPAT_WRITE_NEW
 
const SCHEMA_COMPAT_WRITE_NEW 0x10
 
const SCHEMA_COMPAT_WRITE_OLD 0x01
 
const SFH_NO_HASH 1
 
const SFH_OBJECT_ARGS 2
 
const SHELL_MAX_ARG_STRLEN '100000'
 
const XML_DUMP_SCHEMA_VERSION_10 '0.10'
 
const XML_DUMP_SCHEMA_VERSION_11 '0.11'
 

Detailed Description

Variable Documentation

◆ ALF_NO_BLOCK_LOCK

const ALF_NO_BLOCK_LOCK 8

Definition at line 114 of file Defines.php.

◆ ALF_NO_LINK_LOCK

const ALF_NO_LINK_LOCK 4

Definition at line 113 of file Defines.php.

◆ ALF_PRELOAD_EXISTENCE

const ALF_PRELOAD_EXISTENCE 2

Definition at line 112 of file Defines.php.

◆ ALF_PRELOAD_LINKS

const ALF_PRELOAD_LINKS 1

Anti-lock flags Was used by $wgAntiLockFlags, which was removed with 1.25 Constants kept to not have warnings when used in LocalSettings

Definition at line 111 of file Defines.php.

◆ APCOND_AGE

const APCOND_AGE 2

Definition at line 195 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_AGE_FROM_EDIT

const APCOND_AGE_FROM_EDIT 7

Definition at line 200 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_BLOCKED

const APCOND_BLOCKED 8

Definition at line 201 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_EDITCOUNT

const APCOND_EDITCOUNT 1

Autopromote conditions (must be here and not in Autopromote.php, so that they're loaded for DefaultSettings.php before AutoLoader.php)

Definition at line 194 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_EMAILCONFIRMED

const APCOND_EMAILCONFIRMED 3

Definition at line 196 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_INGROUPS

const APCOND_INGROUPS 4

Definition at line 197 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_IPINRANGE

const APCOND_IPINRANGE 6

Definition at line 199 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_ISBOT

const APCOND_ISBOT 9

Definition at line 202 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_ISIP

const APCOND_ISIP 5

Definition at line 198 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ AV_NO_VIRUS

const AV_NO_VIRUS 0

Antivirus result codes, for use in $wgAntivirusSetup.

Definition at line 100 of file Defines.php.

Referenced by UploadBase\detectVirus().

◆ AV_SCAN_ABORTED

const AV_SCAN_ABORTED -1

Definition at line 102 of file Defines.php.

Referenced by UploadBase\detectVirus().

◆ AV_SCAN_FAILED

const AV_SCAN_FAILED false

Definition at line 103 of file Defines.php.

Referenced by UploadBase\detectVirus().

◆ AV_VIRUS_FOUND

const AV_VIRUS_FOUND 1

Definition at line 101 of file Defines.php.

◆ CACHE_ACCEL

const CACHE_ACCEL 3

Definition at line 94 of file Defines.php.

◆ CACHE_ANYTHING

◆ CACHE_DB

const CACHE_DB 1

◆ CACHE_MEMCACHED

const CACHE_MEMCACHED 2

Definition at line 93 of file Defines.php.

Referenced by McTest\execute(), and Installer\getInstallerConfig().

◆ CACHE_NONE

◆ CONTENT_FORMAT_CSS

const CONTENT_FORMAT_CSS 'text/css'

◆ CONTENT_FORMAT_HTML

const CONTENT_FORMAT_HTML 'text/html'

Definition at line 247 of file Defines.php.

◆ CONTENT_FORMAT_JAVASCRIPT

const CONTENT_FORMAT_JAVASCRIPT 'text/javascript'

◆ CONTENT_FORMAT_JSON

const CONTENT_FORMAT_JSON 'application/json'

Definition at line 251 of file Defines.php.

Referenced by JsonContentHandler\__construct().

◆ CONTENT_FORMAT_SERIALIZED

const CONTENT_FORMAT_SERIALIZED 'application/vnd.php.serialized'

Definition at line 249 of file Defines.php.

◆ CONTENT_FORMAT_TEXT

const CONTENT_FORMAT_TEXT 'text/plain'

Definition at line 245 of file Defines.php.

◆ CONTENT_FORMAT_WIKITEXT

const CONTENT_FORMAT_WIKITEXT 'text/x-wiki'

Content formats, used by Content and ContentHandler. These should be MIME types, and will be exposed in the API and XML dumps.

Extensions are free to use the below formats, or define their own. It is recommended to stick with the conventions for MIME types.

Definition at line 239 of file Defines.php.

Referenced by WikitextContentHandler\__construct().

◆ CONTENT_FORMAT_XML

const CONTENT_FORMAT_XML 'application/xml'

Definition at line 253 of file Defines.php.

◆ CONTENT_MODEL_CSS

◆ CONTENT_MODEL_JAVASCRIPT

◆ CONTENT_MODEL_JSON

◆ CONTENT_MODEL_TEXT

◆ CONTENT_MODEL_WIKITEXT

◆ EDIT_AUTOSUMMARY

◆ EDIT_DEFER_UPDATES

const EDIT_DEFER_UPDATES 32

Definition at line 146 of file Defines.php.

◆ EDIT_FORCE_BOT

◆ EDIT_INTERNAL

◆ EDIT_MINOR

◆ EDIT_NEW

◆ EDIT_SUPPRESS_RC

◆ EDIT_UPDATE

◆ LIST_AND

◆ LIST_COMMA

const LIST_COMMA IDatabase::LIST_COMMA

Obsolete IDatabase::makeList() constants These are also available as Database class constants

Definition at line 47 of file Defines.php.

◆ LIST_NAMES

const LIST_NAMES IDatabase::LIST_NAMES

Definition at line 50 of file Defines.php.

◆ LIST_OR

◆ LIST_SET

const LIST_SET IDatabase::LIST_SET

Definition at line 49 of file Defines.php.

◆ MIGRATION_NEW

◆ MIGRATION_OLD

const MIGRATION_OLD 0x00000000 | SCHEMA_COMPAT_OLD

Schema change migration flags.

Used as values of a feature flag for an orderly transition from an old schema to a new schema. The numeric values of these constants are compatible with the SCHEMA_COMPAT_XXX bitfield semantics. High bits are used to ensure that the numeric ordering follows the order in which the migration stages should be used.

  • MIGRATION_OLD: Only read and write the old schema. The new schema need not even exist. This is used from when the patch is merged until the schema change is actually applied to the database.
  • MIGRATION_WRITE_BOTH: Write both the old and new schema. Read the new schema preferentially, falling back to the old. This is used while the change is being tested, allowing easy roll-back to the old schema.
  • MIGRATION_WRITE_NEW: Write only the new schema. Read the new schema preferentially, falling back to the old. This is used while running the maintenance script to migrate existing entries in the old schema to the new schema.
  • MIGRATION_NEW: Only read and write the new schema. The old schema (and the feature flag) may now be removed.

Definition at line 304 of file Defines.php.

◆ MIGRATION_WRITE_BOTH

const MIGRATION_WRITE_BOTH 0x10000000 | SCHEMA_COMPAT_READ_BOTH | SCHEMA_COMPAT_WRITE_BOTH

Definition at line 305 of file Defines.php.

◆ MIGRATION_WRITE_NEW

const MIGRATION_WRITE_NEW 0x20000000 | SCHEMA_COMPAT_READ_BOTH | SCHEMA_COMPAT_WRITE_NEW

Definition at line 306 of file Defines.php.

◆ MW_DATE_DEFAULT

const MW_DATE_DEFAULT 'default'

Date format selectors; used in user preference storage and by Language::date() and co.

Definition at line 121 of file Defines.php.

◆ MW_DATE_DMY

const MW_DATE_DMY 'dmy'

Definition at line 123 of file Defines.php.

◆ MW_DATE_ISO

const MW_DATE_ISO 'ISO 8601'

Definition at line 125 of file Defines.php.

◆ MW_DATE_MDY

const MW_DATE_MDY 'mdy'

Definition at line 122 of file Defines.php.

◆ MW_DATE_YMD

const MW_DATE_YMD 'ymd'

Definition at line 124 of file Defines.php.

◆ MW_EDITFILTERMERGED_SUPPORTS_API

const MW_EDITFILTERMERGED_SUPPORTS_API 1

Definition at line 157 of file Defines.php.

◆ MW_SUPPORTS_CONTENTHANDLER

const MW_SUPPORTS_CONTENTHANDLER 1

Definition at line 156 of file Defines.php.

◆ MW_SUPPORTS_LOCALISATIONCACHE

const MW_SUPPORTS_LOCALISATIONCACHE 1

Definition at line 155 of file Defines.php.

◆ MW_SUPPORTS_PARSERFIRSTCALLINIT

const MW_SUPPORTS_PARSERFIRSTCALLINIT 1

Hook support constants

Definition at line 154 of file Defines.php.

◆ NS_CATEGORY

const NS_CATEGORY 14

Definition at line 83 of file Defines.php.

Referenced by SpecialUncategorizedCategories\__construct(), DumpNamespaceFilter\__construct(), CategoryPager\__construct(), OutputPage\addCategoryLinks(), OutputPage\addCategoryLinksToLBAndGetResult(), ParserOutput\addTrackingCategory(), SkinTemplate\buildNavUrls(), MediaWiki\Permissions\PermissionManager\checkQuickPermissions(), BenchmarkTitleValue\constructTitle(), BenchmarkTitleValue\constructTitleSafe(), BenchmarkTitleValue\constructTitleValue(), CategoryViewer\doCategoryQuery(), LinksDeletionUpdate\doIncrementalUpdate(), SpecialRecentChangesLinked\doMainQuery(), LinkHolderArray\doVariants(), ApiQueryCategoryInfo\execute(), RefreshLinks\execute(), WikiPage\factory(), ApiParse\formatCategoryLinks(), SpecialMostLinkedCategories\formatResult(), SpecialUncategorizedCategories\formatResult(), SpecialUnusedCategories\formatResult(), CategoryPager\formatRow(), MediaWiki\Widget\Search\FullSearchResultWidget\generateSizeHtml(), CategoryPager\getBody(), WikiPage\getCategories(), Skin\getCategories(), LinksUpdate\getCategoryInsertions(), DumpCategoriesAsRdf\getCategoryIterator(), Skin\getCategoryLinks(), CategoryChangesAsRdf\getChangedCatsIterator(), CategoryChangesAsRdf\getDeletedCatsIterator(), SpecialUncategorizedCategories\getExceptionList(), WikiFilePage\getForeignCategories(), SpecialRandomInCategory\getFormFields(), WikiPage\getHiddenCategories(), CategoryChangesAsRdf\getMovedCatsIterator(), CategoryChangesAsRdf\getNewCatsIterator(), WantedFilesPage\getPageHeader(), Title\getParentCategories(), SpecialMostLinkedCategories\getQueryInfo(), SpecialUnusedCategories\getQueryInfo(), SpecialWantedCategories\getQueryInfo(), CategoryChangesAsRdf\getRestoredCatsIterator(), CategoryPager\getStartForm(), Category\getTitle(), TrackingCategories\getTrackingCategories(), CategoryChangesAsRdf\handleCategorization(), Parser\handleDoubleUnderscore(), Parser\handleInternalLinks2(), CategoryChangesAsRdf\handleMoves(), LinksUpdate\invalidateCategories(), LinkCache\isCacheable(), CategoriesRdf\labelToUrl(), SearchHighlighter\linkReplace(), WikitextContentHandler\makeRedirectContent(), MovePage\moveToInternal(), Category\newFromName(), Article\newFromTitle(), CategoryMembershipChangeJob\notifyUpdatesForRevision(), WikiPage\onArticleCreate(), SpecialRandomInCategory\onSubmit(), InfoAction\pageInfo(), CoreParserFunctions\pagesincategory(), Category\refreshCounts(), ApiQueryAllCategories\run(), ApiQueryCategories\run(), ApiQueryCategoryMembers\run(), CategoryFinder\scanNextLayer(), CategoryFinder\seed(), GenerateSitemap\setNamespacePriorities(), MovePageForm\showForm(), Title\touchLinks(), CategoryPage\view(), CategoriesRdf\writeCategoryData(), and CategoriesRdf\writeCategoryLinkData().

◆ NS_CATEGORY_TALK

◆ NS_FILE

const NS_FILE 6

Definition at line 75 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct(), ApiQueryAllLinks\__construct(), FileRepo\__construct(), ParserOutput\addLink(), UploadForm\addUploadJS(), CleanupImages\buildSafeTitle(), UploadBase\checkBadFileName(), RevertAction\checkCanExecute(), FindOrphanedFiles\checkFiles(), MediaWiki\Permissions\PermissionManager\checkQuickPermissions(), LocalRepo\checkRedirect(), SpecialRedirect\dispatchFile(), CategoryViewer\doCategoryQuery(), WikiPage\doDeleteUpdates(), SpecialRecentChangesLinked\doMainQuery(), MovePageForm\doSubmit(), SpecialFileDuplicateSearch\execute(), SpecialUndelete\execute(), ApiDelete\execute(), ApiMove\execute(), ApiQueryFilearchive\execute(), ApiQueryImageInfo\execute(), DeleteBatch\execute(), FindMissingFiles\execute(), ImportImages\execute(), UppercaseTitlesForUnicodeTransition\execute(), WikiPage\factory(), ForeignAPIRepo\findBySha1(), FileRepo\findFile(), LocalRepo\findFiles(), WikiFilePage\followRedirect(), Linker\formatLinksInComment(), NewFilesPager\formatRow(), ImageListPager\formatValue(), MediaWiki\Widget\Search\FullSearchResultWidget\generateFileHtml(), BacklinkCache\getCascadeProtectedLinks(), Title\getCascadeProtectionSources(), ApiUpload\getChunkResult(), FileContentHandler\getDataForSearchIndex(), WikitextContentHandler\getDataForSearchIndex(), ForeignDBFile\getDescriptionShortUrl(), ForeignDBFile\getDescriptionText(), WANCacheReapUpdate\getEventAffectedKeys(), SpecialWhatLinksHere\getFilterPanel(), FileRepo\getNameFromTitle(), SearchNearMatcher\getNearMatchInternal(), SearchUpdate\getNormalizedTitle(), ApiImageRotate\getPageSet(), ApiQueryInfo\getProtectionInfo(), NewFilesPager\getQueryInfo(), SpecialListDuplicatedFiles\getQueryInfo(), SpecialMIMESearch\getQueryInfo(), MostimagesPage\getQueryInfo(), SpecialUncategorizedImages\getQueryInfo(), SpecialUnusedImages\getQueryInfo(), WantedFilesPage\getQueryInfo(), File\getRedirectedTitle(), WikiFilePage\getRedirectTarget(), WikiPage\getRedirectTarget(), Title\getRestrictionTypes(), SpecialSearch\getSearchProfiles(), UploadBase\getTitle(), SpecialUpload\getUploadForm(), SpecialUpload\getWatchCheck(), Parser\handleInternalLinks2(), SearchHighlighter\highlightText(), ImagePage\imageLinks(), initFromTitle(), EditPage\internalAttemptSave(), LinksUpdate\invalidateImageDescriptions(), Title\isAlwaysKnown(), LinkCache\isCacheable(), Title\isDeleted(), Title\isDeletedQuick(), NamespaceInfo\isMovable(), MovePage\isValidFileMove(), MovePage\isValidMove(), Title\isValidMoveTarget(), MovePage\isValidMoveTarget(), SearchHighlighter\linkReplace(), PageArchive\listFiles(), ArchivedFile\load(), ArchivedFile\loadFromRow(), Linker\makeThumbLink2(), MovePage\moveUnsafe(), ArchivedFile\newFromRow(), LocalFile\newFromRow(), OldLocalFile\newFromRow(), Article\newFromTitle(), File\normalizeTitle(), WikiPage\onArticleDelete(), ImageQueryPage\outputResults(), CleanupImages\pageExists(), InfoAction\pageInfo(), MediaWiki\parseTitle(), ApiUpload\performUpload(), CleanupImages\pokeFile(), SpecialFileDuplicateSearch\prefixSearchSubpages(), CleanupImages\processRow(), TitleCleanup\processRow(), PurgeChangedFiles\purgeFromLogType(), LinksUpdate\queueRecursiveJobs(), LocalFile\recordUpload2(), Category\refreshCounts(), Parser\renderImageGallery(), ApiQueryAllImages\run(), ApiQueryBacklinks\run(), ApiQueryDuplicateFiles\run(), ApiQueryImages\run(), ApiQueryBacklinks\runSecondQuery(), PrefixSearch\searchBackend(), GenerateSitemap\setNamespacePriorities(), SpecialWhatLinksHere\showIndirectLinks(), EditPage\showIntro(), Article\showPatrolFooter(), SpecialSearch\showResults(), SpecialUpload\showUploadWarning(), SpecialUpload\showViewDeletedLinks(), MediaWiki\Widget\Search\SearchFormWidget\startsWithImage(), TraditionalImageGallery\toHTML(), PageArchive\undelete(), SpecialUndelete\undelete(), PageArchive\undeleteRevisions(), WikiPage\updateRedirectOn(), CoreParserFunctions\urlFunction(), ApiFileRevert\validateParameters(), ImagePage\view(), wfStreamThumb(), SkinTemplate\wrapHTML(), and XmlDumpWriter\writeUploads().

◆ NS_FILE_TALK

const NS_FILE_TALK 7

◆ NS_HELP

const NS_HELP 12

◆ NS_HELP_TALK

const NS_HELP_TALK 13

◆ NS_MAIN

const NS_MAIN 0

Real namespaces

Number 100 and beyond are reserved for custom namespaces; DO NOT assign standard namespaces at 100 or beyond. DO NOT Change integer values as they are most probably hardcoded everywhere see T2696 which talked about that.

Definition at line 69 of file Defines.php.

Referenced by TitleValue\__construct(), DumpNamespaceFilter\__construct(), buildCommonApiParams(), Title\canExist(), NamespaceInfo\canHaveTalkPage(), MediaWiki\Permissions\PermissionManager\checkReadPermissions(), MediaWiki\Permissions\PermissionManager\checkSpecialsAndNSPermissions(), LanguageConverter\convertNamespace(), LanguageConverter\convertTitle(), PrefixSearch\defaultSearchBackend(), SpecialContributions\execute(), SpecialExport\execute(), SpecialLog\execute(), SpecialWithoutInterwiki\execute(), UppercaseTitlesForUnicodeTransition\execute(), LanguageConverter\findVariantLink(), Linker\formatAutocomments(), ApiQueryAllPages\getAllowedParams(), ApiQueryDeletedrevs\getAllowedParams(), ApiQueryInfo\getAllVariants(), NamespaceInfo\getCanonicalNamespaces(), CategoriesRdf\getDumpURI(), SpecialEditWatchlist\getExpandedTargets(), Linker\getInvalidTitleDescription(), EditWatchlistNormalHTMLForm\getLegend(), BlockLogFormatter\getMessageParameters(), SpecialEditWatchlist\getNormalForm(), RandomPage\getNsList(), WantedFilesPage\getPageHeader(), BlockListPager\getRestrictionListHTML(), NamespaceInfo\getSubject(), NamespaceDupes\getTargetList(), User\getTokenUrl(), Languages\getUntranslatedNamespaces(), ExternalUserNames\getUserLinkTitle(), MediaWiki\EditPage\TextConflictHelper\incrementConflictStats(), MediaWiki\EditPage\TextConflictHelper\incrementResolvedStats(), Title\isAlwaysKnown(), NamespaceInfo\isMethodValidFor(), NamespaceInfo\isMovable(), NamespaceInfo\isTalk(), MediaWiki\maybeDoHttpsRedirect(), Html\namespaceSelectorOptions(), Title\newFromTextThrow(), SpecialListGroupRights\outputNamespaceProtectionInfo(), SearchEngine\parseNamespacePrefixes(), MediaWikiTitleCodec\parseTitle(), BenchmarkTitleValue\parseTitleValue(), SearchExactMatchRescorer\rescore(), SearchEngineConfig\searchableNamespaces(), RandomPage\setNamespace(), GenerateSitemap\setNamespacePriorities(), WikiImporter\setTargetRootPage(), SpecialAllPages\showChunk(), SpecialPrefixindex\showPrefixChunk(), MediaWikiTitleCodec\splitTitleString(), and PrefixSearch\validateNamespaces().

◆ NS_MEDIA

◆ NS_MEDIAWIKI

const NS_MEDIAWIKI 8

Definition at line 77 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct(), AllMessagesTablePager\__construct(), ApiFormatXml\addXslt(), SkinTemplate\buildContentNavigationUrls(), MediaWiki\Permissions\PermissionManager\checkSpecialsAndNSPermissions(), FixDefaultJsonContentPages\doDBUpdates(), WikiPage\doPurge(), MediaWiki\Storage\DerivedPageDataUpdater\doUpdates(), ApiEditPage\execute(), DeleteDefaultMessages\execute(), DeleteEqualMessages\execute(), ImportSiteScripts\execute(), NukeNS\execute(), UpdateRestrictions\execute(), AllMessagesTablePager\formatValue(), EditPage\getContentObject(), AllMessagesTablePager\getCustomisedStatuses(), Title\getDefaultMessageText(), MediaWiki\Revision\MainSlotRoleHandler\getDefaultModel(), SearchNearMatcher\getNearMatchInternal(), ContentHandler\getPageLanguage(), ContentHandler\getPageViewLanguage(), SpecialUnwatchedPages\getQueryInfo(), WantedPagesPage\getQueryInfo(), Article\getSubstituteContent(), Message\getTitle(), TrackingCategories\getTrackingCategories(), Title\hasSourceText(), EditPage\internalAttemptSave(), Title\isAlwaysKnown(), LinkCache\isCacheable(), Title\isConversionTable(), Title\isRawHtmlMessage(), Title\isSiteCssConfigPage(), Title\isSiteJsConfigPage(), Title\isSiteJsonConfigPage(), ChangeTags\isTagNameValid(), MessageCache\loadCachedMessagePageEntry(), MessageCache\loadFromDB(), WikiPage\onArticleDelete(), RawAction\onView(), LanguageConverter\parseCachedTable(), MessageCache\refreshAndReplaceInternal(), EditPage\setHeaders(), GenerateSitemap\setNamespacePriorities(), EditPage\showDiff(), EditPage\showIntro(), Article\showMissingArticle(), Parser\statelessFetchTemplate(), and LanguageConverter\updateConversionTable().

◆ NS_MEDIAWIKI_TALK

◆ NS_PROJECT

◆ NS_PROJECT_TALK

◆ NS_SPECIAL

const NS_SPECIAL -1

Definition at line 58 of file Defines.php.

Referenced by Job\__construct(), JobSpecification\__construct(), ParserOutput\addLink(), RCCacheEntryFactory\buildCLink(), MediaWiki\Permissions\PermissionManager\checkSpecialsAndNSPermissions(), SearchEngine\completionSearchBackend(), ApiFeedWatchlist\createFeedItem(), PrefixSearch\defaultSearchBackend(), LinkHolderArray\doVariants(), Revision\ensureTitle(), ApiComparePages\execute(), TidyUpT39714\execute(), Job\factory(), Title\fixSpecialName(), MediaWiki\Widget\Search\InterwikiSearchResultSetWidget\footerHtml(), OldChangesList\formatChangeLine(), MediaWikiTitleCodec\formatTitle(), ApiQueryLogEvents\getAllowedParams(), ApiQueryAllLinks\getAllowedParams(), ApiQueryLinks\getAllowedParams(), ApiQueryRecentChanges\getAllowedParams(), ApiComparePages\getDiffRevision(), ApiErrorFormatter\getDummyTitle(), OutputPage\getJSVars(), IRCColourfulRCFeedFormatter\getLine(), JobQueueRedis\getNewJobFields(), SpecialPage\getSafeTitleFor(), DifferenceEngine\getTitle(), SpecialPage\getTitleValueFor(), MediaWiki\Widget\Search\SimpleSearchResultSetWidget\headerHtml(), JobQueueDB\insertFields(), Title\isAlwaysKnown(), MediaWiki\Permissions\PermissionManager\isSameSpecialPage(), Title\isSpecialPage(), MediaWiki\main(), MediaWiki\Rest\EntryPoint\main(), MediaWiki\Linker\LinkRenderer\makeBrokenLink(), Linker\normaliseSpecialPage(), MessageCache\parse(), ApiPageSet\populateGeneratorData(), Title\prefix(), ApiPageSet\processTitlesArray(), LinkHolderArray\replaceInternal(), PrefixSearch\searchBackend(), Parser\setTitle(), CoreParserFunctions\special(), PrefixSearch\specialSearch(), MediaWikiTitleCodec\splitTitleString(), and SkinTemplate\wrapHTML().

◆ NS_TALK

◆ NS_TEMPLATE

◆ NS_TEMPLATE_TALK

const NS_TEMPLATE_TALK 11

◆ NS_USER

const NS_USER 2

Definition at line 71 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct(), ImageListPager\__construct(), UsersPager\__construct(), ActiveUsersPager\__construct(), SpecialEditWatchlist\buildRemoveLine(), MediaWiki\Permissions\PermissionManager\checkQuickPermissions(), MediaWiki\Permissions\PermissionManager\checkUserConfigPermissions(), SpecialContributions\contributionsSub(), SpecialRedirect\dispatchUser(), SpecialFileDuplicateSearch\doBatchLookups(), HistoryPager\doBatchLookups(), UsersPager\doBatchLookups(), FixDefaultJsonContentPages\doDBUpdates(), UserCache\doQuery(), SpecialContributions\execute(), SpecialLog\execute(), ChangesListSpecialPage\execute(), ApiFeedContributions\execute(), ApiQueryAllUsers\execute(), IuConverter\findVariantLink(), KkConverter\findVariantLink(), KuConverter\findVariantLink(), ShiConverter\findVariantLink(), SrConverter\findVariantLink(), SpecialNewpages\form(), SpecialMIMESearch\formatResult(), ImageListPager\formatValue(), CoreParserFunctions\gender(), MediaWiki\Preferences\DefaultPreferencesFactory\generateSkinOptions(), ImageHistoryPseudoPager\getBody(), User\getCanonicalName(), MediaWiki\Revision\MainSlotRoleHandler\getDefaultModel(), WANCacheReapUpdate\getEventAffectedKeys(), SearchNearMatcher\getNearMatchInternal(), ActiveUsersPager\getQueryInfo(), NewPagesPager\getQueryInfo(), WantedPagesPage\getQueryInfo(), SpecialMypage\getRedirect(), Skin\getRelevantUser(), Article\getRobotPolicy(), LogPager\getStartBody(), MergeHistoryPager\getStartBody(), NewPagesPager\getStartBody(), SpecialDeletedContributions\getSubTitle(), SpecialBlock\getTargetUserTitle(), ExternalUserNames\getUserLinkTitle(), User\getUserPage(), UserRightsProxy\getUserPage(), User\idFromName(), EditPage\importFormData(), Title\isUserCssConfigPage(), Title\isUserJsConfigPage(), Title\isUserJsonConfigPage(), UppercaseTitlesForUnicodeTransition\isUserPage(), LogPager\limitPerformer(), Language\needsGenderDistinction(), InfoAction\pageInfo(), BlockListPager\preprocessResults(), ProtectedPagesPager\preprocessResults(), SpecialBlock\processForm(), GenerateSitemap\setNamespacePriorities(), RevisionDeleteUser\setUsernameBitfields(), MovePageForm\showForm(), SpecialUndelete\showHistory(), EditPage\showIntro(), Article\showMissingArticle(), MediaWiki\Preferences\DefaultPreferencesFactory\skinPreferences(), MediaWikiTitleCodec\splitTitleString(), RecentChangesUpdateJob\updateActiveUsers(), and Linker\userLink().

◆ NS_USER_TALK

◆ OT_HTML

const OT_HTML 1

Allowed values for Parser::$mOutputType Parameter to Parser::startExternalParse(). Use of Parser consts is preferred:

  • Parser::OT_HTML
  • Parser::OT_WIKI
  • Parser::OT_PREPROCESS
  • Parser::OT_MSG
  • Parser::OT_PLAIN

Definition at line 173 of file Defines.php.

Referenced by Parser\setOutputType().

◆ OT_MSG

const OT_MSG 3

Definition at line 176 of file Defines.php.

◆ OT_PLAIN

const OT_PLAIN 4

Definition at line 177 of file Defines.php.

Referenced by Parser\setOutputType().

◆ OT_PREPROCESS

const OT_PREPROCESS 3

Definition at line 175 of file Defines.php.

Referenced by Parser\setOutputType().

◆ OT_WIKI

const OT_WIKI 2

Definition at line 174 of file Defines.php.

Referenced by Parser\setOutputType().

◆ PROTO_CANONICAL

◆ PROTO_CURRENT

◆ PROTO_HTTP

◆ PROTO_HTTPS

◆ PROTO_INTERNAL

const PROTO_INTERNAL 2

Definition at line 213 of file Defines.php.

Referenced by CdnCacheUpdate\expand(), MediaWiki\performAction(), and wfExpandUrl().

◆ PROTO_RELATIVE

◆ RC_CATEGORIZE

◆ RC_EDIT

◆ RC_EXTERNAL

◆ RC_LOG

const RC_LOG 3

Definition at line 133 of file Defines.php.

Referenced by ChangesListSpecialPage\__construct(), RCCacheEntryFactory\buildCLink(), RCCacheEntryFactory\buildCurLink(), RCCacheEntryFactory\buildDiffLink(), RCCacheEntryFactory\buildLastLink(), PopulateRecentChangesSource\buildUpdateCondition(), LinksDeletionUpdate\doIncrementalUpdate(), SpecialWatchlist\doMainQuery(), RecentChange\doMarkPatrolled(), UpdateSearchIndex\doUpdateSearchIndex(), ApiQueryWatchlist\extractOutputData(), ApiQueryRecentChanges\extractRowInfo(), OldChangesList\formatChangeLine(), FeedUtils\formatDiff(), CategoryChangesAsRdf\getDeletedCatsIterator(), WatchedItemQueryService\getExtraDeletedPageLogEntryRelatedCond(), IRCColourfulRCFeedFormatter\getLine(), MachineReadableRCFeedFormatter\getLine(), EnhancedChangesList\getLineData(), CategoryChangesAsRdf\getMovedCatsIterator(), NewFilesPager\getQueryInfo(), CategoryChangesAsRdf\getRestoredCatsIterator(), WatchedItemQueryService\getWatchedItemsWithRCInfoQueryConds(), WatchedItemQueryService\getWatchedItemsWithRecentChangeInfo(), ChangesList\insertDiffHist(), EnhancedChangesList\makeCacheGroupingKey(), RCCacheEntryFactory\newFromRecentChange(), RecentChange\newLogEntry(), SpecialWatchlist\outputChangesList(), RebuildRecentchanges\rebuildRecentChangesTablePass3(), EnhancedChangesList\recentChangesBlockGroup(), EnhancedChangesList\recentChangesBlockLine(), SpecialWatchlist\registerFilters(), ApiQueryRecentChanges\run(), Article\showPatrolFooter(), and ChangesList\userCan().

◆ RC_NEW

◆ SCHEMA_COMPAT_NEW

Definition at line 280 of file Defines.php.

◆ SCHEMA_COMPAT_OLD

Definition at line 279 of file Defines.php.

◆ SCHEMA_COMPAT_READ_BOTH

◆ SCHEMA_COMPAT_READ_NEW

◆ SCHEMA_COMPAT_READ_OLD

◆ SCHEMA_COMPAT_WRITE_BOTH

const SCHEMA_COMPAT_WRITE_BOTH SCHEMA_COMPAT_WRITE_OLD | SCHEMA_COMPAT_WRITE_NEW

Definition at line 277 of file Defines.php.

Referenced by ActorMigration\__construct(), and CommentStore\__construct().

◆ SCHEMA_COMPAT_WRITE_NEW

◆ SCHEMA_COMPAT_WRITE_OLD

const SCHEMA_COMPAT_WRITE_OLD 0x01

Schema compatibility flags.

Used as flags in a bit field that indicates whether the old or new schema (or both) are read or written.

  • SCHEMA_COMPAT_WRITE_OLD: Whether information is written to the old schema.
  • SCHEMA_COMPAT_READ_OLD: Whether information stored in the old schema is read.
  • SCHEMA_COMPAT_WRITE_NEW: Whether information is written to the new schema.
  • SCHEMA_COMPAT_READ_NEW: Whether information stored in the new schema is read.

Definition at line 273 of file Defines.php.

Referenced by ActorMigration\__construct(), MediaWiki\Revision\RevisionStore\__construct(), WikiPage\archiveRevisions(), MediaWiki\Revision\RevisionStore\getBaseRevisionRow(), ActorMigration\getInsertValues(), ActorMigration\getInsertValuesWithTempTable(), MediaWiki\Revision\RevisionStore\getQueryInfo(), Revision\getRevisionText(), CommentStore\insert(), CommentStore\insertInternal(), MediaWiki\Revision\RevisionStore\insertRevisionInternal(), and MediaWiki\Revision\RevisionStore\insertSlotOn().

◆ SFH_NO_HASH

const SFH_NO_HASH 1

Flags for Parser::setFunctionHook Use of Parser consts is preferred:

  • Parser::SFH_NO_HASH
  • Parser::SFH_OBJECT_ARGS

Definition at line 186 of file Defines.php.

◆ SFH_OBJECT_ARGS

const SFH_OBJECT_ARGS 2

Definition at line 187 of file Defines.php.

◆ SHELL_MAX_ARG_STRLEN

const SHELL_MAX_ARG_STRLEN '100000'

Max string length for shell invocations; based on binfmts.h

Definition at line 259 of file Defines.php.

Referenced by MediaWiki\Shell\Command\execute().

◆ XML_DUMP_SCHEMA_VERSION_10

const XML_DUMP_SCHEMA_VERSION_10 '0.10'

XML dump schema versions, for use with XmlDumpWriter. See also the corresponding export-nnnn.xsd files in the docs directory, which are also listed at https://www.mediawiki.org/xml/. Note that not all old schema versions are represented here, as several were already unsupported at the time these constants were introduced.

Definition at line 317 of file Defines.php.

◆ XML_DUMP_SCHEMA_VERSION_11

const XML_DUMP_SCHEMA_VERSION_11 '0.11'

Definition at line 318 of file Defines.php.

Referenced by XmlDumpWriter\writeSlot().