MediaWiki  1.34.0
make-normalization-table.php File Reference

Go to the source code of this file.

Functions

if(getenv( 'MW_INSTALL_PATH')) foreach( $trydirs as $trydir) if(! $utfnormalDir) loadDataFiles ()
 This is a function solely exists so we can suppress errors. More...
 
if(!Validator::$utfCheckNFC||!Validator::$utfCombiningClass||!Validator::$utfCanonicalDecomp||!Validator::$utfCanonicalComp||!Validator::$utfCompatibilityDecomp) uord ( $c, $firstOnly)
 

Variables

 $comb = []
 
 $t = []
 
if(PHP_SAPI !=='cli' &&PHP_SAPI !=='phpdbg') $utfnormalDir = null
 
 $X = fopen( __DIR__ . '/normalization-data.lua', 'w' )
 
if(count( $argv) > 1) else
 

Function Documentation

◆ loadDataFiles()

if (getenv('MW_INSTALL_PATH')) foreach ($trydirs as $trydir) if (! $utfnormalDir) loadDataFiles ( )

This is a function solely exists so we can suppress errors.

SecurityCheck-XSS SecurityCheck-OTHER

Definition at line 58 of file make-normalization-table.php.

References $utfnormalDir.

◆ uord()

if (!Validator::$utfCheckNFC||!Validator::$utfCombiningClass||!Validator::$utfCanonicalDecomp||!Validator::$utfCanonicalComp||!Validator::$utfCompatibilityDecomp) uord (   $c,
  $firstOnly 
)

Definition at line 79 of file make-normalization-table.php.

Variable Documentation

◆ $comb

$comb = []

Definition at line 104 of file make-normalization-table.php.

◆ $t

$t = []

Definition at line 143 of file make-normalization-table.php.

Referenced by JSNode\__construct(), ParserOutput\addLanguageLink(), CoreParserFunctions\basepagename(), CoreParserFunctions\basepagenamee(), Benchmarker\bench(), BenchmarkTidy\benchmark(), ProtectionForm\buildForm(), Scribunto_LuaTitleLibrary\cascadingProtection(), FakeConverter\convert(), FakeConverter\convertTitle(), PopulateImageSha1\doDBUpdates(), SpecialRecentChanges\doHeader(), ApiQueryCategoryInfo\execute(), SpecialExport\execute(), Protect\execute(), RollbackEdits\execute(), PPFuzzTester\execute(), TextExtracts\ApiQueryExtracts\execute(), ApiQueryUsers\execute(), BlockLevelPass\execute(), ApiMain\executeActionWithErrorHandling(), ApiQueryRevisionsBase\extractDeprecatedContent(), ApiQueryInfo\extractPageInfo(), ApiQueryRecentChanges\extractRowInfo(), UsersPager\formatRow(), CoreParserFunctions\fullpagename(), CoreParserFunctions\fullpagenamee(), CreditsAction\getAuthor(), PreferencesFormOOUI\getButtons(), User\getCanonicalName(), Skin\getCategoryLinks(), CommentStore\getCommentInternal(), ParserOutput\getDisplayTitle(), WANCacheReapUpdate\getEventAffectedKeys(), ActorMigration\getInsertValuesWithTempTable(), ActorMigration\getJoin(), CommentStore\getJoin(), Scribunto_LuaSandboxEngine\getLimitReportData(), PNGMetadataExtractor\getMetadata(), LinkCache\getMutableCacheKeys(), SpecialAllPages\getNamespaceKeyAndText(), PdfImage\getPageSize(), Revision\RevisionSlots\getRolesWithDifferentContent(), ApiQueryInfo\getTSIDs(), PageImages\Hooks\LinksUpdateHookHandler\getUrlBlacklist(), ApiQueryInfo\getVariantTitles(), ActorMigration\getWhere(), UserrightsPage\groupCheckboxes(), Revision\RevisionSlots\hasSameContent(), MediaWiki\Storage\RevisionSlotsUpdate\hasSameUpdates(), CommentStore\insertInternal(), Skin\lastModified(), PageArchive\listPagesBySearch(), Title\makeTitle(), CategoryTree\makeTitle(), Title\makeTitleSafe(), CoreParserFunctions\mwnamespace(), CoreParserFunctions\namespacee(), CoreParserFunctions\namespacenumber(), Title\newFromDBkey(), Article\newFromID(), Title\newFromRow(), Title\newFromTextThrow(), Title\newFromURL(), Revision\RevisionStore\newRevisionsFromBatch(), MediaWikiSite\normalizePageName(), CoreParserFunctions\pageid(), CoreParserFunctions\pagename(), CoreParserFunctions\pagenamee(), RecentChange\parseToRCType(), JSMinPlus\parseTree(), ApiQueryBase\prefixedTitlePartToKey(), SpecialPage\prefixSearchString(), CategoryTreePage\prefixSearchSubpages(), SpecialFileDuplicateSearch\prefixSearchSubpages(), MediaWiki\Preferences\DefaultPreferencesFactory\profilePreferences(), CategoryTree\renderChildren(), CategoryTree\renderParents(), SearchExactMatchRescorer\rescore(), CoreParserFunctions\revisionday(), CoreParserFunctions\revisionday2(), CoreParserFunctions\revisionid(), CoreParserFunctions\revisionmonth(), CoreParserFunctions\revisionmonth1(), CoreParserFunctions\revisiontimestamp(), CoreParserFunctions\revisionuser(), CoreParserFunctions\revisionyear(), CoreParserFunctions\rootpagename(), CoreParserFunctions\rootpagenamee(), ApiQueryWatchlistRaw\run(), HTMLCacheUpdateJob\run(), ApiQueryLinks\run(), ApiQueryRevisions\run(), ApiQueryBacklinksprop\run(), ApiQueryBacklinks\runFirstQuery(), ApiQueryBacklinks\runSecondQuery(), CacheTime\setCacheTime(), Skin\setRelevantTitle(), HTMLForm\setSubmitID(), HTMLForm\setSubmitText(), Profiler\setTemplated(), HTMLForm\setTitle(), ParserOutput\setTitleText(), SpecialAllPages\showChunk(), SpecialGadgets\showMainForm(), SpecialConfirmEmail\showRequestForm(), SpecialUndelete\showRevision(), CoreParserFunctions\subjectpagename(), CoreParserFunctions\subjectpagenamee(), CoreParserFunctions\subjectspace(), CoreParserFunctions\subjectspacee(), CoreParserFunctions\subpagename(), CoreParserFunctions\subpagenamee(), CoreParserFunctions\talkpagename(), CoreParserFunctions\talkpagenamee(), CoreParserFunctions\talkspace(), CoreParserFunctions\talkspacee(), Scribunto_LuaSandboxTest\testArgumentParsingTime(), Wikimedia\Rdbms\Database\timestamp(), ApiQueryBase\titlePartToKey(), StringPrefixSearch\titles(), and Language\userAdjust().

◆ $utfnormalDir

if (PHP_SAPI !=='cli' &&PHP_SAPI !=='phpdbg') $utfnormalDir = null

Definition at line 10 of file make-normalization-table.php.

Referenced by loadDataFiles().

◆ $X

$X = fopen( __DIR__ . '/normalization-data.lua', 'w' )

Definition at line 85 of file make-normalization-table.php.

◆ else

if (count($argv) > 1) else
Initial value:
{
$trydirs = [
__DIR__ . '/../../../../../../../core/vendor/wikimedia/utfnormal/src',
__DIR__ . '/../../../../../../../vendor/wikimedia/utfnormal/src',
]

Definition at line 28 of file make-normalization-table.php.