Searched refs:get_data (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ | ||
| H A D | DataCache.php | 41 public function get_data(string $key, $default = null); function |
| H A D | BaseDataCache.php | 45 public function get_data(string $key, $default = null) function in SimplePie\\Cache\\BaseDataCache |
| H A D | Psr16.php | 54 public function get_data(string $key, $default = null) function in SimplePie\\Cache\\Psr16 |
| /dokuwiki/vendor/simplepie/simplepie/src/ | ||
| H A D | Sanitize.php | 505 if ($cache->get_data($image_url, false)) { |
| H A D | Parser.php | 270 public function get_data() function in SimplePie\\Parser |
| H A D | SimplePie.php | 1798 $this->data = $parser->get_data(); |