-
postProcess
-
Executes any code necessaray after applying the filter patterns.
-
postProcess
-
Executes any code necessary after applying the filter patterns.
-
postProcess
-
Executes any code necessaray after applying the filter patterns.
-
postProcess
-
Executes any code necessaray after applying the filter patterns.
-
postProcess
-
Executes any code necessaray after applying the filter patterns.
-
postProcess
-
Executes any code necessary after applying the filter patterns.
-
preProcess
-
Executes any code necessary before applying the filter patterns.
-
preProcess
-
Executes any code necessary before applying the filter patterns.
-
preProcess
-
Executes any code necessary before applying the filter patterns.
-
preProcess
-
Executes any code necessary before applying the filter patterns.
-
preProcess
-
Executes any code necessary before applying the filter patterns.
-
preProcess
-
Executes any code necessary before applying the filter patterns.
-
preProcess
-
Executes any code necessaray before applying the filter patterns.
-
preProcess
-
Executes any code necessaray before applying the filter patterns.
-
preProcess
-
Executes any code necessaray before applying the filter patterns.
-
Text.php
-
-
Text
-
The Text:: class provides common methods for manipulating text.
-
Text_Filter
-
Text_Filter:: is a parent class for defining stackable text filters.
-
Text_Filter
-
Constructor.
-
tabs2spaces.php
-
-
text2html.php
-
-
Text_Filter_bbcode
-
The Text_Filter_bbcode:: class finds bbcode-style markup (see below) in a block of text and turns it into HTML.
-
Text_Filter_cleanascii
-
Removes some common entities and high-ascii or otherwise nonstandard characters common in text pasted from Microsoft Word into a browser.
-
Text_Filter_dimsignature
-
Displays message signatures marked by a '-- ' in the style of the CSS class "signature".
-
Text_Filter_emails
-
The Text_Filter_emails:: class finds email addresses in a block of text and turns them into links.
-
Text_Filter_emoticons
-
The Text_Filter_emoticons:: class finds emoticon strings ( :), etc.) in a block of text and turns them into image links.
-
Text_Filter_environment
-
Replaces occurences of %VAR% with VAR, if VAR exists in the webserver's environment. Ignores all text after a '#' character (shell-style comments).
-
Text_Filter_highlightquotes
-
Highlights quoted messages with different colors for the different quoting levels.
-
Text_Filter_html2text
-
Takes HTML and converts it to formatted, plain text.
-
Text_Filter_linkurls
-
The Text_Filter_linkurls:: class turns all URLs in the text into hyperlinks.
-
Text_Filter_simplemarkup
-
Highlights simple markup as used in emails or usenet postings.
-
Text_Filter_space2html
-
The space2html filter converts horizontal whitespace to HTML code.
-
Text_Filter_tabs2spaces
-
The Text_Filter_tabs2spaces:: converts tabs into spaces.
-
Text_Filter_text2html
-
Turn text into HTML with varying levels of parsing. For no html whatsoever, use htmlspecialchars() instead.
-
Text_Filter_text2html
-
Constructor.
-
Text_Filter_words
-
Filters the given text based on the words found in a word list file.
-
Text_Filter_xss
-
This filter attempts to make HTML safe for viewing. IT IS NOT PERFECT. If
-
Text_Flowed
-
The Text_Flowed:: class provides common methods for manipulating text using the encoding described in RFC 3676 ('flowed' text).
-
Text_Flowed
-
Constructor.
-
TEXT_HTML_MICRO
-
-
TEXT_HTML_MICRO_LINKURL
-
-
TEXT_HTML_NOHTML
-
-
TEXT_HTML_NOHTML_NOBREAK
-
-
TEXT_HTML_PASSTHRU
-
-
TEXT_HTML_SYNTAX
-
-
toFixed
-
Reformats the input string, where the string is 'format=flowed' plain text as described in RFC 2646.
-
toFixedArray
-
Reformats the input string, and returns the output in an array format with quote level information.
-
toFlowed
-
Reformats the input string, where the string is 'format=fixed' plain text as described in RFC 2646.