Home
last modified time | relevance | path

Searched refs:pubDate (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DOPMLCreator.php30 if ($this->pubDate != "") {
31 $date = new FeedDate($this->pubDate);
H A DRSSCreator091.php106 if ($this->pubDate != "") {
107 $pubDate = new FeedDate($this->pubDate);
108 $feed .= " <pubDate>".htmlspecialchars($pubDate->rfc822())."</pubDate>\n";
167 $feed .= " <pubDate>".htmlspecialchars($itemDate->rfc822())."</pubDate>\n";
H A DFeedCreator.php22 public $syndicationURL, $image, $language, $copyright, $pubDate, $lastBuildDate, $editor, $editorEmail, $webmaster, $category, $docs, $ttl, $rating, $skipHours, $skipDays;
/dokuwiki/lib/styles/
H A Dfeed.css11 pubDate, generator, webMaster, ttl, docs, tagline, author, copyright, selector
53 item pubDate, entry modified, item date {
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md272 * `rss:pubDate` is now used over `atom:updated` when determining the posting date. [#288](https://github.com/simplepie/simplepie/pull/288)