Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php410 $mf = \Mf2\parse($data, $url);
413 foreach ($mf['items'] as $mf_item) {
443 if (isset($mf['items'][0]['properties']['name'][0])) {
444 $feed_title = $mf['items'][0]['properties']['name'][0];
446 if (isset($mf['items'][0]['properties']['author'][0])) {
447 $feed_author = $mf['items'][0]['properties']['author'][0];
450 $entries = $mf['items'];
490 $mf = \Mf2\fetch($author);
491 foreach ($mf['items'] as $hcard) {