MediaWiki
master
|
Inuktitut specific code. 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) | |
It translates text into variant. More... | |
![]() | |
findVariantLink (&$link, &$nt, $ignoreOtherCond=false) | |
A function wrapper: 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... | |
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... | |
Public Attributes | |
$mToLatin | |
$mToSyllabics | |
$mUpperToLowerCaseLatin | |
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 = [] |
Inuktitut specific code.
Conversion script between Latin and Syllabics for Inuktitut.
Based on:
Definition at line 35 of file IuConverter.php.
IuConverter::getLanguageVariants | ( | ) |
Get supported variants of the language.
Reimplemented from LanguageConverter.
Definition at line 103 of file IuConverter.php.
IuConverter::getMainCode | ( | ) |
Get Main language code.
Reimplemented from LanguageConverter.
Definition at line 93 of file IuConverter.php.
IuConverter::getVariantsFallbacks | ( | ) |
Get language variants fallbacks.
Reimplemented from LanguageConverter.
Definition at line 113 of file IuConverter.php.
|
protected |
Load default conversion tables.
Reimplemented from LanguageConverter.
Definition at line 124 of file IuConverter.php.
IuConverter::translate | ( | $text, | |
$toVariant | |||
) |
It translates text into variant.
string | $text | |
string | $toVariant |
Reimplemented from LanguageConverter.
Definition at line 141 of file IuConverter.php.
IuConverter::$mToLatin |
Definition at line 36 of file IuConverter.php.
IuConverter::$mToSyllabics |
Definition at line 66 of file IuConverter.php.
IuConverter::$mUpperToLowerCaseLatin |
Definition at line 57 of file IuConverter.php.