MediaWiki  REL1_19
ShiConverter Class Reference
Inheritance diagram for ShiConverter:
Collaboration diagram for ShiConverter:

List of all members.

Public Member Functions

 autoConvert ($text, $toVariant=false)
 An ugly function wrapper for parsing Image titles (to prevent image name conversion)
 findVariantLink (&$link, &$nt, $ignoreOtherCond=false)
 A function wrapper:
 loadDefaultTables ()
 Load default conversion tables.
 markNoConversion ($text, $noParse=false)
 We want our external link captions to be converted in variants, so we return the original text instead -{$text}-, except for URLs.
 parseManualRule ($rule, $flags=array())
 rules should be defined as -{Tifinagh | Latin-} -or-
 parserConvert ($text, &$parser)
 Do not convert content on talk pages.
 translate ($text, $toVariant)
 It translates text into variant.

Public Attributes

 $mToLatin
 $mToTifinagh
 $mUpperToLowerCaseLatin

Protected Attributes

 $mDoContentConvert

Detailed Description

Definition at line 23 of file LanguageShi.php.


Member Function Documentation

ShiConverter::autoConvert ( text,
toVariant = false 
)

An ugly function wrapper for parsing Image titles (to prevent image name conversion)

Parameters:
$textstring
$toVariantbool
Returns:
string

Reimplemented from LanguageConverter.

Definition at line 148 of file LanguageShi.php.

References $wgTitle.

ShiConverter::findVariantLink ( &$  link,
&$  nt,
ignoreOtherCond = false 
)

A function wrapper:

  • if there is no selected variant, leave the link names as they were
  • do not try to find variants for usernames
Parameters:
$linkstring
$ntTitle
$ignoreOtherCondbool

Reimplemented from LanguageConverter.

Definition at line 110 of file LanguageShi.php.

References LanguageConverter\getPreferredVariant().

Here is the call graph for this function:

Load default conversion tables.

This method must be implemented in derived class.

Access:
private

Reimplemented from LanguageConverter.

Definition at line 54 of file LanguageShi.php.

ShiConverter::markNoConversion ( text,
noParse = false 
)

We want our external link captions to be converted in variants, so we return the original text instead -{$text}-, except for URLs.

Parameters:
$textstring
$noParsebool
Returns:
string

Reimplemented from LanguageConverter.

Definition at line 133 of file LanguageShi.php.

ShiConverter::parseManualRule ( rule,
flags = array() 
)

rules should be defined as -{Tifinagh | Latin-} -or-

-{code:text | code:text | ...}- update: delete all rule parsing because it's not used currently, and just produces a couple of bugs

Parameters:
$rulestring
$flagsarray
Returns:
array

Definition at line 73 of file LanguageShi.php.

ShiConverter::parserConvert ( text,
&$  parser 
)

Do not convert content on talk pages.

Parameters:
$textstring
$parserParser
Returns:
string

Definition at line 94 of file LanguageShi.php.

ShiConverter::translate ( text,
toVariant 
)

It translates text into variant.

Parameters:
$textstring
$toVariantstring
Returns:
string

Reimplemented from LanguageConverter.

Definition at line 165 of file LanguageShi.php.

References LanguageConverter\loadTables().

Here is the call graph for this function:


Member Data Documentation

ShiConverter::$mDoContentConvert [protected]

Definition at line 25 of file LanguageShi.php.

ShiConverter::$mToLatin
Initial value:
 array(
                'ⴰ' => 'a', 'ⴱ' => 'b', 'ⴳ' => 'g', 'ⴷ' => 'd', 'ⴹ' => 'ḍ', 'ⴻ' => 'e',
                'ⴼ' => 'f', 'ⴽ' => 'k', 'ⵀ' => 'h', 'ⵃ' => 'ḥ', 'ⵄ' => 'ε', 'ⵅ' => 'x',
                'ⵇ' => 'q', 'ⵉ' => 'i', 'ⵊ' => 'j',  'ⵍ' => 'l', 'ⵎ' => 'm', 'ⵏ' => 'n',
                'ⵓ' => 'u', 'ⵔ' => 'r', 'ⵕ' => 'ṛ', 'ⵖ' => 'γ', 'ⵙ' => 's', 'ⵚ' => 'ṣ',
                'ⵛ' => 'š', 'ⵜ' => 't', 'ⵟ' => 'ṭ', 'ⵡ' => 'w', 'ⵢ' => 'y', 'ⵣ' => 'z',
                'ⵥ' => 'ẓ', 'ⵯ' => 'ʷ', 'ⵖ' => 'ɣ', 'ⵠ' => 'v', 'ⵒ' => 'p',
        )

Definition at line 27 of file LanguageShi.php.

ShiConverter::$mToTifinagh
Initial value:
 array(
                'a' => 'ⴰ', 'b' => 'ⴱ', 'g' => 'ⴳ', 'd' => 'ⴷ', 'ḍ' => 'ⴹ', 'e' => 'ⴻ',
                'f' => 'ⴼ', 'k' => 'ⴽ', 'h' => 'ⵀ', 'ḥ' => 'ⵃ', 'ε' => 'ⵄ', 'x' => 'ⵅ',
                'q' => 'ⵇ', 'i' => 'ⵉ', 'j' => 'ⵊ',  'l' => 'ⵍ', 'm' => 'ⵎ', 'n' => 'ⵏ',
                'u' => 'ⵓ', 'r' => 'ⵔ', 'ṛ' => 'ⵕ', 'γ' => 'ⵖ', 's' => 'ⵙ', 'ṣ' => 'ⵚ',
                'š' => 'ⵛ', 't' => 'ⵜ', 'ṭ' => 'ⵟ', 'w' => 'ⵡ', 'y' => 'ⵢ', 'z' => 'ⵣ',
                'ẓ' => 'ⵥ', 'ʷ' => 'ⵯ', 'ɣ' => 'ⵖ', 'v' => 'ⵠ', 'p' => 'ⵒ',
        )

Definition at line 45 of file LanguageShi.php.

ShiConverter::$mUpperToLowerCaseLatin
Initial value:
 array(
                'A' => 'a',     'B' => 'b',     'C' => 'c',     'D' => 'd',     'E' => 'e',
                'F' => 'f',     'G' => 'g',     'H' => 'h',     'I' => 'i',     'J' => 'j',
                'K' => 'k',     'L' => 'l',     'M' => 'm',     'N' => 'n',     'O' => 'o',
                'P' => 'p',     'Q' => 'q',     'R' => 'r',     'S' => 's',     'T' => 't',
                'U' => 'u',     'V' => 'v',     'W' => 'w',     'X' => 'x',     'Y' => 'y',
                'Z' => 'z', 'Ɣ' => 'ɣ',
        )

Definition at line 36 of file LanguageShi.php.


The documentation for this class was generated from the following file: