Go to the source code of this file.
Classes | |
class | Language |
Internationalisation code. More... | |
Enumerations | |
enum | MEDIAWIKI |
enum | NOT_REALLY_MEDIAWIKI |
Variables | |
foreach(glob( 'Language *.php') as $file | $removedFunctions ) |
$numRemoved = 0 | |
$total = 0 | |
$classes = get_declared_classes() | |
foreach($classes as $class) print $numRemoved will be removed out of $total | n |
Definition in file function-list.php.
enum MEDIAWIKI |
Definition at line 7 of file function-list.php.
enum NOT_REALLY_MEDIAWIKI |
Definition at line 8 of file function-list.php.
$classes = get_declared_classes() |
Definition at line 27 of file function-list.php.
Referenced by EditPage::displayPreviewArea(), SpecialNewpages::formatRow(), ContribsPager::formatRow(), ChangeTags::formatSummaryRow(), getCategories(), ParserTest::getMemoryBreakdown(), PageHistory::historyLine(), ChangesList::insertTags(), Linker::linkAttribs(), LogEventsList::logLine(), EnhancedChangesList::recentChangesBlockGroup(), EnhancedChangesList::recentChangesBlockLine(), OldChangesList::recentChangesLine(), EditPage::showEditForm(), EditPage::showTextbox1(), and SkinTemplate::tabAction().
$numRemoved = 0 |
Definition at line 25 of file function-list.php.
Initial value:
array( 'date', 'time', 'timeanddate', 'formatMonth', 'formatDay', 'getMonthName', 'getMonthNameGen', 'getMonthAbbreviation', 'getWeekdayName', 'userAdjust', 'dateFormat', 'timeSeparator', 'timeDateSeparator', 'timeBeforeDate', 'monthByLatinNumber', 'getSpecialMonthName', 'commafy' )
Definition at line 17 of file function-list.php.
$total = 0 |
Definition at line 26 of file function-list.php.
Definition at line 29 of file function-list.php.