[Horde_MIME_Viewer] element index

Package indexes

All elements
a c d e f g h i l m o p r s t v w z _
_
top
Variable $_conf
MIME_Viewer::$_conf in Viewer.php
Configuration parameters.
Variable $_content
String buffer to hold the generated content
Variable $_driverCache
getDriver cache.
Variable $_forceinline
Force viewing of a part inline, regardless of the Content-Disposition of the MIME Part.
Variable $_methods
Rar compression methods.
Variable $_parser
Handle for the XML parser object.
Variable $_viewer
Stores the MIME_Viewer of the specified security protocol.
Variable $_viewer
Stores the MIME_Viewer of the specified protocol.
Method _attributes
Method _comments
Method _dereferExternalReferencesCallback
Method _formatFlowed
Format flowed text for HTML output.
Method _handles
Method _row
a
top
Page audio.php
audio.php in audio.php
c
top
Method canDisplayInline
Can this driver render the the data inline?
Method checkRarData
Checks to see if the data is a valid Rar archive.
Method colorize
Page css.php
css.php in css.php
d
top
Page deb.php
deb.php in deb.php
Page default.php
default.php in default.php
e
top
Page enriched.php
enriched.php in enriched.php
Page enscript.php
enscript.php in enscript.php
f
top
Method factory
Attempts to return a concrete MIME_Viewer_* object based on the type of MIME_Part passed onto it.
Method forceInlineView
Should we force viewing of this MIME Part inline, regardless of the Content-Disposition of the MIME Part?
g
top
Method getCharset
Returns the character set used for the Viewer.
Method getConfigParam
Return a configuration parameter for the current viewer.
Method getDriver
Given an input MIME type and a module name, this function resolves it into a specific output driver which can handle it.
Method getIcon
Given a MIME type, this function will return an appropriate icon.
Method getRarData
Get the list of files/data from the rar archive.
Method getType
Return the content-type
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Returns the content-type of the Viewer used to view the part.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME type of the rendered content. This can be
Method getType
Return the content-type
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the content-type.
Method getType
Return the content-type of the rendered text.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the MIME content type for the rendered data.
Method getType
Return the MIME content type of the rendered content.
Method getType
Returns the content-type of the Viewer used to view the part.
Method getType
Returns the MIME type of this part.
Method getType
Return the content-type.
Method getType
Return the MIME content type of the rendered content.
Method getType
Return the content-type.
h
top
Page html.php
html.php in html.php
i
top
Method includeDriver
Include the code for the relevant driver.
Page images.php
images.php in images.php
l
top
Method lineNumber
Add line numbers to a block of code.
Method lineNumber
Add line numbers to a block of code.
m
top
Variable $mime_part
The MIME_Part object to render.
Page msexcel.php
msexcel.php in msexcel.php
Page mspowerpoint.php
mspowerpoint.php in mspowerpoint.php
Page msword.php
msword.php in msword.php
Method MIME_Viewer
Constructor for MIME_Viewer
Class MIME_Viewer
MIME_Viewer in Viewer.php
The MIME_Viewer:: class provides an abstracted interface to render out MIME types into HTML format. It depends on a set of MIME_Viewer_* drivers which handle the actual rendering, and also a configuration file to map MIME types to drivers.
Class MIME_Viewer_audio
MIME_Viewer_audio in audio.php
The MIME_Viewer_audio class sends audio parts to the browser for handling by the browser, a plugin, or a helper application.
Class MIME_Viewer_css
MIME_Viewer_css in css.php
The MIME_Viewer_css class renders CSS source as HTML with an effort to remove potentially malicious code.
Class MIME_Viewer_deb
MIME_Viewer_deb in deb.php
The MIME_Viewer_deb class renders out lists of files in Debian packages by using the dpkg tool to query the package.
Class MIME_Viewer_default
MIME_Viewer_default in default.php
The MIME_Viewer_default class simply prints out the encapsulated content. It exists as a fallback if no other intelligent rendering mechanism could be used.
Class MIME_Viewer_enriched
MIME_Viewer_enriched in enriched.php
The MIME_Viewer_enriched class renders out plain text from enriched content tags, ala RFC 1896.
Class MIME_Viewer_enscript
MIME_Viewer_enscript in enscript.php
The MIME_Viewer_enscript class renders out various content in HTML format by using GNU Enscript.
Class MIME_Viewer_html
MIME_Viewer_html in html.php
The MIME_Viewer_html class renders out HTML text with an effort to remove potentially malicious code.
Class MIME_Viewer_images
MIME_Viewer_images in images.php
The MIME_Viewer_images class allows images to be displayed.
Class MIME_Viewer_msexcel
MIME_Viewer_msexcel in msexcel.php
The MIME_Viewer_msexcel class renders out Microsoft Excel documents in HTML format by using the xlHtml package.
Class MIME_Viewer_mspowerpoint
MIME_Viewer_mspowerpoint in mspowerpoint.php
The MIME_Viewer_mspowerpoint class renders out Microsoft Powerpoint documents in HTML format by using the xlHtml package.
Class MIME_Viewer_msword
MIME_Viewer_msword in msword.php
The MIME_Viewer_msword class renders out Microsoft Word documents in HTML format by using the wvWare package.
Class MIME_Viewer_ooo
MIME_Viewer_ooo in ooo.php
The MIME_Viewer_ooo class renders out OpenOffice.org documents in HTML format.
Class MIME_Viewer_pdf
MIME_Viewer_pdf in pdf.php
The MIME_Viewer_pdf class simply outputs the PDF file with the content-type 'application/pdf' enabling web browsers with a PDF viewer plugin to view the PDF file inside the browser.
Class MIME_Viewer_php
MIME_Viewer_php in php.php
The MIME_Viewer_php class renders out syntax-highlighted PHP code in HTML format.
Class MIME_Viewer_plain
MIME_Viewer_plain in plain.php
The MIME_Viewer_plain class renders out plain text with URLs made into hyperlinks (if viewing inline).
Class MIME_Viewer_rar
MIME_Viewer_rar in rar.php
The MIME_Viewer_rar class renders out the contents of .rar archives in HTML format.
Class MIME_Viewer_report
MIME_Viewer_report in report.php
The MIME_Viewer_report class is a wrapper used to load the appropriate MIME_Viewer for multipart/report data (RFC 3462).
Class MIME_Viewer_rfc822
MIME_Viewer_rfc822 in rfc822.php
The MIME_Viewer_rfc822 class renders out messages from the message/rfc822 content type.
Class MIME_Viewer_richtext
MIME_Viewer_richtext in richtext.php
The MIME_Viewer_richtext class renders out HTML text from text/richtext content tags, (RFC 1896 [7.1.3]).
Class MIME_Viewer_rpm
MIME_Viewer_rpm in rpm.php
The MIME_Viewer_rpm class renders out lists of files in RPM packages by using the rpm tool to query the package.
Class MIME_Viewer_rtf
MIME_Viewer_rtf in rtf.php
The MIME_Viewer_rtf class renders out Rich Text Fromat documents in HTML format by using the UnRTF package (http://www.gnu.org/software/unrtf/unrtf.html).
Class MIME_Viewer_security
MIME_Viewer_security in security.php
The MIME_Viewer_security class is a wrapper used to load the appropriate MIME_Viewer for secure multipart messages (defined by RFC 1847). This class handles multipart/signed and multipart/encrypted data.
Class MIME_Viewer_simple
MIME_Viewer_simple in simple.php
The MIME_Viewer_simple class renders out plain text without any modifications.
Class MIME_Viewer_smil
MIME_Viewer_smil in smil.php
The MIME_Viewer_smil renders SMIL documents to very basic HTML.
Class MIME_Viewer_source
MIME_Viewer_source in source.php
The MIME_Viewer_source class is a class for any viewer that wants to provide line numbers to extend.
Class MIME_Viewer_srchighlite
MIME_Viewer_srchighlite in srchighlite.php
The MIME_Viewer_srchighlite class renders out various content in HTML format by using Source-highlight.
Class MIME_Viewer_tgz
MIME_Viewer_tgz in tgz.php
The MIME_Viewer_tgz class renders out plain or gzipped tarballs in HTML.
Class MIME_Viewer_tnef
MIME_Viewer_tnef in tnef.php
The MIME_Viewer_tnef class allows MS-TNEF attachments to be displayed.
Class MIME_Viewer_vcard
MIME_Viewer_vcard in vcard.php
The MIME_Viewer_vcard class renders out vCards in HTML format.
Class MIME_Viewer_webcpp
MIME_Viewer_webcpp in webcpp.php
The MIME_Viewer_webcpp class renders out various content in HTML format by using Web C Plus Plus.
Class MIME_Viewer_wordperfect
MIME_Viewer_wordperfect in wordperfect.php
The MIME_Viewer_wordperfect class renders out WordPerfect documents in HTML format by using the libwpd package (http://libwpd.sourceforge.net/).
Class MIME_Viewer_zip
MIME_Viewer_zip in zip.php
The MIME_Viewer_zip class renders out the contents of ZIP files in HTML format.
o
top
Page ooo.php
ooo.php in ooo.php
p
top
Page pdf.php
pdf.php in pdf.php
Page php.php
php.php in php.php
Page plain.php
plain.php in plain.php
r
top
Page rar.php
rar.php in rar.php
Page report.php
report.php in report.php
Page rfc822.php
rfc822.php in rfc822.php
Page richtext.php
richtext.php in richtext.php
Page rpm.php
rpm.php in rpm.php
Page rtf.php
rtf.php in rtf.php
Method render
Render out the currently set contents using Web C Plus Plus.
Method render
Render out the currently set contents in HTML format.
Method render
Render out the currently set contents.
Method render
Render out the RPM contents.
Method render
Render out the current data using UnRTF.
Method render
Render out the current tnef data.
Method render
Render out the vcard contents.
Method render
Render out the currently set tar file contents.
Method render
Render out the currently set contents using Source-highlight
Method render
Renders out the contents.
Method render
Renders out the contents.
Method render
The $mime_part class variable has the information to render out, encapsulated in a MIME_Part object.
Method render
Render the multipart/report data.
Method render
Render out the data using Enscript.
Method render
Render out the currently set contents.
Method render
Render out the current zip contents.
Method render
Render out the currently set contents in HTML format. The $mime_part class variable has the information to render out, encapsulated in a MIME_Part object.
Method render
Render out the currently set contents.
Method render
Render the data.
Method render
Render out the currently data using xlhtml.
Method render
Render out the current data using ppthtml.
Method render
Renders out the contents.
Method render
Render out the contents.
Method render
Render out the current data using wpd2html.
Method render
MIME_Viewer::render() in Viewer.php
Return the rendered version of the object.
Method render
Render out the current data using wvWare.
Method render
Render out the current data.
Method render
Render out the currently set contents using rar.
Method renderAttachmentInfo
Return text/html output used as alternative output when the fully
Method renderAttachmentInfo
Render out attachment information.
Method resolveDriver
Given a driver and an application, this returns the fully qualified filesystem path to the driver source file.
s
top
Page security.php
security.php in security.php
Page simple.php
simple.php in simple.php
Page smil.php
smil.php in smil.php
Page source.php
source.php in source.php
Page srchighlite.php
srchighlite.php in srchighlite.php
Method setMIMEPart
Sets the MIME_Part object for the class.
t
top
Page tgz.php
tgz.php in tgz.php
Page tnef.php
tnef.php in tnef.php
v
top
Page vcard.php
vcard.php in vcard.php
Page Viewer.php
Viewer.php in Viewer.php
w
top
Page webcpp.php
webcpp.php in webcpp.php
Page wordperfect.php
wordperfect.php in wordperfect.php
z
top
Page zip.php
zip.php in zip.php
a c d e f g h i l m o p r s t v w z _