Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php67 public $max_checked_feeds = 10; variable in SimplePie\\Locator
73 …construct(\SimplePie\File $file, $timeout = 10, $useragent = null, $max_checked_feeds = 10, $force… argument
78 $this->max_checked_feeds = $max_checked_feeds;
207 if ($this->checked_feeds === $this->max_checked_feeds) {
326 if ($this->checked_feeds === $this->max_checked_feeds) {
349 if ($this->checked_feeds === $this->max_checked_feeds) {
H A DSimplePie.php1361 $this->max_checked_feeds = (int) $max;
1830 …e(Locator::class, [&$file, $this->timeout, $this->useragent, $this->max_checked_feeds, $this->forc…