Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php406 $feed_author = null;
425 // the feed_author.
427 $feed_author = $mf_item;
433 // it as the feed_author.
435 $feed_author = $mf_item;
447 $feed_author = $mf['items'][0]['properties']['author'][0];
479 if (isset($entry['properties']['author'][0]) || isset($feed_author)) {
483 $author = $entry['properties']['author'][0] ?? $feed_author;
599 if (!is_string($feed_author) &&
600 isset($feed_author['propertie
[all...]