MediaWiki  1.28.1
updateCredits.php File Reference

Go to the source code of this file.

Variables

 $collator = Collator::create( 'uca-default-u-kn' )
 
 $contributors = []
 
 $CREDITS = 'CREDITS'
 
 $END_CONTRIBUTORS = '<!-- END CONTRIBUTOR LIST -->'
 
 $footer = []
 
 $header = []
 
 $inFooter = false
 
 $inHeader = true
 
 $lines = explode( "\n", file_get_contents( $CREDITS ) )
 
 $START_CONTRIBUTORS = '<!-- BEGIN CONTRIBUTOR LIST -->'
 

Variable Documentation

$collator = Collator::create( 'uca-default-u-kn' )

Definition at line 70 of file updateCredits.php.

foreach ($lines as $line) $contributors = []

Definition at line 38 of file updateCredits.php.

Referenced by CreditsAction\getContributors(), and InfoAction\getContributors().

$CREDITS = 'CREDITS'

Definition at line 31 of file updateCredits.php.

$END_CONTRIBUTORS = '<!-- END CONTRIBUTOR LIST -->'

Definition at line 33 of file updateCredits.php.

$footer = []

Definition at line 39 of file updateCredits.php.

Referenced by SpecialStatistics\execute().

$header = []

Definition at line 37 of file updateCredits.php.

Referenced by DifferenceEngine\addHeader(), WikitextContent\addSectionHeader(), OutputPage\addVaryHeader(), Xml\buildTable(), ApiFormatBase\closePrinter(), WebPHandler\decodeExtendedChunkHeader(), WebPHandler\decodeLosslessChunkHeader(), WebPHandler\decodeLossyChunkHeader(), MimeAnalyzer\detectZipType(), SwiftFileBackend\doStreamFile(), DjVuImage\dump(), SpecialStatistics\formatRowHeader(), Profiler\getContentType(), MultiHttpClient\getCurlHandle(), WebResponse\getHeader(), BmpHandler\getImageSize(), XCFHandler\getImageSize(), DjVuImage\getInfo(), OutputPage\getKeyHeader(), XCFHandler\getMetadata(), SpecialStatistics\getOtherStats(), MWHttpRequest\getResponseHeader(), DifferenceEngine\getRevisionHeader(), MediaStatisticsPage\getTableHeaderRow(), OutputPage\getVaryHeader(), MediaWiki\Session\SessionManager\getVaryHeaders(), XCFHandler\getXCFMetaData(), MWException\header(), MWExceptionRenderer\header(), RecompressTracked\logToFile(), InfoAction\makeHeader(), ApiMain\modifyHelp(), InfoAction\onView(), SpecialListGroupRights\outputNamespaceProtectionInfo(), MWHttpRequest\parseHeader(), DiffHistoryBlob\patch(), DjVuImage\readChunk(), BaseDumpTest\setUpPrefetch(), TextPassDumperDatabaseTest\setUpStub(), TableDiffFormatter\startBlock(), DiffFormatter\startBlock(), HTTPFileStreamer\stream(), ApiMainTest\testConditionalRequestHeadersOutput(), WebPHandlerTest\testExtractMetaData(), HttpErrorTest\testGetHtml(), wfGzipHandler(), and wfOutputHandler().

$inFooter = false

Definition at line 36 of file updateCredits.php.

$inHeader = true

Definition at line 35 of file updateCredits.php.

$lines = explode( "\n", file_get_contents( $CREDITS ) )

Definition at line 41 of file updateCredits.php.

$START_CONTRIBUTORS = '<!-- BEGIN CONTRIBUTOR LIST -->'

Definition at line 32 of file updateCredits.php.