Lines Matching refs:in

13  * Redistribution and use in source and binary forms, with or without modification, are
19 * * Redistributions in binary form must reproduce the above copyright notice, this list
20 * of conditions and the following disclaimer in the documentation and/or other materials
345 * Wrong Media RSS Namespace. Caused by a long-standing typo in the spec.
350 * Wrong Media RSS Namespace #2. New namespace introduced in Media RSS 1.5.
533 * @var int Cache duration (in seconds)
540 * @var int Auto-discovery cache duration (in seconds)
685 * Previously, it was possible to pass in the feed URL along with cache
817 * If you have a feed available as a string in PHP, you can tell SimplePie
869 * Enable/disable caching in SimplePie.
871 * This option allows you to disable caching all-together in SimplePie.
913 * Set the length of time (in seconds) that the contents of a feed will be
924 * Set the length of time (in seconds) that the autodiscovered feed URL will
955 // Append custom parameters to the URL to avoid cache pollution in case of multiple calls with different parameters.
1337 * Forgoes a substantial amount of data sanitization in favor of speed. This
1536 // The default sanitize class gets set in the constructor, check if it has
1546 // Pass the classes in for legacy support; new classes should use the registry instead
1643 // There's no point in trying an encoding twice
1715 // @trigger_error(sprintf('Providing $cache as "\SimplePie\Cache\Base" in %s() is deprecated since SimplePie 1.8.0, please provide "\SimplePie\Cache\DataCache" implementation instead.', __METHOD__), \E_USER_DEPRECATED);
1995 * @since 0.8 (usage changed to using constants in 1.0)
2083 * except in the case of an `HTTP 301 Moved Permanently` status response,
2084 * in which case the location of the first redirection is returned.
2102 // sanitize encodes ampersands which are required when used in a url.
2187 * This method allows you to get access to ANY element/attribute in the
2233 * This method allows you to get access to ANY element/attribute in the
2274 * Uses `<xml:base>` if available, otherwise uses the first link in the
2939 * Get the number of items in the feed
2945 * @return int Number of items in the feed
3106 trigger_error("Call to undefined method $class::$method() in $file on line $line", E_USER_ERROR);
3175 * There is no way to find PuSH links in the body of a microformats feed,
3207 * @param string $feed_url Only needed for BC, can be removed in SimplePie 2.0.0