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

Index of all elements

[ a ] [ c ] [ f ] [ g ] [ i ] [ o ] [ ] [ s ] [ t ] [ u ] [ v ]

a

add
in file WordCache.php, method Text_TeXHyphen_WordCache::add()
    Adds a word and its syllables to the cache.
add
in file simplehash.php, method Text_TeXHyphen_WordCache_SimpleHash::add()
    Adds a word and its syllables to the cache.
top

c

createHyphenValues
in file Pattern.php, method Text_TeXHyphen_Pattern::createHyphenValues()
    Creates the hyphen values from a TeX pattern string.
createKey
in file Pattern.php, method Text_TeXHyphen_Pattern::createKey()
    Creates the key from a TeX pattern string
top

f

factory
in file TeXHyphen.php, method Text_TeXHyphen::factory()
    Factory for creating a Text_TeXHyphen object.
factory
in file WordCache.php, method Text_TeXHyphen_WordCache::factory()
    Factory for creating a word.
factory
in file simplehash.php, method Text_TeXHyphen_WordCache_SimpleHash::factory()
    Factory for creating a word.
factory
in file PatternDB.php, method Text_TeXHyphen_PatternDB::factory()
    Factory for creating a pattern database.
factory
in file objecthash.php, method Text_TeXHyphen_PatternDB_ObjectHash::factory()
    Factory for creating a Text_TeXHyphen_Pattern object hash as pattern database.
factory
in file Pattern.php, method Text_TeXHyphen_Pattern::factory()
    Factory for creating a Text_TeXHyphen_Pattern object from a TeX pattern string.
form.php
procedural page form.php
top

g

getHyphenValue
in file Pattern.php, method Text_TeXHyphen_Pattern::getHyphenValue()
    Gets the hyphen value at a passed index.
getHyphenValues
in file Pattern.php, method Text_TeXHyphen_Pattern::getHyphenValues()
    Gets the hyphen values of the pattern.
getKey
in file Pattern.php, method Text_TeXHyphen_Pattern::getKey()
    Gets the key of the pattern.
getPattern
in file PatternDB.php, method Text_TeXHyphen_PatternDB::getPattern()
    Gets the Text_TeXHyphen_Pattern object specified by the $key, if it exists in the pattern database.
getPattern
in file Pattern.php, method Text_TeXHyphen_Pattern::getPattern()
    Gets the TeX pattern string.
getPattern
in file objecthash.php, method Text_TeXHyphen_PatternDB_ObjectHash::getPattern()
    Gets the Text_TeXHyphen_Pattern object specified by the $key, if it exists in the pattern database.
getSyllables
in file WordCache.php, method Text_TeXHyphen_WordCache::getSyllables()
    Gets the syllables of a word, if found in cache.
getSyllables
in file simplehash.php, method Text_TeXHyphen_WordCache_SimpleHash::getSyllables()
    Gets the syllables of a word, if found in cache.
getSyllables
in file TeXHyphen.php, method Text_TeXHyphen::getSyllables()
    Gets the syllables of a word.
top

i

initialize
in file objecthash.php, method Text_TeXHyphen_PatternDB_ObjectHash::initialize()
    Initializes the Text_TeXHyphen_Pattern object hash.
isValid
in file Pattern.php, method Text_TeXHyphen_Pattern::isValid()
    Validates a pattern string against some special criterias.
top

o

objecthash.php
procedural page objecthash.php
top

p

plain.php
procedural page plain.php
Pattern.php
procedural page Pattern.php
PatternDB.php
procedural page PatternDB.php
PatternValidator.php
procedural page PatternValidator.php
top

s

serialize
in file simplehash.php, method Text_TeXHyphen_WordCache_SimpleHash::serialize()
    Serializes the current state of the hash and returns the data.
serialize
in file objecthash.php, method Text_TeXHyphen_PatternDB_ObjectHash::serialize()
    Serializes the current state of the pattern hash and returns the data.
setPattern
in file Pattern.php, method Text_TeXHyphen_Pattern::setPattern()
    Sets the TeX pattern string.
setPatternDB
in file TeXHyphen.php, method Text_TeXHyphen::setPatternDB()
    Sets a reference to a Text_TeXHyphen_PatternDB database.
setWordCache
in file TeXHyphen.php, method Text_TeXHyphen::setWordCache()
    Sets a reference to a Text_TeXHyphen_WordCache cache.
simplehash.php
procedural page simplehash.php
top

t

Text_TeXHyphen
in file TeXHyphen.php, class Text_TeXHyphen
    The class for the hyphenation of words with the TeX algorithm.
Text_TeXHyphen
in file TeXHyphen.php, method Text_TeXHyphen::Text_TeXHyphen()
    Constructor of a Text_TeXHyphen object.
TeXHyphen.php
procedural page TeXHyphen.php
TEXT_TEXHYPHEN_ERROR
in file TeXHyphen.php, constant TEXT_TEXHYPHEN_ERROR
TEXT_TEXHYPHEN_ERROR_STR
in file TeXHyphen.php, constant TEXT_TEXHYPHEN_ERROR_STR
TEXT_TEXHYPHEN_NOTICE
in file TeXHyphen.php, constant TEXT_TEXHYPHEN_NOTICE
TEXT_TEXHYPHEN_NOTICE_STR
in file TeXHyphen.php, constant TEXT_TEXHYPHEN_NOTICE_STR
Text_TeXHyphen_Pattern
in file Pattern.php, class Text_TeXHyphen_Pattern
    The pattern class for the TeX hyphenation algorithm.
Text_TeXHyphen_PatternDB
in file PatternDB.php, method Text_TeXHyphen_PatternDB::Text_TeXHyphen_PatternDB()
    Constructor of a Text_TeXHyphen_PatternDB object.
Text_TeXHyphen_PatternDB
in file PatternDB.php, class Text_TeXHyphen_PatternDB
    The abstract of the pattern database class for the TeX hyphenation algorithm.
TEXT_TEXHYPHEN_PATTERNDB_ERROR
in file PatternDB.php, constant TEXT_TEXHYPHEN_PATTERNDB_ERROR
TEXT_TEXHYPHEN_PATTERNDB_ERROR_STR
in file PatternDB.php, constant TEXT_TEXHYPHEN_PATTERNDB_ERROR_STR
TEXT_TEXHYPHEN_PATTERNDB_NOTICE
in file PatternDB.php, constant TEXT_TEXHYPHEN_PATTERNDB_NOTICE
TEXT_TEXHYPHEN_PATTERNDB_NOTICE_STR
in file PatternDB.php, constant TEXT_TEXHYPHEN_PATTERNDB_NOTICE_STR
Text_TeXHyphen_PatternDB_ObjectHash
in file objecthash.php, class Text_TeXHyphen_PatternDB_ObjectHash
    A Text_TeXHyphen_Pattern object hash class for the TeX hyphenation algorithm.
Text_TeXHyphen_PatternValidator
in file PatternValidator.php, class Text_TeXHyphen_PatternValidator
    The pattern validation class for the TeX pattern strings.
Text_TeXHyphen_WordCache
in file WordCache.php, class Text_TeXHyphen_WordCache
    The abstract of the word cache class for the TeX hyphenation algorithm.
Text_TeXHyphen_WordCache
in file WordCache.php, method Text_TeXHyphen_WordCache::Text_TeXHyphen_WordCache()
    Constructor of a Text_TeXHyphen_WordCache object.
TEXT_TEXHYPHEN_WORDCACHE_ERROR
in file WordCache.php, constant TEXT_TEXHYPHEN_WORDCACHE_ERROR
TEXT_TEXHYPHEN_WORDCACHE_ERROR_STR
in file WordCache.php, constant TEXT_TEXHYPHEN_WORDCACHE_ERROR_STR
TEXT_TEXHYPHEN_WORDCACHE_NOTICE
in file WordCache.php, constant TEXT_TEXHYPHEN_WORDCACHE_NOTICE
TEXT_TEXHYPHEN_WORDCACHE_NOTICE_STR
in file WordCache.php, constant TEXT_TEXHYPHEN_WORDCACHE_NOTICE_STR
Text_TeXHyphen_WordCache_SimpleHash
in file simplehash.php, class Text_TeXHyphen_WordCache_SimpleHash
    A simple hash class as word cache for the TeX hyphenation algorithm.
top

u

unserialize
in file simplehash.php, method Text_TeXHyphen_WordCache_SimpleHash::unserialize()
    Unserializes the hash from the data.
unserialize
in file objecthash.php, method Text_TeXHyphen_PatternDB_ObjectHash::unserialize()
    Unserializes the pattern hash from the data.
top

v

validate
in file PatternValidator.php, method Text_TeXHyphen_PatternValidator::validate()
    Validates an TeX pattern string.
top

w

WordCache.php
procedural page WordCache.php
top

Documentation generated on Mon, 11 Mar 2019 13:51:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.