Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Classes | |
class | SimplePie |
class | SimplePie_Item |
class | SimplePie_Source |
class | SimplePie_Author |
class | SimplePie_Category |
class | SimplePie_Enclosure |
class | SimplePie_Caption |
class | SimplePie_Credit |
class | SimplePie_Copyright |
class | SimplePie_Rating |
class | SimplePie_Restriction |
class | SimplePie_File |
class | SimplePie_HTTP_Parser |
class | SimplePie_gzdecode |
class | SimplePie_Cache |
class | SimplePie_Cache_File |
class | SimplePie_Cache_DB |
class | SimplePie_Cache_MySQL |
class | SimplePie_Misc |
class | SimplePie_Decode_HTML_Entities |
class | SimplePie_IRI |
class | SimplePie_Net_IPv6 |
class | SimplePie_Parse_Date |
class | SimplePie_Content_Type_Sniffer |
class | SimplePie_XML_Declaration_Parser |
class | SimplePie_Locator |
class | SimplePie_Parser |
class | SimplePie_Sanitize |
Espaces de nommage | |
namespace | SimplePie |
Variables | |
const | SIMPLEPIE_NAME = 'SimplePie' |
const | SIMPLEPIE_VERSION = '1.2' |
const | SIMPLEPIE_BUILD = '20090627192103' |
const | SIMPLEPIE_URL = 'http://simplepie.org' |
const | SIMPLEPIE_USERAGENT = SIMPLEPIE_NAME . '/' . SIMPLEPIE_VERSION . ' (Feed Parser; ' . SIMPLEPIE_URL . '; Allow like Gecko) Build/' . SIMPLEPIE_BUILD |
const | SIMPLEPIE_LINKBACK = '<a href="' . SIMPLEPIE_URL . '" title="' . SIMPLEPIE_NAME . ' ' . SIMPLEPIE_VERSION . '">' . SIMPLEPIE_NAME . '</a>' |
const | SIMPLEPIE_LOCATOR_NONE = 0 |
const | SIMPLEPIE_LOCATOR_AUTODISCOVERY = 1 |
const | SIMPLEPIE_LOCATOR_LOCAL_EXTENSION = 2 |
const | SIMPLEPIE_LOCATOR_LOCAL_BODY = 4 |
const | SIMPLEPIE_LOCATOR_REMOTE_EXTENSION = 8 |
const | SIMPLEPIE_LOCATOR_REMOTE_BODY = 16 |
const | SIMPLEPIE_LOCATOR_ALL = 31 |
const | SIMPLEPIE_TYPE_NONE = 0 |
const | SIMPLEPIE_TYPE_RSS_090 = 1 |
const | SIMPLEPIE_TYPE_RSS_091_NETSCAPE = 2 |
const | SIMPLEPIE_TYPE_RSS_091_USERLAND = 4 |
const | SIMPLEPIE_TYPE_RSS_091 = 6 |
const | SIMPLEPIE_TYPE_RSS_092 = 8 |
const | SIMPLEPIE_TYPE_RSS_093 = 16 |
const | SIMPLEPIE_TYPE_RSS_094 = 32 |
const | SIMPLEPIE_TYPE_RSS_10 = 64 |
const | SIMPLEPIE_TYPE_RSS_20 = 128 |
const | SIMPLEPIE_TYPE_RSS_RDF = 65 |
const | SIMPLEPIE_TYPE_RSS_SYNDICATION = 190 |
const | SIMPLEPIE_TYPE_RSS_ALL = 255 |
const | SIMPLEPIE_TYPE_ATOM_03 = 256 |
const | SIMPLEPIE_TYPE_ATOM_10 = 512 |
const | SIMPLEPIE_TYPE_ATOM_ALL = 768 |
const | SIMPLEPIE_TYPE_ALL = 1023 |
const | SIMPLEPIE_CONSTRUCT_NONE = 0 |
const | SIMPLEPIE_CONSTRUCT_TEXT = 1 |
const | SIMPLEPIE_CONSTRUCT_HTML = 2 |
const | SIMPLEPIE_CONSTRUCT_XHTML = 4 |
const | SIMPLEPIE_CONSTRUCT_BASE64 = 8 |
const | SIMPLEPIE_CONSTRUCT_IRI = 16 |
const | SIMPLEPIE_CONSTRUCT_MAYBE_HTML = 32 |
const | SIMPLEPIE_CONSTRUCT_ALL = 63 |
const | SIMPLEPIE_SAME_CASE = 1 |
const | SIMPLEPIE_LOWERCASE = 2 |
const | SIMPLEPIE_UPPERCASE = 4 |
const | SIMPLEPIE_PCRE_HTML_ATTRIBUTE = '((?:[\x09\x0A\x0B\x0C\x0D\x20]+[^\x09\x0A\x0B\x0C\x0D\x20\x2F\x3E][^\x09\x0A\x0B\x0C\x0D\x20\x2F\x3D\x3E]*(?:[\x09\x0A\x0B\x0C\x0D\x20]*=[\x09\x0A\x0B\x0C\x0D\x20]*(?:"(?:[^"]*)"|\'(?:[^\']*)\'|(?:[^\x09\x0A\x0B\x0C\x0D\x20\x22\x27\x3E][^\x09\x0A\x0B\x0C\x0D\x20\x3E]*)?))?)*)[\x09\x0A\x0B\x0C\x0D\x20]*' |
const | SIMPLEPIE_PCRE_XML_ATTRIBUTE = '((?:\s+(?:(?:[^\s:]+:)?[^\s:]+)\s*=\s*(?:"(?:[^"]*)"|\'(?:[^\']*)\'))*)\s*' |
const | SIMPLEPIE_NAMESPACE_XML = 'http://www.w3.org/XML/1998/namespace' |
const | SIMPLEPIE_NAMESPACE_ATOM_10 = 'http://www.w3.org/2005/Atom' |
const | SIMPLEPIE_NAMESPACE_ATOM_03 = 'http://purl.org/atom/ns#' |
const | SIMPLEPIE_NAMESPACE_RDF = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' |
const | SIMPLEPIE_NAMESPACE_RSS_090 = 'http://my.netscape.com/rdf/simple/0.9/' |
const | SIMPLEPIE_NAMESPACE_RSS_10 = 'http://purl.org/rss/1.0/' |
const | SIMPLEPIE_NAMESPACE_RSS_10_MODULES_CONTENT = 'http://purl.org/rss/1.0/modules/content/' |
const | SIMPLEPIE_NAMESPACE_RSS_20 = '' |
const | SIMPLEPIE_NAMESPACE_DC_10 = 'http://purl.org/dc/elements/1.0/' |
const | SIMPLEPIE_NAMESPACE_DC_11 = 'http://purl.org/dc/elements/1.1/' |
const | SIMPLEPIE_NAMESPACE_W3C_BASIC_GEO = 'http://www.w3.org/2003/01/geo/wgs84_pos#' |
const | SIMPLEPIE_NAMESPACE_GEORSS = 'http://www.georss.org/georss' |
const | SIMPLEPIE_NAMESPACE_MEDIARSS = 'http://search.yahoo.com/mrss/' |
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG = 'http://search.yahoo.com/mrss' |
const | SIMPLEPIE_NAMESPACE_ITUNES = 'http://www.itunes.com/dtds/podcast-1.0.dtd' |
const | SIMPLEPIE_NAMESPACE_XHTML = 'http://www.w3.org/1999/xhtml' |
const | SIMPLEPIE_IANA_LINK_RELATIONS_REGISTRY = 'http://www.iana.org/assignments/relation/' |
const | SIMPLEPIE_PHP5 = version_compare(PHP_VERSION, '5.0.0', '>=') |
const | SIMPLEPIE_FILE_SOURCE_NONE = 0 |
const | SIMPLEPIE_FILE_SOURCE_REMOTE = 1 |
const | SIMPLEPIE_FILE_SOURCE_LOCAL = 2 |
const | SIMPLEPIE_FILE_SOURCE_FSOCKOPEN = 4 |
const | SIMPLEPIE_FILE_SOURCE_CURL = 8 |
const | SIMPLEPIE_FILE_SOURCE_FILE_GET_CONTENTS = 16 |
const SIMPLEPIE_BUILD = '20090627192103' |
SimplePie Build
Référencé par SimplePie\init().
const SIMPLEPIE_CONSTRUCT_ALL = 63 |
All constructs
const SIMPLEPIE_CONSTRUCT_BASE64 = 8 |
base64-encoded construct
Référencé par SimplePie_Misc\atom_03_construct_type(), SimplePie_Misc\atom_10_content_construct_type(), et SimplePie_Sanitize\sanitize().
const SIMPLEPIE_CONSTRUCT_HTML = 2 |
HTML construct
Référencé par SimplePie_Misc\atom_03_construct_type(), SimplePie_Misc\atom_10_construct_type(), SimplePie_Misc\atom_10_content_construct_type(), SimplePie_Item\get_content(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), et SimplePie_Sanitize\sanitize().
const SIMPLEPIE_CONSTRUCT_IRI = 16 |
IRI construct
Référencé par SimplePie_Item\add_to_service(), SimplePie\get_authors(), SimplePie_Item\get_authors(), SimplePie_Source\get_authors(), SimplePie\get_contributors(), SimplePie_Item\get_contributors(), SimplePie_Source\get_contributors(), SimplePie_Item\get_enclosures(), SimplePie\get_favicon(), SimplePie\get_image_link(), SimplePie\get_image_url(), SimplePie_Source\get_image_url(), SimplePie\get_links(), SimplePie_Item\get_links(), SimplePie_Source\get_links(), SimplePie_Sanitize\sanitize(), SimplePie\subscribe_feed(), SimplePie\subscribe_itunes(), SimplePie\subscribe_outlook(), SimplePie\subscribe_podcast(), SimplePie\subscribe_service(), et SimplePie\subscribe_url().
const SIMPLEPIE_CONSTRUCT_MAYBE_HTML = 32 |
A construct that might be HTML
Référencé par SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_title(), SimplePie_Item\get_title(), SimplePie_Source\get_title(), et SimplePie_Sanitize\sanitize().
const SIMPLEPIE_CONSTRUCT_NONE = 0 |
No construct
Référencé par SimplePie_Misc\atom_03_construct_type(), SimplePie_Misc\atom_10_construct_type(), et SimplePie_Misc\atom_10_content_construct_type().
const SIMPLEPIE_CONSTRUCT_TEXT = 1 |
Text construct
Référencé par SimplePie_Misc\atom_03_construct_type(), SimplePie_Misc\atom_10_construct_type(), SimplePie_Misc\atom_10_content_construct_type(), SimplePie\get_authors(), SimplePie_Item\get_authors(), SimplePie_Source\get_authors(), SimplePie\get_categories(), SimplePie_Item\get_categories(), SimplePie_Source\get_categories(), SimplePie\get_contributors(), SimplePie_Item\get_contributors(), SimplePie_Source\get_contributors(), SimplePie\get_copyright(), SimplePie_Item\get_copyright(), SimplePie_Source\get_copyright(), SimplePie_Item\get_date(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie_Item\get_enclosures(), SimplePie_Item\get_id(), SimplePie\get_image_title(), SimplePie\get_language(), SimplePie_Source\get_language(), SimplePie_Item\get_local_date(), SimplePie\get_title(), SimplePie_Item\get_title(), SimplePie_Source\get_title(), et SimplePie_Sanitize\sanitize().
const SIMPLEPIE_CONSTRUCT_XHTML = 4 |
XHTML construct
Référencé par SimplePie_Misc\atom_03_construct_type(), SimplePie_Misc\atom_10_construct_type(), SimplePie_Misc\atom_10_content_construct_type(), et SimplePie_Sanitize\sanitize().
const SIMPLEPIE_FILE_SOURCE_CURL = 8 |
cURL file source
Référencé par SimplePie_File\SimplePie_File().
const SIMPLEPIE_FILE_SOURCE_FILE_GET_CONTENTS = 16 |
file_get_contents() file source
Référencé par SimplePie_File\SimplePie_File().
const SIMPLEPIE_FILE_SOURCE_FSOCKOPEN = 4 |
fsockopen() file source
Référencé par SimplePie_File\SimplePie_File().
const SIMPLEPIE_FILE_SOURCE_LOCAL = 2 |
Local file source
Référencé par SimplePie_Locator\is_feed(), et SimplePie_File\SimplePie_File().
const SIMPLEPIE_FILE_SOURCE_NONE = 0 |
No file source
const SIMPLEPIE_FILE_SOURCE_REMOTE = 1 |
const SIMPLEPIE_IANA_LINK_RELATIONS_REGISTRY = 'http://www.iana.org/assignments/relation/' |
IANA Link Relations Registry
Référencé par SimplePie\get_links(), SimplePie_Item\get_links(), et SimplePie_Source\get_links().
const SIMPLEPIE_LINKBACK = '<a href="' . SIMPLEPIE_URL . '" title="' . SIMPLEPIE_NAME . ' ' . SIMPLEPIE_VERSION . '">' . SIMPLEPIE_NAME . '</a>' |
SimplePie Linkback
const SIMPLEPIE_LOCATOR_ALL = 31 |
All Feed Autodiscovery
const SIMPLEPIE_LOCATOR_AUTODISCOVERY = 1 |
Feed Link Element Autodiscovery
Référencé par SimplePie_Locator\find().
const SIMPLEPIE_LOCATOR_LOCAL_BODY = 4 |
Local Feed Body Autodiscovery
Référencé par SimplePie_Locator\find().
const SIMPLEPIE_LOCATOR_LOCAL_EXTENSION = 2 |
Local Feed Extension Autodiscovery
Référencé par SimplePie_Locator\find().
const SIMPLEPIE_LOCATOR_NONE = 0 |
No Autodiscovery
Référencé par SimplePie_Locator\find().
const SIMPLEPIE_LOCATOR_REMOTE_BODY = 16 |
Remote Feed Body Autodiscovery
Référencé par SimplePie_Locator\find().
const SIMPLEPIE_LOCATOR_REMOTE_EXTENSION = 8 |
Remote Feed Extension Autodiscovery
Référencé par SimplePie_Locator\find().
const SIMPLEPIE_LOWERCASE = 2 |
Change to lowercase
Référencé par SimplePie_IRI\replace_invalid_with_pct_encoding(), et SimplePie_IRI\set_host().
const SIMPLEPIE_NAMESPACE_ATOM_03 = 'http://purl.org/atom/ns#' |
Atom 0.3 Namespace
Référencé par SimplePie\get_authors(), SimplePie_Item\get_authors(), SimplePie_Source\get_authors(), SimplePie_Item\get_content(), SimplePie\get_contributors(), SimplePie_Item\get_contributors(), SimplePie_Source\get_contributors(), SimplePie\get_copyright(), SimplePie_Source\get_copyright(), SimplePie_Item\get_date(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie_Item\get_enclosures(), SimplePie\get_feed_tags(), SimplePie_Item\get_id(), SimplePie\get_items(), SimplePie\get_language(), SimplePie\get_links(), SimplePie_Item\get_links(), SimplePie_Source\get_links(), SimplePie\get_title(), SimplePie_Item\get_title(), SimplePie_Source\get_title(), SimplePie\get_type(), SimplePie_Cache_MySQL\load(), SimplePie_Cache_DB\prepare_simplepie_object_for_cache(), et SimplePie_Parser\tag_open().
const SIMPLEPIE_NAMESPACE_ATOM_10 = 'http://www.w3.org/2005/Atom' |
Atom 1.0 Namespace
Référencé par SimplePie\get_authors(), SimplePie_Item\get_authors(), SimplePie_Source\get_authors(), SimplePie\get_categories(), SimplePie_Item\get_categories(), SimplePie_Source\get_categories(), SimplePie_Item\get_content(), SimplePie\get_contributors(), SimplePie_Item\get_contributors(), SimplePie_Source\get_contributors(), SimplePie\get_copyright(), SimplePie_Item\get_copyright(), SimplePie_Source\get_copyright(), SimplePie_Item\get_date(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie_Item\get_enclosures(), SimplePie\get_favicon(), SimplePie\get_feed_tags(), SimplePie_Item\get_id(), SimplePie\get_image_url(), SimplePie_Source\get_image_url(), SimplePie\get_items(), SimplePie\get_language(), SimplePie\get_links(), SimplePie_Item\get_links(), SimplePie_Source\get_links(), SimplePie_Item\get_source(), SimplePie\get_title(), SimplePie_Item\get_title(), SimplePie_Source\get_title(), SimplePie\get_type(), SimplePie_Cache_MySQL\load(), SimplePie_Cache_DB\prepare_simplepie_object_for_cache(), et SimplePie_Parser\tag_open().
const SIMPLEPIE_NAMESPACE_DC_10 = 'http://purl.org/dc/elements/1.0/' |
DC 1.0 Namespace
Référencé par SimplePie\get_authors(), SimplePie_Item\get_authors(), SimplePie_Source\get_authors(), SimplePie\get_categories(), SimplePie_Item\get_categories(), SimplePie_Source\get_categories(), SimplePie\get_copyright(), SimplePie_Item\get_copyright(), SimplePie_Source\get_copyright(), SimplePie_Item\get_date(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie_Item\get_id(), SimplePie\get_image_title(), SimplePie\get_language(), SimplePie_Source\get_language(), SimplePie\get_title(), SimplePie_Item\get_title(), et SimplePie_Source\get_title().
const SIMPLEPIE_NAMESPACE_DC_11 = 'http://purl.org/dc/elements/1.1/' |
DC 1.1 Namespace
Référencé par SimplePie\get_authors(), SimplePie_Item\get_authors(), SimplePie_Source\get_authors(), SimplePie\get_categories(), SimplePie_Item\get_categories(), SimplePie_Source\get_categories(), SimplePie\get_copyright(), SimplePie_Item\get_copyright(), SimplePie_Source\get_copyright(), SimplePie_Item\get_date(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie_Item\get_id(), SimplePie\get_image_title(), SimplePie\get_language(), SimplePie_Source\get_language(), SimplePie\get_title(), SimplePie_Item\get_title(), et SimplePie_Source\get_title().
const SIMPLEPIE_NAMESPACE_GEORSS = 'http://www.georss.org/georss' |
GeoRSS Namespace
Référencé par SimplePie\get_latitude(), SimplePie_Item\get_latitude(), SimplePie_Source\get_latitude(), SimplePie\get_longitude(), SimplePie_Item\get_longitude(), et SimplePie_Source\get_longitude().
const SIMPLEPIE_NAMESPACE_ITUNES = 'http://www.itunes.com/dtds/podcast-1.0.dtd' |
iTunes RSS Namespace
Référencé par SimplePie\get_authors(), SimplePie_Item\get_authors(), SimplePie_Source\get_authors(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie_Item\get_enclosures(), SimplePie\get_image_url(), SimplePie_Source\get_image_url(), et SimplePie_Parser\split_ns().
const SIMPLEPIE_NAMESPACE_MEDIARSS = 'http://search.yahoo.com/mrss/' |
Media RSS Namespace
Référencé par SimplePie_Item\get_enclosures(), et SimplePie_Parser\split_ns().
const SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG = 'http://search.yahoo.com/mrss' |
Wrong Media RSS Namespace
Référencé par SimplePie_Parser\split_ns().
const SIMPLEPIE_NAMESPACE_RDF = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' |
RDF Namespace
Référencé par SimplePie\get_feed_tags(), SimplePie\get_language(), SimplePie\get_type(), SimplePie_Cache_MySQL\load(), et SimplePie_Cache_DB\prepare_simplepie_object_for_cache().
const SIMPLEPIE_NAMESPACE_RSS_090 = 'http://my.netscape.com/rdf/simple/0.9/' |
RSS 0.90 Namespace
Référencé par SimplePie\get_channel_tags(), SimplePie\get_description(), SimplePie_Source\get_description(), SimplePie\get_image_link(), SimplePie\get_image_tags(), SimplePie\get_image_title(), SimplePie\get_image_url(), SimplePie\get_items(), SimplePie\get_links(), SimplePie_Item\get_links(), SimplePie_Source\get_links(), SimplePie\get_title(), SimplePie_Item\get_title(), SimplePie_Source\get_title(), SimplePie\get_type(), et SimplePie_Cache_DB\prepare_simplepie_object_for_cache().
const SIMPLEPIE_NAMESPACE_RSS_10 = 'http://purl.org/rss/1.0/' |
RSS 1.0 Namespace
Référencé par SimplePie\get_channel_tags(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_image_link(), SimplePie\get_image_tags(), SimplePie\get_image_title(), SimplePie\get_image_url(), SimplePie\get_items(), SimplePie\get_links(), SimplePie_Item\get_links(), SimplePie_Source\get_links(), SimplePie\get_title(), SimplePie_Item\get_title(), SimplePie_Source\get_title(), SimplePie\get_type(), et SimplePie_Cache_DB\prepare_simplepie_object_for_cache().
const SIMPLEPIE_NAMESPACE_RSS_10_MODULES_CONTENT = 'http://purl.org/rss/1.0/modules/content/' |
RSS 1.0 Content Module Namespace
Référencé par SimplePie_Item\get_content().
const SIMPLEPIE_NAMESPACE_RSS_20 = '' |
RSS 2.0 Namespace (Stupid, I know, but I'm certain it will confuse people less with support.)
Référencé par SimplePie_Item\get_authors(), SimplePie\get_categories(), SimplePie_Item\get_categories(), SimplePie_Source\get_categories(), SimplePie\get_channel_tags(), SimplePie\get_copyright(), SimplePie_Source\get_copyright(), SimplePie_Item\get_date(), SimplePie\get_description(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie_Item\get_enclosures(), SimplePie\get_feed_tags(), SimplePie_Item\get_id(), SimplePie\get_image_height(), SimplePie\get_image_link(), SimplePie\get_image_tags(), SimplePie\get_image_title(), SimplePie\get_image_url(), SimplePie\get_image_width(), SimplePie\get_items(), SimplePie\get_language(), SimplePie_Source\get_language(), SimplePie\get_links(), SimplePie_Item\get_links(), SimplePie_Source\get_links(), SimplePie\get_title(), SimplePie_Item\get_title(), SimplePie_Source\get_title(), SimplePie\get_type(), SimplePie_Cache_MySQL\load(), et SimplePie_Cache_DB\prepare_simplepie_object_for_cache().
const SIMPLEPIE_NAMESPACE_W3C_BASIC_GEO = 'http://www.w3.org/2003/01/geo/wgs84_pos#' |
W3C Basic Geo (WGS84 lat/long) Vocabulary Namespace
Référencé par SimplePie\get_latitude(), SimplePie_Item\get_latitude(), SimplePie_Source\get_latitude(), SimplePie\get_longitude(), SimplePie_Item\get_longitude(), et SimplePie_Source\get_longitude().
const SIMPLEPIE_NAMESPACE_XHTML = 'http://www.w3.org/1999/xhtml' |
XHTML Namespace
Référencé par SimplePie_Parser\tag_close(), et SimplePie_Parser\tag_open().
const SIMPLEPIE_NAMESPACE_XML = 'http://www.w3.org/XML/1998/namespace' |
XML Namespace
Référencé par SimplePie_Parser\tag_open().
const SIMPLEPIE_PCRE_HTML_ATTRIBUTE = '((?:[\x09\x0A\x0B\x0C\x0D\x20]+[^\x09\x0A\x0B\x0C\x0D\x20\x2F\x3E][^\x09\x0A\x0B\x0C\x0D\x20\x2F\x3D\x3E]*(?:[\x09\x0A\x0B\x0C\x0D\x20]*=[\x09\x0A\x0B\x0C\x0D\x20]*(?:"(?:[^"]*)"|\'(?:[^\']*)\'|(?:[^\x09\x0A\x0B\x0C\x0D\x20\x22\x27\x3E][^\x09\x0A\x0B\x0C\x0D\x20\x3E]*)?))?)*)[\x09\x0A\x0B\x0C\x0D\x20]*' |
PCRE for HTML attributes
Référencé par SimplePie_Misc\get_element(), et SimplePie_Sanitize\sanitize().
const SIMPLEPIE_PCRE_XML_ATTRIBUTE = '((?:\s+(?:(?:[^\s:]+:)?[^\s:]+)\s*=\s*(?:"(?:[^"]*)"|\'(?:[^\']*)\'))*)\s*' |
PCRE for XML attributes
Référencé par SimplePie_Sanitize\sanitize().
const SIMPLEPIE_PHP5 = version_compare(PHP_VERSION, '5.0.0', '>=') |
Whether we're running on PHP5
Référencé par SimplePie\init(), et SimplePie_Cache_MySQL\save().
const SIMPLEPIE_SAME_CASE = 1 |
Don't change case
const SIMPLEPIE_TYPE_ALL = 1023 |
All feed types
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_ATOM_03 = 256 |
Atom 0.3
Référencé par SimplePie\get_feed_tags(), et SimplePie\get_type().
const SIMPLEPIE_TYPE_ATOM_10 = 512 |
Atom 1.0
Référencé par SimplePie\get_feed_tags(), et SimplePie\get_type().
const SIMPLEPIE_TYPE_ATOM_ALL = 768 |
All Atom
Référencé par SimplePie\get_channel_tags().
const SIMPLEPIE_TYPE_NONE = 0 |
No known feed type
Référencé par SimplePie\get_type(), et SimplePie\init().
const SIMPLEPIE_TYPE_RSS_090 = 1 |
RSS 0.90
Référencé par SimplePie\get_channel_tags(), SimplePie\get_image_tags(), et SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_091 = 6 |
RSS 0.91 (both Netscape and Userland)
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_091_NETSCAPE = 2 |
RSS 0.91 (Netscape)
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_091_USERLAND = 4 |
RSS 0.91 (Userland)
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_092 = 8 |
RSS 0.92
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_093 = 16 |
RSS 0.93
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_094 = 32 |
RSS 0.94
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_10 = 64 |
RSS 1.0
Référencé par SimplePie\get_channel_tags(), SimplePie\get_image_tags(), et SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_20 = 128 |
RSS 2.0
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_ALL = 255 |
All RSS
Référencé par SimplePie\get_type().
const SIMPLEPIE_TYPE_RSS_RDF = 65 |
RDF-based RSS
Référencé par SimplePie\get_feed_tags().
const SIMPLEPIE_TYPE_RSS_SYNDICATION = 190 |
Non-RDF-based RSS (truly intended as syndication format)
Référencé par SimplePie\get_base(), SimplePie\get_channel_tags(), SimplePie\get_feed_tags(), SimplePie\get_image_height(), SimplePie\get_image_tags(), et SimplePie\get_image_width().
const SIMPLEPIE_UPPERCASE = 4 |
Change to uppercase
Référencé par SimplePie_IRI\replace_invalid_with_pct_encoding().
const SIMPLEPIE_URL = 'http://simplepie.org' |
SimplePie Website URL
const SIMPLEPIE_USERAGENT = SIMPLEPIE_NAME . '/' . SIMPLEPIE_VERSION . ' (Feed Parser; ' . SIMPLEPIE_URL . '; Allow like Gecko) Build/' . SIMPLEPIE_BUILD |
SimplePie Useragent
const SIMPLEPIE_VERSION = '1.2' |
SimplePie Version