MediaWiki  1.28.3
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 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
 Database related. More...
 
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

const ALF_NO_BLOCK_LOCK 8

Definition at line 119 of file Defines.php.

const ALF_NO_LINK_LOCK 4

Definition at line 118 of file Defines.php.

const ALF_PRELOAD_EXISTENCE 2

Definition at line 117 of file Defines.php.

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

const APCOND_AGE 2

Definition at line 210 of file Defines.php.

Referenced by Autopromote\checkCondition().

const APCOND_AGE_FROM_EDIT 7

Definition at line 215 of file Defines.php.

Referenced by Autopromote\checkCondition().

const APCOND_BLOCKED 8

Definition at line 216 of file Defines.php.

Referenced by Autopromote\checkCondition().

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

Referenced by Autopromote\checkCondition().

const APCOND_EMAILCONFIRMED 3

Definition at line 211 of file Defines.php.

Referenced by Autopromote\checkCondition().

const APCOND_INGROUPS 4

Definition at line 212 of file Defines.php.

Referenced by Autopromote\checkCondition().

const APCOND_IPINRANGE 6

Definition at line 214 of file Defines.php.

Referenced by Autopromote\checkCondition().

const APCOND_ISBOT 9

Definition at line 217 of file Defines.php.

Referenced by Autopromote\checkCondition().

const APCOND_ISIP 5

Definition at line 213 of file Defines.php.

Referenced by Autopromote\checkCondition().

const AV_NO_VIRUS 0

Antivirus result codes, for use in $wgAntivirusSetup.

Definition at line 105 of file Defines.php.

Referenced by UploadBase\detectVirus().

const AV_SCAN_ABORTED -1

Definition at line 107 of file Defines.php.

Referenced by UploadBase\detectVirus().

const AV_SCAN_FAILED false

Definition at line 108 of file Defines.php.

Referenced by UploadBase\detectVirus().

const AV_VIRUS_FOUND 1

Definition at line 106 of file Defines.php.

const CACHE_MEMCACHED 2
const CONTENT_FORMAT_HTML 'text/html'

Definition at line 262 of file Defines.php.

const CONTENT_FORMAT_JSON 'application/json'

Definition at line 266 of file Defines.php.

Referenced by JsonContentHandler\__construct().

const CONTENT_FORMAT_SERIALIZED 'application/vnd.php.serialized'

Definition at line 264 of file Defines.php.

const CONTENT_FORMAT_TEXT 'text/plain'

Definition at line 260 of file Defines.php.

Referenced by RevisionTestModifyableContentHandler\__construct().

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

Referenced by WikitextContentHandler\__construct(), RevisionTest\dataGetContentFormat(), WikitextContentHandlerTest\dataIsSupportedFormat(), ContentHandlerTest\dataMakeContent(), WikitextContentHandlerTest\testSerializeContent(), and WikitextContentHandlerTest\testUnserializeContent().

const CONTENT_FORMAT_XML 'application/xml'

Definition at line 268 of file Defines.php.

const CONTENT_MODEL_JAVASCRIPT 'javascript'

Definition at line 240 of file Defines.php.

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

Referenced by WikitextContent\__construct(), MessageContent\__construct(), RevisionStorageTest\createPage(), TestPageProps\createPage(), TitleMethodsTest\dataGetContentModel(), RevisionTest\dataGetContentModel(), ContentHandlerTest\dataGetDefaultModelFor(), WikitextContentTest\dataGetDeletionUpdates(), WikitextContentTest\dataGetParserOutput(), WikitextContentTest\dataGetSecondaryDataUpdates(), RevisionTest\dataGetSha1(), RevisionTest\dataGetSize(), ContentHandlerTest\dataMakeContent(), ApiParse\execute(), ApiQueryRevisionsBase\extractRevisionInfo(), ApiQueryRevisionsBase\getAllowedParams(), ApiParse\getAllowedParams(), WikiPage\getAutosummary(), Revision\getContentModel(), ContentHandler\getDefaultModelFor(), MediaWikiTestCase\getDefaultWikitextNS(), TextPassDumper\getText(), TextContent\getWikitextForTransclusion(), FixDefaultJsonContentPages\handleRow(), MediaWikiTestCase\isWikitextNS(), Title\isWikitextPage(), LanguageConverter\parseCachedTable(), PreprocessDump\processRevision(), CompareParsers\processRevision(), ContentHandlerTest\provideGetModelForID(), WikiPageTest\provideGetParserOutput(), WikiPageTest\provideGetRedirectTarget(), WikiPageTest\provideIsCountable(), ContentHandlerTest\setUp(), TextContentTest\setUp(), WikitextContentHandlerTest\setUp(), TestPageProps\setUp(), RevisionStorageTest\setUp(), WikiPageTest\testDoDeleteArticle(), WikiPageTest\testDoDeleteUpdates(), WikiPageTest\testDoEditContent(), WikiPageTest\testExists(), RevisionStorageTest\testFetchRevision(), ContentHandlerTest\testGetAutosummary(), WikiPageTest\testGetContent(), WikiPageTestContentHandlerUseDB\testGetContentModel(), RevisionTest\testGetContentUncloned(), ContentHandlerTest\testGetFieldsForSearchIndex(), RevisionStorageTest\testGetNext(), RevisionStorageTest\testGetPrevious(), WikiPageTest\testGetRevision(), WikiPageTest\testGetText(), WikiPageTest\testHasViewableContent(), RevisionStorageTest\testIsCurrent(), RevisionStorageTest\testNewFromArchiveRow(), RevisionStorageTest\testNewNullRevision(), ContentHandlerTest\testSupportsCategories(), and RevisionStorageTest\testUserWasLastToEdit().

const EDIT_AUTOSUMMARY 64
const EDIT_DEFER_UPDATES 32

Definition at line 151 of file Defines.php.

const EDIT_SUPPRESS_RC 8
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 36 of file User.php.

const LIST_COMMA IDatabase::LIST_COMMA

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

Definition at line 34 of file Defines.php.

Referenced by DatabaseSQLTest\provideMakeList().

const LIST_NAMES IDatabase::LIST_NAMES
const LIST_SET IDatabase::LIST_SET
const MW_DATE_DEFAULT 'default'

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

Definition at line 126 of file Defines.php.

const MW_DATE_DMY 'dmy'

Definition at line 128 of file Defines.php.

const MW_DATE_ISO 'ISO 8601'

Definition at line 130 of file Defines.php.

const MW_DATE_MDY 'mdy'

Definition at line 127 of file Defines.php.

const MW_DATE_YMD 'ymd'

Definition at line 129 of file Defines.php.

const MW_EDITFILTERMERGED_SUPPORTS_API 1

Definition at line 172 of file Defines.php.

const MW_SUPPORTS_CONTENTHANDLER 1

Definition at line 171 of file Defines.php.

const MW_SUPPORTS_LOCALISATIONCACHE 1

Definition at line 170 of file Defines.php.

const MW_SUPPORTS_PARSERFIRSTCALLINIT 1

Database related.

Unicode and normalisation related Hook support constants

Definition at line 169 of file Defines.php.

const NS_CATEGORY 14

Definition at line 70 of file Defines.php.

Referenced by UncategorizedCategoriesPage\__construct(), CategoryPager\__construct(), DumpNamespaceFilter\__construct(), OutputPage\addCategoryLinks(), ParserOutput\addTrackingCategory(), LinksUpdateTest\assertRecentChangeByCategorization(), Title\checkQuickPermissions(), CategoryViewer\doCategoryQuery(), Parser\doDoubleUnderscore(), SpecialRecentChangesLinked\doMainQuery(), LinksDeletionUpdate\doUpdate(), LinkHolderArray\doVariants(), ApiQueryCategoryInfo\execute(), UpdateCollation\execute(), WikiPage\factory(), ApiParse\formatCategoryLinks(), UncategorizedCategoriesPage\formatResult(), UnusedCategoriesPage\formatResult(), MostlinkedCategoriesPage\formatResult(), CategoryPager\formatRow(), TitleValueTest\fragmentTitleProvider(), CategoryPager\getBody(), Skin\getCategories(), WikiPage\getCategories(), LinksUpdate\getCategoryInsertions(), Skin\getCategoryLinks(), MediaWikiTestCase\getDefaultWikitextNS(), WikiFilePage\getForeignCategories(), SpecialRandomInCategory\getFormFields(), WikiPage\getHiddenCategories(), WantedFilesPage\getPageHeader(), Title\getParentCategories(), WantedCategoriesPage\getQueryInfo(), UnusedCategoriesPage\getQueryInfo(), MostlinkedCategoriesPage\getQueryInfo(), Category\getTitle(), LinksUpdate\invalidateCategories(), SearchHighlighter\linkReplace(), WikitextContentHandler\makeRedirectContent(), MovePage\move(), MovePage\moveToInternal(), Category\newFromName(), Article\newFromTitle(), CategoryMembershipChangeJob\notifyUpdatesForRevision(), WikiPage\onArticleCreate(), SpecialRandomInCategory\onSubmit(), InfoAction\pageInfo(), CoreParserFunctions\pagesincategory(), SpecialTrackingCategories\prepareTrackingCategoriesData(), MostlinkedCategoriesPage\preprocessResults(), TitleTest\provideCreateFragmentTitle(), MediaWikiTitleCodecTest\provideParseTitle(), ApiQueryTest\provideTestTitlePartToKey(), Category\refreshCounts(), Parser\replaceInternalLinks2(), ApiQueryCategories\run(), ApiQueryAllCategories\run(), ApiQueryCategoryMembers\run(), CategoryFinder\scanNextLayer(), CategoryFinder\seed(), GenerateSitemap\setNamespacePriorities(), MovePageForm\showForm(), SpecialSearch\showHit(), EditPage\showPreview(), 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(), and CategoryPage\view().

const NS_CATEGORY_TALK 15
const NS_FILE 6

Definition at line 62 of file Defines.php.

Referenced by FakeDimensionFile\__construct(), ApiQueryAllLinks\__construct(), DumpNamespaceFilter\__construct(), FileRepo\__construct(), ParserTestRunner\addArticle(), ParserOutput\addLink(), UploadForm\addUploadJS(), SkinTemplate\buildContentNavigationUrls(), ImageCleanup\buildSafeTitle(), RevertAction\checkCanExecute(), FindOrphanedFiles\checkFiles(), Title\checkQuickPermissions(), LocalRepo\checkRedirect(), UploadBase\checkWarnings(), UploadFromUrlTest\deleteFile(), ApiTestCaseUpload\deleteFileByFileName(), ApiTestCaseUpload\deleteFileByTitle(), SpecialRedirect\dispatchFile(), CategoryViewer\doCategoryQuery(), WikiPage\doDeleteUpdates(), SpecialRecentChangesLinked\doMainQuery(), MovePageForm\doSubmit(), ApiMove\execute(), FindMissingFiles\execute(), ApiQueryFilearchive\execute(), ApiDelete\execute(), ApiQueryImageInfo\execute(), DeleteBatch\execute(), UpdateCollation\execute(), FileDuplicateSearchPage\execute(), SpecialUndelete\execute(), WikiPage\factory(), ForeignAPIRepo\findBySha1(), FileRepo\findFile(), LocalRepo\findFiles(), WikiFilePage\followRedirect(), Linker\formatLinksInComment(), NewFilesPager\formatRow(), ImageListPager\formatValue(), BacklinkCache\getCascadeProtectedLinks(), Title\getCascadeProtectionSources(), LinksUpdate\getCategoryInsertions(), ApiUpload\getChunkResult(), FileContentHandler\getDataForSearchIndex(), WikitextContentHandler\getDataForSearchIndex(), MediaWikiTestCase\getDefaultWikitextNS(), ForeignDBFile\getDescriptionShortUrl(), ForeignDBFile\getDescriptionText(), EditPage\getEditToolbar(), SpecialWhatLinksHere\getFilterPanel(), ImagePageTest\getImagePage(), ImagePage404Test\getImagePage(), FileRepo\getNameFromTitle(), SearchNearMatcher\getNearMatchInternal(), SearchUpdate\getNormalizedTitle(), ApiImageRotate\getPageSet(), ApiQueryInfo\getProtectionInfo(), MostimagesPage\getQueryInfo(), UnusedimagesPage\getQueryInfo(), UncategorizedImagesPage\getQueryInfo(), NewFilesPager\getQueryInfo(), MIMEsearchPage\getQueryInfo(), ListDuplicatedFilesPage\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(), MovePage\isValidMoveTarget(), Title\isValidMoveTarget(), SearchHighlighter\linkReplace(), PageArchive\listFiles(), ArchivedFile\load(), ArchivedFile\loadFromRow(), Linker\makeThumbLink2(), MovePage\move(), ForeignDBFile\newFromRow(), OldLocalFile\newFromRow(), LocalFile\newFromRow(), ArchivedFile\newFromRow(), Article\newFromTitle(), SearchEngine\normalizeNamespaces(), File\normalizeTitle(), WikiPage\onArticleDelete(), ImageQueryPage\outputResults(), ImageCleanup\pageExists(), InfoAction\pageInfo(), MediaWiki\parseTitle(), ApiUpload\performUpload(), ImageCleanup\pokeFile(), FileDuplicateSearchPage\prefixSearchSubpages(), TitleCleanup\processRow(), ImageCleanup\processRow(), LanguageTest\provideGetNamespaceAliases(), UploadLogFormatterTest\provideOverwriteLogDatabaseRows(), MediaWikiTitleCodecTest\provideParseTitle(), UploadLogFormatterTest\provideRevertLogDatabaseRows(), TestSample\provideTitles(), UploadLogFormatterTest\provideUploadLogDatabaseRows(), PurgeChangedFiles\purgeFromLogType(), LinksUpdate\queueRecursiveJobs(), Category\refreshCounts(), Parser\renderImageGallery(), Parser\replaceInternalLinks2(), ApiQueryImages\run(), ApiQueryDuplicateFiles\run(), ApiQueryAllImages\run(), ApiQueryBacklinks\run(), ApiQueryBacklinks\runSecondQuery(), PrefixSearch\searchBackend(), GenerateSitemap\setNamespacePriorities(), UploadFromUrlTestSuite\setUp(), ParserTestRunner\setupUploads(), SpecialSearch\showHit(), SpecialWhatLinksHere\showIndirectLinks(), EditPage\showIntro(), Article\showPatrolFooter(), SpecialSearch\showResults(), SpecialUpload\showUploadWarning(), SpecialUpload\showViewDeletedLinks(), SpecialSearch\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().

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.

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

Referenced by DumpNamespaceFilter\__construct().

const NS_IMAGE_TALK NS_FILE_TALK
Deprecated:
since 1.14

Definition at line 87 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct().

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

Referenced by DumpNamespaceFilter\__construct(), BackupDumperLoggerTest\addDBData(), PrefixSearchTest\addDBDataOnce(), SearchEnginePrefixTest\addDBDataOnce(), SearchEngineTest\addDBDataOnce(), TitleValueTest\badConstructorProvider(), buildCommonApiParams(), Title\canExist(), MWNamespace\canTalk(), TextPassDumperDatabaseTest\checkpointHelper(), Title\checkReadPermissions(), Title\checkSpecialsAndNSPermissions(), LanguageConverter\convertNamespace(), LanguageConverter\convertTitle(), ApiPageSetTest\createPageSetWithRedirect(), PrefixSearch\defaultSearchBackend(), SpecialLog\execute(), WithoutInterwikiPage\execute(), SpecialExport\execute(), LogFormatterTestCase\expandDatabaseRow(), PrefixSearch\extractNamespace(), SearchEngineTest\fetchIds(), LanguageConverter\findVariantLink(), TitleValueTest\fragmentTitleProvider(), ParserFuzzTest\fuzzTest(), ApiQueryAllPages\getAllowedParams(), ApiQueryDeletedrevs\getAllowedParams(), MWNamespace\getCanonicalNamespaces(), MWNamespace\getContentNamespaces(), MediaWikiTestCase\getDefaultWikitextNS(), Linker\getInvalidTitleDescription(), EditWatchlistNormalHTMLForm\getLegend(), SpecialEditWatchlist\getNormalForm(), RandomPage\getNsList(), WantedFilesPage\getPageHeader(), MWNamespace\getSubject(), NamespaceConflictChecker\getTargetList(), User\getTokenUrl(), Languages\getUntranslatedNamespaces(), Title\isAlwaysKnown(), MWNamespace\isContent(), MWNamespace\isMethodValidFor(), MWNamespace\isMovable(), MWNamespace\isTalk(), MWNamespace\isWatchable(), MediaWiki\main(), Html\namespaceSelectorOptions(), Title\newFromTextThrow(), SearchEngine\normalizeNamespaces(), SpecialListGroupRights\outputNamespaceProtectionInfo(), TitleTest\provideCreateFragmentTitle(), DeleteLogFormatterTest\provideDeleteLogDatabaseRows(), DeleteLogFormatterTest\provideEventLogDatabaseRows(), MediaWikiTitleCodecTest\provideFormat(), MediaWikiTitleCodecTest\provideGetFullText(), MediaWikiTitleCodecTest\provideGetNamespaceName(), MediaWikiTitleCodecTest\provideGetPrefixedDBkey(), MediaWikiTitleCodecTest\provideGetPrefixedText(), TitleTest\provideGetPrefixedText(), MediaWikiTitleCodecTest\provideGetText(), TitleMethodsTest\provideHasSubjectNamespace(), TitleMethodsTest\provideInNamespace(), ImportLogFormatterTest\provideInterwikiLogDatabaseRows(), WikitextContentHandlerTest\provideMakeRedirectContent(), MergeLogFormatterTest\provideMergeLogDatabaseRows(), ProtectLogFormatterTest\provideModifyLogDatabaseRows(), MoveLogFormatterTest\provideMoveLogDatabaseRows(), ProtectLogFormatterTest\provideMoveProtLogDatabaseRows(), MoveLogFormatterTest\provideMoveRedirLogDatabaseRows(), SpecialRecentchangesTest\provideNamespacesAssociations(), 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(), ArticleTest\setUp(), MWNamespaceTest\setUp(), TitlePermissionTest\setUp(), PrefixSearchTest\setUp(), SearchEnginePrefixTest\setUp(), SpecialAllPages\showChunk(), EditPage\showConflict(), SpecialPrefixindex\showPrefixChunk(), MediaWikiTitleCodec\splitTitleString(), TitlePermissionTest\testActionPermissions(), MWNamespaceTest\testCanTalk(), TitlePermissionTest\testCascadingSourcesRestrictions(), ContentHandlerTest\testDataIndexFields(), MWNamespaceTest\testEquals(), SpecialMyLanguageTest\testFindTitle(), MediaWikiTitleCodecTest\testFormat(), MWNamespaceTest\testGetAssociated(), 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(), TitlePermissionTest\testPageRestrictions(), ContentHandlerTest\testParserOutputForIndexing(), MediaWikiTitleCodecTest\testParseTitle(), MediaWikiTitleCodecTest\testParseTitle_invalid(), TextPassDumperDatabaseTest\testPlain(), TextPassDumperDatabaseTest\testPrefetchPlain(), TitlePermissionTest\testQuickPermissions(), SpecialRecentchangesTest\testRcNsFilter(), SpecialRecentchangesTest\testRcNsFilterInversion(), TitlePermissionTest\testSpecialsAndNSPermissions(), MWNamespaceTest\testSubjectEquals(), LinksUpdateTest\testUpdate_iwlinks(), LinksUpdateTest\testUpdate_pagelinks(), PrefixSearch\validateNamespaces(), and SpecialEditWatchlist\watchTitles().

const NS_MEDIAWIKI 8

Definition at line 64 of file Defines.php.

Referenced by DumpNamespaceFilter\__construct(), AllMessagesTablePager\__construct(), ApiFormatXml\addXslt(), SkinTemplate\buildContentNavigationUrls(), ChangeTags\canCreateTag(), Title\checkSpecialsAndNSPermissions(), FixDefaultJsonContentPages\doDBUpdates(), WikiPage\doEditUpdates(), WikiPage\doPurge(), ApiEditPage\execute(), DeleteDefaultMessages\execute(), ImportSiteScripts\execute(), UpdateRestrictions\execute(), NukeNS\execute(), DeleteEqualMessages\execute(), AllMessagesTablePager\formatValue(), Article\getContentObject(), EditPage\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(), Title\hasSourceText(), EditPage\internalAttemptSave(), Title\isAlwaysKnown(), Title\isConversionTable(), Title\isCssOrJsPage(), MessageCache\loadFromDB(), MessageCacheTest\makePage(), WikiPage\onArticleDelete(), LanguageConverter\parseCachedTable(), SpecialTrackingCategories\prepareTrackingCategoriesData(), EditPage\setHeaders(), GenerateSitemap\setNamespacePriorities(), UploadFromUrlTestSuite\setUp(), TitlePermissionTest\setUp(), EditPage\showDiff(), EditPage\showIntro(), Article\showMissingArticle(), Parser\statelessFetchTemplate(), MWNamespaceTest\testIsCapitalizedHardcodedAssertions(), MWNamespaceTest\testIsCapitalizedWithWgCapitalLinkOverrides(), MWNamespaceTest\testIsCapitalizedWithWgCapitalLinks(), TitlePermissionTest\testSpecialsAndNSPermissions(), and LanguageConverter\updateConversionTable().

const NS_SPECIAL -1

Definition at line 45 of file Defines.php.

Referenced by JobSpecification\__construct(), ParserOutput\addLink(), LinkCache\addLinkObj(), ParserOutput\addTrackingCategory(), RCCacheEntryFactory\buildCLink(), Title\checkSpecialsAndNSPermissions(), SearchEngine\completionSearchBackend(), PrefixSearch\defaultSearchBackend(), CdnCacheUpdate\doUpdate(), LinkHolderArray\doVariants(), TidyUpBug37714\execute(), Title\fixSpecialName(), OldChangesList\formatChangeLine(), RCCacheEntryFactoryTest\getContext(), ApiErrorFormatter\getDummyTitle(), OutputPage\getJSVars(), IRCColourfulRCFeedFormatter\getLine(), ApiDocumentationTest\getMain(), SpecialPage\getSafeTitleFor(), TestRecentChangesHelper\getTestContext(), SpecialPageTest\getTitleForWithWarningProvider(), SpecialPage\getTitleValueFor(), Title\isAlwaysKnown(), Title\isSpecialPage(), MediaWiki\main(), MediaWiki\Linker\LinkRenderer\makeBrokenLink(), EnqueueJob\newFromJobsByWiki(), Linker\normaliseSpecialPage(), MessageCache\parse(), MediaWiki\performRequest(), LinkHolderArray\replaceInternal(), PrefixSearch\searchBackend(), Title\secureAndSplit(), SpecialMIMESearchTest\setUp(), CoreParserFunctions\special(), PrefixSearch\specialSearch(), MediaWikiTitleCodec\splitTitleString(), MWNamespaceTest\testCanTalk(), 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().

const NS_TEMPLATE_TALK 11
const NS_USER 2

Definition at line 58 of file Defines.php.

const NS_USER_TALK 3

Definition at line 59 of file Defines.php.

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

const OT_HTML 1
const OT_MSG 3

Definition at line 191 of file Defines.php.

const OT_PLAIN 4
const OT_PREPROCESS 3
const OT_WIKI 2
const PROTO_INTERNAL 2

Definition at line 228 of file Defines.php.

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

const SFH_NO_HASH 1

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

Definition at line 201 of file Defines.php.

Referenced by Parser\setFunctionHook().

const SFH_OBJECT_ARGS 2

Definition at line 202 of file Defines.php.

Referenced by Parser\callParserFunction().

const SHELL_MAX_ARG_STRLEN '100000'

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

Definition at line 274 of file Defines.php.