Home
last modified time | relevance | path

Searched refs:get_data (Results 1 – 6 of 6) sorted by path

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBaseDataCache.php85 public function get_data(string $key, $default = null) function in SimplePie\\Cache\\BaseDataCache
H A DDataCache.php81 public function get_data(string $key, $default = null); function
H A DPsr16.php93 public function get_data(string $key, $default = null) function in SimplePie\\Cache\\Psr16
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php262 public function get_data() function in SimplePie\\Parser
H A DSanitize.php425 if ($cache->get_data($image_url, false)) {
H A DSimplePie.php1655 $this->data = $parser->get_data();
1732 $this->data = $cache->get_data($cacheKey, []);