[Horde_Text] element index

Package indexes

All elements
b c d e f g h l p s t w x _
_
top
Variable $_charset
The character set of the text.
Variable $_delsp
Text_Flowed::$_delsp in Flowed.php
Convert text using DelSp?
Variable $_formattype
The format of the data in $_output.
Variable $_maxlength
The maximum length that a line is allowed to be (unless faced with with a word that is unreasonably long). This class will re-wrap a line if it exceeds this length.
Variable $_optlength
When this class wraps a line, the newly created lines will be split at this length.
Variable $_output
Text_Flowed::$_output in Flowed.php
The cached output of the formatting.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Text_Filter::$_params in Filter.php
Filter parameters.
Variable $_params
Filter parameters.
Variable $_params
Filter parameters.
Variable $_text
Text_Flowed::$_text in Flowed.php
The text to be formatted.
Method _blockQuote
Replaces blockquote tags with > quotes.
Method _getReplacement
Returns a hash with replace patterns.
Method _int2utf8
Returns the UTF-8 character sequence of a Unicode value.
Method _quote
Quotes a chunk of text.
b
top
Page bbcode.php
bbcode.php in bbcode.php
c
top
Method callback
Page cleanascii.php
cleanascii.php in cleanascii.php
d
top
Method decode
"Decodes" the text formerly encoded by using the "encode" parameter.
Method decode
"Decodes" the text formerly encoded by using the "encode" parameter.
Page dimsignature.php
dimsignature.php in dimsignature.php
e
top
Page emails.php
emails.php in emails.php
Page emoticons.php
emoticons.php in emoticons.php
Page environment.php
environment.php in environment.php
f
top
Method factory
Attempts to return a concrete Text_filter instance based on $driver.
Method filter
Text_Filter::filter() in Filter.php
Applies a set of patterns to a block of text.
Page Filter.php
Filter.php in Filter.php
Page Flowed.php
Flowed.php in Flowed.php
g
top
Method getIcons
Returns a hash with all emoticons and names or the name of a single emoticon.
Method getImage
Returns the img tag for an emoticon.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
Method getPatterns
Returns a hash with replace patterns.
h
top
Method htmlAllSpaces
Same as htmlSpaces() but converts all spaces to  
Method htmlSpaces
Text::htmlSpaces() in Text.php
Convert a line of text to display properly in HTML.
Page highlightquotes.php
highlightquotes.php in highlightquotes.php
Page html2text.php
html2text.php in html2text.php
l
top
Page linkurls.php
linkurls.php in linkurls.php
p
top
Method postProcess
Executes any code necessaray after applying the filter patterns.
Method postProcess
Executes any code necessary after applying the filter patterns.
Method postProcess
Executes any code necessaray after applying the filter patterns.
Method postProcess
Executes any code necessaray after applying the filter patterns.
Method postProcess
Executes any code necessaray after applying the filter patterns.
Method postProcess
Executes any code necessary after applying the filter patterns.
Method preProcess
Executes any code necessary before applying the filter patterns.
Method preProcess
Executes any code necessary before applying the filter patterns.
Method preProcess
Executes any code necessary before applying the filter patterns.
Method preProcess
Executes any code necessary before applying the filter patterns.
Method preProcess
Executes any code necessary before applying the filter patterns.
Method preProcess
Executes any code necessary before applying the filter patterns.
Method preProcess
Executes any code necessaray before applying the filter patterns.
Method preProcess
Executes any code necessaray before applying the filter patterns.
Method preProcess
Executes any code necessaray before applying the filter patterns.
s
top
Method setDelSp
Set whether to format test using DelSp.
Method setMaxLength
Set the maximum length of a line of text.
Method setOptLength
Set the optimal length of a line of text.
Page simplemarkup.php
simplemarkup.php in simplemarkup.php
Page space2html.php
space2html.php in space2html.php
t
top
Page Text.php
Text.php in Text.php
Class Text
Text in Text.php
The Text:: class provides common methods for manipulating text.
Class Text_Filter
Text_Filter in Filter.php
Text_Filter:: is a parent class for defining stackable text filters.
Method Text_Filter
Constructor.
Page tabs2spaces.php
tabs2spaces.php in tabs2spaces.php
Page text2html.php
text2html.php in text2html.php
Class Text_Filter_bbcode
Text_Filter_bbcode in bbcode.php
The Text_Filter_bbcode:: class finds bbcode-style markup (see below) in a block of text and turns it into HTML.
Class Text_Filter_cleanascii
Text_Filter_cleanascii in cleanascii.php
Removes some common entities and high-ascii or otherwise nonstandard characters common in text pasted from Microsoft Word into a browser.
Class Text_Filter_dimsignature
Text_Filter_dimsignature in dimsignature.php
Displays message signatures marked by a '-- ' in the style of the CSS class "signature".
Class Text_Filter_emails
Text_Filter_emails in emails.php
The Text_Filter_emails:: class finds email addresses in a block of text and turns them into links.
Class Text_Filter_emoticons
Text_Filter_emoticons in emoticons.php
The Text_Filter_emoticons:: class finds emoticon strings ( :), etc.) in a block of text and turns them into image links.
Class Text_Filter_environment
Text_Filter_environment in environment.php
Replaces occurences of %VAR% with VAR, if VAR exists in the webserver's environment. Ignores all text after a '#' character (shell-style comments).
Class Text_Filter_highlightquotes
Text_Filter_highlightquotes in highlightquotes.php
Highlights quoted messages with different colors for the different quoting levels.
Class Text_Filter_html2text
Text_Filter_html2text in html2text.php
Takes HTML and converts it to formatted, plain text.
Class Text_Filter_linkurls
Text_Filter_linkurls in linkurls.php
The Text_Filter_linkurls:: class turns all URLs in the text into hyperlinks.
Class Text_Filter_simplemarkup
Text_Filter_simplemarkup in simplemarkup.php
Highlights simple markup as used in emails or usenet postings.
Class Text_Filter_space2html
Text_Filter_space2html in space2html.php
The space2html filter converts horizontal whitespace to HTML code.
Class Text_Filter_tabs2spaces
Text_Filter_tabs2spaces in tabs2spaces.php
The Text_Filter_tabs2spaces:: converts tabs into spaces.
Class Text_Filter_text2html
Text_Filter_text2html in text2html.php
Turn text into HTML with varying levels of parsing. For no html whatsoever, use htmlspecialchars() instead.
Method Text_Filter_text2html
Constructor.
Class Text_Filter_words
Text_Filter_words in words.php
Filters the given text based on the words found in a word list file.
Class Text_Filter_xss
Text_Filter_xss in xss.php
This filter attempts to make HTML safe for viewing. IT IS NOT PERFECT. If
Class Text_Flowed
Text_Flowed in Flowed.php
The Text_Flowed:: class provides common methods for manipulating text using the encoding described in RFC 3676 ('flowed' text).
Method Text_Flowed
Constructor.
Constant TEXT_HTML_MICRO
TEXT_HTML_MICRO in Filter.php
Constant TEXT_HTML_MICRO_LINKURL
Constant TEXT_HTML_NOHTML
TEXT_HTML_NOHTML in Filter.php
Constant TEXT_HTML_NOHTML_NOBREAK
Constant TEXT_HTML_PASSTHRU
TEXT_HTML_PASSTHRU in Filter.php
Constant TEXT_HTML_SYNTAX
TEXT_HTML_SYNTAX in Filter.php
Method toFixed
Reformats the input string, where the string is 'format=flowed' plain text as described in RFC 2646.
Method toFixedArray
Reformats the input string, and returns the output in an array format with quote level information.
Method toFlowed
Reformats the input string, where the string is 'format=fixed' plain text as described in RFC 2646.
w
top
Page words.php
words.php in words.php
x
top
Page xss.php
xss.php in xss.php
b c d e f g h l p s t w x _