Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Structures de données | |
class | SimplePie |
Espaces de nommage | |
SimplePie | |
Variables | |
const | SIMPLEPIE_NAME 'SimplePie' |
const | SIMPLEPIE_VERSION '1.3.3' |
const | SIMPLEPIE_BUILD gmdate('YmdHis', SimplePie_Misc::get_build()) |
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_MEDIARSS_WRONG2 'http://video.search.yahoo.com/mrss' |
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG3 'http://video.search.yahoo.com/mrss/' |
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG4 'http://www.rssboard.org/media-rss' |
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG5 'http://www.rssboard.org/media-rss/' |
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_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 gmdate('YmdHis', SimplePie_Misc::get_build()) |
SimplePie Build
Référencé par SimplePie_Misc\debug(), SimplePie\fetch_data(), et 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_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie_Sanitize\sanitize(), et SimplePie_Sanitize\strip_tag().
const SIMPLEPIE_CONSTRUCT_IRI 16 |
IRI construct
Référencé par SimplePie_Source\get_authors(), SimplePie_Item\get_authors(), SimplePie\get_authors(), SimplePie_Source\get_contributors(), SimplePie_Item\get_contributors(), SimplePie\get_contributors(), SimplePie_Item\get_enclosures(), SimplePie\get_image_link(), SimplePie_Source\get_image_url(), SimplePie\get_image_url(), SimplePie_Source\get_links(), SimplePie_Item\get_links(), SimplePie\get_links(), SimplePie_Sanitize\sanitize(), et SimplePie\subscribe_url().
const SIMPLEPIE_CONSTRUCT_MAYBE_HTML 32 |
A construct that might be HTML
Référencé par SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), SimplePie\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_Source\get_authors(), SimplePie_Item\get_authors(), SimplePie\get_authors(), SimplePie_Source\get_categories(), SimplePie_Item\get_categories(), SimplePie\get_categories(), SimplePie_Source\get_contributors(), SimplePie_Item\get_contributors(), SimplePie\get_contributors(), SimplePie_Source\get_copyright(), SimplePie_Item\get_copyright(), SimplePie\get_copyright(), SimplePie_Item\get_date(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie_Item\get_enclosures(), SimplePie_Item\get_id(), SimplePie\get_image_title(), SimplePie_Source\get_language(), SimplePie\get_language(), SimplePie_Item\get_local_date(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), SimplePie\get_title(), SimplePie_Item\get_updated_date(), et SimplePie_Sanitize\sanitize().
const SIMPLEPIE_CONSTRUCT_XHTML 4 |
const SIMPLEPIE_FILE_SOURCE_CURL 8 |
cURL file source
Référencé par SimplePie_File\__construct().
const SIMPLEPIE_FILE_SOURCE_FILE_GET_CONTENTS 16 |
file_get_contents() file source
Référencé par SimplePie_File\__construct().
const SIMPLEPIE_FILE_SOURCE_FSOCKOPEN 4 |
fsockopen() file source
Référencé par SimplePie_File\__construct().
const SIMPLEPIE_FILE_SOURCE_LOCAL 2 |
Local file source
Référencé par SimplePie_File\__construct(), et SimplePie_Locator\is_feed().
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_Source\get_links(), SimplePie_Item\get_links(), et SimplePie\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
const SIMPLEPIE_NAME 'SimplePie' |
SimplePie Name
Référencé par SimplePie\fetch_data().
const SIMPLEPIE_NAMESPACE_ATOM_03 'http://purl.org/atom/ns#' |
Atom 0.3 Namespace
Référencé par SimplePie_Source\get_authors(), SimplePie_Item\get_authors(), SimplePie\get_authors(), SimplePie_Item\get_content(), SimplePie_Source\get_contributors(), SimplePie_Item\get_contributors(), SimplePie\get_contributors(), SimplePie_Source\get_copyright(), SimplePie\get_copyright(), SimplePie_Item\get_date(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie_Item\get_enclosures(), SimplePie\get_feed_tags(), SimplePie_Item\get_id(), SimplePie\get_items(), SimplePie\get_language(), SimplePie_Source\get_links(), SimplePie_Item\get_links(), SimplePie\get_links(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), SimplePie\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_Source\get_authors(), SimplePie_Item\get_authors(), SimplePie\get_authors(), SimplePie_Source\get_categories(), SimplePie_Item\get_categories(), SimplePie\get_categories(), SimplePie_Item\get_content(), SimplePie_Source\get_contributors(), SimplePie_Item\get_contributors(), SimplePie\get_contributors(), SimplePie_Source\get_copyright(), SimplePie_Item\get_copyright(), SimplePie\get_copyright(), SimplePie_Item\get_date(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie_Item\get_enclosures(), SimplePie\get_feed_tags(), SimplePie_Item\get_id(), SimplePie_Source\get_image_url(), SimplePie\get_image_url(), SimplePie\get_items(), SimplePie\get_language(), SimplePie_Source\get_links(), SimplePie_Item\get_links(), SimplePie\get_links(), SimplePie_Item\get_source(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), SimplePie\get_title(), SimplePie\get_type(), SimplePie_Item\get_updated_date(), 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_Source\get_authors(), SimplePie_Item\get_authors(), SimplePie\get_authors(), SimplePie_Source\get_categories(), SimplePie_Item\get_categories(), SimplePie\get_categories(), SimplePie_Source\get_copyright(), SimplePie_Item\get_copyright(), SimplePie\get_copyright(), SimplePie_Item\get_date(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie_Item\get_id(), SimplePie\get_image_title(), SimplePie_Source\get_language(), SimplePie\get_language(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), et SimplePie\get_title().
const SIMPLEPIE_NAMESPACE_DC_11 'http://purl.org/dc/elements/1.1/' |
DC 1.1 Namespace
Référencé par SimplePie_Source\get_authors(), SimplePie_Item\get_authors(), SimplePie\get_authors(), SimplePie_Source\get_categories(), SimplePie_Item\get_categories(), SimplePie\get_categories(), SimplePie_Source\get_copyright(), SimplePie_Item\get_copyright(), SimplePie\get_copyright(), SimplePie_Item\get_date(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie_Item\get_id(), SimplePie\get_image_title(), SimplePie_Source\get_language(), SimplePie\get_language(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), et SimplePie\get_title().
const SIMPLEPIE_NAMESPACE_GEORSS 'http://www.georss.org/georss' |
GeoRSS Namespace
Référencé par SimplePie_Source\get_latitude(), SimplePie\get_latitude(), SimplePie_Item\get_latitude(), SimplePie_Source\get_longitude(), SimplePie\get_longitude(), et SimplePie_Item\get_longitude().
const SIMPLEPIE_NAMESPACE_ITUNES 'http://www.itunes.com/dtds/podcast-1.0.dtd' |
iTunes RSS Namespace
Référencé par SimplePie_Source\get_authors(), SimplePie_Item\get_authors(), SimplePie\get_authors(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie_Item\get_enclosures(), SimplePie_Source\get_image_url(), SimplePie\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. Caused by a long-standing typo in the spec.
Référencé par SimplePie_Parser\split_ns().
const SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG2 'http://video.search.yahoo.com/mrss' |
Wrong Media RSS Namespace #2. New namespace introduced in Media RSS 1.5.
Référencé par SimplePie_Parser\split_ns().
const SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG3 'http://video.search.yahoo.com/mrss/' |
Wrong Media RSS Namespace #3. A possible typo of the Media RSS 1.5 namespace.
Référencé par SimplePie_Parser\split_ns().
const SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG4 'http://www.rssboard.org/media-rss' |
Wrong Media RSS Namespace #4. New spec location after the RSS Advisory Board takes it over, but not a valid namespace.
Référencé par SimplePie_Parser\split_ns().
const SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG5 'http://www.rssboard.org/media-rss/' |
Wrong Media RSS Namespace #5. A possible typo of the RSS Advisory Board URL.
Référencé par SimplePie_Parser\split_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/' |
RSS 0.90 Namespace
Référencé par SimplePie\get_channel_tags(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie\get_image_link(), SimplePie\get_image_tags(), SimplePie\get_image_title(), SimplePie\get_image_url(), SimplePie\get_items(), SimplePie_Source\get_links(), SimplePie_Item\get_links(), SimplePie\get_links(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), SimplePie\get_title(), SimplePie\get_type(), SimplePie_Cache_DB\prepare_simplepie_object_for_cache(), et SimplePie_Parser\tag_open().
const SIMPLEPIE_NAMESPACE_RSS_10 'http://purl.org/rss/1.0/' |
RSS 1.0 Namespace
Référencé par SimplePie\get_channel_tags(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\get_description(), SimplePie\get_image_link(), SimplePie\get_image_tags(), SimplePie\get_image_title(), SimplePie\get_image_url(), SimplePie\get_items(), SimplePie_Source\get_links(), SimplePie_Item\get_links(), SimplePie\get_links(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), SimplePie\get_title(), SimplePie\get_type(), SimplePie_Cache_DB\prepare_simplepie_object_for_cache(), et SimplePie_Parser\tag_open().
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_Source\get_categories(), SimplePie_Item\get_categories(), SimplePie\get_categories(), SimplePie\get_channel_tags(), SimplePie_Source\get_copyright(), SimplePie\get_copyright(), SimplePie_Item\get_date(), SimplePie_Item\get_description(), SimplePie_Source\get_description(), SimplePie\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_Source\get_language(), SimplePie\get_language(), SimplePie_Source\get_links(), SimplePie_Item\get_links(), SimplePie\get_links(), SimplePie_Source\get_title(), SimplePie_Item\get_title(), SimplePie\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_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_Source\get_latitude(), SimplePie\get_latitude(), SimplePie_Item\get_latitude(), SimplePie_Source\get_longitude(), SimplePie\get_longitude(), et SimplePie_Item\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_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
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.3.3' |
SimplePie Version
Référencé par SimplePie_Misc\debug().