Language
[ class tree: Language ] [ index: Language ] [ all elements ]

Index of all elements

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ ] [ s ] [ t ]

b

bindDomain
in file Common.php, method I18N_Messages_Common::bindDomain()
    Bind domain to use If domain is not passed and there's already a value set to domain, then this method returns current domain.
bindLanguage
in file Common.php, method I18N_Messages_Common::bindLanguage()
    Bind language to use If language is not passed and there's already a value set to domain, then this method returns current domain.
top

c

$currencyFormats
in file en_US.php, variable I18N_Common_en_US::$currencyFormats
$currencyFormats
in file es_ES.php, variable I18N_Common_es_ES::$currencyFormats
$currencyFormats
in file fr_FR.php, variable I18N_Common_fr_FR::$currencyFormats
$currencyFormats
in file pl.php, variable I18N_Common_pl::$currencyFormats
$currencyFormats
in file en_UK.php, variable I18N_Common_en_UK::$currencyFormats
$currencyFormats
in file de.php, variable I18N_Common_de::$currencyFormats
Common.php
procedural page Common.php
Country.php
procedural page Country.php
Currency.php
procedural page Currency.php
Common.php
procedural page Common.php
top

d

$dateFormats
in file es.php, variable I18N_Common_es::$dateFormats
$dateFormats
in file en.php, variable I18N_Common_en::$dateFormats
$dateFormats
in file pl.php, variable I18N_Common_pl::$dateFormats
$dateFormats
in file de.php, variable I18N_Common_de::$dateFormats
$days
in file es.php, variable I18N_Common_es::$days
$days
in file pl.php, variable I18N_Common_pl::$days
$days
in file de.php, variable I18N_Common_de::$days
$days
in file DateTime.php, variable I18N_DateTime::$days
$daysAbbreviated
in file es.php, variable I18N_Common_es::$daysAbbreviated
$daysAbbreviated
in file de.php, variable I18N_Common_de::$daysAbbreviated
$daysAbbreviated
in file DateTime.php, variable I18N_DateTime::$daysAbbreviated
$daysAbbreviated
in file pl.php, variable I18N_Common_pl::$daysAbbreviated
determineLanguage
in file Common.php, method I18N_Messages_Common::determineLanguage()
    trys to get the language of a given string
de_AT.php
procedural page de_AT.php
de_DE.php
procedural page de_DE.php
de.php
procedural page de.php
DateTime.php
procedural page DateTime.php
determineLanguage.inc.php
procedural page determineLanguage.inc.php
top

e

en.php
procedural page en.php
en_UK.php
procedural page en_UK.php
en_US.php
procedural page en_US.php
es_ES.php
procedural page es_ES.php
es.php
procedural page es.php
top

f

format
in file Currency.php, method I18N_Currency::format()
format
in file DateTime.php, method I18N_DateTime::format()
    returns the timestamp formatted according to the locale and the format-mode use this method to format a date and time timestamp
format
in file Number.php, method I18N_Number::format()
    format a given number depending on the locale
formatDate
in file DateTime.php, method I18N_DateTime::formatDate()
    returns the timestamp formatted according to the locale and the format-mode use this method to get a formatted date only
formatDateDefault
in file DateTime.php, method I18N_DateTime::formatDateDefault()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_DEFAULT )
formatDateFull
in file DateTime.php, method I18N_DateTime::formatDateFull()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_FULL )
formatDateLong
in file DateTime.php, method I18N_DateTime::formatDateLong()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_LONG )
formatDateMedium
in file DateTime.php, method I18N_DateTime::formatDateMedium()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_MEDIUM )
formatDateShort
in file DateTime.php, method I18N_DateTime::formatDateShort()
    convinience method, same as formatDate( $timestamp , I18N_DATETIME_SHORT )
formatDefault
in file DateTime.php, method I18N_DateTime::formatDefault()
    convinience method, same as format( $timestamp , I18N_DATETIME_DEFAULT )
formatFull
in file DateTime.php, method I18N_DateTime::formatFull()
    convinience method, same as format( $timestamp , I18N_DATETIME_FULL )
formatLong
in file DateTime.php, method I18N_DateTime::formatLong()
    convinience method, same as format( $timestamp , I18N_DATETIME_LONG )
formatMedium
in file DateTime.php, method I18N_DateTime::formatMedium()
    convinience method, same as format( $timestamp , I18N_DATETIME_MEDIUM )
formatPercent
in file Number.php, method I18N_Number::formatPercent()
formatShort
in file DateTime.php, method I18N_DateTime::formatShort()
    convinience method, same as format( $timestamp , I18N_DATETIME_SHORT )
formatTime
in file DateTime.php, method I18N_DateTime::formatTime()
    returns the timestamp formatted according to the locale and the format-mode use this method to get a formatted time only
formatTimeDefault
in file DateTime.php, method I18N_DateTime::formatTimeDefault()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_DEFAULT )
formatTimeFull
in file DateTime.php, method I18N_DateTime::formatTimeFull()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_FULL )
formatTimeLong
in file DateTime.php, method I18N_DateTime::formatTimeLong()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_LONG )
formatTimeMedium
in file DateTime.php, method I18N_DateTime::formatTimeMedium()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_MEDIUM )
formatTimeShort
in file DateTime.php, method I18N_DateTime::formatTimeShort()
    convinience method, same as formatTime( $timestamp , I18N_DATETIME_SHORT )
fr_FR.php
procedural page fr_FR.php
fr.php
procedural page fr.php
Format.php
procedural page Format.php
File.php
procedural page File.php
top

g

get
in file Common.php, method I18N_Messages_Common::get()
    Look for and return the message corresponds to the messageID passed.
get
in file File.php, method I18N_Messages_File::get()
getAll
in file Translate.php, method I18N_Messages_Translate::getAll()
    returns the DB content for the source and the destination language given as paramter $lang
getAllCodes
in file Common.php, method I18N_Common::getAllCodes()
    Return all the codes. Used by child classes.
getCharset
in file Common.php, method I18N_Messages_Common::getCharset()
    Returns charset of message. Returns null if it's not set.
getCharsetMatch
in file Negotiator.php, method I18N_Negotiator::getCharsetMatch()
    Find Charset match
getCountryMatch
in file Negotiator.php, method I18N_Negotiator::getCountryMatch()
    Find Country Match
getCountryName
in file Negotiator.php, method I18N_Negotiator::getCountryName()
    Find Country name for country code passed
getDateFormat
in file DateTime.php, method I18N_DateTime::getDateFormat()
getDayNames
in file DateTime.php, method I18N_DateTime::getDayNames()
getDir
in file File.php, method I18N_Messages_File::getDir()
    Return directory name
getFormat
in file Format.php, method I18N_Format::getFormat()
getLanguageMatch
in file Negotiator.php, method I18N_Negotiator::getLanguageMatch()
    Find Language match
getLanguageName
in file Negotiator.php, method I18N_Negotiator::getLanguageName()
    Find Country name for country code passed
getMonthName
in file DateTime.php, method I18N_DateTime::getMonthName()
    get either the current or the given month name
getMonthNames
in file DateTime.php, method I18N_DateTime::getMonthNames()
    get all month names for the current locale
getName
in file Country.php, method I18N_Country::getName()
    Return name of the country for country code passed
getName
in file Language.php, method I18N_Language::getName()
    fake constructor. calls actual constructor
getTimeFormat
in file DateTime.php, method I18N_DateTime::getTimeFormat()
getVariantInfo
in file Negotiator.php, method I18N_Negotiator::getVariantInfo()
    Return variant info for passed parameter.
top

i

I18N_Currency.php
procedural page I18N_Currency.php
I18N_DateTime.php
procedural page I18N_DateTime.php
I18N_Message.php
procedural page I18N_Message.php
I18N_Message_Translate.php
procedural page I18N_Message_Translate.php
I18N_Negotiator.php
procedural page I18N_Negotiator.php
I18N_Number.php
procedural page I18N_Number.php
I18N_Common
in file Common.php, class I18N_Common
I18N_Common
in file Common.php, method I18N_Common::I18N_Common()
    Call parent::PEAR() for destuctor to be called, and initialize vars
I18N_Common_de
in file de.php, class I18N_Common_de
I18N_Common_de_AT
in file de_AT.php, class I18N_Common_de_AT
I18N_Common_de_AT
in file de_AT.php, method I18N_Common_de_AT::I18N_Common_de_AT()
I18N_Common_de_DE
in file de_DE.php, class I18N_Common_de_DE
I18N_Common_en
in file en.php, class I18N_Common_en
I18N_Common_en_UK
in file en_UK.php, class I18N_Common_en_UK
I18N_Common_en_US
in file en_US.php, class I18N_Common_en_US
I18N_Common_es
in file es.php, class I18N_Common_es
I18N_Common_es_ES
in file es_ES.php, class I18N_Common_es_ES
I18N_Common_fr
in file fr.php, class I18N_Common_fr
I18N_Common_fr_FR
in file fr_FR.php, class I18N_Common_fr_FR
I18N_Common_pl
in file pl.php, class I18N_Common_pl
I18N_Country
in file Country.php, method I18N_Country::I18N_Country()
    Save list of ISO-3166 two letter country code to country name mapping to its initiating object
I18N_Country
in file Country.php, class I18N_Country
I18N_Currency
in file Currency.php, class I18N_Currency
    this is just a basic implementation for now, but one day
I18N_CURRENCY_INTERNATIONAL
in file Currency.php, constant I18N_CURRENCY_INTERNATIONAL
I18N_CURRENCY_LOCAL
in file Currency.php, constant I18N_CURRENCY_LOCAL
I18N_CUSTOM_FORMATS_OFFSET
in file DateTime.php, constant I18N_CUSTOM_FORMATS_OFFSET
I18N_DateTime
in file DateTime.php, class I18N_DateTime
I18N_DATETIME_DEFAULT
in file DateTime.php, constant I18N_DATETIME_DEFAULT
I18N_DATETIME_FULL
in file DateTime.php, constant I18N_DATETIME_FULL
I18N_DATETIME_LONG
in file DateTime.php, constant I18N_DATETIME_LONG
I18N_DATETIME_MEDIUM
in file DateTime.php, constant I18N_DATETIME_MEDIUM
I18N_DATETIME_SHORT
in file DateTime.php, constant I18N_DATETIME_SHORT
I18N_Format
in file Format.php, class I18N_Format
I18N_Format
in file Format.php, method I18N_Format::I18N_Format()
I18N_Language
in file Language.php, method I18N_Language::I18N_Language()
    Save list of ISO-639-1 two letter language code to language name mapping to its initiating object
I18N_Language
in file Language.php, class I18N_Language
I18N_Messages_Common
in file Common.php, class I18N_Messages_Common
    this class provides language functionality, such as determining the language of a given string, etc.
I18N_Messages_Common
in file Common.php, method I18N_Messages_Common::I18N_Messages_Common()
    for pre-ZE2 compatibility
I18N_Messages_File
in file File.php, class I18N_Messages_File
    Get message, and charset from php file, and return corresponding message when get() is called.
I18N_Messages_File
in file File.php, method I18N_Messages_File::I18N_Messages_File()
    For pre-Zend2 compatibility. Call actual constructor
I18N_Messages_Translate
in file Translate.php, method I18N_Messages_Translate::I18N_Messages_Translate()
    for pre-ZE2 compatibility
I18N_Messages_Translate
in file Translate.php, class I18N_Messages_Translate
    Description
I18N_Negotiator
in file Negotiator.php, method I18N_Negotiator::I18N_Negotiator()
    Find language code, country code, charset code, and dialect or variant of Locale setting in user's browser from $HTTP_ACCEPT_LANGUAGE, $LANGUAGE_ACCEPT_CHARSET
I18N_Negotiator
in file Negotiator.php, class I18N_Negotiator
    //instantiate Locale_Negotiator $negotiator = & new I18N_Negotiator();
I18N_Number
in file Number.php, class I18N_Number
    this is just a basic implementation for now, but one day
I18N_NUMBER_FLOAT
in file Number.php, constant I18N_NUMBER_FLOAT
I18N_NUMBER_INTEGER
in file Number.php, constant I18N_NUMBER_INTEGER
isValidCode
in file Country.php, method I18N_Country::isValidCode()
top

l

Language.php
procedural page Language.php
top

m

$months
in file pl.php, variable I18N_Common_pl::$months
$months
in file DateTime.php, variable I18N_DateTime::$months
$months
in file es.php, variable I18N_Common_es::$months
$months
in file de.php, variable I18N_Common_de::$months
$monthsAbbreviated
in file pl.php, variable I18N_Common_pl::$monthsAbbreviated
$monthsAbbreviated
in file DateTime.php, variable I18N_DateTime::$monthsAbbreviated
$monthsAbbreviated
in file es.php, variable I18N_Common_es::$monthsAbbreviated
$monthsAbbreviated
in file de.php, variable I18N_Common_de::$monthsAbbreviated
myPrint
in file I18N_DateTime.php, function myPrint()
    ***************************
top

n

$numberFormat
in file fr_FR.php, variable I18N_Common_fr_FR::$numberFormat
    the NUMBER stuff
$numberFormat
in file pl.php, variable I18N_Common_pl::$numberFormat
    the NUMBER stuff
$numberFormat
in file de.php, variable I18N_Common_de::$numberFormat
    the NUMBER stuff
$numberFormat
in file fr.php, variable I18N_Common_fr::$numberFormat
    the NUMBER stuff
$numberFormat
in file es.php, variable I18N_Common_es::$numberFormat
    the NUMBER stuff
$numberFormat
in file en.php, variable I18N_Common_en::$numberFormat
    the NUMBER stuff
Negotiator.php
procedural page Negotiator.php
Number.php
procedural page Number.php
top

o

$options
in file Translate.php, variable I18N_Messages_Translate::$options
top

p

$possibleMarkUpDelimiters
in file Translate.php, variable I18N_Messages_Translate::$possibleMarkUpDelimiters
    those are the delimiters that are used to look for text to translate inside
pl.php
procedural page pl.php
top

s

set
in file Common.php, method I18N_Messages_Common::set()
    Set message ID to corresponding string
setCharset
in file Common.php, method I18N_Messages_Common::setCharset()
    Set charset of message
setDateFormat
in file DateTime.php, method I18N_DateTime::setDateFormat()
    define a custom format given by $format and return the $format-id the format-id can be used to call formatDate( x , format-id ) to tell the method you want to use the format with that id
setDir
in file File.php, method I18N_Messages_File::setDir()
    Set directory
setFormat
in file Format.php, method I18N_Format::setFormat()
    define a custom format given by $format and return the $format-id the format-id can be used to call format( x , format-id ) to tell the method you want to use the format with that id
setFormat
in file DateTime.php, method I18N_DateTime::setFormat()
    define a custom format given by $format and return the $format-id the format-id can be used to call format( x , format-id ) to tell the method you want to use the format with that id
setTimeFormat
in file DateTime.php, method I18N_DateTime::setTimeFormat()
    define a custom format given by $format and return the $format-id the format-id can be used to call formatTime( x , format-id ) to tell the method you want to use the format with that id
simpleTranslate
in file Translate.php, method I18N_Messages_Translate::simpleTranslate()
    tries to translate a given string, but only exactly the string as it is in the DB
top

t

$timeFormats
in file de.php, variable I18N_Common_de::$timeFormats
$timeFormats
in file es.php, variable I18N_Common_es::$timeFormats
$timeFormats
in file pl.php, variable I18N_Common_pl::$timeFormats
$timeFormats
in file en.php, variable I18N_Common_en::$timeFormats
Translate.php
procedural page Translate.php
translate
in file Translate.php, method I18N_Messages_Translate::translate()
    tries to translate a given string, it also tries using the regexp's which might be in the DB
translateMarkUpString
in file Translate.php, method I18N_Messages_Translate::translateMarkUpString()
    translates all the strings that match any of the source language-string the input is mostly an HTML-file, and it is filtered so only real text is translated, at least i try it as good as i can :-)
top

_

$_locale
in file DateTime.php, variable I18N_DateTime::$_locale
    this var contains the current locale this instace works with
$_locale
in file Number.php, variable I18N_Number::$_locale
    this var contains the current locale this instace works with
$_locale
in file Currency.php, variable I18N_Currency::$_locale
    this var contains the current locale this instace works with
$_locale
in file Format.php, variable I18N_Format::$_locale
    this var contains the current locale this instace works with
$_localeObj
in file Format.php, variable I18N_Format::$_localeObj
    the locale object which contains all the formatting specs
$_localeObj
in file Number.php, variable I18N_Number::$_localeObj
    the locale object which contains all the formatting specs
$_localeObj
in file DateTime.php, variable I18N_DateTime::$_localeObj
    the locale object which contains all the formatting specs
$_localeObj
in file Currency.php, variable I18N_Currency::$_localeObj
    the locale object which contains all the formatting specs
_I18N_Common
in file Common.php, method I18N_Common::_I18N_Common()
    It does nothing now
__construct
in file Translate.php, method I18N_Messages_Translate::__construct()
__construct
in file Common.php, method I18N_Messages_Common::__construct()
top

Documentation generated on Fri, 30 Apr 2004 21:59:08 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.