MediaWiki REL1_34
|
Go to the source code of this file.
Functions | |
addRange ( $k, $start, $end) | |
Variables | |
if(PHP_SAPI !=='cli' &&PHP_SAPI !=='phpdbg' | $chars ) = [] |
$fh = fopen( __DIR__ . '/charsets.lua', 'w' ) | |
$L = fopen( __DIR__ . '/lower.lua', 'w' ) | |
if(! $fh) | $pats |
$ranges = [] | |
if(! $L) | $U = fopen( __DIR__ . '/upper.lua', 'w' ) |
for ($i=0;$i<=0x10ffff;$i++) | |
addRange | ( | $k, | |
$start, | |||
$end ) |
Definition at line 66 of file make-tables.php.
if (PHP_SAPI !=='cli' &&PHP_SAPI !=='phpdbg' $chars) = [] |
Definition at line 8 of file make-tables.php.
Referenced by ApiMain\encodeRequestLogValue(), MWCryptRand\generateHex(), MWCryptHKDF\generateHex(), Parser\parseLinkParameterPrivate(), TextExtracts\Test\TextTruncatorTest\testGetFirstChars(), and Scribunto_LuaUstringLibraryTest\testUstringLibraryNormalizationTests().
$fh = fopen( __DIR__ . '/charsets.lua', 'w' ) |
Definition at line 46 of file make-tables.php.
Referenced by addRange(), PhpHttpRequest\execute(), ConvertLinks\execute(), FileCacheBase\fetchText(), GIFMetadataExtractor\getMetadata(), PNGMetadataExtractor\getMetadata(), BitmapMetadataHandler\getTiffByteOrder(), JpegMetadataExtractor\jpegExtractMarker(), ConvertLinks\performanceLog(), UppercaseTitlesForUnicodeTransition\processUsers(), PNGMetadataExtractor\read(), GIFMetadataExtractor\readBlock(), GIFMetadataExtractor\readGCT(), JpegMetadataExtractor\segmentSplitter(), and GIFMetadataExtractor\skipBlock().
$L = fopen( __DIR__ . '/lower.lua', 'w' ) |
Definition at line 17 of file make-tables.php.
Referenced by CryptHKDF\HKDF(), and MWCryptHKDF\HKDF().
if (! $fh) $pats |
Definition at line 50 of file make-tables.php.
$ranges = [] |
Definition at line 64 of file make-tables.php.
Referenced by addRange(), DiffEngine\diff_range(), MediaHandler\getPageRangesByDimensions(), and BacklinkJobUtils\partitionBacklinkJob().
if (! $L) $U = fopen( __DIR__ . '/upper.lua', 'w' ) |
Definition at line 21 of file make-tables.php.
for( $i=0; $i<=0x10ffff; $i++) | ( | $i = 0; $i <= 0x10ffff; $i++ | ) |
Definition at line 9 of file make-tables.php.