|
| __destruct () |
| Clean up.
|
|
| __construct ($file) |
| Create an instance of the class with the input file.
|
|
| __construct ($link=null, $type=null, $length=null, $javascript=null, $bitrate=null, $captions=null, $categories=null, $channels=null, $copyright=null, $credits=null, $description=null, $duration=null, $expression=null, $framerate=null, $hashes=null, $height=null, $keywords=null, $lang=null, $medium=null, $player=null, $ratings=null, $restrictions=null, $samplingrate=null, $thumbnails=null, $title=null, $width=null) |
| Constructor, used to input the data.
|
|
| __construct ($name=null, $link=null, $email=null) |
| Constructor, used to input the data.
|
|
| __construct ($term=null, $scheme=null, $label=null, $type=null) |
| Constructor, used to input the data.
|
|
| __construct ($type=null, $lang=null, $startTime=null, $endTime=null, $text=null) |
| Constructor, used to input the data.
|
|
| __construct ($url, $timeout=10, $redirects=5, $headers=null, $useragent=null, $force_fsockopen=false, $curl_options=array()) |
|
| __construct ($url=null, $label=null) |
| Constructor, used to input the data.
|
|
| __construct (SimplePie_File $file, $timeout=10, $useragent=null, $max_checked_feeds=10, $force_fsockopen=false, $curl_options=array()) |
|
| __get ($name) |
| Overload __get() to provide access via properties.
|
|
| __isset ($name) |
| Overload __isset() to provide access via properties.
|
|
| __set ($name, $value) |
| Don't allow anything to be set.
|
|
| __toString () |
| String-ified version.
|
|
| __unset ($name) |
| Overload __unset() to provide access via properties.
|
|
static | absolutize ($base, $relative) |
| Create a new IRI object by resolving a relative IRI.
|
|
static | absolutize_url ($relative, $base) |
|
| add_attr ($tag, $valuePairs, $document) |
|
| add_attributes ($attribs=array('audio'=> array('preload'=> 'none'), 'iframe'=> array('sandbox'=> 'allow-scripts allow-same-origin'), 'video'=> array('preload'=> 'none'))) |
|
| add_callback ($callback) |
| Add a callback method to parse a date.
|
|
| autodiscovery () |
|
| before_version_name () |
|
| body (&$array) |
|
| body () |
| Parse the body.
|
|
& | call ($type, $method, $parameters=array()) |
| Call a static method for a type.
|
|
| cdata ($parser, $cdata) |
|
static | check_ipv6 ($ip) |
| Checks an IPv6 address.
|
|
static | checkIPv6 ($ip) |
| Checks if the given IP is a valid IPv6 address.
|
|
| chunked () |
| Parsed a "Transfer-Encoding: chunked" body.
|
|
static | compress ($ip) |
| Compresses an IPv6 address.
|
|
| consume () |
| Consume the next byte.
|
|
| consume_range ($chars) |
| Consume a range of characters.
|
|
| create ($location, $filename, $extension) |
| Create a new SimplePie_Cache object.
|
|
& | create ($type, $parameters=array()) |
| Create a new instance of a given type.
|
|
| date_asctime ($date) |
| Parse C99's asctime()'s date format.
|
|
| date_rfc2822 ($date) |
| Parse RFC2822's date format.
|
|
| date_rfc850 ($date) |
| Parse RFC850's date format.
|
|
| date_strtotime ($date) |
| Parse dates using strtotime()
|
|
| date_w3cdtf ($date) |
| Parse a superset of W3C-DTF (allows hyphens and colons to be omitted, as well as allowing any of upper or lower case "T", horizontal tabs, or spaces to be used as the time separator (including more than one))
|
|
static | debug (&$sp) |
| Format debugging information.
|
|
| do_strip_htmltags ($match) |
|
| embed ($options='', $native=false) |
| Embed the enclosure using Javascript.
|
|
| encode_instead_of_strip ($encode=false) |
|
| encoding_equals () |
|
| encoding_name () |
|
| encoding_value () |
|
| entity () |
| Decode an entity.
|
|
| extension (&$array) |
|
| feed_or_html () |
| Sniff HTML.
|
|
| find ($type=SIMPLEPIE_LOCATOR_ALL, &$working=null) |
|
static | get () |
| Get the object.
|
|
| get_attribution () |
| Get the attribution text.
|
|
| get_author ($key=0) |
| Get an author for the item.
|
|
| get_authority () |
| Get the complete authority.
|
|
| get_authors () |
| Get all authors for the item.
|
|
| get_base ($element=array()) |
| Get the base URL value from the parent feed.
|
|
| get_base () |
|
| get_bitrate () |
| Get the bitrate.
|
|
static | get_build () |
| Get the SimplePie build timestamp.
|
|
| get_caption ($key=0) |
| Get a single caption.
|
|
| get_captions () |
| Get all captions.
|
|
| get_categories () |
| Get all categories.
|
|
| get_category ($key=0) |
| Get a single category.
|
|
| get_channels () |
| Get the number of audio channels.
|
|
| get_class ($type) |
| Get the class registered for a type.
|
|
| get_content ($content_only=false) |
| Get the content for the item.
|
|
| get_contributor ($key=0) |
| Get a contributor for the item.
|
|
| get_contributors () |
| Get all contributors for the item.
|
|
| get_copyright () |
| Get the copyright information.
|
|
| get_credit ($key=0) |
| Get a single credit.
|
|
| get_credits () |
| Get all credits.
|
|
| get_current_byte () |
|
| get_current_column () |
|
| get_current_line () |
|
| get_data () |
|
| get_date ($date_format='j F Y, g:i a') |
| Get the posting date/time for the item.
|
|
| get_description ($description_only=false) |
| Get the content for the item.
|
|
| get_description () |
| Get the description of the enclosure.
|
|
| get_duration ($convert=false) |
| Get the duration of the enclosure.
|
|
static | get_element ($realname, $string) |
| Get a HTML/XML element from a HTML string.
|
|
| get_email () |
| Author's email address.
|
|
| get_enclosure ($key=0, $prefer=null) |
| Get an enclosure from the item.
|
|
| get_enclosures () |
| Get all available enclosures (podcasts, etc.)
|
|
| get_endtime () |
| Get the end time.
|
|
| get_error_code () |
|
| get_error_string () |
|
| get_expression () |
| Get the expression.
|
|
| get_extension () |
| Get the file extension.
|
|
| get_feed () |
| Get the parent feed.
|
|
| get_framerate () |
| Get the framerate (in frames-per-second)
|
|
| get_gmdate ($date_format='j F Y, g:i a') |
| Get the posting date/time for the item (UTC time)
|
|
static | get_handler ($location, $filename, $extension) |
| Create a new SimplePie_Cache object.
|
|
| get_handler () |
| Get the preferred handler.
|
|
| get_hash ($key=0) |
| Get a single hash.
|
|
| get_hashes () |
| Get all credits.
|
|
| get_height () |
| Get the height.
|
|
| get_iauthority () |
| Get the complete iauthority.
|
|
| get_id ($hash=false, $fn='md5') |
| Get the unique identifier for the item.
|
|
| get_image_url () |
|
| get_iri () |
| Get the complete IRI.
|
|
| get_item () |
|
| get_item_tags ($namespace, $tag) |
| Get data for an item-level element.
|
|
| get_keyword ($key=0) |
| Get a single keyword.
|
|
| get_keywords () |
| Get all keywords.
|
|
| get_label ($strict=false) |
| Get the human readable label.
|
|
| get_language () |
| Get the language.
|
|
| get_latitude () |
| Get the latitude coordinates for the item.
|
|
| get_length () |
| Get length.
|
|
| get_link ($key=0, $rel='alternate') |
| Get a single link for the item.
|
|
| get_link () |
| Author's link.
|
|
| get_links ($rel='alternate') |
| Get all links for the item.
|
|
| get_links () |
|
| get_local_date ($date_format='%c') |
| Get the localized posting date/time for the item.
|
|
| get_longitude () |
| Get the longitude coordinates for the item.
|
|
| get_medium () |
| Get the medium.
|
|
| get_name () |
| Author's name.
|
|
| get_permalink () |
| Get the permalink for the item.
|
|
| get_player () |
| Get the player URL.
|
|
| get_rating ($key=0) |
| Get a single rating.
|
|
| get_ratings () |
| Get all ratings.
|
|
| get_rel_link ($rel) |
|
| get_relationship () |
| Get the relationship.
|
|
| get_restriction ($key=0) |
| Get a single restriction.
|
|
| get_restrictions () |
| Get all restrictions.
|
|
| get_role () |
| Get the role of the person receiving credit.
|
|
| get_sampling_rate () |
| Get the sampling rate (in kHz)
|
|
| get_scheme () |
| Get the categorization scheme identifier.
|
|
| get_size () |
| Get the file size (in MiB)
|
|
| get_source () |
| Get the <atom:source> for the item.
|
|
| get_source_tags ($namespace, $tag) |
|
| get_starttime () |
| Get the start time.
|
|
| get_term () |
| Get the category identifier.
|
|
| get_text () |
| Get the text of the caption.
|
|
| get_thumbnail ($key=0) |
| Get a single thumbnail.
|
|
| get_thumbnail () |
| Get the media:thumbnail of the item.
|
|
| get_thumbnails () |
| Get all thumbnails.
|
|
| get_title () |
| Get the title.
|
|
| get_type () |
| Get the content type (not MIME type)
|
|
| get_updated_date ($date_format='j F Y, g:i a') |
| Get the update date/time for the item.
|
|
| get_updated_gmdate ($date_format='j F Y, g:i a') |
| Get the update date/time for the item (UTC time)
|
|
| get_uri () |
| Get the complete URI.
|
|
| get_url () |
| Get the copyright URL.
|
|
| get_value () |
| Get the value of the rating.
|
|
| get_width () |
| Get the width.
|
|
| has_data () |
| Check whether there is data beyond the pointer.
|
|
| http_version () |
| Parse the HTTP version.
|
|
| https_url ($url) |
| Force HTTPS for selected Web sites.
|
|
| image () |
| Sniff images.
|
|
| is_feed ($file, $check_html=false) |
|
| is_https_domain ($domain) |
| Check if the domain is in the list of forced HTTPS.
|
|
| is_linear_whitespace () |
| See if the next character is LWS.
|
|
| is_valid () |
| Check if the object represents a valid IRI.
|
|
| linear_whitespace () |
| Parse LWS, replacing consecutive LWS characters with a single space.
|
|
| load () |
| Retrieve the data saved to the cache.
|
|
| mtime () |
| Retrieve the last modified time for the cache.
|
|
| name () |
| Parse a header name.
|
|
| native_embed ($options='') |
| Embed the enclosure using <embed>
|
|
| new_line () |
| Deal with a new line, shifting data around as needed.
|
|
| parse ($date) |
| Parse a date.
|
|
| parse (&$data, $encoding, $url='') |
|
| parse () |
| Parse the input data.
|
|
| parse_iri ($iri) |
| Parse an IRI into scheme/authority/path/query/fragment segments.
|
|
static | parse_URL ($url) |
| Parse a URL into an array.
|
|
| 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) |
|
static | prepareHeaders ($headers, $count=1) |
| Prepare headers (take care of proxies headers)
|
|
| preprocess ($html, $type) |
|
| quote () |
| See what state to move to while within quoted header values.
|
|
| quote_char () |
| Parse a header value while within quotes.
|
|
| quote_escaped () |
| Parse an escaped character within quotes.
|
|
| reason () |
| Parse the reason phrase.
|
|
static | register ($type, $class) |
| Register a handler.
|
|
| register ($type, $class, $legacy=false) |
| Register a class.
|
|
| remove_div ($enable=true) |
|
| remove_dot_segments ($input) |
| Remove dot segments from a path.
|
|
| remove_iunreserved_percent_encoded ($match) |
| Callback function for preg_replace_callback.
|
|
| remove_rfc2822_comments ($string) |
| Remove RFC822 comments.
|
|
| rename_attr ($attrib, $xpath) |
|
| rename_attributes ($attribs=array()) |
|
| replace_invalid_with_pct_encoding ($string, $extra_chars, $iprivate=false) |
| Replace invalid character with percent encoding.
|
|
| replace_urls ($document, $tag, $attributes) |
|
| sanitize ($data, $type, $base='') |
| Sanitize feed data.
|
|
| save ($data) |
| Save data to the cache.
|
|
| scheme_normalization () |
|
| search_elements_by_tag ($name, &$done, $feeds) |
|
| set_authority ($authority, $clear_cache=false) |
| Set the authority.
|
|
| set_fragment ($ifragment) |
| Set the ifragment.
|
|
| set_host ($ihost) |
| Set the ihost.
|
|
| set_https_domains ($domains) |
| Set the list of domains for which to force HTTPS.
|
|
| set_image_handler ($page=false) |
|
| set_iri ($iri, $clear_cache=false) |
| Set the entire IRI.
|
|
| set_output_encoding ($encoding='UTF-8') |
|
| set_path ($ipath, $clear_cache=false) |
| Set the ipath.
|
|
| set_port ($port) |
| Set the port.
|
|
| set_query ($iquery) |
| Set the iquery.
|
|
| set_registry (SimplePie_Registry $registry) |
| Set the registry handler.
|
|
| set_scheme ($scheme) |
| Set the scheme.
|
|
| set_url_replacements ($element_attribute=null) |
| Set element/attribute key/value pairs of HTML attributes containing URLs that need to be resolved relative to the feed.
|
|
| set_userinfo ($iuserinfo) |
| Set the iuserinfo.
|
|
| setRedisClient (\Redis $cache) |
|
static | silence_errors ($num, $str) |
|
| skip_whitespace () |
| Advance past any whitespace.
|
|
| split_ns ($string) |
|
| standalone_equals () |
|
| standalone_name () |
|
| standalone_value () |
|
| status () |
| Parse the status code.
|
|
| strip_attr ($attrib, $xpath) |
|
| strip_attributes ($attribs=array('bgsound', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur', 'lowsrc', 'dynsrc')) |
|
| strip_comments ($strip=false) |
|
| strip_htmltags ($tags=array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style')) |
|
| strip_tag ($tag, $document, $xpath, $type) |
|
| tag_close ($parser, $tag) |
|
| tag_open ($parser, $tag, $attributes) |
|
| text_or_binary () |
| Sniff text or binary.
|
|
| to_uri ($string) |
| Convert an IRI to a URI (or parts thereof)
|
|
| touch () |
| Set the last modified time to the current time.
|
|
| unconsume () |
| Unconsume one byte.
|
|
| unknown () |
| Sniff unknown.
|
|
| unlink () |
| Remove the cache.
|
|
static | url_remove_credentials ($url) |
| Sanitize a URL by removing HTTP credentials.
|
|
| value () |
| See what state to move to while within non-quoted header values.
|
|
| value_char () |
| Parse a header value while outside quotes.
|
|
| version_equals () |
|
| version_name () |
|
| version_value () |
|
|
| $add_attributes = array('audio' => array('preload' => 'none'), 'iframe' => array('sandbox' => 'allow-scripts allow-same-origin'), 'video' => array('preload' => 'none')) |
|
| $base |
|
| $base_location = 0 |
|
| $body |
|
string | $body = '' |
| Body of the response.
|
|
| $c2 = -1 |
|
| $cache_location = './cache' |
|
| $cache_name_function = 'md5' |
|
| $cached_entities = array() |
|
array | $captions |
|
array | $categories |
|
int | $channels |
|
| $checked_feeds = 0 |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalurl arra | $classes ) = array() |
| Class mapping.
|
|
string | $comment |
| Human readable comment.
|
|
SimplePie_Copyright | $copyright |
|
array | $credits |
|
| $curl_options = array() |
|
| $current_byte |
|
| $current_column |
|
| $current_line |
|
| $current_xhtml_construct = -1 |
|
type | $data |
| Cache Data.
|
|
string | $data |
| Uncompressed data.
|
|
string | $data = '' |
| Input data.
|
|
| $data = array() |
|
| $data = array() |
|
int | $data_length = 0 |
| Input data length (to avoid calling strlen() everytime this is needed)
|
|
| $datas = array(array()) |
|
array | $day |
| List of days, calendar day name => ordinal day number in the week.
|
|
string | $day_pcre |
| Cached PCRE for SimplePie_Parse_Date\$day.
|
|
string | $description |
|
| $dom |
|
int | $duration |
|
| $element = array('') |
|
| $elsewhere = array() |
|
string | $email |
| Author's email address.
|
|
| $enable_cache = true |
|
| $encode_instead_of_strip = false |
|
| $encoding |
|
string | $encoding = 'UTF-8' |
| Encoding.
|
|
string | $endTime |
| End time.
|
|
| $error |
|
| $error_string |
|
string | $expression |
|
string | $extension |
| File extension.
|
|
string | $extra_field |
| Extra field content.
|
|
| $file |
|
string | $filename |
| Filename.
|
|
string | $filename |
| Original filename.
|
|
| $force_fsockopen = false |
|
| $force_fsockopen = false |
|
string | $framerate |
|
string | $handler |
|
array | $hashes |
|
| $headers = array() |
|
array | $headers = array() |
| Key/value pairs of the headers.
|
|
string | $height |
|
| $hours = floor($seconds / 3600) |
|
| $http_base |
|
| $https_domains = array() |
| List of domains for which to force HTTPS.
|
|
string | $id |
| Cache ID.
|
|
string | $ifragment = null |
| ifragment
|
|
string | $ihost = null |
| ihost
|
|
| $image_handler = '' |
|
if(substr_count($ip, '::')===1) return | $ip |
|
string | $ipath = '' |
| ipath
|
|
string | $iquery = null |
| iquery
|
|
| $items_by_id = array() |
|
string | $iuserinfo = null |
| User Information.
|
|
null | $javascript |
|
array | $keywords |
|
string null | $label |
| Human readable label.
|
|
string | $label |
| Attribution.
|
|
string | $lang |
| Language.
|
|
string | $lang |
|
array | $legacy = array() |
| Legacy classes.
|
|
string | $length |
|
string | $link |
| Author's link.
|
|
string | $link |
|
| $local = array() |
|
| $max_checked_feeds = 10 |
|
string | $medium |
|
| $method = SIMPLEPIE_FILE_SOURCE_NONE |
|
if($hours > 0) | $minutes = floor($remainder / 60) |
|
array | $month |
| List of months, calendar month name => calendar month number.
|
|
string | $month_pcre |
| Cached PCRE for SimplePie_Parse_Date\$month.
|
|
int | $MTIME |
| Modified time.
|
|
string | $name |
| File path.
|
|
string | $name |
| Cache name.
|
|
string | $name |
| Cache name.
|
|
string | $name |
| Cache name.
|
|
string | $name |
| Credited name.
|
|
string | $name = '' |
| Name of the hedaer currently being parsed.
|
|
| $namespace = array('') |
|
| $normalization |
| Normalization database.
|
|
array | $options |
| Options.
|
|
array | $options |
| Options.
|
|
array | $options |
| Options.
|
|
array | $options |
| Options.
|
|
int | $OS |
| Operating System.
|
|
| $output_encoding = 'UTF-8' |
|
| $permanent_url |
|
string | $player |
|
string | $port = null |
| Port.
|
|
int | $position = 0 |
| Current position of the pointer.
|
|
array | $ratings |
|
string | $reason = '' |
| Reason phrase.
|
|
| $redirects = 0 |
|
SimplePie_Registry | $registry |
| Registry object.
|
|
| $registry |
|
| $registry |
|
| $registry |
|
| $registry |
|
| $remainder = $seconds % 3600 |
|
| $remove_div = true |
|
| $rename_attributes = array() |
|
| $replace_url_attributes = null |
|
array | $restrictions |
|
string | $samplingrate |
|
string null | $scheme |
| Categorization scheme identifier.
|
|
string | $scheme |
| Organizational scheme.
|
|
| $seconds = $remainder % 60 |
|
| $separator = ' ' |
|
string | $SI1 |
| Subfield ID 1.
|
|
string | $SI2 |
| Subfield ID 2.
|
|
bool | $standalone = false |
| Standalone.
|
|
string | $startTime |
| Start time.
|
|
string | $state = 'http_version' |
| Current state of the state machine.
|
|
| $status_code |
|
int | $status_code = 0 |
| Status code.
|
|
| $strip_attributes = array('bgsound', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur', 'lowsrc', 'dynsrc') |
|
| $strip_comments = false |
|
| $strip_htmltags = array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style') |
|
| $success = true |
|
string | $text |
| Caption text.
|
|
array | $thumbnails |
|
if( $minutes< 10 &&$hours > 0) if($seconds< 10 | $time ) = $minutes.':' |
|
| $timeout |
|
| $timeout = 10 |
|
array | $timezone |
| List of timezones, abbreviation => offset from UTC.
|
|
string | $title |
|
string null | $type |
| Category type.
|
|
string | $type |
|
string | $type |
| Type of restriction.
|
|
| $useragent |
|
| $useragent = '' |
|
string | $value = '' |
| Value of the hedaer currently being parsed.
|
|
string | $value |
| Rating value.
|
|
string | $value |
| Restricted values.
|
|
string | $width |
|
int | $XFL |
| Extra Flags.
|
|
| $xml_base = array('') |
|
| $xml_base_explicit = array(false) |
|
| $xml_lang = array('') |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN | CONTRACT |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
LOSS OF | DATA |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | false ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *version *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
**ingroup SimplePie *author Jan Kozak< galvani78 @gmail.com > *externalurl | http |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF WHETHER IN STRICT OR TORT(INCLUDING NEGLIGENCE OR *OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE *POSSIBILITY OF SUCH DAMAGE **ingroup SimplePie *copyright Ryan Sam Ryan McCue *author Ryan Parman *author Sam Sneddon *author Ryan McCue *externalur | http ) |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
OR BUSINESS INTERRUPTION HOWEVER CAUSED AND ON ANY *THEORY OF | LIABILITY |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2017 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam Ryan | McCue |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2017 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan | Parman |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
LOSS OF OR | PROFITS |
|
const | SIMPLEPIE_BUILD gmdate('YmdHis', SimplePie_Misc::get_build()) |
| SimplePie Build.
|
|
const | SIMPLEPIE_CONSTRUCT_ALL 63 |
| All constructs.
|
|
const | SIMPLEPIE_CONSTRUCT_BASE64 8 |
| base64-encoded construct
|
|
const | SIMPLEPIE_CONSTRUCT_HTML 2 |
| HTML construct.
|
|
const | SIMPLEPIE_CONSTRUCT_IRI 16 |
| IRI construct.
|
|
const | SIMPLEPIE_CONSTRUCT_MAYBE_HTML 32 |
| A construct that might be HTML.
|
|
const | SIMPLEPIE_CONSTRUCT_NONE 0 |
| No construct.
|
|
const | SIMPLEPIE_CONSTRUCT_TEXT 1 |
| Text construct.
|
|
const | SIMPLEPIE_CONSTRUCT_XHTML 4 |
| XHTML construct.
|
|
const | SIMPLEPIE_FILE_SOURCE_CURL 8 |
| cURL file source
|
|
const | SIMPLEPIE_FILE_SOURCE_FILE_GET_CONTENTS 16 |
| file_get_contents() file source
|
|
const | SIMPLEPIE_FILE_SOURCE_FSOCKOPEN 4 |
| fsockopen() file source
|
|
const | SIMPLEPIE_FILE_SOURCE_LOCAL 2 |
| Local file source.
|
|
const | SIMPLEPIE_FILE_SOURCE_NONE 0 |
| No file source.
|
|
const | SIMPLEPIE_FILE_SOURCE_REMOTE 1 |
| Remote file source.
|
|
const | SIMPLEPIE_IANA_LINK_RELATIONS_REGISTRY 'http://www.iana.org/assignments/relation/' |
| IANA Link Relations Registry.
|
|
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.
|
|
const | SIMPLEPIE_LOCATOR_LOCAL_BODY 4 |
| Local Feed Body Autodiscovery.
|
|
const | SIMPLEPIE_LOCATOR_LOCAL_EXTENSION 2 |
| Local Feed Extension Autodiscovery.
|
|
const | SIMPLEPIE_LOCATOR_NONE 0 |
| No Autodiscovery.
|
|
const | SIMPLEPIE_LOCATOR_REMOTE_BODY 16 |
| Remote Feed Body Autodiscovery.
|
|
const | SIMPLEPIE_LOCATOR_REMOTE_EXTENSION 8 |
| Remote Feed Extension Autodiscovery.
|
|
const | SIMPLEPIE_LOWERCASE 2 |
| Change to lowercase.
|
|
const | SIMPLEPIE_NAMESPACE_ATOM_03 'http://purl.org/atom/ns#' |
| Atom 0.3 Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_ATOM_10 'http://www.w3.org/2005/Atom' |
| Atom 1.0 Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_DC_10 'http://purl.org/dc/elements/1.0/' |
| DC 1.0 Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_DC_11 'http://purl.org/dc/elements/1.1/' |
| DC 1.1 Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_GEORSS 'http://www.georss.org/georss' |
| GeoRSS Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_ITUNES 'http://www.itunes.com/dtds/podcast-1.0.dtd' |
| iTunes RSS Namespace
|
|
const | SIMPLEPIE_NAMESPACE_MEDIARSS 'http://search.yahoo.com/mrss/' |
| Media RSS Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG 'http://search.yahoo.com/mrss' |
| Wrong Media RSS Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG2 'http://video.search.yahoo.com/mrss' |
| Wrong Media RSS Namespace #2.
|
|
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG3 'http://video.search.yahoo.com/mrss/' |
| Wrong Media RSS Namespace #3.
|
|
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG4 'http://www.rssboard.org/media-rss' |
| Wrong Media RSS Namespace #4.
|
|
const | SIMPLEPIE_NAMESPACE_MEDIARSS_WRONG5 'http://www.rssboard.org/media-rss/' |
| Wrong Media RSS Namespace #5.
|
|
const | SIMPLEPIE_NAMESPACE_RDF 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' |
| RDF Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_RSS_090 'http://my.netscape.com/rdf/simple/0.9/' |
| RSS 0.90 Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_RSS_10 'http://purl.org/rss/1.0/' |
| RSS 1.0 Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_RSS_10_MODULES_CONTENT 'http://purl.org/rss/1.0/modules/content/' |
| RSS 1.0 Content Module Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_RSS_20 '' |
| RSS 2.0 Namespace (Stupid, I know, but I'm certain it will confuse people less with support.)
|
|
const | SIMPLEPIE_NAMESPACE_W3C_BASIC_GEO 'http://www.w3.org/2003/01/geo/wgs84_pos#' |
| W3C Basic Geo (WGS84 lat/long) Vocabulary Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_XHTML 'http://www.w3.org/1999/xhtml' |
| XHTML Namespace.
|
|
const | SIMPLEPIE_NAMESPACE_XML 'http://www.w3.org/XML/1998/namespace' |
| XML Namespace.
|
|
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]*)?) |
| PCRE for HTML attributes.
|
|
const | SIMPLEPIE_PCRE_XML_ATTRIBUTE '((?:\s+(?:(?:[^\s:]+:)?[^\s:]+)\s*=::s*(?:"(?:[^"]*)"|'(?:[^::']*)::') |
| PCRE for XML attributes.
|
|
const | SIMPLEPIE_SAME_CASE 1 |
| Don't change case.
|
|
const | SIMPLEPIE_TYPE_ALL 1023 |
| All feed types.
|
|
const | SIMPLEPIE_TYPE_ATOM_03 256 |
| Atom 0.3.
|
|
const | SIMPLEPIE_TYPE_ATOM_10 512 |
| Atom 1.0.
|
|
const | SIMPLEPIE_TYPE_ATOM_ALL 768 |
| All Atom.
|
|
const | SIMPLEPIE_TYPE_NONE 0 |
| No known feed type.
|
|
const | SIMPLEPIE_TYPE_RSS_090 1 |
| RSS 0.90.
|
|
const | SIMPLEPIE_TYPE_RSS_091 6 |
| RSS 0.91 (both Netscape and Userland)
|
|
const | SIMPLEPIE_TYPE_RSS_091_NETSCAPE 2 |
| RSS 0.91 (Netscape)
|
|
const | SIMPLEPIE_TYPE_RSS_091_USERLAND 4 |
| RSS 0.91 (Userland)
|
|
const | SIMPLEPIE_TYPE_RSS_092 8 |
| RSS 0.92.
|
|
const | SIMPLEPIE_TYPE_RSS_093 16 |
| RSS 0.93.
|
|
const | SIMPLEPIE_TYPE_RSS_094 32 |
| RSS 0.94.
|
|
const | SIMPLEPIE_TYPE_RSS_10 64 |
| RSS 1.0.
|
|
const | SIMPLEPIE_TYPE_RSS_20 128 |
| RSS 2.0.
|
|
const | SIMPLEPIE_TYPE_RSS_ALL 255 |
| All RSS.
|
|
const | SIMPLEPIE_TYPE_RSS_RDF 65 |
| RDF-based RSS.
|
|
const | SIMPLEPIE_TYPE_RSS_SYNDICATION 190 |
| Non-RDF-based RSS (truly intended as syndication format)
|
|
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.6.0' |
| SimplePie Version.
|
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2017 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
*A PHP Based RSS and Atom Feed Framework *Takes the hard work out of managing a complete RSS Atom solution **Copyright(c) 2004-2016 Ryan Sam | Sneddon |
|
string const | TYPE_IMAGE = 'spi' |
| Image cache type.
|
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|
LOSS OF | USE |
|