Lines Matching defs:a

8  * Takes the hard work out of managing a complete RSS/Atom solution.
84 public const LINKBACK = '<a href="' . self::URL . '" title="' . self::NAME . ' ' . self::VERSION . '">' . self::NAME . '</a>';
345 * Wrong Media RSS Namespace. Caused by a long-standing typo in the spec.
360 * Wrong Media RSS Namespace #4. New spec location after the RSS Advisory Board takes it over, but not a valid namespace.
462 * @var object Instance of \SimplePie\File to use as a feed
491 * of cURL, even if a new enough version is installed
498 * @var bool Force the given data/URL to be treated as a feed no matter what
639 * request when checking a feed.
687 * it caused a lot of confusion.
725 * Used for converting object to a string
754 * Force the given data/URL to be treated as a feed
760 * @param bool $enable Force the given data/URL to be treated as a feed
775 * of a string for the $url. Remember that with each additional feed comes
796 * Set an instance of {@see \SimplePie\File} to use as a feed
815 * Allows you to use a string of RSS/Atom data instead of a remote feed.
817 * If you have a feed available as a string in PHP, you can tell SimplePie
818 * to parse that data string instead of a remote feed. Any set feed URL
822 * @param string $data RSS or Atom data as a string.
837 * @param int $timeout The maximum number of seconds to spend waiting to retrieve a feed.
883 * Set a PSR-16 implementation as cache
913 * Set the length of time (in seconds) that the contents of a feed will be
948 * Return the filename (i.e. hash, without path and without extension) of the file to cache a given URL.
1014 * @param int $level Feed Autodiscovery Level (level can be a combination of the above constants, see bitwise OR operator)
1305 * Set a namefilter to modify the cache filename with
1337 * Forgoes a substantial amount of data sanitization in favor of speed. This
1338 * turns SimplePie into a dumb parser of feeds.
1421 * to display a Japanese feed, you'll likely see garbled characters.
1447 * Defaults to |a|@href, |area|@href, |blockquote|@cite, |del|@cite,
1657 $this->error = "A feed could not be found at `$this->feed_url`. This does not appear to be a valid RSS or Atom feed.";
1740 // If we've hit a collision just rerun it with caching disabled
1745 // If we've got a non feed_url stored (if the page isn't actually a feed, or is a redirect) use that URL.
1831 // Check if the supplied URL is a feed, if it isn't, look for it.
1843 // Check for both h-feed and h-entry, as both a feed with no entries
1844 // and a list of entries without an h-feed wrapper are both valid.
1992 * This returns a \SimplePie\SimplePie::TYPE_* constant, which can be tested against
2095 * iff it is a 301 redirection
2102 // sanitize encodes ampersands which are required when used in a url.
2130 * This method allows you to get access to ANY element/attribute that is a
2137 * `value` is a string) after the namespace. `child` has tag-indexed keys
2143 * // This is probably a bad example because we already support
2190 * See {@see SimplePie::get_feed_tags()} for a description of the return value
2236 * See {@see SimplePie::get_feed_tags()} for a description of the return value
2349 * Get a category for the feed
2497 * Get a contributor for the feed
2567 * Get a single link for the feed
2587 * Returns the first link available with a relationship of "alternate".
2818 * RSS 0.9.0, 1.0 and 2.0 feeds are allowed to have a "feed logo" title.
2845 * have a "feed logo" URL. This points directly to the image itself.
2875 * RSS 0.9.0, 1.0 and 2.0 feeds are allowed to have a "feed logo" link. This
2876 * points to a human-readable page that the image should link to.
2899 * RSS 2.0 feeds are allowed to have a "feed logo" width.
2920 * RSS 2.0 feeds are allowed to have a "feed logo" height.
2959 * Get a single item from the feed
3113 * @param SimplePie $a
3117 public static function sort_items($a, $b)
3119 $a_date = $a->get_date('U');
3175 * There is no way to find PuSH links in the body of a microformats feed,
3205 * Get a DataCache