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.php49 public $max_checked_feeds = 10; variable in SimplePie\\Locator
67 …ruct(File $file, int $timeout = 10, ?string $useragent = null, int $max_checked_feeds = 10, bool $… argument
72 $this->max_checked_feeds = $max_checked_feeds;
246 if ($this->checked_feeds === $this->max_checked_feeds) {
390 if ($this->checked_feeds === $this->max_checked_feeds) {
424 if ($this->checked_feeds === $this->max_checked_feeds) {
H A DSimplePie.php566 public $max_checked_feeds = 10; variable in SimplePie\\SimplePie
1464 $this->max_checked_feeds = $max;
2001 $this->max_checked_feeds,