Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
remove_div ($enable=true) | |
set_image_handler ($page=false) | |
pass_cache_data ($enable_cache=true, $cache_location= './cache', $cache_name_function= 'md5', $cache_class= 'SimplePie_Cache') | |
pass_file_data ($file_class= 'SimplePie_File', $timeout=10, $useragent= '', $force_fsockopen=false) | |
strip_htmltags ($tags=array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style')) | |
encode_instead_of_strip ($encode=false) | |
strip_attributes ($attribs=array('bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur', 'lowsrc', 'dynsrc')) | |
strip_comments ($strip=false) | |
set_output_encoding ($encoding= 'UTF-8') | |
set_url_replacements ($element_attribute=array('a'=> 'href', 'area'=> 'href', 'blockquote'=> 'cite', 'del'=> 'cite', 'form'=> 'action', 'img'=> array('longdesc', 'src'), 'input'=> 'src', 'ins'=> 'cite', 'q'=> 'cite')) | |
sanitize ($data, $type, $base= '') | |
replace_urls ($data, $tag, $attributes) | |
do_strip_htmltags ($match) |
Attributs publics | |
$base | |
$remove_div = true | |
$image_handler = '' | |
$strip_htmltags = array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style') | |
$encode_instead_of_strip = false | |
$strip_attributes = array('bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur', 'lowsrc', 'dynsrc') | |
$strip_comments = false | |
$output_encoding = 'UTF-8' | |
$enable_cache = true | |
$cache_location = './cache' | |
$cache_name_function = 'md5' | |
$cache_class = 'SimplePie_Cache' | |
$file_class = 'SimplePie_File' | |
$timeout = 10 | |
$useragent = '' | |
$force_fsockopen = false | |
$replace_url_attributes |
Définition à la ligne 14655 du fichier simplepie.php.
SimplePie_Sanitize::do_strip_htmltags | ( | $match | ) |
Définition à la ligne 14981 du fichier simplepie.php.
SimplePie_Sanitize::encode_instead_of_strip | ( | $encode = false | ) |
Définition à la ligne 14771 du fichier simplepie.php.
SimplePie_Sanitize::pass_cache_data | ( | $enable_cache = true , |
|
$cache_location = './cache' , |
|||
$cache_name_function = 'md5' , |
|||
$cache_class = 'SimplePie_Cache' |
|||
) |
Définition à la ligne 14706 du fichier simplepie.php.
SimplePie_Sanitize::pass_file_data | ( | $file_class = 'SimplePie_File' , |
|
$timeout = 10 , |
|||
$useragent = '' , |
|||
$force_fsockopen = false |
|||
) |
Définition à la ligne 14729 du fichier simplepie.php.
SimplePie_Sanitize::remove_div | ( | $enable = true | ) |
Définition à la ligne 14689 du fichier simplepie.php.
SimplePie_Sanitize::replace_urls | ( | $data, | |
$tag, | |||
$attributes | |||
) |
Définition à la ligne 14951 du fichier simplepie.php.
Références SimplePie_Misc\absolutize_url(), SimplePie_Misc\element_implode(), et SimplePie_Misc\get_element().
SimplePie_Sanitize::sanitize | ( | $data, | |
$type, | |||
$base = '' |
|||
) |
Définition à la ligne 14818 du fichier simplepie.php.
Références SimplePie_Misc\absolutize_url(), SimplePie_Misc\change_encoding(), SimplePie_Misc\element_implode(), SimplePie_Misc\get_element(), SIMPLEPIE_CONSTRUCT_BASE64, SIMPLEPIE_CONSTRUCT_HTML, SIMPLEPIE_CONSTRUCT_IRI, SIMPLEPIE_CONSTRUCT_MAYBE_HTML, SIMPLEPIE_CONSTRUCT_TEXT, SIMPLEPIE_CONSTRUCT_XHTML, SIMPLEPIE_FILE_SOURCE_REMOTE, SIMPLEPIE_PCRE_HTML_ATTRIBUTE, SIMPLEPIE_PCRE_XML_ATTRIBUTE, et SimplePie_Misc\strip_comments().
SimplePie_Sanitize::set_image_handler | ( | $page = false | ) |
Définition à la ligne 14694 du fichier simplepie.php.
SimplePie_Sanitize::set_output_encoding | ( | $encoding = 'UTF-8' | ) |
Définition à la ligne 14800 du fichier simplepie.php.
SimplePie_Sanitize::set_url_replacements | ( | $element_attribute = array('a' => 'href', 'area' => 'href', 'blockquote' => 'cite', 'del' => 'cite', 'form' => 'action', 'img' => array('longdesc', 'src'), 'input' => 'src', 'ins' => 'cite', 'q' => 'cite') | ) |
Set element/attribute key/value pairs of HTML attributes containing URLs that need to be resolved relative to the feed
public
array | $element_attribute | Element/attribute key/value pairs |
Définition à la ligne 14813 du fichier simplepie.php.
SimplePie_Sanitize::strip_attributes | ( | $attribs = array('bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur', 'lowsrc', 'dynsrc') | ) |
Définition à la ligne 14776 du fichier simplepie.php.
SimplePie_Sanitize::strip_comments | ( | $strip = false | ) |
Définition à la ligne 14795 du fichier simplepie.php.
SimplePie_Sanitize::strip_htmltags | ( | $tags = array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style') | ) |
Définition à la ligne 14752 du fichier simplepie.php.
SimplePie_Sanitize::$base |
Définition à la ligne 14658 du fichier simplepie.php.
SimplePie_Sanitize::$cache_class = 'SimplePie_Cache' |
Définition à la ligne 14671 du fichier simplepie.php.
SimplePie_Sanitize::$cache_location = './cache' |
Définition à la ligne 14669 du fichier simplepie.php.
SimplePie_Sanitize::$cache_name_function = 'md5' |
Définition à la ligne 14670 du fichier simplepie.php.
SimplePie_Sanitize::$enable_cache = true |
Définition à la ligne 14668 du fichier simplepie.php.
SimplePie_Sanitize::$encode_instead_of_strip = false |
Définition à la ligne 14664 du fichier simplepie.php.
SimplePie_Sanitize::$file_class = 'SimplePie_File' |
Définition à la ligne 14672 du fichier simplepie.php.
SimplePie_Sanitize::$force_fsockopen = false |
Définition à la ligne 14675 du fichier simplepie.php.
SimplePie_Sanitize::$image_handler = '' |
Définition à la ligne 14662 du fichier simplepie.php.
SimplePie_Sanitize::$output_encoding = 'UTF-8' |
Définition à la ligne 14667 du fichier simplepie.php.
SimplePie_Sanitize::$remove_div = true |
Définition à la ligne 14661 du fichier simplepie.php.
SimplePie_Sanitize::$replace_url_attributes |
Définition à la ligne 14677 du fichier simplepie.php.
SimplePie_Sanitize::$strip_attributes = array('bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur', 'lowsrc', 'dynsrc') |
Définition à la ligne 14665 du fichier simplepie.php.
SimplePie_Sanitize::$strip_comments = false |
Définition à la ligne 14666 du fichier simplepie.php.
SimplePie_Sanitize::$strip_htmltags = array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style') |
Définition à la ligne 14663 du fichier simplepie.php.
SimplePie_Sanitize::$timeout = 10 |
Définition à la ligne 14673 du fichier simplepie.php.
SimplePie_Sanitize::$useragent = '' |
Définition à la ligne 14674 du fichier simplepie.php.