MediaWiki
master
|
English specific converter routines. More...
Public Member Functions | |
getLanguageVariants () | |
Get supported variants of the language. More... | |
getMainCode () | |
Get Main language code. More... | |
getVariantsFallbacks () | |
Get language variants fallbacks. More... | |
translate ( $text, $toVariant) | |
Translates text into Pig Latin. More... | |
![]() | |
__construct ( $langobj) | |
autoConvert ( $text, $toVariant=false) | |
Dictionary-based conversion. More... | |
autoConvertToAllVariants ( $text) | |
Call translate() to convert text to all valid variants. More... | |
convert ( $text) | |
Convert text to different variants of a language. More... | |
convertCategoryKey ( $key) | |
Convert the sorting key for category links. More... | |
convertHtml ( $text) | |
Perform output conversion on a string, and encode for safe HTML output. More... | |
convertNamespace ( $index, $variant=null) | |
Get the namespace display name in the preferred variant. More... | |
convertSplitTitle ( $title) | |
Auto convert a LinkTarget or PageReference to a readable string in the preferred variant, separating the namespace and the main part of the title. More... | |
convertTitle ( $title) | |
Auto convert a LinkTarget or PageReference to a readable string in the preferred variant. More... | |
convertTo ( $text, $variant, bool $clearState=true) | |
Same as convert() except a extra parameter to custom variant. More... | |
findVariantLink (&$link, &$nt, $ignoreOtherCond=false) | |
If a language supports multiple variants, it is possible that non-existing link in one variant actually exists in another variant. More... | |
getConvRuleTitle () | |
Get the title produced by the conversion rule. More... | |
getDefaultVariant () | |
This function would not be affected by user's settings. More... | |
getDescCodeSeparator () | |
Get desc code separator. More... | |
getDescVarSeparator () | |
Get desc var separator. More... | |
getExtraHashOptions () | |
Returns language specific hash options. More... | |
getFlags () | |
Get strings that maps to the flags. More... | |
getManualLevel () | |
Get manual level limit for supported variants. More... | |
getPreferredVariant () | |
Get preferred language variant. More... | |
getURLVariant () | |
Get the variant specified in the URL. More... | |
getVariantFallbacks ( $variant) | |
In case some variant is not defined in the markup, we need to have some fallback. More... | |
getVariantNames () | |
Get variant names. More... | |
getVariants () | |
Get all valid variants for current Converter. More... | |
getVarSeparatorPattern () | |
Get the cached separator pattern for ConverterRule::parseRules() More... | |
guessVariant ( $text, $variant) | |
Guess if a text is written in a variant. More... | |
hasVariant ( $variant) | |
Strict check if the language has the specific variant. More... | |
hasVariants () | |
Check if this is a language with variants. More... | |
markNoConversion ( $text, $noParse=false) | |
Enclose a string with the "no conversion" tag. More... | |
updateConversionTable (LinkTarget $linkTarget) | |
Refresh the cache of conversion tables when MediaWiki:Conversiontable* is updated. More... | |
validateVariant ( $variant=null) | |
Validate the variant and return an appropriate strict internal variant code if one exists. More... | |
Protected Member Functions | |
loadDefaultTables () | |
Load default conversion tables.
| |
![]() | |
applyManualConv (ConverterRule $convRule) | |
Apply manual conversion rules. More... | |
getAdditionalFlags () | |
Provides additional flags for converter. More... | |
getAdditionalManualLevel () | |
Provides additional flags for converter. More... | |
getHeaderVariant () | |
Determine the language variant from the Accept-Language header. More... | |
getStaticDefaultVariant () | |
Get static default variant. More... | |
getUserVariant (User $user) | |
Determine if the user has a variant set. More... | |
loadTables ( $fromCache=true) | |
Load conversion tables either from the cache or the disk. More... | |
postLoadTables (&$tables) | |
Hook for post processing after conversion tables are loaded. More... | |
recursiveConvertRule ( $text, $variant, &$startPos, $depth=0) | |
Recursively convert text on the inside. More... | |
recursiveConvertTopLevel ( $text, $variant, $depth=0) | |
Recursively convert text on the outside. More... | |
Additional Inherited Members | |
![]() | |
static array< string, string > | $languagesWithStaticDefaultVariant |
static default variant of languages supporting variants for use with DefaultOptionsLookup.php More... | |
static string[] | $languagesWithVariants |
languages supporting variants More... | |
![]() | |
ReplacementArray[] | $mTables = [] |
English specific converter routines.
Definition at line 26 of file EnConverter.php.
EnConverter::getLanguageVariants | ( | ) |
Get supported variants of the language.
Reimplemented from LanguageConverter.
Definition at line 44 of file EnConverter.php.
EnConverter::getMainCode | ( | ) |
Get Main language code.
Reimplemented from LanguageConverter.
Definition at line 34 of file EnConverter.php.
EnConverter::getVariantsFallbacks | ( | ) |
Get language variants fallbacks.
Reimplemented from LanguageConverter.
Definition at line 54 of file EnConverter.php.
|
protected |
Load default conversion tables.
Reimplemented from LanguageConverter.
Definition at line 61 of file EnConverter.php.
EnConverter::translate | ( | $text, | |
$toVariant | |||
) |
Translates text into Pig Latin.
This allows developers to test the language variants functionality and user interface without having to switch wiki language away from default. This method also processes custom conversion rules to allow testing of these parts of language converter as well.
string | $text | |
string | $toVariant |
Reimplemented from LanguageConverter.
Definition at line 78 of file EnConverter.php.
References $matches.