System.I18N.core
[ class tree: System.I18N.core ] [ index: System.I18N.core ] [ all elements ]

Element index for package System.I18N.core

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

$_automaticSerialization
in file TCache_Lite.php, variable TCache_Lite::$_automaticSerialization
    Enable / disable automatic serialization
$_cacheDir
in file TCache_Lite.php, variable TCache_Lite::$_cacheDir
    Directory where to put the cache files (make sure to add a trailing slash)
$_caching
in file TCache_Lite.php, variable TCache_Lite::$_caching
    Enable / disable caching
$_file
in file TCache_Lite.php, variable TCache_Lite::$_file
    File name (with path)
$_fileLocking
in file TCache_Lite.php, variable TCache_Lite::$_fileLocking
    Enable / disable fileLocking
$_fileNameProtection
in file TCache_Lite.php, variable TCache_Lite::$_fileNameProtection
    File Name protection
$_group
in file TCache_Lite.php, variable TCache_Lite::$_group
    Current cache group
$_handle
in file MO.php, variable TGettext_MO::$_handle
    file handle
$_id
in file TCache_Lite.php, variable TCache_Lite::$_id
    Current cache id
$_lifeTime
in file TCache_Lite.php, variable TCache_Lite::$_lifeTime
    Cache lifetime (in seconds)
$_memoryCaching
in file TCache_Lite.php, variable TCache_Lite::$_memoryCaching
    Enable / Disable "Memory Caching"
$_memoryCachingArray
in file TCache_Lite.php, variable TCache_Lite::$_memoryCachingArray
    Memory caching array
$_memoryCachingCounter
in file TCache_Lite.php, variable TCache_Lite::$_memoryCachingCounter
    Memory caching counter
$_memoryCachingLimit
in file TCache_Lite.php, variable TCache_Lite::$_memoryCachingLimit
    Memory caching limit
$_onlyMemoryCaching
in file TCache_Lite.php, variable TCache_Lite::$_onlyMemoryCaching
    Enable / Disable "Only Memory Caching" (be carefull, memory caching is "beta quality")
$_readControl
in file TCache_Lite.php, variable TCache_Lite::$_readControl
    Enable / disable read control
$_readControlType
in file TCache_Lite.php, variable TCache_Lite::$_readControlType
    Type of read control (only if read control is enabled)
$_refreshTime
in file TCache_Lite.php, variable TCache_Lite::$_refreshTime
    Timestamp of the last valid cache
$_writeControl
in file TCache_Lite.php, variable TCache_Lite::$_writeControl
    Enable / disable write control (the cache is read just after writing to detect corrupt entries)
__construct
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::__construct()
    Constructor.
__construct
in file MessageCache.php, method MessageCache::__construct()
    Create a new Translation cache.
__construct
in file MessageFormat.php, method MessageFormat::__construct()
    Constructor.
__construct
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::__construct()
    Initializes a new writable instance of the DateTimeFormatInfo class
__construct
in file DateFormat.php, method DateFormat::__construct()
    Initialize a new DateFormat.
__construct
in file CultureInfo.php, method CultureInfo::__construct()
    Initializes a new instance of the CultureInfo class based on the culture specified by name. E.g.
__construct
in file MessageSource_gettext.php, method MessageSource_gettext::__construct()
__construct
in file MessageSource_MySQL.php, method MessageSource_MySQL::__construct()
    Constructor.
__construct
in file NumberFormatInfo.php, method NumberFormatInfo::__construct()
    Initializes a new writable instance of the NumberFormatInfo class
__construct
in file NumberFormat.php, method NumberFormat::__construct()
    Create a new number format instance. The constructor can be instantiated with a string that represent a culture/locale. Similarly, passing a CultureInfo or NumberFormatInfo instance will instantiated a instance for that particular culture.
__construct
in file MessageSource_SQLite.php, method MessageSource_SQLite::__construct()
    Constructor.
__construct
in file ChoiceFormat.php, method ChoiceFormat::__construct()
    Constructor.
__destruct
in file MessageSource_MySQL.php, method MessageSource_MySQL::__destruct()
    Destructor, close the database connection.
__get
in file NumberFormatInfo.php, method NumberFormatInfo::__get()
    Allow functions that begins with 'set' to be called directly as an attribute/property to retrieve the value.
__get
in file CultureInfo.php, method CultureInfo::__get()
    Allow functions that begins with 'set' to be called directly as an attribute/property to retrieve the value.
__get
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::__get()
    Allow functions that begins with 'set' to be called directly as an attribute/property to retrieve the value.
__set
in file CultureInfo.php, method CultureInfo::__set()
    Allow functions that begins with 'set' to be called directly as an attribute/property to set the value.
__set
in file NumberFormatInfo.php, method NumberFormatInfo::__set()
    Allow functions that begins with 'set' to be called directly as an attribute/property to set the value.
__set
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::__set()
    Allow functions that begins with 'set' to be called directly as an attribute/property to set the value.
__toString
in file CultureInfo.php, method CultureInfo::__toString()
    Display the culture name.
top

a

append
in file MessageSource.php, method MessageSource::append()
    Add a untranslated message to the source. Need to call save() to save the messages to source.
append
in file IMessageSource.php, method IMessageSource::append()
    Add a untranslated message to the source. Need to call save() to save the messages to source.
top

c

$cache
in file MessageCache.php, variable MessageCache::$cache
    Cache Lite instance.
$cache
in file MessageSource.php, variable MessageSource::$cache
    The translation cache.
$catagloues
in file MessageFormat.php, variable MessageFormat::$catagloues
    A list of loaded message catalogues.
$Catalogue
in file MessageFormat.php, variable MessageFormat::$Catalogue
    Set the default catalogue.
$charset
in file MessageFormat.php, variable MessageFormat::$charset
    Output encoding charset
$charsets
in file HTTPNegotiator.php, variable HTTPNegotiator::$charsets
    A list of charsets accepted by the browser
$culture
in file MessageSource.php, variable MessageSource::$culture
    The culture name for this message source.
catalogues
in file MessageSource_gettext.php, method MessageSource_gettext::catalogues()
    Returns a list of catalogue as key and all it variants as value.
catalogues
in file MessageSource_SQLite.php, method MessageSource_SQLite::catalogues()
    Returns a list of catalogue as key and all it variants as value.
catalogues
in file IMessageSource.php, method IMessageSource::catalogues()
    Returns a list of catalogue as key and all it variants as value.
catalogues
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::catalogues()
    Returns a list of catalogue and its culture ID.
catalogues
in file MessageSource_MySQL.php, method MessageSource_MySQL::catalogues()
    Returns a list of catalogue as key and all it variants as value.
ChoiceFormat
in file ChoiceFormat.php, class ChoiceFormat
    ChoiceFormat class.
clean
in file MessageCache.php, method MessageCache::clean()
    Clean up the cache for the specified section and locale.
clean
in file TCache_Lite.php, method TCache_Lite::clean()
    Clean the cache
clear
in file MessageCache.php, method MessageCache::clear()
    Flush the cache. Deletes all the cache files.
connect
in file MessageSource_MySQL.php, method MessageSource_MySQL::connect()
    Connect to the MySQL datasource
connection
in file MessageSource_MySQL.php, method MessageSource_MySQL::connection()
    Get the database connection.
CultureInfo
in file CultureInfo.php, class CultureInfo
    CultureInfo class.
ChoiceFormat.php
procedural page ChoiceFormat.php
CultureInfo.php
procedural page CultureInfo.php
SCIENTIFIC
in file NumberFormatInfo.php, class constant NumberFormatInfo::SCIENTIFIC
top

d

$dataExt
in file MessageSource_gettext.php, variable MessageSource_gettext::$dataExt
    Message data filename extension.
$dataExt
in file MessageSource_XLIFF.php, variable MessageSource_XLIFF::$dataExt
    Message data filename extension.
$dataSeparator
in file MessageSource_XLIFF.php, variable MessageSource_XLIFF::$dataSeparator
    Separator between culture name and source.
$dataSeparator
in file MessageSource_gettext.php, variable MessageSource_gettext::$dataSeparator
    Separator between culture name and source.
$db
in file MessageSource_MySQL.php, variable MessageSource_MySQL::$db
    A resource link to the database
$dns
in file MessageSource_MySQL.php, variable MessageSource_MySQL::$dns
    The DSN array property, parsed by PEAR's DB DSN parser.
dataDir
in file CultureInfo.php, method CultureInfo::dataDir()
    Get the default directory for the ICU data.
DateFormat
in file DateFormat.php, class DateFormat
    DateFormat class.
DateTimeFormatInfo
in file DateTimeFormatInfo.php, class DateTimeFormatInfo
    Defines how DateTime values are formatted and displayed, depending on the culture.
delete
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::delete()
    Delete a particular message from the specified catalogue.
delete
in file MessageSource_SQLite.php, method MessageSource_SQLite::delete()
    Delete a particular message from the specified catalogue.
delete
in file IMessageSource.php, method IMessageSource::delete()
    Delete a particular message from the specified catalogue.
delete
in file MessageSource_gettext.php, method MessageSource_gettext::delete()
    Delete a particular message from the specified catalogue.
delete
in file MessageSource_MySQL.php, method MessageSource_MySQL::delete()
    Delete a particular message from the specified catalogue.
DateFormat.php
procedural page DateFormat.php
DateTimeFormatInfo.php
procedural page DateTimeFormatInfo.php
top

e

DECIMAL
in file NumberFormatInfo.php, class constant NumberFormatInfo::DECIMAL
NEUTRAL
in file CultureInfo.php, class constant CultureInfo::NEUTRAL
    Culture type, neutral.
PERCENTAGE
in file NumberFormatInfo.php, class constant NumberFormatInfo::PERCENTAGE
top

f

$file
in file TGettext.php, variable TGettext::$file
    file path
$formatInfo
in file NumberFormat.php, variable NumberFormat::$formatInfo
    The DateTimeFormatInfo, containing culture specific patterns and names.
$formatInfo
in file DateFormat.php, variable DateFormat::$formatInfo
    The DateTimeFormatInfo, containing culture specific patterns and names.
factory
in file TGettext.php, method TGettext::factory()
    Factory
factory
in file MessageSource.php, method MessageSource::factory()
    Factory method to instantiate a new MessageSource depending on the
fileExt
in file CultureInfo.php, method CultureInfo::fileExt()
    Get the filename extension for ICU data. Default is ".dat".
findInfo
in file CultureInfo.php, method CultureInfo::findInfo()
    Find the specific ICU data information from the data.
format
in file NumberFormat.php, method NumberFormat::format()
    For the number for a certain pattern. The valid patterns are 'c', 'd', 'e', 'p' or a custom pattern, such as "#.000" for 3 decimal places.
format
in file MessageFormat.php, method MessageFormat::format()
    Format the string. That is, for a particular string find the corresponding translation. Variable subsitution is performed for the $args parameter. A different catalogue can be specified using the $catalogue parameter.
format
in file DateFormat.php, method DateFormat::format()
    Format a date according to the pattern.
format
in file ChoiceFormat.php, method ChoiceFormat::format()
    For the choice string, and a number, find and return the string that satisfied the set within the choices.
formatDateTime
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::formatDateTime()
    Formats the date and time in a culture sensitive paterrn.
formatDecimal
in file NumberFormat.php, method NumberFormat::formatDecimal()
    Format the decimal places.
formatInteger
in file NumberFormat.php, method NumberFormat::formatInteger()
    For the integer, perform groupings and string padding.
formatString
in file MessageFormat.php, method MessageFormat::formatString()
    Do string translation.
fromArray
in file TGettext.php, method TGettext::fromArray()
    fromArray
top

g

get
in file TCache_Lite.php, method TCache_Lite::get()
    Test if a cache is available and (if yes) return it
get
in file MessageCache.php, method MessageCache::get()
    Get the data from the cache.
getAbbreviatedDayNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getAbbreviatedDayNames()
    A one-dimensional array of type String containing the culture-specific abbreviated names of the days of the week. The array for InvariantInfo contains "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", and "Sat".
getAbbreviatedMonthNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getAbbreviatedMonthNames()
    A one-dimensional array of type String containing the culture-specific abbreviated names of the months. The array for InvariantInfo contains "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", and "Dec".
getAMDesignator
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getAMDesignator()
    The string designator for hours that are "ante meridiem" (before noon).
getAMPM
in file DateFormat.php, method DateFormat::getAMPM()
    Get the AM/PM designator, 12 noon is PM, 12 midnight is AM.
getAMPMMarkers
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getAMPMMarkers()
    Get the AM and PM markers array.
getCache
in file MessageSource.php, method MessageSource::getCache()
    Get the cache handler for this source.
getCacheFile
in file TCache_Lite.php, method TCache_Lite::getCacheFile()
getCalendar
in file CultureInfo.php, method CultureInfo::getCalendar()
    Gets the default calendar used by the culture, e.g. "gregorian".
getCatalogueList
in file MessageSource_SQLite.php, method MessageSource_SQLite::getCatalogueList()
    Get all the variants of a particular catalogue.
getCatalogueList
in file MessageSource.php, method MessageSource::getCatalogueList()
    Get all the variants of a particular catalogue.
getCatalogueList
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::getCatalogueList()
    Get all the variants of a particular catalogue.
getCatalogueList
in file MessageSource_gettext.php, method MessageSource_gettext::getCatalogueList()
    Get all the variants of a particular catalogue.
getCatalogueList
in file MessageSource_MySQL.php, method MessageSource_MySQL::getCatalogueList()
    Get all the variants of a particular catalogue.
getCatalogues
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::getCatalogues()
    Returns a list of catalogue and its culture ID. This takes care of directory structures.
getCatalogues
in file MessageSource_gettext.php, method MessageSource_gettext::getCatalogues()
    Returns a list of catalogue and its culture ID. This takes care of directory structures.
getCharset
in file MessageFormat.php, method MessageFormat::getCharset()
    Gets the charset for message output. Default is UTF-8.
getCharsets
in file HTTPNegotiator.php, method HTTPNegotiator::getCharsets()
    Get a list of charsets acceptable by the client browser.
getCountries
in file CultureInfo.php, method CultureInfo::getCountries()
    Get a list of countries in the language of the localized version.
getCulture
in file MessageSource.php, method MessageSource::getCulture()
    Get the culture identifier for the source.
getCulture
in file IMessageSource.php, method IMessageSource::getCulture()
    Get the culture identifier for the source.
getCultures
in file CultureInfo.php, method CultureInfo::getCultures()
    Gets the list of supported cultures filtered by the specified culture type. This is an EXPENSIVE function, it needs to traverse a list of ICU files in the data directory.
getCurrencies
in file CultureInfo.php, method CultureInfo::getCurrencies()
    Get a list of currencies in the language of the localized version.
getCurrencyInstance
in file NumberFormatInfo.php, method NumberFormatInfo::getCurrencyInstance()
    Returns the currency format info associated with the specified culture.
getCurrencySymbol
in file NumberFormatInfo.php, method NumberFormatInfo::getCurrencySymbol()
    Gets the string to use as the currency symbol.
getData
in file CultureInfo.php, method CultureInfo::getData()
    Get the data by unserializing the ICU data from disk.
getData
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getData()
    Get the internal ICU data for date time formatting.
getDateTimeFormat
in file CultureInfo.php, method CultureInfo::getDateTimeFormat()
    Gets the DateTimeFormatInfo that defines the culturally appropriate format of displaying dates and times.
getDateTimeOrderPattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getDateTimeOrderPattern()
    Returns the date time order pattern, "{1} {0}" (default).
getDay
in file DateFormat.php, method DateFormat::getDay()
    Get the day of the month.
getDayInMonth
in file DateFormat.php, method DateFormat::getDayInMonth()
    Get day in the month.
getDayInWeek
in file DateFormat.php, method DateFormat::getDayInWeek()
    Get the day of the week.
getDayInYear
in file DateFormat.php, method DateFormat::getDayInYear()
    Get the day in the year, e.g. [1-366]
getDayNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getDayNames()
    A one-dimensional array of type String containing the culture-specific full names of the days of the week.
getDecimalDigits
in file NumberFormatInfo.php, method NumberFormatInfo::getDecimalDigits()
    Indicates the number of decimal places.
getDecimalSeparator
in file NumberFormatInfo.php, method NumberFormatInfo::getDecimalSeparator()
    Gets the string to use as the decimal separator.
getEnglishName
in file CultureInfo.php, method CultureInfo::getEnglishName()
    Gets the culture name in English.
getEra
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getEra()
    A string containing the name of the era.
getEra
in file DateFormat.php, method DateFormat::getEra()
    Get the era. i.e. in gregorian, year > 0 is AD, else BC.
getFullDatePattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getFullDatePattern()
    Returns the full date pattern "EEEE, yyyy MMMM dd" (default).
getFullTimePattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getFullTimePattern()
    Returns the full time pattern "HH:mm:ss z" (default).
getFunctionName
in file DateFormat.php, method DateFormat::getFunctionName()
    For a particular token, get the corresponding function to call.
getGroup
in file MessageCache.php, method MessageCache::getGroup()
    Get the cache file GROUP based section and locale.
getGroupSeparator
in file NumberFormatInfo.php, method NumberFormatInfo::getGroupSeparator()
    Gets the string that separates groups of digits to the left of the decimal in currency values.
getGroupSizes
in file NumberFormatInfo.php, method NumberFormatInfo::getGroupSizes()
    Gets the number of digits in each group to the left of the decimal There can be two grouping sizes, this fucntion returns array(group1, group2), if there is only 1 grouping size, group2 will be false.
getHour12
in file DateFormat.php, method DateFormat::getHour12()
    Get the hours in 12 hour format.
getHour24
in file DateFormat.php, method DateFormat::getHour24()
    Get the hours in 24 hour format, i.e. [0-23].
getHourInAMPM
in file DateFormat.php, method DateFormat::getHourInAMPM()
    Get the hours in AM/PM format, e.g [1-12]
getHourInDay
in file DateFormat.php, method DateFormat::getHourInDay()
    Get the hours [1-24].
getID
in file MessageCache.php, method MessageCache::getID()
    Get the cache file ID based section and locale.
getInstance
in file NumberFormatInfo.php, method NumberFormatInfo::getInstance()
    Returns the NumberFormatInfo associated with the specified culture.
getInstance
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getInstance()
    Returns the DateTimeFormatInfo associated with the specified culture.
getInvariantCulture
in file CultureInfo.php, method CultureInfo::getInvariantCulture()
    Gets the CultureInfo that is culture-independent (invariant).
getInvariantInfo
in file NumberFormatInfo.php, method NumberFormatInfo::getInvariantInfo()
    Gets the default NumberFormatInfo that is culture-independent (invariant).
getInvariantInfo
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getInvariantInfo()
    Gets the default DateTimeFormatInfo that is culture-independent (invariant).
getIsNeutralCulture
in file CultureInfo.php, method CultureInfo::getIsNeutralCulture()
    Gets a value indicating whether the current CultureInfo represents a neutral culture. Returns true if the culture only contains two characters.
getLanguages
in file HTTPNegotiator.php, method HTTPNegotiator::getLanguages()
    Get a list of languages acceptable by the client browser
getLanguages
in file CultureInfo.php, method CultureInfo::getLanguages()
    Get a list of languages in the language of the localized version.
getLastModified
in file MessageSource_gettext.php, method MessageSource_gettext::getLastModified()
    Get the last modified unix-time for this particular catalogue+variant.
getLastModified
in file MessageSource.php, method MessageSource::getLastModified()
    Get the last modified unix-time for this particular catalogue+variant.
getLastModified
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::getLastModified()
    Get the last modified unix-time for this particular catalogue+variant.
getLastModified
in file MessageSource_SQLite.php, method MessageSource_SQLite::getLastModified()
    Get the last modified unix-time for this particular catalogue+variant.
getLastModified
in file MessageSource_MySQL.php, method MessageSource_MySQL::getLastModified()
    Get the last modified unix-time for this particular catalogue+variant.
getLifeTime
in file MessageCache.php, method MessageCache::getLifeTime()
    Get the cache life time.
getLongDatePattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getLongDatePattern()
    Returns the long date pattern "yyyy MMMM d" (default).
getLongTimePattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getLongTimePattern()
    Returns the long time pattern "HH:mm:ss z" (default).
getMediumDatePattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getMediumDatePattern()
    Returns the medium date pattern "yyyy MMMM d" (default).
getMediumTimePattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getMediumTimePattern()
    Returns the medium time pattern "HH:mm:ss" (default).
getMemoryCachingState
in file TCache_Lite.php, method TCache_Lite::getMemoryCachingState()
getMinutes
in file DateFormat.php, method DateFormat::getMinutes()
    Get the minutes.
getMonth
in file DateFormat.php, method DateFormat::getMonth()
    Get the month.
getMonthNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getMonthNames()
    A one-dimensional array of type String containing the
getName
in file CultureInfo.php, method CultureInfo::getName()
    Gets the culture name in the format "<languagecode2>_(country/regioncode2)".
getNaNSymbol
in file NumberFormatInfo.php, method NumberFormatInfo::getNaNSymbol()
    Gets the string that represents the IEEE NaN (not a number) value.
getNarrowDayNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getNarrowDayNames()
    A one-dimensional array of type String containing the culture-specific narrow names of the days of the week. The array for InvariantInfo contains "S", "M", "T", "W", "T", "F", and "S".
getNarrowMonthNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getNarrowMonthNames()
    A one-dimensional array of type String containing the culture-specific narrow names of the months. The array for InvariantInfo contains "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", and "D".
getNativeName
in file CultureInfo.php, method CultureInfo::getNativeName()
    Gets the culture name in the language that the culture is set to display. Returns
  1. array('Language','Country');
'Country' is omitted if the culture is neutral.
getNegativeInfinitySymbol
in file NumberFormatInfo.php, method NumberFormatInfo::getNegativeInfinitySymbol()
    Gets the string that represents negative infinity.
getNegativePattern
in file NumberFormatInfo.php, method NumberFormatInfo::getNegativePattern()
    Gets the format pattern for negative values.
getNegativeSign
in file NumberFormatInfo.php, method NumberFormatInfo::getNegativeSign()
    Gets the string that denotes that the associated number is negative.
getNumberFormat
in file CultureInfo.php, method CultureInfo::getNumberFormat()
    Gets the NumberFormatInfo that defines the culturally appropriate format of displaying numbers, currency, and percentage.
getParent
in file CultureInfo.php, method CultureInfo::getParent()
    Gets the CultureInfo that represents the parent culture of the
getPattern
in file DateFormat.php, method DateFormat::getPattern()
    Get the pattern from DateTimeFormatInfo or some predefined patterns.
getPattern
in file NumberFormatInfo.php, method NumberFormatInfo::getPattern()
getPercentageInstance
in file NumberFormatInfo.php, method NumberFormatInfo::getPercentageInstance()
    Returns the percentage format info associated with the specified culture.
getPercentSymbol
in file NumberFormatInfo.php, method NumberFormatInfo::getPercentSymbol()
    Gets the string to use as the percent symbol.
getPerMilleSymbol
in file NumberFormatInfo.php, method NumberFormatInfo::getPerMilleSymbol()
    Gets the string to use as the per mille symbol.
getPMDesignator
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getPMDesignator()
    The string designator for hours that are "post meridiem" (after noon).
getPositiveInfinitySymbol
in file NumberFormatInfo.php, method NumberFormatInfo::getPositiveInfinitySymbol()
    Gets the string that represents positive infinity.
getPositivePattern
in file NumberFormatInfo.php, method NumberFormatInfo::getPositivePattern()
    Gets the format pattern for positive values.
getPositiveSign
in file NumberFormatInfo.php, method NumberFormatInfo::getPositiveSign()
    Gets the string that denotes that the associated number is positive.
getPrePostfix
in file NumberFormatInfo.php, method NumberFormatInfo::getPrePostfix()
    Get the prefix and postfix of a pattern.
getScientificInstance
in file NumberFormatInfo.php, method NumberFormatInfo::getScientificInstance()
    Returns the scientific format info associated with the specified culture.
getScripts
in file CultureInfo.php, method CultureInfo::getScripts()
    Get a list of scripts in the language of the localized version.
getSeconds
in file DateFormat.php, method DateFormat::getSeconds()
    Get the seconds.
getShortDatePattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getShortDatePattern()
    Returns the short date pattern "yy/MM/dd" (default).
getShortTimePattern
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::getShortTimePattern()
    Returns the short time pattern "HH:mm" (default).
getSource
in file MessageFormat.php, method MessageFormat::getSource()
    Get the message source.
getSource
in file MessageSource.php, method MessageSource::getSource()
    Get the source, this could be a filename or database ID.
getSource
in file MessageSource_gettext.php, method MessageSource_gettext::getSource()
    Get the MO file for a specific message catalogue and cultural vairant.
getSource
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::getSource()
    Get the XLIFF file for a specific message catalogue and cultural vairant.
getTimeZone
in file DateFormat.php, method DateFormat::getTimeZone()
    Get the timezone from the server machine.
getTimeZones
in file CultureInfo.php, method CultureInfo::getTimeZones()
    Get a list of timezones in the language of the localized version.
getTokens
in file DateFormat.php, method DateFormat::getTokens()
    Tokenize the pattern. The tokens are delimited by group of similar characters, e.g. 'aabb' will form 2 tokens of 'aa' and 'bb'.
getWeekInMonth
in file DateFormat.php, method DateFormat::getWeekInMonth()
    Get week in the month.
getWeekInYear
in file DateFormat.php, method DateFormat::getWeekInYear()
    Get the week in the year.
getYear
in file DateFormat.php, method DateFormat::getYear()
    Get the year.
top

h

HTTPNegotiator
in file HTTPNegotiator.php, class HTTPNegotiator
    HTTPNegotiator class.
HTTPNegotiator.php
procedural page HTTPNegotiator.php
top

i

$inf
in file ChoiceFormat.php, variable ChoiceFormat::$inf
    The value for positive infinity.
IMessageSource.php
procedural page IMessageSource.php
I18N_toEncoding
in file util.php, function I18N_toEncoding()
    Convert UTF-8 strings to a different encoding. NB. The result may not have been encoded if iconv fails.
I18N_toUTF8
in file util.php, function I18N_toUTF8()
    Convert strings to UTF-8 via iconv. NB, the result may not by UTF-8 if the conversion failed.
IMessageSource
in file IMessageSource.php, class IMessageSource
    IMessageSource interface.
isValid
in file ChoiceFormat.php, method ChoiceFormat::isValid()
    Determine if the given number belongs to a given set
isValidSource
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::isValidSource()
    Determin if the XLIFF file source is valid.
isValidSource
in file MessageSource_gettext.php, method MessageSource_gettext::isValidSource()
    Determin if the MO file source is valid.
isValidSource
in file MessageSource.php, method MessageSource::isValidSource()
    Determine if the source is valid.
isValidSource
in file MessageSource_MySQL.php, method MessageSource_MySQL::isValidSource()
    Check if a particular catalogue+variant exists in the database.
isValidSource
in file MessageSource_SQLite.php, method MessageSource_SQLite::isValidSource()
    Check if a particular catalogue+variant exists in the database.
top

l

$languages
in file HTTPNegotiator.php, variable HTTPNegotiator::$languages
    A list of languages accepted by the browser.
$lifetime
in file MessageCache.php, variable MessageCache::$lifetime
    Caceh life time, default is 1 year.
ALL
in file CultureInfo.php, class constant CultureInfo::ALL
    Culture type, all.
lastModified
in file TCache_Lite.php, method TCache_Lite::lastModified()
    Return the cache last modification time
load
in file MessageSource.php, method MessageSource::load()
    Load a particular message catalogue. Use read() to to get the array of messages. The catalogue loading sequence is as follows
load
in file IMessageSource.php, method IMessageSource::load()
    Load the translation table for this particular catalogue.
load
in file MO.php, method TGettext_MO::load()
    Load MO file
load
in file PO.php, method TGettext_PO::load()
    Load PO file
loadCatalogue
in file MessageFormat.php, method MessageFormat::loadCatalogue()
    Load the message from a particular catalogue. A listed loaded catalogues is kept to prevent reload of the same catalogue. The load catalogue messages are stored in the $this->message array.
loadCultureData
in file CultureInfo.php, method CultureInfo::loadCultureData()
    Load the ICU culture data for the specific culture identifier.
loadData
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::loadData()
    Load the messages from a XLIFF file.
loadData
in file MessageSource.php, method MessageSource::loadData()
    Load the message for a particular catalogue+variant.
loadData
in file MessageSource_gettext.php, method MessageSource_gettext::loadData()
    Load the messages from a MO file.
loadData
in file MessageSource_MySQL.php, method MessageSource_MySQL::loadData()
    Get an array of messages for a particular catalogue and cultural variant.
loadData
in file MessageSource_SQLite.php, method MessageSource_SQLite::loadData()
    Get an array of messages for a particular catalogue and cultural variant.
top

m

$messages
in file MessageFormat.php, variable MessageFormat::$messages
    The translation messages.
$messages
in file MessageSource.php, variable MessageSource::$messages
    Array of translation messages.
$meta
in file TGettext.php, variable TGettext::$meta
    meta
$methods
in file DateFormat.php, variable DateFormat::$methods
    A list of methods, to be used by the token function calls.
MO.php
procedural page MO.php
MessageCache.php
procedural page MessageCache.php
MessageFormat.php
procedural page MessageFormat.php
MessageSource_gettext.php
procedural page MessageSource_gettext.php
MessageSource_MySQL.php
procedural page MessageSource_MySQL.php
MessageSource.php
procedural page MessageSource.php
MessageSource_SQLite.php
procedural page MessageSource_SQLite.php
MessageSource_XLIFF.php
procedural page MessageSource_XLIFF.php
MessageCache
in file MessageCache.php, class MessageCache
    Cache the translation table into the file system.
MessageFormat
in file MessageFormat.php, class MessageFormat
    MessageFormat class.
MessageSource
in file MessageSource.php, class MessageSource
    Abstract MessageSource class.
MessageSource_gettext
in file MessageSource_gettext.php, class MessageSource_gettext
    MessageSource_gettext class.
MessageSource_MySQL
in file MessageSource_MySQL.php, class MessageSource_MySQL
    MessageSource_MySQL class.
MessageSource_SQLite
in file MessageSource_SQLite.php, class MessageSource_SQLite
    MessageSource_SQLite class.
MessageSource_XLIFF
in file MessageSource_XLIFF.php, class MessageSource_XLIFF
    MessageSource_XLIFF class.
meta2array
in file TGettext.php, method TGettext::meta2array()
    meta2array
top

n

NumberFormatInfo.php
procedural page NumberFormatInfo.php
NumberFormat.php
procedural page NumberFormat.php
NumberFormat
in file NumberFormat.php, class NumberFormat
    NumberFormat class.
NumberFormatInfo
in file NumberFormatInfo.php, class NumberFormatInfo
    NumberFormatInfo class
top

p

$parse
in file ChoiceFormat.php, variable ChoiceFormat::$parse
    The pattern to parse the formatting string.
$pattern
in file NumberFormatInfo.php, variable NumberFormatInfo::$pattern
    The number pattern.
$poExt
in file MessageSource_gettext.php, variable MessageSource_gettext::$poExt
    PO data filename extension
$postscript
in file MessageFormat.php, variable MessageFormat::$postscript
    The prefix and suffix to append to untranslated messages.
$properties
in file CultureInfo.php, variable CultureInfo::$properties
    A list of properties that are accessable/writable.
$properties
in file NumberFormatInfo.php, variable NumberFormatInfo::$properties
    A list of properties that are accessable/writable.
$properties
in file DateTimeFormatInfo.php, variable DateTimeFormatInfo::$properties
    A list of properties that are accessable/writable.
PO.php
procedural page PO.php
parse
in file ChoiceFormat.php, method ChoiceFormat::parse()
    Parse a choice string and get a list of sets and a list of strings corresponding to the sets.
parseDSN
in file util.php, function parseDSN()
    For a given DSN (database connection string), return some information about the DSN. This function comes from PEAR's DB package.
parsePattern
in file NumberFormatInfo.php, method NumberFormatInfo::parsePattern()
    Parse the given pattern and return a list of known properties.
poFile2moFile
in file TGettext.php, method TGettext::poFile2moFile()
    poFile2moFile
prepare
in file TGettext.php, method TGettext::prepare()
    prepare
SPECIFIC
in file CultureInfo.php, class constant CultureInfo::SPECIFIC
    Culture type, specific.
top

r

raiseError
in file TCache_Lite.php, method TCache_Lite::raiseError()
    Trigger a PEAR error
read
in file IMessageSource.php, method IMessageSource::read()
    Get the translation table. This includes all the loaded sections.
read
in file MessageSource.php, method MessageSource::read()
    Get the array of messages.
remove
in file TCache_Lite.php, method TCache_Lite::remove()
    Remove a cache file
top

s

$source
in file MessageSource_MySQL.php, variable MessageSource_MySQL::$source
    The datasource string, full DSN to the database.
$source
in file MessageSource.php, variable MessageSource::$source
    The source of message translations.
$source
in file MessageFormat.php, variable MessageFormat::$source
    The message source.
$source
in file MessageSource_SQLite.php, variable MessageSource_SQLite::$source
    The SQLite datasource, the filename of the database.
$strings
in file TGettext.php, variable TGettext::$strings
    strings
save
in file MessageSource_gettext.php, method MessageSource_gettext::save()
    Save the list of untranslated blocks to the translation source.
save
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::save()
    Save the list of untranslated blocks to the translation source.
save
in file TCache_Lite.php, method TCache_Lite::save()
    Save some data in a cache file
save
in file PO.php, method TGettext_PO::save()
    Save PO file
save
in file MO.php, method TGettext_MO::save()
    Save MO file
save
in file MessageCache.php, method MessageCache::save()
    Save the data to cache for the specified section and locale.
save
in file MessageSource_SQLite.php, method MessageSource_SQLite::save()
    Save the list of untranslated blocks to the translation source.
save
in file MessageSource_MySQL.php, method MessageSource_MySQL::save()
    Save the list of untranslated blocks to the translation source.
save
in file IMessageSource.php, method IMessageSource::save()
    Save the list of untranslated blocks to the translation source.
saveMemoryCachingState
in file TCache_Lite.php, method TCache_Lite::saveMemoryCachingState()
setAbbreviatedDayNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setAbbreviatedDayNames()
    Set the abbreviated day names. The value should be an array of string starting with Sunday and ends in Saturady.
setAbbreviatedMonthNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setAbbreviatedMonthNames()
    Set the abbreviated month names. The value should be an array of string starting with Jan and ends in Dec.
setAMDesignator
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setAMDesignator()
    Set the AM Designator. For example, 'AM'.
setAMPMMarkers
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setAMPMMarkers()
    Set the AM and PM markers array.
setCache
in file MessageSource.php, method MessageSource::setCache()
    Set the cache handler for caching the messages.
setCharset
in file MessageFormat.php, method MessageFormat::setCharset()
    Sets the charset for message output.
setCulture
in file CultureInfo.php, method CultureInfo::setCulture()
    Set the culture for the current instance. The culture indentifier must be of the form "<language>_(country/region)".
setCulture
in file IMessageSource.php, method IMessageSource::setCulture()
    Set the culture for this particular message source.
setCulture
in file MessageSource.php, method MessageSource::setCulture()
    Set the culture for this message source.
setCurrencySymbol
in file NumberFormatInfo.php, method NumberFormatInfo::setCurrencySymbol()
    Set the string to use as the currency symbol.
setDateTimeFormat
in file CultureInfo.php, method CultureInfo::setDateTimeFormat()
    Set the date time format information.
setDayNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setDayNames()
    Set the day names. The value should be an array of string starting with Sunday and ends in Saturady.
setDecimalDigits
in file NumberFormatInfo.php, method NumberFormatInfo::setDecimalDigits()
    Set the number of decimal places.
setDecimalSeparator
in file NumberFormatInfo.php, method NumberFormatInfo::setDecimalSeparator()
    Set the string to use as the decimal separator.
setGroupSeparator
in file NumberFormatInfo.php, method NumberFormatInfo::setGroupSeparator()
    Set the string to use as the group separator.
setGroupSizes
in file NumberFormatInfo.php, method NumberFormatInfo::setGroupSizes()
    Set the number of digits in each group to the left of the decimal.
setLifeTime
in file TCache_Lite.php, method TCache_Lite::setLifeTime()
    Set a new life time
setLifeTime
in file MessageCache.php, method MessageCache::setLifeTime()
    Set the cache life time.
setMonthNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setMonthNames()
    Set the month names. The value should be an array of string starting with Janurary and ends in December.
setNaNSymbol
in file NumberFormatInfo.php, method NumberFormatInfo::setNaNSymbol()
    Set the string that represents the IEEE NaN (not a number) value.
setNarrowDayNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setNarrowDayNames()
    Set the narrow day names. The value should be an array of string starting with Sunday and ends in Saturady.
setNarrowMonthNames
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setNarrowMonthNames()
    Set the narrow month names. The value should be an array of string starting with J and ends in D.
setNegativeInfinitySymbol
in file NumberFormatInfo.php, method NumberFormatInfo::setNegativeInfinitySymbol()
    Set the string that represents negative infinity.
setNegativePattern
in file NumberFormatInfo.php, method NumberFormatInfo::setNegativePattern()
    Set the format pattern for negative values.
setNegativeSign
in file NumberFormatInfo.php, method NumberFormatInfo::setNegativeSign()
    Set the string that denotes that the associated number is negative.
setNumberFormat
in file CultureInfo.php, method CultureInfo::setNumberFormat()
    Set the number format information.
setPattern
in file NumberFormat.php, method NumberFormat::setPattern()
    Set the pattern to format against. The default patterns are retrieved from the NumberFormatInfo instance.
setPattern
in file NumberFormatInfo.php, method NumberFormatInfo::setPattern()
    Set the pattern for a specific number pattern. The validate patterns
setPercentSymbol
in file NumberFormatInfo.php, method NumberFormatInfo::setPercentSymbol()
    Set the string to use as the percent symbol.
setPerMilleSymbol
in file NumberFormatInfo.php, method NumberFormatInfo::setPerMilleSymbol()
    Set the string to use as the per mille symbol.
setPMDesignator
in file DateTimeFormatInfo.php, method DateTimeFormatInfo::setPMDesignator()
    Set the PM Designator. For example, 'PM'.
setPositiveInfinitySymbol
in file NumberFormatInfo.php, method NumberFormatInfo::setPositiveInfinitySymbol()
    Set the string that represents positive infinity.
setPositivePattern
in file NumberFormatInfo.php, method NumberFormatInfo::setPositivePattern()
    Set the format pattern for positive values.
setPositiveSign
in file NumberFormatInfo.php, method NumberFormatInfo::setPositiveSign()
    Set the string that denotes that the associated number is positive.
setUntranslatedPS
in file MessageFormat.php, method MessageFormat::setUntranslatedPS()
    Set the prefix and suffix to append to untranslated messages.
top

t

$tokens
in file DateFormat.php, variable DateFormat::$tokens
    A list of tokens and their function call.
TGettext.php
procedural page TGettext.php
TCache_Lite.php
procedural page TCache_Lite.php
TCache_Lite
in file TCache_Lite.php, method TCache_Lite::TCache_Lite()
    Constructor
TCache_Lite
in file TCache_Lite.php, class TCache_Lite
    Fast, light and safe Cache Class
TGettext
in file TGettext.php, class TGettext
    File_Gettext
TGettext_MO
in file MO.php, method TGettext_MO::TGettext_MO()
    Constructor
TGettext_MO
in file MO.php, class TGettext_MO
    File_Gettext_MO
TGettext_PO
in file PO.php, class TGettext_PO
    File_Gettext_PO
TGettext_PO
in file PO.php, method TGettext_PO::TGettext_PO()
    Constructor
toArray
in file TGettext.php, method TGettext::toArray()
    toArray
toMO
in file TGettext.php, method TGettext::toMO()
    toMO
toPO
in file TGettext.php, method TGettext::toPO()
    toPO
top

u

$untranslated
in file MessageFormat.php, variable MessageFormat::$untranslated
    A list of untranslated messages.
$untranslated
in file MessageSource.php, variable MessageSource::$untranslated
CURRENCY
in file NumberFormatInfo.php, class constant NumberFormatInfo::CURRENCY
util.php
procedural page util.php
update
in file MessageSource_XLIFF.php, method MessageSource_XLIFF::update()
    Update the translation.
update
in file MessageSource_MySQL.php, method MessageSource_MySQL::update()
    Update the translation.
update
in file MessageSource_gettext.php, method MessageSource_gettext::update()
    Update the translation.
update
in file IMessageSource.php, method IMessageSource::update()
    Update the translation.
update
in file MessageSource_SQLite.php, method MessageSource_SQLite::update()
    Update the translation.
top

v

$validate
in file ChoiceFormat.php, variable ChoiceFormat::$validate
    The pattern to validate a set notation
validCulture
in file CultureInfo.php, method CultureInfo::validCulture()
    Determine if a given culture is valid. Simply checks that the culture data exists.
top

w

$writeBigEndian
in file MO.php, variable TGettext_MO::$writeBigEndian
    big endianess
top

© 2004-2005 PRADO Software Group. All Rights Reserved.