Element index for package I18N_Arabic
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
_
- __call
- in file I18N_Arabic.php, method I18N_Arabic::__call()
The magic method __call() allows to capture invocation of non existing methods.
- __construct
- in file I18N_Arabic_Hiero.php, method I18N_Arabic_Hiero::__construct()
Loads initialize values
- __construct
- in file I18N_Arabic_Numbers.php, method I18N_Arabic_Numbers::__construct()
Loads initialize values
- __construct
- in file I18N_Arabic_Soundex.php, method I18N_Arabic_Soundex::__construct()
Loads initialize values
- __construct
- in file I18N_Arabic_Glyphs.php, method I18N_Arabic_Glyphs::__construct()
Loads initialize values
- __construct
- in file I18N_Arabic_Stemmer.php, method I18N_Arabic_Stemmer::__construct()
Loads initialize values
- __construct
- in file I18N_Arabic_CharsetC.php, method I18N_Arabic_CharsetC::__construct()
Loads initialize values
- __construct
- in file I18N_Arabic.php, method I18N_ArabicException::__construct()
Make sure everything is assigned properly
- __construct
- in file I18N_Arabic_AutoSummarize.php, method I18N_Arabic_AutoSummarize::__construct()
Loads initialize values
- __construct
- in file I18N_Arabic.php, method I18N_Arabic::__construct()
Load selected library/sub class you would like to use its functionality
- __destruct
- in file I18N_Arabic.php, method I18N_Arabic::__destruct()
Garbage collection, release child objects directly
top
a
- a4Lines
- in file I18N_Arabic_Glyphs.php, method I18N_Arabic_Glyphs::a4Lines()
Calculate the lines number of given Arabic text and font size that will fit in A4 page size
- a4MaxChars
- in file I18N_Arabic_Glyphs.php, method I18N_Arabic_Glyphs::a4MaxChars()
Regression analysis calculate roughly the max number of character fit in one A4 page line for a given font size.
- allForms
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::allForms()
Get most possible Arabic lexical forms of user search keywords
- ar2en
- in file I18N_Arabic_Transliteration.php, method I18N_Arabic_Transliteration::ar2en()
Transliterate Arabic string into English by render them in the orthography of the English language
top
top
c
- cleanCommon
- in file I18N_Arabic_AutoSummarize.php, method I18N_Arabic_AutoSummarize::cleanCommon()
Extracting common Arabic words (roughly) from input Arabic string (document content)
- compress
- in file I18N_Arabic_CompressStr.php, method I18N_Arabic_CompressStr::compress()
Compress the given string using the Huffman-like coding
- convert
- in file I18N_Arabic.php, method I18N_Arabic::convert()
Convert Arabic string from one format to another
- coordinate2deg
- in file I18N_Arabic_Salat.php, method I18N_Arabic_Salat::coordinate2deg()
Convert coordinates presented in degrees, minutes and seconds (i.e. 12°34'56"S formula) into usual float number in degree unit scale (i.e. -12.5822 value)
- coreConvert
- in file I18N_Arabic.php, method I18N_Arabic::coreConvert()
Convert Arabic string from one charset to another
top
top
top
g
- getArrFields
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::getArrFields()
Getting values of $fields Array in array format
- getCharset
- in file I18N_Arabic_CharsetD.php, method I18N_Arabic_CharsetD::getCharset()
Find the most possible character set for given Arabic string in unknown format
- getCode
- in file I18N_Arabic_Soundex.php, method I18N_Arabic_Soundex::getCode()
Get the soundex key calculation method used now
- getFeminine
- in file I18N_Arabic_Numbers.php, method I18N_Arabic_Numbers::getFeminine()
Get the feminine flag of counted object
- getFormat
- in file I18N_Arabic_Numbers.php, method I18N_Arabic_Numbers::getFormat()
Get the grammer position flag of counted object
- getInputCharset
- in file I18N_Arabic.php, method I18N_Arabic::getInputCharset()
Get the charset used in the input Arabic strings
- getLang
- in file I18N_Arabic_Soundex.php, method I18N_Arabic_Soundex::getLang()
Get the soundex key language used now
- getLen
- in file I18N_Arabic_Soundex.php, method I18N_Arabic_Soundex::getLen()
Get the soundex key length used now
- getMetaKeywords
- in file I18N_Arabic_AutoSummarize.php, method I18N_Arabic_AutoSummarize::getMetaKeywords()
Extract keywords from a given Arabic string (document content)
- getMode
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::getMode()
Getting $mode propority value that refer to search mode [0 for OR logic | 1 for AND logic]
- getMode
- in file I18N_Arabic_Date.php, method I18N_Arabic_Date::getMode()
Getting $mode value that refer to output mode format
- getOrderBy
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::getOrderBy()
Get more relevant order by section related to the user search keywords
- getOutputCharset
- in file I18N_Arabic.php, method I18N_Arabic::getOutputCharset()
Get the charset used in the output Arabic strings
- getPrayTime
- in file I18N_Arabic_Salat.php, method I18N_Arabic_Salat::getPrayTime()
Calculate Salat times for the date set in setSalatDate methode, and location set in setSalatLocation.
- getQibla
- in file I18N_Arabic_Salat.php, method I18N_Arabic_Salat::getQibla()
Determine Qibla direction using basic spherical trigonometric formula
- getStrFields
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::getStrFields()
Getting values of $fields array in String format (comma delimated)
- getWhereCondition
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::getWhereCondition()
Build WHERE section of the SQL statement using defind lex's rules, search mode [AND | OR], and handle also phrases (inclosed by "") using normal LIKE condition to match it as it is.
- guess
- in file I18N_Arabic_CharsetD.php, method I18N_Arabic_CharsetD::guess()
Count number of hits for the most frequented letters in Arabic language (Alef, Lam and Yaa), then calculate association ratio with each of possible character set (UTF-8, Windows-1256 and ISO-8859-6)
top
top
i
- I18N_Arabic
- in file I18N_Arabic.php, class I18N_Arabic
Core PHP and Arabic language class
- I18N_Arabic_AutoSummarize.php
- procedural page I18N_Arabic_AutoSummarize.php
- I18N_Arabic_CharsetC.php
- procedural page I18N_Arabic_CharsetC.php
- I18N_Arabic_CharsetD.php
- procedural page I18N_Arabic_CharsetD.php
- I18N_Arabic_CompressStr.php
- procedural page I18N_Arabic_CompressStr.php
- I18N_Arabic_Date.php
- procedural page I18N_Arabic_Date.php
- I18N_Arabic_Gender.php
- procedural page I18N_Arabic_Gender.php
- I18N_Arabic_Glyphs.php
- procedural page I18N_Arabic_Glyphs.php
- I18N_Arabic_Hiero.php
- procedural page I18N_Arabic_Hiero.php
- I18N_Arabic_Identifier.php
- procedural page I18N_Arabic_Identifier.php
- I18N_Arabic_KeySwap.php
- procedural page I18N_Arabic_KeySwap.php
- I18N_Arabic_Mktime.php
- procedural page I18N_Arabic_Mktime.php
- I18N_Arabic_Numbers.php
- procedural page I18N_Arabic_Numbers.php
- I18N_Arabic_Query.php
- procedural page I18N_Arabic_Query.php
- I18N_Arabic_Salat.php
- procedural page I18N_Arabic_Salat.php
- I18N_Arabic_Soundex.php
- procedural page I18N_Arabic_Soundex.php
- I18N_Arabic_Standard.php
- procedural page I18N_Arabic_Standard.php
- I18N_Arabic_Stemmer.php
- procedural page I18N_Arabic_Stemmer.php
- I18N_Arabic_StrToTime.php
- procedural page I18N_Arabic_StrToTime.php
- I18N_Arabic_Transliteration.php
- procedural page I18N_Arabic_Transliteration.php
- I18N_Arabic_WordTag.php
- procedural page I18N_Arabic_WordTag.php
- I18N_Arabic.php
- procedural page I18N_Arabic.php
- I18N_ArabicException
- in file I18N_Arabic.php, class I18N_ArabicException
Arabic Exception class defined by extending the built-in Exception class.
- I18N_Arabic_AutoSummarize
- in file I18N_Arabic_AutoSummarize.php, class I18N_Arabic_AutoSummarize
This PHP class do automatic keyphrase extraction to provide a quick mini-summary for a long Arabic document
- I18N_Arabic_CharsetC
- in file I18N_Arabic_CharsetC.php, class I18N_Arabic_CharsetC
This PHP class converts a given Arabic string from one Arabic character set to another
- I18N_Arabic_CharsetD
- in file I18N_Arabic_CharsetD.php, class I18N_Arabic_CharsetD
This PHP class detect Arabic string character set
- I18N_Arabic_CompressStr
- in file I18N_Arabic_CompressStr.php, class I18N_Arabic_CompressStr
This PHP class compress Arabic string using Huffman-like coding
- I18N_Arabic_Date
- in file I18N_Arabic_Date.php, class I18N_Arabic_Date
This PHP class is an Arabic customization for PHP date function
- I18N_Arabic_Gender
- in file I18N_Arabic_Gender.php, class I18N_Arabic_Gender
This PHP class attempts to guess the gender of Arabic names
- I18N_Arabic_Glyphs
- in file I18N_Arabic_Glyphs.php, class I18N_Arabic_Glyphs
This PHP class render Arabic text by performs Arabic glyph joining on it
- I18N_Arabic_Hiero
- in file I18N_Arabic_Hiero.php, class I18N_Arabic_Hiero
Translate English word into Hieroglyphics
- I18N_Arabic_Identifier
- in file I18N_Arabic_Identifier.php, class I18N_Arabic_Identifier
This PHP class identify Arabic text segments
- I18N_Arabic_KeySwap
- in file I18N_Arabic_KeySwap.php, class I18N_Arabic_KeySwap
This PHP class convert keyboard language programmatically (English - Arabic)
- I18N_Arabic_Mktime
- in file I18N_Arabic_Mktime.php, class I18N_Arabic_Mktime
This PHP class is an Arabic customization for PHP mktime function
- I18N_Arabic_Numbers
- in file I18N_Arabic_Numbers.php, class I18N_Arabic_Numbers
This PHP class spell numbers in the Arabic idiom
- I18N_Arabic_Query
- in file I18N_Arabic_Query.php, class I18N_Arabic_Query
This PHP class build WHERE condition for SQL statement using MySQL REGEXP and Arabic lexical rules
- I18N_Arabic_Salat
- in file I18N_Arabic_Salat.php, class I18N_Arabic_Salat
This PHP class calculate the time of Muslim prayer according to the geographic location.
- I18N_Arabic_Soundex
- in file I18N_Arabic_Soundex.php, class I18N_Arabic_Soundex
This PHP class implement Arabic soundex algorithm
- I18N_Arabic_Standard
- in file I18N_Arabic_Standard.php, class I18N_Arabic_Standard
This PHP class standardize Arabic text
- I18N_Arabic_Stemmer
- in file I18N_Arabic_Stemmer.php, class I18N_Arabic_Stemmer
This PHP class get stem of an Arabic word
- I18N_Arabic_StrToTime
- in file I18N_Arabic_StrToTime.php, class I18N_Arabic_StrToTime
This PHP class parse about any Arabic textual datetime description into a Unix timestamp
- I18N_Arabic_Transliteration
- in file I18N_Arabic_Transliteration.php, class I18N_Arabic_Transliteration
This PHP class transliterate English words into Arabic and Arabic words into English
- I18N_Arabic_WordTag
- in file I18N_Arabic_WordTag.php, class I18N_Arabic_WordTag
This PHP class to tagging Arabic Word
- identify
- in file I18N_Arabic_Identifier.php, method I18N_Arabic_Identifier::identify()
Identify Arabic text in a given UTF-8 multi language string
- int2str
- in file I18N_Arabic_Numbers.php, method I18N_Arabic_Numbers::int2str()
Spell integer number in Arabic idiom
- isArabic
- in file I18N_Arabic_Identifier.php, method I18N_Arabic_Identifier::isArabic()
Find out if given string is Arabic text or not
- isFemale
- in file I18N_Arabic_Gender.php, method I18N_Arabic_Gender::isFemale()
Check if Arabic word is feminine
- isNoun
- in file I18N_Arabic_WordTag.php, method I18N_Arabic_WordTag::isNoun()
Check if given rabic word is noun or not
- iso2utf
- in file I18N_Arabic_CharsetC.php, method I18N_Arabic_CharsetC::iso2utf()
Convert Arabic string from ISO-8859-6 to UTF-8 format
- iso2win
- in file I18N_Arabic_CharsetC.php, method I18N_Arabic_CharsetC::iso2win()
Convert Arabic string from ISO-8859-6 to Windows-1256 format
top
top
top
s
- search
- in file I18N_Arabic_CompressStr.php, method I18N_Arabic_CompressStr::search()
Search a compressed string for a given word
- setArrFields
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::setArrFields()
Setting value for $fields array
- setCode
- in file I18N_Arabic_Soundex.php, method I18N_Arabic_Soundex::setCode()
Set the mapping code of the soundex key (default value is "soundex")
- setConf
- in file I18N_Arabic_Salat.php, method I18N_Arabic_Salat::setConf()
Setting rest of Salat calculation configuration
- setDate
- in file I18N_Arabic_Salat.php, method I18N_Arabic_Salat::setDate()
Setting date of day for Salat calculation
- setFeminine
- in file I18N_Arabic_Numbers.php, method I18N_Arabic_Numbers::setFeminine()
Set feminine flag of the counted object
- setFormat
- in file I18N_Arabic_Numbers.php, method I18N_Arabic_Numbers::setFormat()
Set the grammar position flag of the counted object
- setInputCharset
- in file I18N_Arabic.php, method I18N_Arabic::setInputCharset()
Set charset used in class input Arabic strings
- setLang
- in file I18N_Arabic_CompressStr.php, method I18N_Arabic_CompressStr::setLang()
Set required _encode and _decode hash of most probably character in selected language
- setLang
- in file I18N_Arabic_Soundex.php, method I18N_Arabic_Soundex::setLang()
Set the language of the soundex key (default value is "en")
- setLen
- in file I18N_Arabic_Soundex.php, method I18N_Arabic_Soundex::setLen()
Set the length of soundex key (default value is 4)
- setLocation
- in file I18N_Arabic_Salat.php, method I18N_Arabic_Salat::setLocation()
Setting location information for Salat calculation
- setMode
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::setMode()
Setting $mode propority value that refer to search mode [0 for OR logic | 1 for AND logic]
- setMode
- in file I18N_Arabic_Date.php, method I18N_Arabic_Date::setMode()
Setting value for $mode scalar
- setOutputCharset
- in file I18N_Arabic.php, method I18N_Arabic::setOutputCharset()
Set charset used in class output Arabic strings
- setStrFields
- in file I18N_Arabic_Query.php, method I18N_Arabic_Query::setStrFields()
Setting value for $fields array
- singleton
- in file I18N_Arabic_CharsetC.php, method I18N_Arabic_CharsetC::singleton()
- soundex
- in file I18N_Arabic_Soundex.php, method I18N_Arabic_Soundex::soundex()
Arabic soundex algorithm takes Arabic word as an input and produces a character string which identifies a set words that are (roughly) phonetically alike.
- standard
- in file I18N_Arabic_Standard.php, method I18N_Arabic_Standard::standard()
This method will standardize Arabic text to follow writing standards (just like magazine rules)
- stem
- in file I18N_Arabic_Stemmer.php, method I18N_Arabic_Stemmer::stem()
Get rough stem of the given Arabic word
- strtotime
- in file I18N_Arabic_StrToTime.php, method I18N_Arabic_StrToTime::strtotime()
This method will parse about any Arabic textual datetime description into a Unix timestamp
- swapAe
- in file I18N_Arabic_KeySwap.php, method I18N_Arabic_KeySwap::swapAe()
Make conversion to swap that odd Arabic text by original English sentence you meant when you type on your keyboard (if keyboard language was incorrect)
- swapEa
- in file I18N_Arabic_KeySwap.php, method I18N_Arabic_KeySwap::swapEa()
Make conversion to swap that odd English text by original Arabic sentence you meant when you type on your keyboard (if keyboard language was incorrect)
top
top
u
- utf2iso
- in file I18N_Arabic_CharsetC.php, method I18N_Arabic_CharsetC::utf2iso()
Convert Arabic string from UTF-8 to ISO-8859-6 format
- utf2win
- in file I18N_Arabic_CharsetC.php, method I18N_Arabic_CharsetC::utf2win()
Convert Arabic string from UTF-8 to Windows-1256 format
- utf8Glyphs
- in file I18N_Arabic_Glyphs.php, method I18N_Arabic_Glyphs::utf8Glyphs()
Convert Arabic Windows-1256 charset string into glyph joining in UTF-8 hexadecimals stream (take care of whole the document including English sections as well as numbers and arcs etc...)
top
top
|
|