Element index for package Translation2
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ x ]
[ _ ]
top
a
- $autoaddlang
- in file Autoadd.php, variable Translation2_Admin_Decorator_Autoadd::$autoaddlang
Language to add strings in
- add
- in file mdb2.php, method Translation2_Admin_Container_mdb2::add()
Add a new entry in the strings table.
- add
- in file db.php, method Translation2_Admin_Container_db::add()
Add a new entry in the strings table.
- add
- in file Decorator.php, method Translation2_Admin_Decorator::add()
Add a translation
- add
- in file gettext.php, method Translation2_Admin_Container_gettext::add()
Add a new entry in the strings domain.
- add
- in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::add()
Add a new entry in the strings table.
- add
- in file xml.php, method Translation2_Admin_Container_xml::add()
Add a new entry in the strings table.
- add
- in file mdb.php, method Translation2_Admin_Container_mdb::add()
Add a new entry in the strings table.
- add
- in file Admin.php, method Translation2_Admin::add()
add a new translation
- addLang
- in file gettext.php, method Translation2_Admin_Container_gettext::addLang()
Creates a new entry in the langs_avail .ini file.
- addLang
- in file mdb2.php, method Translation2_Admin_Container_mdb2::addLang()
Creates a new table to store the strings in this language.
- addLang
- in file xml.php, method Translation2_Admin_Container_xml::addLang()
Does nothing (here for compatibility with the container interface)
- addLang
- in file mdb.php, method Translation2_Admin_Container_mdb::addLang()
Creates a new table to store the strings in this language.
- addLang
- in file Decorator.php, method Translation2_Admin_Decorator::addLang()
Create a new language
- addLang
- in file db.php, method Translation2_Admin_Container_db::addLang()
Creates a new table to store the strings in this language.
- addLang
- in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::addLang()
Creates a new table to store the strings in this language.
- addLang
- in file Admin.php, method Translation2_Admin::addLang()
Prepare the storage container for a new lang.
- addLangToList
- in file mdb2.php, method Translation2_Admin_Container_mdb2::addLangToList()
Creates a new entry in the langsAvail table.
- addLangToList
- in file xml.php, method Translation2_Admin_Container_xml::addLangToList()
Creates a new entry in the <languages> section
- addLangToList
- in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::addLangToList()
Creates a new entry in the langsAvail table.
- addLangToList
- in file gettext.php, method Translation2_Admin_Container_gettext::addLangToList()
Creates a new entry in the langsAvail .ini file.
- addLangToList
- in file mdb.php, method Translation2_Admin_Container_mdb::addLangToList()
Creates a new entry in the langsAvail table.
- addLangToList
- in file db.php, method Translation2_Admin_Container_db::addLangToList()
Creates a new entry in the langsAvail table.
- Autoadd.php
- procedural page Autoadd.php
- Admin.php
- procedural page Admin.php
top
top
c
- $cacheLiteFunction
- in file CacheLiteFunction.php, variable Translation2_Decorator_CacheLiteFunction::$cacheLiteFunction
Cache_Lite_Function object
- $caching
- in file CacheLiteFunction.php, variable Translation2_Decorator_CacheLiteFunction::$caching
Enable / disable caching
- $charset
- in file SpecialChars.php, variable Translation2_Decorator_SpecialChars::$charset
- $cleaningFrequency
- in file CacheLiteFunction.php, variable Translation2_Decorator_CacheLiteFunction::$cleaningFrequency
Frequency of cache cleaning.
- $currentPageID
- in file Decorator.php, variable Translation2_Decorator::$currentPageID
- $currentPageID
- in file Translation2.php, variable Translation2::$currentPageID
Current pageID
- cleanCache
- in file Decorator.php, method Translation2_Admin_Decorator::cleanCache()
Clean the cache
- cleanCache
- in file Admin.php, method Translation2_Admin::cleanCache()
If you use the CacheLiteFunction decorator, you may want to invalidate the cache after a change in the data base.
- commit
- in file gettext.php, method Translation2_Admin_Container_gettext::commit()
Commit
- Container.php
- procedural page Container.php
- CacheLiteFunction.php
- procedural page CacheLiteFunction.php
- CacheMemory.php
- procedural page CacheMemory.php
top
top
top
f
- $fallbackLang
- in file Lang.php, variable Translation2_Decorator_Lang::$fallbackLang
fallback lang
- factory
- in file Translation2.php, method Translation2::factory()
Return a Translation2 instance already initialized
- factory
- in file Admin.php, method Translation2_Admin::factory()
Return a Translation2_Admin instance already initialized
- fetchLangs
- in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::fetchLangs()
Fetch the available langs if they're not cached yet.
- fetchLangs
- in file xml.php, method Translation2_Container_xml::fetchLangs()
Fetch the available langs
- fetchLangs
- in file mdb2.php, method Translation2_Container_mdb2::fetchLangs()
Fetch the available langs if they're not cached yet.
- fetchLangs
- in file mdb.php, method Translation2_Container_mdb::fetchLangs()
Fetch the available langs if they're not cached yet.
- fetchLangs
- in file gettext.php, method Translation2_Container_gettext::fetchLangs()
Fetch the available langs if they're not cached yet.
- fetchLangs
- in file Container.php, method Translation2_Container::fetchLangs()
Fetch the available langs if they're not cached yet.
- fetchLangs
- in file db.php, method Translation2_Container_db::fetchLangs()
Fetch the available langs if they're not cached yet.
- fixEmptySets
- in file xml.php, method Translation2_Container_xml::fixEmptySets()
Turn empty strings returned by XML_Unserializer into empty arrays
top
g
- get
- in file CacheMemory.php, method Translation2_Decorator_CacheMemory::get()
Get translated string
- get
- in file Iconv.php, method Translation2_Decorator_Iconv::get()
Get the translated string, in the new encoding
- get
- in file SpecialChars.php, method Translation2_Decorator_SpecialChars::get()
Get translated string
- get
- in file ErrorText.php, method Translation2_Decorator_ErrorText::get()
Get translated string
- get
- in file Translation2.php, method Translation2::get()
Get translated string
- get
- in file Lang.php, method Translation2_Decorator_Lang::get()
Get translated string
- get
- in file UTF8.php, method Translation2_Decorator_UTF8::get()
Get translated string
- get
- in file Autoadd.php, method Translation2_Admin_Decorator_Autoadd::get()
Get a translated string
- get
- in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::get()
Get translated string
- get
- in file DefaultText.php, method Translation2_Decorator_DefaultText::get()
Get translated string
- get
- in file Decorator.php, method Translation2_Decorator::get()
Get translated string
- getAdminDecorator
- in file Admin.php, method Translation2_Admin::getAdminDecorator()
Return an instance of an admin decorator
- getDecorator
- in file Decorator.php, method Translation2_Decorator::getDecorator()
Return an instance of a decorator
- getDecorator
- in file Translation2.php, method Translation2::getDecorator()
Return an instance of a decorator
- getLang
- in file Decorator.php, method Translation2_Decorator::getLang()
get lang info
- getLang
- in file Translation2.php, method Translation2::getLang()
get lang info
- getLang
- in file Container.php, method Translation2_Container::getLang()
Gets the current lang
- getLangData
- in file Container.php, method Translation2_Container::getLangData()
Gets the array data for the lang
- getLangs
- in file Translation2.php, method Translation2::getLangs()
get langs
- getLangs
- in file Decorator.php, method Translation2_Decorator::getLangs()
get langs
- getLangs
- in file Container.php, method Translation2_Container::getLangs()
Gets the available languages
- getOne
- in file gettext.php, method Translation2_Container_gettext::getOne()
Get a single item from the container, without caching the whole page
- getOne
- in file mdb.php, method Translation2_Container_mdb::getOne()
Get a single item from the container
- getOne
- in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::getOne()
Get a single item from the container, without caching the whole page
- getOne
- in file xml.php, method Translation2_Container_xml::getOne()
Get a single item from the container
- getOne
- in file mdb2.php, method Translation2_Container_mdb2::getOne()
Get a single item from the container
- getOne
- in file Container.php, method Translation2_Container::getOne()
Get a single item from the container, without caching the whole page Containers should implement this method.
- getOne
- in file db.php, method Translation2_Container_db::getOne()
Get a single item from the container
- getPage
- in file UTF8.php, method Translation2_Decorator_UTF8::getPage()
Same as getRawPage, but resort to fallback language and replace parameters when needed
- getPage
- in file Lang.php, method Translation2_Decorator_Lang::getPage()
Same as getRawPage, but resort to fallback language and replace parameters when needed
- getPage
- in file xml.php, method Translation2_Container_xml::getPage()
Returns an array of the strings in the selected page
- getPage
- in file gettext.php, method Translation2_Container_gettext::getPage()
Get all the strings from a domain (parsing the .mo file)
- getPage
- in file Iconv.php, method Translation2_Decorator_Iconv::getPage()
Same as getRawPage, but apply transformations when needed
- getPage
- in file mdb2.php, method Translation2_Container_mdb2::getPage()
Returns an array of the strings in the selected page
- getPage
- in file SpecialChars.php, method Translation2_Decorator_SpecialChars::getPage()
Same as getRawPage, but apply transformations when needed
- getPage
- in file mdb.php, method Translation2_Container_mdb::getPage()
Returns an array of the strings in the selected page
- getPage
- in file Translation2.php, method Translation2::getPage()
Get an entire group of strings
- getPage
- in file ErrorText.php, method Translation2_Decorator_ErrorText::getPage()
Same as getRawPage, but resort to fallback language and replace parameters when needed
- getPage
- in file Container.php, method Translation2_Container::getPage()
Returns an array of the strings in the selected page Containers should implement this method.
- getPage
- in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::getPage()
Returns an array of the strings in the selected page
- getPage
- in file db.php, method Translation2_Container_db::getPage()
Returns an array of the strings in the selected page
- getPage
- in file Decorator.php, method Translation2_Decorator::getPage()
Same as getRawPage, but resort to fallback language and replace parameters when needed
- getPage
- in file CacheMemory.php, method Translation2_Decorator_CacheMemory::getPage()
Same as getRawPage, but resort to fallback language and replace parameters when needed
- getPage
- in file DefaultText.php, method Translation2_Decorator_DefaultText::getPage()
Replace empty strings with their $stringID
- getPage
- in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getPage()
Same as getRawPage, but resort to fallback language and replace parameters when needed
- getPageNames
- in file Decorator.php, method Translation2_Admin_Decorator::getPageNames()
Get a list of all the pageIDs in any table.
- getPageNames
- in file mdb.php, method Translation2_Admin_Container_mdb::getPageNames()
Get a list of all the pageIDs in any table.
- getPageNames
- in file mdb2.php, method Translation2_Admin_Container_mdb2::getPageNames()
Get a list of all the pageIDs in any table.
- getPageNames
- in file xml.php, method Translation2_Admin_Container_xml::getPageNames()
Get a list of all the pageIDs.
- getPageNames
- in file Admin.php, method Translation2_Admin::getPageNames()
Get a list of all the pageIDs in any table.
- getPageNames
- in file db.php, method Translation2_Admin_Container_db::getPageNames()
Get a list of all the pageIDs in any table.
- getPageNames
- in file gettext.php, method Translation2_Admin_Container_gettext::getPageNames()
Get a list of all the domains
- getRaw
- in file Translation2.php, method Translation2::getRaw()
Get translated string (as-is)
- getRaw
- in file CacheMemory.php, method Translation2_Decorator_CacheMemory::getRaw()
Get translated string (as-is)
- getRaw
- in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getRaw()
Get translated string (as-is)
- getRaw
- in file Decorator.php, method Translation2_Decorator::getRaw()
Get translated string
- getRawPage
- in file Decorator.php, method Translation2_Decorator::getRawPage()
Get the array of strings in a page
- getRawPage
- in file Translation2.php, method Translation2::getRawPage()
Get the array of strings in a page
- getRawPage
- in file CacheMemory.php, method Translation2_Decorator_CacheMemory::getRawPage()
Get the array of strings in a page
- getRawPage
- in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getRawPage()
Get the array of strings in a page
- getStringID
- in file Decorator.php, method Translation2_Decorator::getStringID()
Get the stringID for the given string. This method is the reverse of get().
- getStringID
- in file Translation2.php, method Translation2::getStringID()
Get the stringID for the given string. This method is the reverse of get().
- getStringID
- in file xml.php, method Translation2_Container_xml::getStringID()
Get the stringID for the given string
- getStringID
- in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getStringID()
Get translated string
- getStringID
- in file gettext.php, method Translation2_Container_gettext::getStringID()
Get the stringID for the given string
- getStringID
- in file Container.php, method Translation2_Container::getStringID()
Get the stringID for the given string
- getStringID
- in file mdb.php, method Translation2_Container_mdb::getStringID()
Get the stringID for the given string
- getStringID
- in file db.php, method Translation2_Container_db::getStringID()
Get the stringID for the given string
- getStringID
- in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::getStringID()
Get the stringID for the given string
- getStringID
- in file DefaultText.php, method Translation2_Decorator_DefaultText::getStringID()
Get the stringID for the given string. This method is the reverse of get().
- getStringID
- in file mdb2.php, method Translation2_Container_mdb2::getStringID()
Get the stringID for the given string
- getValue
- in file settings.php, function getValue()
- gettext.php
- procedural page gettext.php
- gettext.php
- procedural page gettext.php
- gettext_admin.php
- procedural page gettext_admin.php
- gettext_prepare.php
- procedural page gettext_prepare.php
- gettext_settings.php
- procedural page gettext_settings.php
top
top
top
top
top
top
r
- $rawData
- in file CacheMemory.php, variable Translation2_Decorator_CacheMemory::$rawData
Translated strings array Used for cache purposes.
- raiseError
- in file Container.php, method Translation2_Container::raiseError()
Trigger a PEAR error
- remove
- in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::remove()
Remove an entry from the strings table.
- remove
- in file Decorator.php, method Translation2_Admin_Decorator::remove()
Remove a translation
- remove
- in file gettext.php, method Translation2_Admin_Container_gettext::remove()
Remove an entry from the domain.
- remove
- in file db.php, method Translation2_Admin_Container_db::remove()
Remove an entry from the strings table.
- remove
- in file mdb2.php, method Translation2_Admin_Container_mdb2::remove()
Remove an entry from the strings table.
- remove
- in file mdb.php, method Translation2_Admin_Container_mdb::remove()
Remove an entry from the strings table.
- remove
- in file Admin.php, method Translation2_Admin::remove()
remove a translated string
- remove
- in file xml.php, method Translation2_Admin_Container_xml::remove()
Remove an entry from the strings table.
- removeLang
- in file Decorator.php, method Translation2_Admin_Decorator::removeLang()
Remove a language
- removeLang
- in file mdb2.php, method Translation2_Admin_Container_mdb2::removeLang()
Remove the lang from the langsAvail table and drop the strings table.
- removeLang
- in file Admin.php, method Translation2_Admin::removeLang()
Remove the lang from the langsAvail table and drop the strings table.
- removeLang
- in file db.php, method Translation2_Admin_Container_db::removeLang()
Remove the lang from the langsAvail table and drop the strings table.
- removeLang
- in file gettext.php, method Translation2_Admin_Container_gettext::removeLang()
Remove Language
- removeLang
- in file xml.php, method Translation2_Admin_Container_xml::removeLang()
Remove all the entries for the given lang from the strings table.
- removeLang
- in file mdb.php, method Translation2_Admin_Container_mdb::removeLang()
Remove the lang from the langsAvail table and drop the strings table.
- replaceEmptyStringsWithKeys
- in file Decorator.php, method Translation2_Decorator::replaceEmptyStringsWithKeys()
Replace empty strings with their stringID
- replaceEmptyStringsWithKeys
- in file Translation2.php, method Translation2::replaceEmptyStringsWithKeys()
Replace empty strings with their stringID
top
s
- $storage
- in file Translation2.php, variable Translation2::$storage
Storage object
- $storage
- in file Decorator.php, variable Translation2_Decorator::$storage
- setContainerOptions
- in file Translation2.php, method Translation2::setContainerOptions()
Set some storage driver options
- setContainerOptions
- in file Decorator.php, method Translation2_Decorator::setContainerOptions()
Set some storage driver options
- setLang
- in file Container.php, method Translation2_Container::setLang()
Sets the current lang
- setLang
- in file Translation2.php, method Translation2::setLang()
Set default lang
- setLang
- in file gettext.php, method Translation2_Container_gettext::setLang()
Sets the current lang
- setLang
- in file Decorator.php, method Translation2_Decorator::setLang()
Set default lang
- setOption
- in file Decorator.php, method Translation2_Decorator::setOption()
set Decorator option
- setOption
- in file Lang.php, method Translation2_Decorator_Lang::setOption()
set Decorator option (intercept 'fallbackLang' option).
- setOptions
- in file Decorator.php, method Translation2_Decorator::setOptions()
set Decorator options
- setPageID
- in file Decorator.php, method Translation2_Decorator::setPageID()
Set default page
- setPageID
- in file Translation2.php, method Translation2::setPageID()
Set default page
- setParams
- in file Translation2.php, method Translation2::setParams()
Set parameters for next string
- setParams
- in file Decorator.php, method Translation2_Decorator::setParams()
Set parameters for next string
- SpecialChars.php
- procedural page SpecialChars.php
- settings.php
- procedural page settings.php
top
t
- $translation2
- in file Decorator.php, variable Translation2_Decorator::$translation2
Translation2 object being decorated
- TABLE_PREFIX
- in file settings.php, constant TABLE_PREFIX
- translate
- in file Decorator.php, method Translation2_Decorator::translate()
Get translated string
- Translation2
- in file Translation2.php, class Translation2
Translation2 base class
- Translation2
- in file Translation2.php, method Translation2::Translation2()
Constructor
- Translation2_example.php
- procedural page Translation2_example.php
- Translation2_gettext_example.php
- procedural page Translation2_gettext_example.php
- t2xmlchk.php
- procedural page t2xmlchk.php
- Translation2.php
- procedural page Translation2.php
- Translation2_Admin
- in file Admin.php, class Translation2_Admin
Administration utilities for translation string management
- Translation2_Admin_Container_dataobjectsimple
- in file dataobjectsimple.php, class Translation2_Admin_Container_dataobjectsimple
Storage driver for storing/fetching data to/from a database
- Translation2_Admin_Container_db
- in file db.php, class Translation2_Admin_Container_db
Storage driver for storing/fetching data to/from a database
- Translation2_Admin_Container_gettext
- in file gettext.php, class Translation2_Admin_Container_gettext
Storage driver for storing/fetching data to/from a gettext file
- Translation2_Admin_Container_mdb
- in file mdb.php, class Translation2_Admin_Container_mdb
Storage driver for storing/fetching data to/from a database
- Translation2_Admin_Container_mdb2
- in file mdb2.php, class Translation2_Admin_Container_mdb2
Storage driver for storing/fetching data to/from a database
- Translation2_Admin_Container_xml
- in file xml.php, class Translation2_Admin_Container_xml
Storage driver for storing/fetching data to/from a XML file
- Translation2_Admin_Decorator
- in file Decorator.php, class Translation2_Admin_Decorator
Decorates a Translation2_Admin class.
- Translation2_Admin_Decorator_Autoadd
- in file Autoadd.php, class Translation2_Admin_Decorator_Autoadd
Automatically add requested strings
- Translation2_Container
- in file Container.php, method Translation2_Container::Translation2_Container()
Constructor
- Translation2_Container
- in file Container.php, class Translation2_Container
Base class for Translation2 drivers/containers
- Translation2_Container_dataobjectsimple
- in file dataobjectsimple.php, class Translation2_Container_dataobjectsimple
Simple storage driver for fetching data from a db with DB_DataObject
- Translation2_Container_db
- in file db.php, class Translation2_Container_db
Storage driver for fetching data from a database
- Translation2_Container_gettext
- in file gettext.php, class Translation2_Container_gettext
Storage driver for fetching data with gettext
- Translation2_Container_mdb
- in file mdb.php, class Translation2_Container_mdb
Storage driver for fetching data from a database
- Translation2_Container_mdb2
- in file mdb2.php, class Translation2_Container_mdb2
Storage driver for fetching data from a database
- Translation2_Container_xml
- in file xml.php, class Translation2_Container_xml
Storage driver for fetching data from a XML file
- Translation2_Decorator
- in file Decorator.php, class Translation2_Decorator
Translation2_Decorator. Base Decorator class for Translation2
- Translation2_Decorator
- in file Decorator.php, method Translation2_Decorator::Translation2_Decorator()
Constructor
- Translation2_Decorator_CacheLiteFunction
- in file CacheLiteFunction.php, class Translation2_Decorator_CacheLiteFunction
Decorator to cache fetched data using the Cache_Lite_Function class.
- Translation2_Decorator_CacheMemory
- in file CacheMemory.php, class Translation2_Decorator_CacheMemory
Decorator to cache fetched data in memory
- Translation2_Decorator_DefaultText
- in file DefaultText.php, class Translation2_Decorator_DefaultText
Decorator to provide a fallback text for empty strings.
- Translation2_Decorator_ErrorText
- in file ErrorText.php, class Translation2_Decorator_ErrorText
Decorator to provide a fallback text for empty strings.
- Translation2_Decorator_Iconv
- in file Iconv.php, class Translation2_Decorator_Iconv
Translation2 Iconv Decorator
- Translation2_Decorator_Lang
- in file Lang.php, class Translation2_Decorator_Lang
Decorator to provide a fallback language for empty strings.
- Translation2_Decorator_SpecialChars
- in file SpecialChars.php, class Translation2_Decorator_SpecialChars
Decorator to replace special chars with the matching html entities.
- Translation2_Decorator_UTF8
- in file UTF8.php, class Translation2_Decorator_UTF8
Decorator to convert UTF-8 strings to ISO-8859-1
- TRANSLATION2_DEFAULT_PAGEID
- in file Translation2.php, constant TRANSLATION2_DEFAULT_PAGEID
Allows redefinition of the default pageID.
- TRANSLATION2_DTD
- in file xml.php, constant TRANSLATION2_DTD
Document Type Definition
- TRANSLATION2_EMPTY_PAGEID_KEY
- in file CacheMemory.php, constant TRANSLATION2_EMPTY_PAGEID_KEY
Allows redefinition of alternate key for empty pageID
- TRANSLATION2_ERROR
- in file Translation2.php, constant TRANSLATION2_ERROR
Class Error codes
- TRANSLATION2_ERROR_CANNOT_CONNECT
- in file Translation2.php, constant TRANSLATION2_ERROR_CANNOT_CONNECT
- TRANSLATION2_ERROR_CANNOT_CREATE_DIR
- in file Translation2.php, constant TRANSLATION2_ERROR_CANNOT_CREATE_DIR
- TRANSLATION2_ERROR_CANNOT_FIND_FILE
- in file Translation2.php, constant TRANSLATION2_ERROR_CANNOT_FIND_FILE
- TRANSLATION2_ERROR_CANNOT_WRITE_FILE
- in file Translation2.php, constant TRANSLATION2_ERROR_CANNOT_WRITE_FILE
- TRANSLATION2_ERROR_DOMAIN_NOT_SET
- in file Translation2.php, constant TRANSLATION2_ERROR_DOMAIN_NOT_SET
- TRANSLATION2_ERROR_ENCODING_CONVERSION
- in file Translation2.php, constant TRANSLATION2_ERROR_ENCODING_CONVERSION
- TRANSLATION2_ERROR_INVALID_PATH
- in file Translation2.php, constant TRANSLATION2_ERROR_INVALID_PATH
- TRANSLATION2_ERROR_METHOD_NOT_SUPPORTED
- in file Translation2.php, constant TRANSLATION2_ERROR_METHOD_NOT_SUPPORTED
- TRANSLATION2_ERROR_UNKNOWN_LANG
- in file Translation2.php, constant TRANSLATION2_ERROR_UNKNOWN_LANG
- TRANSLATION2_NULL_PAGEID_KEY
- in file CacheMemory.php, constant TRANSLATION2_NULL_PAGEID_KEY
Allows redefinition of alternate key for null pageID
top
u
- $url
- in file DefaultText.php, variable Translation2_Decorator_DefaultText::$url
Targeted URL of strings without translations
- UTF8.php
- procedural page UTF8.php
- update
- in file Admin.php, method Translation2_Admin::update()
Update an existing translation
- update
- in file mdb.php, method Translation2_Admin_Container_mdb::update()
Update an existing entry in the strings table.
- update
- in file mdb2.php, method Translation2_Admin_Container_mdb2::update()
Update an existing entry in the strings table.
- update
- in file xml.php, method Translation2_Admin_Container_xml::update()
Update an existing entry in the strings table.
- update
- in file gettext.php, method Translation2_Admin_Container_gettext::update()
Update
- update
- in file db.php, method Translation2_Admin_Container_db::update()
Update an existing entry in the strings table.
- update
- in file Decorator.php, method Translation2_Admin_Decorator::update()
Update a translation
- update
- in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::update()
Update an existing entry in the strings table.
- updateLang
- in file xml.php, method Translation2_Admin_Container_xml::updateLang()
Update the lang info in the langsAvail table
- updateLang
- in file mdb2.php, method Translation2_Admin_Container_mdb2::updateLang()
Update the lang info in the langsAvail table
- updateLang
- in file Admin.php, method Translation2_Admin::updateLang()
Update the lang info in the langsAvail table
- updateLang
- in file mdb.php, method Translation2_Admin_Container_mdb::updateLang()
Update the lang info in the langsAvail table
- updateLang
- in file gettext.php, method Translation2_Admin_Container_gettext::updateLang()
Update the lang info in the langs_avail file
- updateLang
- in file db.php, method Translation2_Admin_Container_db::updateLang()
Update the lang info in the langsAvail table
- updateLang
- in file Decorator.php, method Translation2_Admin_Decorator::updateLang()
Update the lang info in the langsAvail table
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:41:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|