Home
last modified time | relevance | path

Searched refs:parse_hcard (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php379 private function parse_hcard($data, $category = false) function in SimplePie\\Parser
485 $author = $this->parse_hcard($author);
501 // Save parse_hcard the trouble of finding the correct url.
504 $author_cache[$author] = $this->parse_hcard($hcard);
577 $category_csv .= $this->parse_hcard($category, true);