Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php120 if ($type & \SimplePie\SimplePie::LOCATOR_AUTODISCOVERY && $working = $this->autodiscovery()) {
185 public function autodiscovery() function in SimplePie\\Locator
H A DSimplePie.php580 public $autodiscovery = self::LOCATOR_ALL; variable in SimplePie\\SimplePie
590 * @var int Maximum number of feeds to check with autodiscovery
597 * @var array All the feeds found during the autodiscovery process
757 * Be careful when using this option, as it will also disable autodiscovery.
1005 * Set how much feed autodiscovery to do
1018 $this->autodiscovery = (int) $level;
1357 * Set maximum number of feeds to check with autodiscovery
1747 // Do not need to do feed autodiscovery yet.
1853 $this->autodiscovery,