Home
last modified time | relevance | path

Searched refs:max_checked_feeds (Results 1 – 2 of 2) sorted by path

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php68 public $max_checked_feeds = 10; variable in SimplePie\\Locator
74 public function __construct(\SimplePie\File $file, $timeout = 10, $useragent = null, $max_checked_feeds = 10, $force_fsockopen = false, $curl_options = []) argument
79 $this->max_checked_feeds = $max_checked_feeds;
208 if ($this->checked_feeds === $this->max_checked_feeds) {
327 if ($this->checked_feeds === $this->max_checked_feeds) {
350 if ($this->checked_feeds === $this->max_checked_feeds) {
H A DSimplePie.php594 public $max_checked_feeds = 10; variable in SimplePie\\SimplePie
1363 $this->max_checked_feeds = (int) $max;
1832 $locate = $this->registry->create(Locator::class, [&$file, $this->timeout, $this->useragent, $this->max_checked_feeds, $this->force_fsockopen, $this->curl_options]);