[TransPythia] element index

Package indexes

All elements
a c f g h i l m n p r s t u w _
_
top
__construct
TranscodingAction::__construct() in transcodingaction.php
Creates an instance of the transcoding action associated with the given DDR service.
__construct
Transcoder::__construct() in transcoder.php
Creates an empty transcoder associated with a DDR service.
a
top
Add
cssparser::Add() in cssparser.php
addTranscodingAction
Adds a transcoding action to the set.
apply
TranscodingActionPagination::apply() in transcodingactionpagination.php
Paginates the given content when it is too big.
apply
TranscodingActionReplaceEntities::apply() in transcodingactionreplaceentities.php
Translates HTML entities when the device supports the application/xhtml+xml media type.
apply
TranscodingActionResizeIMG::apply() in transcodingactionresizeimg.php
Process and adapt images that appear in the given HTML content to match the requesting device's capabilities.
apply
TranscodingActionSwitchTemplate::apply() in transcodingactionswitchtemplate.php
Checks the requesting device and returns the template that best matches its capabilities.
apply
TranscodingActionLineartables::apply() in transcodingactionlineartables.php
Linearizes tables when tables are not supported by the requesting device.
apply
TranscodingActionDeletePopup::apply() in transcodingactiondeletepopup.php
Removes links that would normally trigger a popup window from the given content when the requesting device is a mobile device.
apply
Transcoder::apply() in transcoder.php
Applies all the transcoding actions to the given content, one at a turn, in the order in which they were added to the transcoder.
apply
TranscodingAction::apply() in transcodingaction.php
Applies the transcoding action to the given content, using the capabilities of the device identified by the given evidence.
apply
TranscodingActionCSSAdaptation::apply() in transcodingactioncssadaptation.php
Adapts the CSS content to better suit common capabilities of mobile devices.
apply
TranscodingActionDeleteEmbeds::apply() in transcodingactiondeleteembeds.php
Removes embedded elements that are not supported by most mobile devices when the requesting device is identified as mobile.
apply
TranscodingActionDeleteScript::apply() in transcodingactiondeletescript.php
Removes all occurrences of script from the given content if the requesting device does not support scripting.
c
top
$CORE_VOCABULARY
TranscodingAction::$CORE_VOCABULARY in transcodingaction.php
$css
cssparser::$css in cssparser.php
Clear
cssparser::Clear() in cssparser.php
cssparser.php
cssparser.php in cssparser.php
cssparser
cssparser in cssparser.php
This class implements a CSS parser in PHP.
cssparser
cssparser::cssparser() in cssparser.php
f
top
finalize
cssparser::finalize() in cssparser.php
g
top
Get
cssparser::Get() in cssparser.php
GetCSS
cssparser::GetCSS() in cssparser.php
getNextBlock
TranscodingAction::getNextBlock() in transcodingaction.php
Retrieves the first block found in the string that matches the given list.
getOption
TranscodingAction::getOption() in transcodingaction.php
Retrieves a transcoding option.
getPropertyValue
TranscodingAction::getPropertyValue() in transcodingaction.php
Returns the property value of the device identified by a prior call to initPropertyValues() that matches the given local property name, vocabulary IRI and aspect name.
getPropertyValuePr
Returns the property value of the device identified by a prior call to initPropertyValues() that matches the given local property name, vocabulary IRI and aspect name.
getRelativeUri
TranscodingAction::getRelativeUri() in transcodingaction.php
Converts an absolute URI to a URI relative to the given base URI, when possible.
GetSection
cssparser::GetSection() in cssparser.php
h
top
$html
cssparser::$html in cssparser.php
i
top
initOption
TranscodingAction::initOption() in transcodingaction.php
Ensures that the given option is defined in the list of options, and is of the appropriate type. Sets the option to the given default value if the option is not in the list of options yet.
initProperty
TranscodingAction::initProperty() in transcodingaction.php
Checks the Check if default values (name, namespace and aspect) are set for a property. If not, then use the default value.
initPropertyValues
Initializes the list of capabilities of the device identified by the given Evidence.
l
top
limit_px
limit_px in transcodingactioncssadaptation.php
m
top
mapAbsoluteUriToFile
Converts the given absolute URI to a local file URI, when possible.
mapFileToAbsoluteUri
Converts the given absolute file name to an absolute URI, when possible.
mapFileToUri
TranscodingAction::mapFileToUri() in transcodingaction.php
Converts the given filename to a relative or absolute URI when possible.
mapUriToFile
TranscodingAction::mapUriToFile() in transcodingaction.php
Converts the given URI to a local file URI, when possible.
n
top
newTranscodingAction
Factory method that creates a transcoding action from the given name that will use the transcoder's DDR service to resolve the requesting device's capabilities.
p
top
Parse
cssparser::Parse() in cssparser.php
ParseStr
cssparser::ParseStr() in cssparser.php
pt_per_em
pt_per_em in transcodingactioncssadaptation.php
px_per_em
px_per_em in transcodingactioncssadaptation.php
r
top
resolveUri
TranscodingAction::resolveUri() in transcodingaction.php
Resolves a URI against a base URI
s
top
SetHTML
cssparser::SetHTML() in cssparser.php
setOption
TranscodingAction::setOption() in transcodingaction.php
Sets a transcoding option.
t
top
transcoder.php
transcoder.php in transcoder.php
transcodingaction.php
transcodingaction.php in transcodingaction.php
transcodingactioncssadaptation.php
transcodingactioncssadaptation.php in transcodingactioncssadaptation.php
transcodingactiondeleteembeds.php
transcodingactiondeleteembeds.php in transcodingactiondeleteembeds.php
transcodingactiondeletepopup.php
transcodingactiondeletepopup.php in transcodingactiondeletepopup.php
transcodingactiondeletescript.php
transcodingactiondeletescript.php in transcodingactiondeletescript.php
transcodingactionlineartables.php
transcodingactionlineartables.php in transcodingactionlineartables.php
transcodingactionpagination.php
transcodingactionpagination.php in transcodingactionpagination.php
transcodingactionreplaceentities.php
transcodingactionreplaceentities.php in transcodingactionreplaceentities.php
transcodingactionresizeimg.php
transcodingactionresizeimg.php in transcodingactionresizeimg.php
transcodingactionswitchtemplate.php
transcodingactionswitchtemplate.php in transcodingactionswitchtemplate.php
test
test in transcodingactioncssadaptation.php
Transcoder
Transcoder in transcoder.php
A Transcoder applies transcoding actions (see TranscodingAction) to content, based on the capabilities of the device that requested the content.
TranscodingAction
TranscodingAction in transcodingaction.php
TranscodingAction is an abstract class for all the transcoding actions that may be managed by a Transcoder.
TranscodingActionCSSAdaptation
TranscodingActionCSSAdaptation in transcodingactioncssadaptation.php
Transcoding action that adapts CSS content to improve content layout on mobile devices.
TranscodingActionDeleteEmbeds
TranscodingActionDeleteEmbeds in transcodingactiondeleteembeds.php
Transcoding action that removes embedded elements within the content that are not allowed in XHTML Basic 1.1 when the requesting device is identified as mobile: applet, embed and iframe are removed.
TranscodingActionDeletePopup
TranscodingActionDeletePopup in transcodingactiondeletepopup.php
Transcoding action that updates links to separate windows (i.e. popup windows) so that they open in the same window when the requesting device is a mobile device.
TranscodingActionDeleteScript
TranscodingActionDeleteScript in transcodingactiondeletescript.php
Transcoding action that removes scripts from the given HTML content when the requesting device does not support them.
TranscodingActionLineartables
TranscodingActionLineartables in transcodingactionlineartables.php
Transcoding action that linearizes tables found in XHTML content when the requesting device does not support tables.
TranscodingActionPagination
TranscodingActionPagination in transcodingactionpagination.php
Transcoding action that paginates lenghty XHTML content to speed up content delivery on mobile devices with limited bandwidth, and possibly limited memory.
TranscodingActionReplaceEntities
TranscodingActionReplaceEntities in transcodingactionreplaceentities.php
Transcoding action that translates HTML entities such as " " by their code equivalent (i.e. " ") when the requesting device supports application/xhtml+xml.
TranscodingActionResizeIMG
TranscodingActionResizeIMG in transcodingactionresizeimg.php
Transcoding action that resizes images that appear in the given HTML content to match the requesting device's list of supported image formats and screen size.
TranscodingActionSwitchTemplate
TranscodingActionSwitchTemplate in transcodingactionswitchtemplate.php
Transcoding action that switches the template to a mobile-friendly template whenever the requesting device is a "mobile" device.
TRANSPYTHIA_TABLE_HORIZONTAL
TRANSPYTHIA_TABLE_HORIZONTAL in transcodingactionlineartables.php
TRANSPYTHIA_TABLE_LAYOUT
TRANSPYTHIA_TABLE_LAYOUT in transcodingactionlineartables.php
TRANSPYTHIA_TABLE_VERTICAL
TRANSPYTHIA_TABLE_VERTICAL in transcodingactionlineartables.php
Constants used to determine the type of table being handled.
u
top
unparse_url
TranscodingAction::unparse_url() in transcodingaction.php
Converts a URI previously splitted through a call to parse_url back to an absolute form.
w
top
$WURFL_DEFAULT_ASPECT
$WURFL_MOBILE_DEVICE
Default DDR property reference used to identify mobile devices.
$WURFL_VOCABULARY
TranscodingAction::$WURFL_VOCABULARY in transcodingaction.php
a c f g h i l m n p r s t u w _