MediaWiki  REL1_31
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_TOKEN_SUFFIX Token::SUFFIX
 String Some punctuation to prevent editing from broken text-mangling proxies. More...
 
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 3
 
const MIGRATION_OLD 0
 
const MIGRATION_WRITE_BOTH 1
 
const MIGRATION_WRITE_NEW 2
 
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_IMAGE NS_FILE
 NS_IMAGE and NS_IMAGE_TALK are the pre-v1.14 names for NS_FILE and NS_FILE_TALK respectively, and are kept for compatibility. More...
 
const NS_IMAGE_TALK NS_FILE_TALK
 
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 SFH_NO_HASH 1
 
const SFH_OBJECT_ARGS 2
 
const SHELL_MAX_ARG_STRLEN '100000'
 

Detailed Description

Variable Documentation

◆ ALF_NO_BLOCK_LOCK

const ALF_NO_BLOCK_LOCK 8

Definition at line 135 of file Defines.php.

◆ ALF_NO_LINK_LOCK

const ALF_NO_LINK_LOCK 4

Definition at line 134 of file Defines.php.

◆ ALF_PRELOAD_EXISTENCE

const ALF_PRELOAD_EXISTENCE 2

Definition at line 133 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 132 of file Defines.php.

◆ APCOND_AGE

const APCOND_AGE 2

Definition at line 216 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_AGE_FROM_EDIT

const APCOND_AGE_FROM_EDIT 7

Definition at line 221 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_BLOCKED

const APCOND_BLOCKED 8

Definition at line 222 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 215 of file Defines.php.

Referenced by Autopromote\checkCondition(), and AutopromoteTest\testEditCountLookupIsSkippedIfRequirementIsZero().

◆ APCOND_EMAILCONFIRMED

const APCOND_EMAILCONFIRMED 3

Definition at line 217 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_INGROUPS

const APCOND_INGROUPS 4

Definition at line 218 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_IPINRANGE

const APCOND_IPINRANGE 6

Definition at line 220 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_ISBOT

const APCOND_ISBOT 9

Definition at line 223 of file Defines.php.

Referenced by Autopromote\checkCondition().

◆ APCOND_ISIP

const APCOND_ISIP 5

Definition at line 219 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 121 of file Defines.php.

Referenced by UploadBase\detectVirus().

◆ AV_SCAN_ABORTED

const AV_SCAN_ABORTED -1

Definition at line 123 of file Defines.php.

Referenced by UploadBase\detectVirus().

◆ AV_SCAN_FAILED

const AV_SCAN_FAILED false

Definition at line 124 of file Defines.php.

Referenced by UploadBase\detectVirus().

◆ AV_VIRUS_FOUND

const AV_VIRUS_FOUND 1

Definition at line 122 of file Defines.php.

◆ CACHE_ACCEL

◆ CACHE_ANYTHING

◆ CACHE_DB

◆ CACHE_MEMCACHED

const CACHE_MEMCACHED 2

◆ CACHE_NONE

◆ CONTENT_FORMAT_CSS

◆ CONTENT_FORMAT_HTML

const CONTENT_FORMAT_HTML 'text/html'

Definition at line 268 of file Defines.php.

◆ CONTENT_FORMAT_JAVASCRIPT

◆ CONTENT_FORMAT_JSON

const CONTENT_FORMAT_JSON 'application/json'

Definition at line 272 of file Defines.php.

Referenced by JsonContentHandler\__construct().

◆ CONTENT_FORMAT_SERIALIZED

const CONTENT_FORMAT_SERIALIZED 'application/vnd.php.serialized'

Definition at line 270 of file Defines.php.

◆ CONTENT_FORMAT_TEXT

const CONTENT_FORMAT_TEXT 'text/plain'

◆ CONTENT_FORMAT_WIKITEXT

const CONTENT_FORMAT_WIKITEXT 'text/x-wiki'

◆ CONTENT_FORMAT_XML

const CONTENT_FORMAT_XML 'application/xml'

Definition at line 274 of file Defines.php.

◆ CONTENT_MODEL_CSS

◆ CONTENT_MODEL_JAVASCRIPT

◆ CONTENT_MODEL_JSON

◆ CONTENT_MODEL_TEXT

◆ CONTENT_MODEL_WIKITEXT

const CONTENT_MODEL_WIKITEXT 'wikitext'

Content model ids, used by Content and ContentHandler. These IDs will be exposed in the API and XML dumps.

Extensions that define their own content model IDs should take care to avoid conflicts. Using the extension name as a prefix is recommended, for example 'myextension-somecontent'.

Definition at line 245 of file Defines.php.

Referenced by MessageContent\__construct(), WikitextContent\__construct(), PagePropsTest\createPage(), RevisionDbTestBase\createPage(), TitleMethodsTest\dataGetContentModel(), ContentHandlerTest\dataGetDefaultModelFor(), WikitextContentTest\dataGetDeletionUpdates(), WikitextContentTest\dataGetParserOutput(), WikitextContentTest\dataGetSecondaryDataUpdates(), ContentHandlerTest\dataMakeContent(), ApiParse\execute(), ApiQueryRevisionsBase\extractRevisionInfo(), ApiParse\getAllowedParams(), ApiQueryRevisionsBase\getAllowedParams(), ContentHandler\getDefaultModelFor(), MediaWikiTestCase\getDefaultWikitextNS(), ApiComparePages\getDiffContent(), TextPassDumper\getText(), TextContent\getWikitextForTransclusion(), FixDefaultJsonContentPages\handleRow(), MediaWikiTestCase\isWikitextNS(), Title\isWikitextPage(), RevisionDbTestBase\makeRevisionWithProps(), MediaWiki\Tests\Storage\SlotRecordTest\makeRow(), LanguageConverter\parseCachedTable(), CompareParsers\processRevision(), PreprocessDump\processRevision(), RevisionDbTestBase\provideGetContentModel(), ContentHandlerTest\provideGetModelForID(), WikiPageDbTestBase\provideGetParserOutput(), WikiPageDbTestBase\provideGetRedirectTarget(), RevisionDbTestBase\provideGetSha1(), RevisionDbTestBase\provideGetSize(), WikiPageDbTestBase\provideIsCountable(), ContentHandlerTest\setUp(), TextContentTest\setUp(), WikitextContentHandlerTest\setUp(), PageArchiveTest\setUp(), PagePropsTest\setUp(), MediaWiki\Tests\Storage\SlotRecordTest\testCompleteConstruction(), MediaWiki\Tests\Storage\SlotRecordTest\testConstructionDeferred(), WikiPageDbTestBase\testDoDeleteArticle(), WikiPageDbTestBase\testDoDeleteUpdates(), WikiPageDbTestBase\testDoEditContent(), WikiPageDbTestBase\testExists(), ContentHandlerTest\testGetAutosummary(), ContentHandlerTest\testGetChangeTag(), WikiPageDbTestBase\testGetContent(), RevisionDbTestBase\testGetContentUncloned(), ContentHandlerTest\testGetFieldsForSearchIndex(), WikiPageDbTestBase\testGetRevision(), WikiPageDbTestBase\testHasViewableContent(), RevisionDbTestBase\testNewFromArchiveRow(), RevisionDbTestBase\testNewFromArchiveRowOverrides(), MediaWiki\Tests\Storage\SlotRecordTest\testNewUnsaved(), ContentHandlerTest\testSupportsCategories(), and RevisionDbTestBase\testUserWasLastToEdit().

◆ EDIT_AUTOSUMMARY

const EDIT_AUTOSUMMARY 64

◆ EDIT_DEFER_UPDATES

const EDIT_DEFER_UPDATES 32

Definition at line 167 of file Defines.php.

◆ EDIT_FORCE_BOT

◆ EDIT_INTERNAL

◆ EDIT_MINOR

◆ EDIT_NEW

◆ EDIT_SUPPRESS_RC

◆ EDIT_TOKEN_SUFFIX

const EDIT_TOKEN_SUFFIX Token::SUFFIX

String Some punctuation to prevent editing from broken text-mangling proxies.

Deprecated:
since 1.27, use \MediaWiki\Session\Token::SUFFIX

Definition at line 41 of file User.php.

◆ EDIT_UPDATE

◆ LIST_AND

const LIST_AND IDatabase::LIST_AND

Definition at line 53 of file Defines.php.

Referenced by SpecialRecentChanges\__construct(), LinksDeletionUpdate\batchDeleteByPK(), FindOrphanedFiles\checkFiles(), Wikimedia\Rdbms\Database\conditional(), PrefixSearch\defaultSearchBackend(), Wikimedia\Rdbms\Database\delete(), Wikimedia\Rdbms\Database\deleteJoin(), Wikimedia\Rdbms\DatabaseMysqlBase\deleteJoin(), PopulateRevisionLength\doLenUpdates(), SpecialLog\execute(), CleanupRemovedModules\execute(), PurgeModuleDeps\execute(), BatchedQueryRunner\execute(), ChangesListSpecialPage\filterOnUserExperienceLevel(), LocalRepo\findFiles(), WatchedItemQueryService\getFromUntilTargetConds(), Wikimedia\Rdbms\DatabaseMysqlBase\getHeartbeatData(), WatchedItemQueryServiceUnitTest\getMockDb(), Block\getRangeCond(), WatchedItemQueryService\getStartFromConds(), WatchedItemStore\getVisitingWatchersCondition(), ActorMigration\getWhere(), MigrateComments\loadCommentIDs(), Wikimedia\Rdbms\Database\makeGroupByWithHaving(), Wikimedia\Rdbms\Database\makeList(), Wikimedia\Rdbms\Database\makeWhereFrom2d(), ChangesListSpecialPageTest\normalizeCondition(), DatabaseSQLTest\provideMakeList(), UserGroupMembership\purgeExpired(), SpecialWatchlist\registerFilters(), Wikimedia\Rdbms\Database\replace(), ApiQueryAllImages\run(), ApiQueryAllDeletedRevisions\run(), Wikimedia\Rdbms\Database\selectSQLText(), Wikimedia\Rdbms\Database\tableNamesWithIndexClauseOrJOIN(), WatchedItemStoreUnitTest\testCountVisitingWatchersMultiple(), WatchedItemStoreUnitTest\testCountVisitingWatchersMultiple_withMissingTargets(), WatchedItemQueryServiceUnitTest\testGetWatchedItemsForUser_fromUntilStartFromOptions(), DatabaseOracle\update(), Wikimedia\Rdbms\Database\update(), Wikimedia\Rdbms\DatabaseMssql\update(), and Wikimedia\Rdbms\Database\upsert().

◆ LIST_COMMA

const LIST_COMMA IDatabase::LIST_COMMA

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

Definition at line 52 of file Defines.php.

Referenced by DatabaseSQLTest\provideMakeList().

◆ LIST_NAMES

const LIST_NAMES IDatabase::LIST_NAMES

◆ LIST_OR

const LIST_OR IDatabase::LIST_OR

Definition at line 56 of file Defines.php.

Referenced by ChangesListSpecialPage\__construct(), SpecialRecentChanges\__construct(), LinksDeletionUpdate\batchDeleteByPK(), FindOrphanedFiles\checkFiles(), CleanupInvalidDbKeys\cleanupTable(), PrefixSearch\defaultSearchBackend(), PopulateRevisionLength\doLenUpdates(), SpecialWatchlist\doMainQuery(), MysqlUpdater\doSchemaRestructuring(), SpecialLog\execute(), ApiQueryAllUsers\execute(), CleanupRemovedModules\execute(), PurgeModuleDeps\execute(), ChangesListSpecialPage\filterOnUserExperienceLevel(), LocalRepo\findFiles(), SpecialBlockList\getBlockListPager(), Block\getBlocksForIPList(), BacklinkCache\getConditions(), WatchedItemQueryService\getExtraDeletedPageLogEntryRelatedCond(), WatchedItemQueryService\getFromUntilTargetConds(), WatchedItemQueryService\getStartFromConds(), WANCacheReapUpdate\getTitleChangeEvents(), WatchedItemStore\getVisitingWatchersCondition(), WatchedItemQueryService\getWatchedItemsWithRCInfoQueryConds(), ActorMigration\getWhere(), PageArchive\listPagesBySearch(), MigrateComments\loadCommentIDs(), Wikimedia\Rdbms\Database\makeList(), Wikimedia\Rdbms\Database\makeWhereFrom2d(), Block\newLoad(), DatabaseSQLTest\provideMakeList(), UserGroupMembership\purgeExpired(), SpecialWatchlist\registerFilters(), Wikimedia\Rdbms\Database\replace(), ApiQueryAllImages\run(), ApiQueryRecentChanges\run(), ApiQueryAllDeletedRevisions\run(), ApiQueryBacklinksprop\run(), ApiQueryBacklinks\runSecondQuery(), and Wikimedia\Rdbms\Database\upsert().

◆ LIST_SET

◆ MIGRATION_NEW

◆ MIGRATION_OLD

const MIGRATION_OLD 0

Schema change migration flags.

Used as values of a feature flag for an orderly transition from an old schema to a new schema.

  • 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 302 of file Defines.php.

Referenced by ProtectionForm\buildForm(), Article\confirmDelete(), CommentStore\createComment(), LocalFileDeleteBatch\doDBDeletes(), LocalFileDeleteBatch\doDBInserts(), LocalFileMoveBatch\doDBUpdates(), PopulateLogSearch\doDBUpdates(), WikiPage\doDeleteArticleReal(), UserCache\doQuery(), ReassignEdits\doReassignEdits(), ApiQueryAllUsers\execute(), ApiQueryContributions\execute(), InitEditCount\execute(), RemoveUnusedAccounts\execute(), User\getActorId(), CommentStore\getCommentInternal(), ResourceLoaderStartUpModule\getConfigSettings(), CommentStore\getFields(), SpecialBlock\getFormFields(), ActorMigration\getJoin(), CommentStore\getJoin(), User\getQueryInfo(), EditPage\getSummaryInputAttributes(), ActorMigration\getWhere(), User\loadFromRow(), User\newFromActorId(), User\newFromAnyId(), InfoAction\pageCounts(), CommentStoreTest\provideGetFields(), ActorMigrationTest\provideGetJoin(), CommentStoreTest\provideGetJoin(), ActorMigrationTest\provideGetWhere(), ApiQueryContributionsTest\provideInterwikiUser(), ActorMigrationTest\provideIsAnon(), DatabaseLogEntryTest\provideNewFromId(), ApiQueryContributionsTest\provideSorting(), ActorMigrationTest\provideStages(), CommentStoreTest\provideStages(), LocalFile\recordUpload2(), User\saveSettings(), Block\selectFields(), ArchivedFile\selectFields(), LocalFile\selectFields(), OldLocalFile\selectFields(), PageArchiveTest\setUp(), RevisionDeleteUser\setUsernameBitfields(), UserrightsPage\showEditUserGroupsForm(), MovePageForm\showForm(), FileDeleteForm\showForm(), SpecialEditTags\showForm(), SpecialRevisionDelete\showForm(), SpecialUndelete\showHistory(), RevisionTest\testConstructFromRowWithBadPageId(), MediaWiki\Tests\Storage\RevisionStoreTest\testGetArchiveQueryInfo_contentHandlerDb(), MediaWiki\Tests\Storage\RevisionStoreTest\testGetArchiveQueryInfo_noContentHandlerDb(), CommentStoreTest\testGetCommentErrors(), MediaWiki\Tests\Storage\RevisionStoreTest\testGetQueryInfo(), ActorMigrationTest\testInsertRoundTrip(), CommentStoreTest\testInsertRoundTrip(), CommentStoreTest\testInsertRoundTrip_withKeyConstruction(), PageArchiveTest\testListRevisions(), RevisionTest\testLoadFromTitle(), RevisionTest\testSelectArchiveFields(), RevisionTest\testSelectFields(), RevisionTest\testUserJoinCond(), User\updateActorId(), and ReassignEdits\userSpecification().

◆ MIGRATION_WRITE_BOTH

const MIGRATION_WRITE_BOTH 1

Definition at line 303 of file Defines.php.

Referenced by ApiQueryContributionsTest\addDBDataOnce(), LinksUpdateTest\assertRecentChangeByCategorization(), LocalFileDeleteBatch\doDBInserts(), PopulateLogSearch\doDBUpdates(), ApiQueryContributions\execute(), ActorMigration\getInsertValues(), ActorMigration\getInsertValuesWithTempTable(), ManualLogEntry\insert(), CommentStore\insertInternal(), ParserTestRunner\listTables(), CommentStoreTest\provideGetFields(), ActorMigrationTest\provideGetJoin(), CommentStoreTest\provideGetJoin(), ActorMigrationTest\provideGetWhere(), ApiQueryContributionsTest\provideInterwikiUser(), ActorMigrationTest\provideIsAnon(), ApiQueryContributionsTest\provideSorting(), ActorMigrationTest\provideStages(), CommentStoreTest\provideStages(), LocalFile\recordUpload2(), Revision\selectArchiveFields(), Block\selectFields(), RecentChange\selectFields(), ArchivedFile\selectFields(), LocalFile\selectFields(), OldLocalFile\selectFields(), Revision\selectFields(), UserTest\setUp(), RevDelList\setVisibility(), ChangesListSpecialPageTest\testFilterUserExpLevelAllExperienceLevels(), ChangesListSpecialPageTest\testFilterUserExpLevelRegistrered(), ChangesListSpecialPageTest\testFilterUserExpLevelRegistreredOrLearner(), ChangesListSpecialPageTest\testFilterUserExpLevelUnregistrered(), ChangesListSpecialPageTest\testFilterUserExpLevelUnregistreredOrExperienced(), ActorMigrationTest\testInsertRoundTrip(), CommentStoreTest\testInsertRoundTrip(), CommentStoreTest\testInsertRoundTrip_withKeyConstruction(), CommentStoreTest\testInsertTooMuchData(), CommentStoreTest\testInsertTruncation(), ActorMigrationTest\testInsertUserIdentity(), MediaWiki\Tests\Storage\RevisionStoreDbTest\testNewRevisionFromRow_anonEdit(), MediaWiki\Tests\Storage\RevisionStoreDbTest\testNewRevisionFromRow_userEdit(), ChangesListSpecialPageTest\testRcHidebyothersFilter(), ChangesListSpecialPageTest\testRcHidemyselfFilter(), ApiQueryContributionsTest\testSorting(), Revision\userJoinCond(), and ReassignEdits\userSpecification().

◆ MIGRATION_WRITE_NEW

◆ 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 142 of file Defines.php.

◆ MW_DATE_DMY

const MW_DATE_DMY 'dmy'

Definition at line 144 of file Defines.php.

◆ MW_DATE_ISO

const MW_DATE_ISO 'ISO 8601'

Definition at line 146 of file Defines.php.

◆ MW_DATE_MDY

const MW_DATE_MDY 'mdy'

Definition at line 143 of file Defines.php.

◆ MW_DATE_YMD

const MW_DATE_YMD 'ymd'

Definition at line 145 of file Defines.php.

◆ MW_EDITFILTERMERGED_SUPPORTS_API

const MW_EDITFILTERMERGED_SUPPORTS_API 1

Definition at line 178 of file Defines.php.

◆ MW_SUPPORTS_CONTENTHANDLER

const MW_SUPPORTS_CONTENTHANDLER 1

Definition at line 177 of file Defines.php.

◆ MW_SUPPORTS_LOCALISATIONCACHE

const MW_SUPPORTS_LOCALISATIONCACHE 1

Definition at line 176 of file Defines.php.

◆ MW_SUPPORTS_PARSERFIRSTCALLINIT

const MW_SUPPORTS_PARSERFIRSTCALLINIT 1

Hook support constants

Definition at line 175 of file Defines.php.

◆ NS_CATEGORY

const NS_CATEGORY 14

Definition at line 88 of file Defines.php.

Referenced by UncategorizedCategoriesPage\__construct(), DumpNamespaceFilter\__construct(), CategoryPager\__construct(), OutputPage\addCategoryLinks(), OutputPage\addCategoryLinksToLBAndGetResult(), SearchEngineTest\addDBDataOnce(), ParserOutput\addTrackingCategory(), LinksUpdateTest\assertRecentChangeByCategorization(), SkinTemplate\buildNavUrls(), Title\checkQuickPermissions(), CategoryViewer\doCategoryQuery(), Parser\doDoubleUnderscore(), SpecialRecentChangesLinked\doMainQuery(), LinksDeletionUpdate\doUpdate(), LinkHolderArray\doVariants(), ApiQueryCategoryInfo\execute(), RefreshLinks\execute(), UpdateCollation\execute(), WikiPage\factory(), ApiParse\formatCategoryLinks(), MostlinkedCategoriesPage\formatResult(), UncategorizedCategoriesPage\formatResult(), UnusedCategoriesPage\formatResult(), CategoryPager\formatRow(), TitleValueTest\fragmentTitleProvider(), MediaWiki\Widget\Search\FullSearchResultWidget\generateSizeHtml(), CategoryPager\getBody(), WikiPage\getCategories(), Skin\getCategories(), LinksUpdate\getCategoryInsertions(), DumpCategoriesAsRdf\getCategoryIterator(), Skin\getCategoryLinks(), MediaWikiTestCase\getDefaultWikitextNS(), UncategorizedCategoriesPage\getExceptionList(), WikiFilePage\getForeignCategories(), SpecialRandomInCategory\getFormFields(), WikiPage\getHiddenCategories(), WantedFilesPage\getPageHeader(), Title\getParentCategories(), MostlinkedCategoriesPage\getQueryInfo(), UnusedCategoriesPage\getQueryInfo(), WantedCategoriesPage\getQueryInfo(), CategoryPager\getStartForm(), Category\getTitle(), TrackingCategories\getTrackingCategories(), LinksUpdate\invalidateCategories(), CategoriesRdf\labelToUrl(), SearchHighlighter\linkReplace(), WikitextContentHandler\makeRedirectContent(), MovePage\move(), MovePage\moveToInternal(), Category\newFromName(), Article\newFromTitle(), CategoryMembershipChangeJob\notifyUpdatesForRevision(), WikiPage\onArticleCreate(), SpecialRandomInCategory\onSubmit(), InfoAction\pageInfo(), CoreParserFunctions\pagesincategory(), SearchEngineTest\provideCompletionSearchMustRespectCapitalLinkOverrides(), TitleTest\provideCreateFragmentTitle(), MediaWikiTitleCodecTest\provideParseTitle(), ApiQueryTest\provideTestTitlePartToKey(), Category\refreshCounts(), Parser\replaceInternalLinks2(), ApiQueryAllCategories\run(), ApiQueryCategories\run(), ApiQueryCategoryMembers\run(), CategoryFinder\scanNextLayer(), CategoryFinder\seed(), GenerateSitemap\setNamespacePriorities(), SearchEngineTest\setUp(), MovePageForm\showForm(), ApiQueryRecentChangesIntegrationTest\testCategorizeTypeParameter(), ApiQueryWatchlistIntegrationTest\testCategorizeTypeParameter(), CategoryMembershipChangeTest\testChangeAddedNoRev(), CategoryMembershipChangeTest\testChangeAddedWithRev(), CategoryMembershipChangeTest\testChangeRemovedNoRev(), CategoryMembershipChangeTest\testChangeRemovedWithRev(), MWNamespaceTest\testGetContentNamespaces(), WikiCategoryPageTest\testHiddenCategory_PropertyIsSet(), WikiCategoryPageTest\testHiddenCategory_PropertyNotSet(), RecentChangeTest\testHiddenCategoryChange(), MWNamespaceTest\testIsContent(), ApiQueryAllPagesTest\testPrefixNormalizationSearchBug(), ExtraParserTest\testTrackingCategory(), Title\touchLinks(), WikiPage\updateCategoryCounts(), CategoryPage\view(), CategoriesRdf\writeCategoryData(), and CategoriesRdf\writeCategoryLinkData().

◆ NS_CATEGORY_TALK

◆ NS_FILE

const NS_FILE 6

Definition at line 80 of file Defines.php.

Referenced by FakeDimensionFile\__construct(), DumpNamespaceFilter\__construct(), ApiQueryAllLinks\__construct(), FileRepo\__construct(), ParserTestRunner\addArticle(), ParserOutput\addLink(), UploadForm\addUploadJS(), ImageCleanup\buildSafeTitle(), UploadBase\checkBadFileName(), RevertAction\checkCanExecute(), FindOrphanedFiles\checkFiles(), Title\checkQuickPermissions(), LocalRepo\checkRedirect(), UploadFromUrlTest\deleteFile(), ApiUploadTestCase\deleteFileByFileName(), ApiUploadTestCase\deleteFileByTitle(), SpecialRedirect\dispatchFile(), CategoryViewer\doCategoryQuery(), WikiPage\doDeleteUpdates(), SpecialRecentChangesLinked\doMainQuery(), MovePageForm\doSubmit(), FileDuplicateSearchPage\execute(), SpecialUndelete\execute(), ApiDelete\execute(), ApiMove\execute(), ApiQueryFilearchive\execute(), ApiQueryImageInfo\execute(), DeleteBatch\execute(), FindMissingFiles\execute(), ImportImages\execute(), UpdateCollation\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(), LinksUpdate\getCategoryInsertions(), ApiUpload\getChunkResult(), FileContentHandler\getDataForSearchIndex(), WikitextContentHandler\getDataForSearchIndex(), MediaWikiTestCase\getDefaultWikitextNS(), ForeignDBFile\getDescriptionShortUrl(), ForeignDBFile\getDescriptionText(), EditPage\getEditToolbar(), WANCacheReapUpdate\getEventAffectedKeys(), SpecialWhatLinksHere\getFilterPanel(), ImagePage404Test\getImagePage(), ImagePageTest\getImagePage(), FileRepo\getNameFromTitle(), SearchNearMatcher\getNearMatchInternal(), SearchUpdate\getNormalizedTitle(), ApiImageRotate\getPageSet(), ApiQueryInfo\getProtectionInfo(), NewFilesPager\getQueryInfo(), ListDuplicatedFilesPage\getQueryInfo(), MIMEsearchPage\getQueryInfo(), MostimagesPage\getQueryInfo(), UncategorizedImagesPage\getQueryInfo(), UnusedimagesPage\getQueryInfo(), WantedFilesPage\getQueryInfo(), File\getRedirectedTitle(), WikiFilePage\getRedirectTarget(), Title\getRestrictionTypes(), SpecialSearch\getSearchProfiles(), UploadBase\getTitle(), SpecialUpload\getUploadForm(), SpecialUpload\getWatchCheck(), SearchHighlighter\highlightText(), ImagePage\imageLinks(), SearchResult\initFromTitle(), EditPage\internalAttemptSave(), LinksUpdate\invalidateImageDescriptions(), Title\isAlwaysKnown(), LinkCache\isCacheable(), MWNamespace\isCapitalized(), Title\isDeleted(), Title\isDeletedQuick(), MWNamespace\isMovable(), MovePage\isValidFileMove(), MovePage\isValidMove(), Title\isValidMoveTarget(), MovePage\isValidMoveTarget(), SearchHighlighter\linkReplace(), PageArchive\listFiles(), ArchivedFile\load(), ArchivedFile\loadFromRow(), Linker\makeThumbLink2(), MovePage\move(), ArchivedFile\newFromRow(), ForeignDBFile\newFromRow(), LocalFile\newFromRow(), OldLocalFile\newFromRow(), Article\newFromTitle(), SearchEngine\normalizeNamespaces(), File\normalizeTitle(), WikiPage\onArticleDelete(), ImageQueryPage\outputResults(), ImageCleanup\pageExists(), InfoAction\pageInfo(), MediaWiki\parseTitle(), ApiUpload\performUpload(), ImageCleanup\pokeFile(), FileDuplicateSearchPage\prefixSearchSubpages(), ImageCleanup\processRow(), TitleCleanup\processRow(), LanguageTest\provideGetNamespaceAliases(), SpecialShortpagesTest\provideGetQueryInfoRespectsContentNs(), UploadLogFormatterTest\provideOverwriteLogDatabaseRows(), MediaWikiTitleCodecTest\provideParseTitle(), UploadLogFormatterTest\provideRevertLogDatabaseRows(), SampleTest\provideTitles(), UploadLogFormatterTest\provideUploadLogDatabaseRows(), PurgeChangedFiles\purgeFromLogType(), LinksUpdate\queueRecursiveJobs(), LocalFile\recordUpload2(), Category\refreshCounts(), Parser\renderImageGallery(), Parser\replaceInternalLinks2(), ApiQueryAllImages\run(), ApiQueryBacklinks\run(), ApiQueryDuplicateFiles\run(), ApiQueryImages\run(), ApiQueryBacklinks\runSecondQuery(), PrefixSearch\searchBackend(), GenerateSitemap\setNamespacePriorities(), UploadFromUrlTestSuite\setUp(), ParserTestRunner\setupUploads(), SpecialWhatLinksHere\showIndirectLinks(), EditPage\showIntro(), Article\showPatrolFooter(), SpecialSearch\showResults(), SpecialUpload\showUploadWarning(), SpecialUpload\showViewDeletedLinks(), MediaWiki\Widget\Search\SearchFormWidget\startsWithImage(), WikitextContentHandlerTest\testDataIndexFieldsFile(), MWNamespaceTest\testIsCapitalizedHardcodedAssertions(), TitlePermissionTest\testQuickPermissions(), TraditionalImageGallery\toHTML(), PageArchive\undelete(), SpecialUndelete\undelete(), PageArchive\undeleteRevisions(), WikiPage\updateCategoryCounts(), WikiPage\updateRedirectOn(), CoreParserFunctions\urlFunction(), ApiFileRevert\validateParameters(), ImagePage\view(), wfStreamThumb(), SkinTemplate\wrapHTML(), and XmlDumpWriter\writeUploads().

◆ NS_FILE_TALK

◆ NS_HELP

◆ NS_HELP_TALK

const NS_HELP_TALK 13

◆ NS_IMAGE

const NS_IMAGE NS_FILE

NS_IMAGE and NS_IMAGE_TALK are the pre-v1.14 names for NS_FILE and NS_FILE_TALK respectively, and are kept for compatibility.

When writing code that should be compatible with older MediaWiki versions, either stick to the old names or define the new constants yourself, if they're not defined already.

Deprecated:
since 1.14

Definition at line 101 of file Defines.php.

◆ NS_IMAGE_TALK

const NS_IMAGE_TALK NS_FILE_TALK
Deprecated:
since 1.14

Definition at line 105 of file Defines.php.

◆ 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 bug #696 which talked about that.

Definition at line 74 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct(), MediaWiki\Tests\Maintenance\BackupDumperLoggerTest\addDBData(), PrefixSearchTest\addDBDataOnce(), SearchEnginePrefixTest\addDBDataOnce(), SearchEngineTest\addDBDataOnce(), TitleValueTest\badConstructorProvider(), buildCommonApiParams(), Title\canExist(), MediaWiki\Tests\Maintenance\TextPassDumperDatabaseTest\checkpointHelper(), Title\checkReadPermissions(), Title\checkSpecialsAndNSPermissions(), LanguageConverter\convertNamespace(), LanguageConverter\convertTitle(), ApiPageSetTest\createPageSetWithRedirect(), PrefixSearch\defaultSearchBackend(), SpecialExport\execute(), SpecialLog\execute(), WithoutInterwikiPage\execute(), LogFormatterTestCase\expandDatabaseRow(), PrefixSearch\extractNamespace(), SearchEngineTest\fetchIds(), LanguageConverter\findVariantLink(), Linker\formatAutocomments(), TitleValueTest\fragmentTitleProvider(), ParserFuzzTest\fuzzTest(), ApiQueryAllPages\getAllowedParams(), ApiQueryDeletedrevs\getAllowedParams(), ApiQueryInfo\getAllVariants(), MWNamespace\getCanonicalNamespaces(), MWNamespace\getContentNamespaces(), MediaWikiTestCase\getDefaultWikitextNS(), CategoriesRdf\getDumpURI(), Linker\getInvalidTitleDescription(), EditWatchlistNormalHTMLForm\getLegend(), SpecialEditWatchlist\getNormalForm(), RandomPage\getNsList(), WantedFilesPage\getPageHeader(), MWNamespace\getSubject(), NamespaceConflictChecker\getTargetList(), User\getTokenUrl(), Languages\getUntranslatedNamespaces(), ExternalUserNames\getUserLinkTitle(), MWNamespace\hasTalkNamespace(), MediaWiki\EditPage\TextConflictHelper\incrementConflictStats(), MediaWiki\EditPage\TextConflictHelper\incrementResolvedStats(), Title\isAlwaysKnown(), MWNamespace\isContent(), MWNamespace\isMethodValidFor(), MWNamespace\isMovable(), MWNamespace\isTalk(), MWNamespace\isWatchable(), MediaWiki\maybeDoHttpsRedirect(), Html\namespaceSelectorOptions(), Title\newFromTextThrow(), SearchEngine\normalizeNamespaces(), SpecialListGroupRights\outputNamespaceProtectionInfo(), SearchEngineTest\provideCompletionSearchMustRespectCapitalLinkOverrides(), ContentModelLogFormatterTest\provideContentModelLogDatabaseRows(), TitleTest\provideCreateFragmentTitle(), DeleteLogFormatterTest\provideDeleteLogDatabaseRows(), DeleteLogFormatterTest\provideEventLogDatabaseRows(), MediaWikiTitleCodecTest\provideFormat(), MediaWikiTitleCodecTest\provideGetFullText(), MediaWikiTitleCodecTest\provideGetNamespaceName(), MediaWikiTitleCodecTest\provideGetPrefixedDBkey(), TitleTest\provideGetPrefixedDBKey(), MediaWikiTitleCodecTest\provideGetPrefixedText(), TitleTest\provideGetPrefixedText(), SpecialShortpagesTest\provideGetQueryInfoRespectsContentNs(), TitleTest\provideGetTalkPage_good(), MediaWikiTitleCodecTest\provideGetText(), ExternalUserNamesTest\provideGetUserLinkTitle(), TitleMethodsTest\provideHasSubjectNamespace(), MWNamespaceTest\provideHasTalkNamespace(), TitleMethodsTest\provideInNamespace(), ImportLogFormatterTest\provideInterwikiLogDatabaseRows(), TitleTest\provideIsValid(), WikitextContentHandlerTest\provideMakeRedirectContent(), MergeLogFormatterTest\provideMergeLogDatabaseRows(), ProtectLogFormatterTest\provideModifyLogDatabaseRows(), MoveLogFormatterTest\provideMoveLogDatabaseRows(), ProtectLogFormatterTest\provideMoveProtLogDatabaseRows(), MoveLogFormatterTest\provideMoveRedirLogDatabaseRows(), TitleTest\provideNewFromTitleValue(), PageLangLogFormatterTest\providePageLangLogDatabaseRows(), MediaWikiTitleCodecTest\provideParseTitle(), PatrolLogFormatterTest\providePatrolLogDatabaseRows(), ProtectLogFormatterTest\provideProtectLogDatabaseRows(), DeleteLogFormatterTest\provideRestoreLogDatabaseRows(), DeleteLogFormatterTest\provideRevisionLogDatabaseRows(), PrefixSearchTest\provideSearch(), DeleteLogFormatterTest\provideSuppressDeleteLogDatabaseRows(), DeleteLogFormatterTest\provideSuppressEventLogDatabaseRows(), DeleteLogFormatterTest\provideSuppressRevisionLogDatabaseRows(), ApiQueryTest\provideTestTitlePartToKey(), ProtectLogFormatterTest\provideUnprotectLogDatabaseRows(), ImportLogFormatterTest\provideUploadLogDatabaseRows(), GlobalWithDBTest\provideWfIsBadImageList(), SearchExactMatchRescorer\rescore(), SearchEngineConfig\searchableNamespaces(), Title\secureAndSplit(), RandomPage\setNamespace(), GenerateSitemap\setNamespacePriorities(), WikiImporter\setTargetRootPage(), MWNamespaceTest\setUp(), ArticleTest\setUp(), PrefixSearchTest\setUp(), SearchEnginePrefixTest\setUp(), TitlePermissionTest\setUp(), SpecialAllPages\showChunk(), SpecialPrefixindex\showPrefixChunk(), MediaWikiTitleCodec\splitTitleString(), TitlePermissionTest\testActionPermissions(), TitlePermissionTest\testCascadingSourcesRestrictions(), ContentHandlerTest\testDataIndexFields(), MWNamespaceTest\testEquals(), SpecialMyLanguageTest\testFindTitle(), MediaWikiTitleCodecTest\testFormat(), MWNamespaceTest\testGetAssociated(), ResourceLoaderWikiModuleTest\testGetContent(), MWNamespaceTest\testGetContentNamespaces(), LinkRendererTest\testGetLinkClasses(), LinkerTest\testGetLinkColour(), ParserOutputSearchDataExtractorTest\testGetOutgoingLinks(), MWNamespaceTest\testGetSubject(), MWNamespaceTest\testGetSubjectNamespaces(), MWNamespaceTest\testGetTalk(), MWNamespaceTest\testGetTalkNamespaces(), TitleValueTest\testGetText(), MWNamespaceTest\testHasGenderDistinction(), MWNamespaceTest\testHasSubpages(), TitleMethodsTest\testInNamespaces(), TitleTest\testIsAlwaysKnownOnInterwiki(), MWNamespaceTest\testIsContent(), MWNamespaceTest\testIsContentAdvanced(), MWNamespaceTest\testIsSubject(), MWNamespaceTest\testIsTalk(), MWNamespaceTest\testIsWatchable(), LinkRendererTest\testMakeBrokenLink(), LinkRendererTest\testMakeKnownLink(), ApiMoveTest\testMoveSubpages(), TitlePermissionTest\testPageRestrictions(), ContentHandlerTest\testParserOutputForIndexing(), MediaWikiTitleCodecTest\testParseTitle(), MediaWikiTitleCodecTest\testParseTitle_invalid(), MediaWiki\Tests\Maintenance\TextPassDumperDatabaseTest\testPlain(), MediaWiki\Tests\Maintenance\TextPassDumperDatabaseTest\testPrefetchPlain(), TitlePermissionTest\testQuickPermissions(), ChangesListSpecialPageTest\testRcNsFilter(), ChangesListSpecialPageTest\testRcNsFilterInversion(), TitlePermissionTest\testSpecialsAndNSPermissions(), MWNamespaceTest\testSubjectEquals(), LinksUpdateTest\testUpdate_iwlinks(), LinksUpdateTest\testUpdate_pagelinks(), PrefixSearch\validateNamespaces(), and SpecialEditWatchlist\watchTitles().

◆ NS_MEDIA

const NS_MEDIA -2

Virtual namespaces; don't appear in the page database

Definition at line 62 of file Defines.php.

Referenced by ParserOutput\addLink(), WikiPage\factory(), Linker\formatLinksInComment(), ApiQueryLogEvents\getAllowedParams(), ApiQueryAllLinks\getAllowedParams(), ApiQueryLinks\getAllowedParams(), ApiQueryRecentChanges\getAllowedParams(), EditPage\getEditToolbar(), SearchNearMatcher\getNearMatchInternal(), MediaStatisticsPage\getQueryInfo(), Title\isAlwaysKnown(), MWNamespace\isCapitalized(), Article\newFromTitle(), SearchEngine\normalizeNamespaces(), File\normalizeTitle(), MediaWiki\parseTitle(), TitleTest\provideCanHaveTalkPage(), TitleTest\provideGetPrefixedDBKey(), TitleTest\provideGetPrefixedText(), TitleTest\provideGetTalkPage_bad(), MWNamespaceTest\provideHasTalkNamespace(), SampleTest\provideTitles(), PrefixSearch\searchBackend(), TitlePermissionTest\testActionPermissions(), MWNamespaceTest\testGetAssociatedExceptionsForNsMedia(), MWNamespaceTest\testGetSubject(), MWNamespaceTest\testGetSubjectNamespaces(), MWNamespaceTest\testGetTalkExceptionsForNsMedia(), MWNamespaceTest\testGetTalkNamespaces(), MWNamespaceTest\testHasGenderDistinction(), MWNamespaceTest\testHasSubpages(), MWNamespaceTest\testIsCapitalizedHardcodedAssertions(), MWNamespaceTest\testIsContent(), MWNamespaceTest\testIsSubject(), MWNamespaceTest\testIsTalk(), MWNamespaceTest\testIsWatchable(), MWNamespaceTest\testSpecialAndMediaAreDifferentSubjects(), SampleTest\testTitleObjectStringConversion(), and CoreParserFunctions\urlFunction().

◆ NS_MEDIAWIKI

const NS_MEDIAWIKI 8

Definition at line 82 of file Defines.php.

Referenced by AllMessagesTablePager\__construct(), DumpNamespaceFilter\__construct(), ApiFormatXml\addXslt(), SkinTemplate\buildContentNavigationUrls(), Title\checkSpecialsAndNSPermissions(), FixDefaultJsonContentPages\doDBUpdates(), WikiPage\doEditUpdates(), WikiPage\doPurge(), ApiEditPage\execute(), DeleteDefaultMessages\execute(), DeleteEqualMessages\execute(), ImportSiteScripts\execute(), NukeNS\execute(), UpdateRestrictions\execute(), AllMessagesTablePager\formatValue(), EditPage\getContentObject(), Article\getContentObject(), AllMessagesTablePager\getCustomisedStatuses(), Title\getDefaultMessageText(), ContentHandler\getDefaultModelFor(), MediaWikiTestCase\getDefaultWikitextNS(), MessageCache\getMsgFromNamespace(), SearchNearMatcher\getNearMatchInternal(), ContentHandler\getPageLanguage(), ContentHandler\getPageViewLanguage(), UnwatchedpagesPage\getQueryInfo(), WantedPagesPage\getQueryInfo(), RawAction\getRawText(), Message\getTitle(), TrackingCategories\getTrackingCategories(), Title\hasSourceText(), EditPage\internalAttemptSave(), Title\isAlwaysKnown(), Title\isConversionTable(), Title\isCssOrJsPage(), Title\isSiteConfigPage(), ChangeTags\isTagNameValid(), MessageCache\loadFromDB(), MessageCacheTest\makePage(), WikiPage\onArticleDelete(), RawAction\onView(), LanguageConverter\parseCachedTable(), ResourceLoaderWikiModuleTest\provideGetContent(), MessageCache\replace(), EditPage\setHeaders(), GenerateSitemap\setNamespacePriorities(), TitlePermissionTest\setUp(), UploadFromUrlTestSuite\setUp(), EditPage\showDiff(), EditPage\showIntro(), Article\showMissingArticle(), Parser\statelessFetchTemplate(), ResourceLoaderWikiModuleTest\testGetContentForRedirects(), MWNamespaceTest\testIsCapitalizedHardcodedAssertions(), MWNamespaceTest\testIsCapitalizedWithWgCapitalLinkOverrides(), MWNamespaceTest\testIsCapitalizedWithWgCapitalLinks(), TitlePermissionTest\testSpecialsAndNSPermissions(), and LanguageConverter\updateConversionTable().

◆ NS_MEDIAWIKI_TALK

◆ NS_PROJECT

◆ NS_PROJECT_TALK

◆ NS_SPECIAL

const NS_SPECIAL -1

Definition at line 63 of file Defines.php.

Referenced by JobSpecification\__construct(), ParserOutput\addLink(), LinkCache\addLinkObj(), RCCacheEntryFactory\buildCLink(), SearchEngine\completionSearchBackend(), PrefixSearch\defaultSearchBackend(), CdnCacheUpdate\doUpdate(), LinkHolderArray\doVariants(), Revision\ensureTitle(), TidyUpBug37714\execute(), Title\fixSpecialName(), MediaWiki\Widget\Search\InterwikiSearchResultSetWidget\footerHtml(), OldChangesList\formatChangeLine(), ApiQueryLogEvents\getAllowedParams(), ApiQueryAllLinks\getAllowedParams(), ApiQueryLinks\getAllowedParams(), ApiQueryRecentChanges\getAllowedParams(), RCCacheEntryFactoryTest\getContext(), ApiErrorFormatter\getDummyTitle(), OutputPage\getJSVars(), IRCColourfulRCFeedFormatter\getLine(), ApiStructureTest\getMain(), ChangesListSpecialPageTest\getPage(), SpecialPage\getSafeTitleFor(), TestRecentChangesHelper\getTestContext(), SpecialPageTest\getTitleForWithWarningProvider(), SpecialPage\getTitleValueFor(), MediaWiki\Widget\Search\SimpleSearchResultSetWidget\headerHtml(), Title\isAlwaysKnown(), Title\isSpecialPage(), MediaWiki\main(), MediaWiki\Linker\LinkRenderer\makeBrokenLink(), EnqueueJob\newFromJobsByWiki(), Linker\normaliseSpecialPage(), MessageCache\parse(), ApiPageSet\populateGeneratorData(), Title\prefix(), ApiPageSet\processTitlesArray(), LogFormatterTest\provideApiParamFormatting(), TitleTest\provideCanHaveTalkPage(), TitleTest\provideGetTalkPage_bad(), ExternalUserNamesTest\provideGetUserLinkTitle(), MWNamespaceTest\provideHasTalkNamespace(), LinkHolderArray\replaceInternal(), PrefixSearch\searchBackend(), SpecialMIMESearchTest\setUp(), CoreParserFunctions\special(), PrefixSearch\specialSearch(), MediaWikiTitleCodec\splitTitleString(), MWNamespaceTest\testEquals(), MWNamespaceTest\testGetAssociatedExceptionsForNsSpecial(), MWNamespaceTest\testGetSubject(), MWNamespaceTest\testGetSubjectNamespaces(), MWNamespaceTest\testGetTalkExceptionsForNsSpecial(), MWNamespaceTest\testGetTalkNamespaces(), SpecialPageTest\testGetTitleFor(), SpecialPageFactoryTest\testGetTitleForAlias(), MWNamespaceTest\testHasGenderDistinction(), MWNamespaceTest\testHasSubpages(), SpecialPageTest\testInvalidGetTitleFor(), MWNamespaceTest\testIsCapitalizedHardcodedAssertions(), MWNamespaceTest\testIsCapitalizedWithWgCapitalLinkOverrides(), MWNamespaceTest\testIsCapitalizedWithWgCapitalLinks(), MWNamespaceTest\testIsContent(), MWNamespaceTest\testIsMovable(), MWNamespaceTest\testIsSubject(), MWNamespaceTest\testIsTalk(), MWNamespaceTest\testIsWatchable(), LinkRendererTest\testMakeBrokenLink(), LinkRendererTest\testMakeLink(), LinkRendererTest\testMergeAttribs(), SpecialSearchTest\testRewriteQueryWithSuggestion(), MWNamespaceTest\testSpecialAndMediaAreDifferentSubjects(), TitlePermissionTest\testSpecialsAndNSPermissions(), MWNamespaceTest\testSubjectEquals(), and SkinTemplate\wrapHTML().

◆ NS_TALK

const NS_TALK 1

Definition at line 75 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct(), MediaWiki\Tests\Maintenance\BackupDumperLoggerTest\addDBData(), MediaWiki\Tests\Maintenance\BackupDumperPageTest\addDBData(), MediaWiki\Tests\Maintenance\TextPassDumperDatabaseTest\addDBData(), MediaWiki\Tests\Maintenance\TextPassDumperDatabaseTest\checkpointHelper(), TitleValueTest\fragmentTitleProvider(), NamespaceConflictChecker\getDestinationTitle(), NamespaceConflictChecker\getTargetList(), TitleTest\provideCanHaveTalkPage(), TitleTest\provideCreateFragmentTitle(), SpecialShortpagesTest\provideGetQueryInfoRespectsContentNs(), TitleTest\provideGetTalkPage_good(), TitleMethodsTest\provideHasSubjectNamespace(), MWNamespaceTest\provideHasTalkNamespace(), TitleMethodsTest\provideInNamespace(), MediaWikiTitleCodecTest\provideParseTitle(), GenerateSitemap\setNamespacePriorities(), MWNamespaceTest\setUp(), MediaWikiTitleCodec\splitTitleString(), MWNamespaceTest\testEquals(), MWNamespaceTest\testGetAssociated(), MWNamespaceTest\testGetSubject(), MWNamespaceTest\testGetSubjectNamespaces(), MWNamespaceTest\testGetTalk(), MWNamespaceTest\testGetTalkNamespaces(), MWNamespaceTest\testHasGenderDistinction(), MWNamespaceTest\testHasSubpages(), MWNamespaceTest\testIsContent(), MWNamespaceTest\testIsSubject(), MWNamespaceTest\testIsTalk(), MWNamespaceTest\testIsWatchable(), MediaWiki\Tests\Maintenance\BackupDumperLoggerTest\testPlain(), MediaWiki\Tests\Maintenance\TextPassDumperDatabaseTest\testPlain(), MediaWiki\Tests\Maintenance\TextPassDumperDatabaseTest\testPrefetchPlain(), TitlePermissionTest\testQuickPermissions(), MWNamespaceTest\testSubjectEquals(), LinksUpdateTest\testUpdate_pagelinks(), and MediaWiki\Tests\Maintenance\BackupDumperLoggerTest\testXmlDumpsBackupUseCaseLogging().

◆ NS_TEMPLATE

◆ NS_TEMPLATE_TALK

const NS_TEMPLATE_TALK 11

◆ NS_USER

const NS_USER 2

Definition at line 76 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct(), ImageListPager\__construct(), UsersPager\__construct(), ActiveUsersPager\__construct(), SpecialEditWatchlist\buildRemoveLine(), Title\checkQuickPermissions(), SpecialContributions\contributionsSub(), SpecialRedirect\dispatchUser(), FileDuplicateSearchPage\doBatchLookups(), HistoryPager\doBatchLookups(), ContribsPager\doBatchLookups(), UsersPager\doBatchLookups(), FixDefaultJsonContentPages\doDBUpdates(), UserCache\doQuery(), SpecialContributions\execute(), SpecialLog\execute(), ChangesListSpecialPage\execute(), ApiFeedContributions\execute(), ApiQueryAllUsers\execute(), CrhConverter\findVariantLink(), IuConverter\findVariantLink(), KkConverter\findVariantLink(), KuConverter\findVariantLink(), ShiConverter\findVariantLink(), SrConverter\findVariantLink(), SpecialNewpages\form(), MIMEsearchPage\formatResult(), ImageListPager\formatValue(), CoreParserFunctions\gender(), MediaWiki\Preferences\DefaultPreferencesFactory\generateSkinOptions(), ImageHistoryPseudoPager\getBody(), User\getCanonicalName(), ContentHandler\getDefaultModelFor(), MediaWikiTestCase\getDefaultWikitextNS(), WANCacheReapUpdate\getEventAffectedKeys(), SearchNearMatcher\getNearMatchInternal(), ActiveUsersPager\getQueryInfo(), NewPagesPager\getQueryInfo(), WantedPagesPage\getQueryInfo(), SpecialMypage\getRedirect(), Skin\getRelevantUser(), Article\getRobotPolicy(), LogPager\getStartBody(), MergeHistoryPager\getStartBody(), NewPagesPager\getStartBody(), DeletedContributionsPage\getSubTitle(), SpecialBlock\getTargetUserTitle(), ExternalUserNames\getUserLinkTitle(), User\getUserPage(), UserRightsProxy\getUserPage(), TitleValueTest\goodConstructorProvider(), MWNamespace\hasGenderDistinction(), User\idFromName(), EditPage\importFormData(), Title\isCssJsSubpage(), Title\isUserConfigPage(), Title\isUserCssConfigPage(), Title\isUserJsConfigPage(), Title\isUserJsonConfigPage(), LogPager\limitPerformer(), Language\needsGenderDistinction(), InfoAction\pageInfo(), BlockListPager\preprocessResults(), ProtectedPagesPager\preprocessResults(), SpecialBlock\processForm(), SpecialUnblock\processUnblock(), NewUsersLogFormatterTest\provideAutocreateLogDatabaseRows(), RightsLogFormatterTest\provideAutopromoteLogDatabaseRows(), BlockLogFormatterTest\provideBlockLogDatabaseRows(), NewUsersLogFormatterTest\provideByemailLogDatabaseRows(), TitleTest\provideCanHaveTalkPage(), NewUsersLogFormatterTest\provideCreate2LogDatabaseRows(), NewUsersLogFormatterTest\provideCreateLogDatabaseRows(), MediaWikiTitleCodecTest\provideFormat(), MediaWikiTitleCodecTest\provideGetFullText(), MediaWikiTitleCodecTest\provideGetNamespaceName(), MediaWikiTitleCodecTest\provideGetPrefixedDBkey(), TitleTest\provideGetPrefixedDBKey(), MediaWikiTitleCodecTest\provideGetPrefixedText(), TitleTest\provideGetPrefixedText(), MediaWikiTitleCodecTest\provideGetText(), TitleMethodsTest\provideHasSubjectNamespace(), MWNamespaceTest\provideHasTalkNamespace(), TitleMethodsTest\provideInNamespace(), TitleTest\provideNewFromTitleValue(), NewUsersLogFormatterTest\provideNewUsersLogDatabaseRows(), MediaWikiTitleCodecTest\provideParseTitle(), BlockLogFormatterTest\provideReblockLogDatabaseRows(), RightsLogFormatterTest\provideRightsLogDatabaseRows(), BlockLogFormatterTest\provideSuppressBlockLogDatabaseRows(), BlockLogFormatterTest\provideSuppressReblockLogDatabaseRows(), SampleTest\provideTitles(), BlockLogFormatterTest\provideUnblockLogDatabaseRows(), GenerateSitemap\setNamespacePriorities(), MWNamespaceTest\setUp(), RevisionDeleteUser\setUsernameBitfields(), MovePageForm\showForm(), SpecialUndelete\showHistory(), EditPage\showIntro(), Article\showMissingArticle(), MediaWiki\Preferences\DefaultPreferencesFactory\skinPreferences(), MediaWikiTitleCodec\splitTitleString(), TitlePermissionTest\testCssConfigEditPermissions(), MWNamespaceTest\testEquals(), MWNamespaceTest\testGetContentNamespaces(), LinkRendererTest\testGetLinkClasses(), LinkerTest\testGetLinkColour(), MWNamespaceTest\testGetSubject(), MWNamespaceTest\testGetTalk(), MWNamespaceTest\testHasGenderDistinction(), MWNamespaceTest\testHasSubpages(), TitleMethodsTest\testInNamespaces(), MWNamespaceTest\testIsCapitalizedHardcodedAssertions(), MWNamespaceTest\testIsCapitalizedWithWgCapitalLinkOverrides(), MWNamespaceTest\testIsCapitalizedWithWgCapitalLinks(), MWNamespaceTest\testIsContent(), MWNamespaceTest\testIsNonincludable(), MWNamespaceTest\testIsSubject(), MWNamespaceTest\testIsTalk(), TitlePermissionTest\testJsConfigEditPermissions(), TitlePermissionTest\testJsonConfigEditPermissions(), TitlePermissionTest\testOtherCssConfigEditPermissions(), TitlePermissionTest\testOtherJsConfigEditPermissions(), TitlePermissionTest\testOtherJsonConfigEditPermissions(), TitlePermissionTest\testOtherNonConfigEditPermissions(), TitlePermissionTest\testQuickPermissions(), TitlePermissionTest\testSpecialsAndNSPermissions(), MWNamespaceTest\testSubjectEquals(), ApiUserrightsTest\testWithTag(), RecentChangesUpdateJob\updateActiveUsers(), Linker\userLink(), and ApiBase\validateUser().

◆ NS_USER_TALK

const NS_USER_TALK 3

Definition at line 77 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct(), EmailNotification\actuallyNotifyOnPageChange(), EmailNotification\canSendUserTalkEmail(), User\clearNotification(), FileDuplicateSearchPage\doBatchLookups(), HistoryPager\doBatchLookups(), ContribsPager\doBatchLookups(), UsersPager\doBatchLookups(), WikiPage\doEditUpdates(), UserCache\doQuery(), ChangesListSpecialPage\execute(), CrhConverter\findVariantLink(), IuConverter\findVariantLink(), KkConverter\findVariantLink(), KuConverter\findVariantLink(), ShiConverter\findVariantLink(), SrConverter\findVariantLink(), ImageHistoryPseudoPager\getBody(), NewUsersLogFormatter\getPreloadTitles(), WantedPagesPage\getQueryInfo(), SpecialMytalk\getRedirect(), Article\getRobotPolicy(), LogPager\getStartBody(), MergeHistoryPager\getStartBody(), NewPagesPager\getStartBody(), MWNamespace\hasGenderDistinction(), EditPage\importFormData(), User\isBlockedFrom(), Language\needsGenderDistinction(), EmailNotification\notifyOnPageChange(), WikiPage\onArticleDelete(), BlockListPager\preprocessResults(), ProtectedPagesPager\preprocessResults(), MediaWikiTitleCodecTest\provideFormat(), MediaWikiTitleCodecTest\provideGetFullText(), MediaWikiTitleCodecTest\provideGetPrefixedDBkey(), TitleTest\provideGetPrefixedDBKey(), MediaWikiTitleCodecTest\provideGetPrefixedText(), TitleTest\provideGetPrefixedText(), TitleMethodsTest\provideHasSubjectNamespace(), MWNamespaceTest\provideHasTalkNamespace(), TitleMethodsTest\provideInNamespace(), GenerateSitemap\setNamespacePriorities(), MWNamespaceTest\setUp(), SpecialUndelete\showHistory(), EditPage\showIntro(), Article\showMissingArticle(), Article\showViewFooter(), MediaWikiTitleCodec\splitTitleString(), UserTest\testBlockInstanceCache(), MWNamespaceTest\testEquals(), MWNamespaceTest\testGetSubject(), MWNamespaceTest\testGetTalk(), MWNamespaceTest\testHasGenderDistinction(), MWNamespaceTest\testHasSubpages(), MWNamespaceTest\testIsSubject(), MWNamespaceTest\testIsTalk(), MWNamespaceTest\testSubjectEquals(), and Linker\userTalkLink().

◆ OT_HTML

const OT_HTML 1

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

Definition at line 194 of file Defines.php.

Referenced by Parser\parse().

◆ OT_MSG

const OT_MSG 3

Definition at line 197 of file Defines.php.

◆ OT_PLAIN

const OT_PLAIN 4

Definition at line 198 of file Defines.php.

Referenced by Parser\extractSections(), and Parser\getPreloadText().

◆ OT_PREPROCESS

const OT_PREPROCESS 3

Definition at line 196 of file Defines.php.

Referenced by Parser\cleanSig(), Parser\preprocess(), and Parser\testPreprocess().

◆ OT_WIKI

const OT_WIKI 2

Definition at line 195 of file Defines.php.

Referenced by Parser\formatHeadings(), and Parser\preSaveTransform().

◆ PROTO_CANONICAL

◆ PROTO_CURRENT

◆ PROTO_HTTP

◆ PROTO_HTTPS

◆ PROTO_INTERNAL

const PROTO_INTERNAL 2

Definition at line 234 of file Defines.php.

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

◆ PROTO_RELATIVE

◆ RC_CATEGORIZE

◆ RC_EDIT

◆ RC_EXTERNAL

◆ RC_LOG

◆ RC_NEW

◆ SFH_NO_HASH

const SFH_NO_HASH 1

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

Definition at line 207 of file Defines.php.

Referenced by Parser\setFunctionHook().

◆ SFH_OBJECT_ARGS

const SFH_OBJECT_ARGS 2

Definition at line 208 of file Defines.php.

Referenced by Parser\callParserFunction().

◆ SHELL_MAX_ARG_STRLEN

const SHELL_MAX_ARG_STRLEN '100000'

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

Definition at line 280 of file Defines.php.

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