Lines Matching refs:param

662     public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];
760 * @param bool $enable Force the given data/URL to be treated as a feed
780 * @param string|array $url This is the URL (or array of URLs) that you want to parse.
798 * @param \SimplePie\File &$file
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.
850 * @param array $curl_options Curl options to add to default settings
861 * @param bool $enable Force fsockopen() to be used
875 * @param bool $enable Enable caching
885 * @param CacheInterface $psr16cache The PSR-16 cache implementation
904 * @param bool $enable Force use of cache on fail.
916 * @param int $seconds The feed content cache duration
927 * @param int $seconds The autodiscovered feed URL cache duration.
939 * @param string $location The file system location.
950 * @param string $url The URL of the feed to be cached.
980 * @param bool $enable Sort as reverse chronological order.
993 * @param string $encoding Character encoding
1014 * @param int $level Feed Autodiscovery Level (level can be a combination of the above constants, see bitwise OR operator)
1039 * @param string $class Name of custom class
1055 * @param string $class Name of custom class
1071 * @param string $class Name of custom class
1087 * @param string $class Name of custom class
1103 * @param string $class Name of custom class
1119 * @param string $class Name of custom class
1135 * @param string $class Name of custom class
1151 * @param string $class Name of custom class
1167 * @param string $class Name of custom class
1183 * @param string $class Name of custom class
1199 * @param string $class Name of custom class
1215 * @param string $class Name of custom class
1231 * @param string $class Name of custom class
1247 * @param string $class Name of custom class
1263 * @param string $class Name of custom class
1279 * @param string $class Name of custom class
1293 * @param string $ua New user agent string.
1307 * @param NameFilter $filter
1321 * @param mixed $function Callback function
1340 * @param bool $set Whether to set them or not
1359 * @param int $max Maximum number of feeds to check
1431 * @param string $encoding
1452 * @param array|null $element_attribute Element/attribute key/value pairs, null for default
1462 * @param array List of HTTPS domains. Example array('biz', 'example.com', 'example.org', 'www.example.net').
1474 * @param string $page Web-accessible path to the handler_image.php file.
1475 * @param string $qs The query string that the value should be passed to.
1489 * @param integer $limit The maximum number of items to return.
1499 * @param boolean $enable Should we throw exceptions, or use the old-style error property?
1709 * @param Base|DataCache|false $cache Cache handler, or false to not load from the cache
1974 * @param string $mime MIME type to serve the page as
2094 * @param bool $permanent Permanent mode to return only the original URL or the first redirection
2154 * @param string $namespace The URL of the XML namespace of the elements you're trying to access
2155 * @param string $tag Tag name
2194 * @param string $namespace The URL of the XML namespace of the elements you're trying to access
2195 * @param string $tag Tag name
2240 * @param string $namespace The URL of the XML namespace of the elements you're trying to access
2241 * @param string $tag Tag name
2280 * @param array $element
2299 * @param string $data Data to sanitize
2300 * @param int $type One of the \SimplePie\SimplePie::CONSTRUCT_* constants
2301 * @param string $base Base URL to resolve URLs against
2352 * @param int $key The category that you want to return. Remember that arrays begin with 0, not 1
2421 * @param int $key The author that you want to return. Remember that arrays begin with 0, not 1
2500 * @param int $key The contrbutor that you want to return. Remember that arrays begin with 0, not 1
2570 * @param int $key The link that you want to return. Remember that arrays begin with 0, not 1
2571 * @param string $rel The relationship of the link to return
2606 * @param string $rel The relationship of links to return
2944 * @param int $max Maximum value to return. 0 for no limit
2967 * @param int $key The item that you want to return. Remember that arrays begin with 0, not 1
2989 * @param int $start Index to start at
2990 * @param int $end Number of items to return. 0 for all items after `$start`
3087 * @param string $method Method name
3088 * @param array $args Arguments to the method
3113 * @param SimplePie $a
3114 * @param SimplePie $b
3141 * @param array $urls List of SimplePie feed objects to merge
3142 * @param int $start Starting item
3143 * @param int $end Number of items to return
3144 * @param int $limit Maximum number of items per feed
3177 * @param \SimplePie\File $file
3178 * @param string $hub
3179 * @param string $self
3207 * @param string $feed_url Only needed for BC, can be removed in SimplePie 2.0.0