Home
last modified time | relevance | path

Searched refs:FeedCreator (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php10 class RSSCreator091 extends FeedCreator
59 …$feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars((string) $this->title), 100)."</ti…
72 …$feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars($this->image->title), 100)."</…
89 $feed .= " <copyright>".FeedCreator::iTrunc(
95 $feed .= " <managingEditor>".FeedCreator::iTrunc(
101 $feed .= " <webMaster>".FeedCreator::iTrunc(
114 … $feed .= " <docs>".FeedCreator::iTrunc(htmlspecialchars($this->docs), 500)."</docs>\n";
120 …$feed .= " <rating>".FeedCreator::iTrunc(htmlspecialchars($this->rating), 500)."</rating>\n…
132 $feed .= " <title>".FeedCreator::iTrunc(
H A DHTMLCreator.php14 class HTMLCreator extends FeedCreator
85 FeedCreator::iTrunc(htmlspecialchars($this->image->title), 100).
99 FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</a></div>";
120 "item_title'".$targetInsert.">".FeedCreator::iTrunc(
128FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100).
H A DPIECreator01.php11 class PIECreator01 extends FeedCreator
28 … $feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</title>\n";
33 $feed .= " <title>".FeedCreator::iTrunc(
H A DKMLCreator.php9 class KMLCreator extends FeedCreator
59 $feed .= " <name>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</name>
72 … <name>".FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)."</name>
H A DPHPCreator.php9 class PHPCreator extends FeedCreator
26 …$feed .= " \$feedTitle='".addslashes(FeedCreator::iTrunc(htmlspecialchars($this->title), 100))."'…
36 FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)
H A DGPXCreator.php9 class GPXCreator extends FeedCreator
31 $feed .= "<desc>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</desc>
H A DJSONCreator.php9 class JSONCreator extends FeedCreator
H A DMBOXCreator.php10 class MBOXCreator extends FeedCreator
86 … $feed .= "Subject: ".MBOXCreator::qp_enc(FeedCreator::iTrunc($this->items[$i]->title, 100))."\n";
H A DAtomCreator03.php14 * @see FeedCreator#additionalElements
18 class AtomCreator03 extends FeedCreator
H A DAtomCreator10.php14 * @see FeedCreator#additionalElements
18 class AtomCreator10 extends FeedCreator
63 …$feed .= " <rights>".FeedCreator::iTrunc(htmlspecialchars($this->copyright), 100)."</rights>\n";
H A DOPMLCreator.php10 class OPMLCreator extends FeedCreator
H A DFeedCreator.php10 abstract class FeedCreator extends HtmlDescribable class
H A DRSSCreator10.php10 class RSSCreator10 extends FeedCreator
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php11 class UniversalFeedCreator extends FeedCreator
13 /** @var FeedCreator */
112 * @see FeedCreator::addItem()
/dokuwiki/
H A Dfeed.php13 use dokuwiki\Feed\FeedCreator; alias
68 $feed = (new FeedCreator($options))->build();
/dokuwiki/_test/tests/Feed/
H A DFeedCreatorValidationTest.php5 use dokuwiki\Feed\FeedCreator; alias
25 $creator = new FeedCreator($options);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedHtmlField.php51 … $result = FeedCreator::iTrunc(htmlspecialchars($this->rawFieldContent), $this->truncSize);
/dokuwiki/inc/Feed/
H A DFeedCreator.php7 class FeedCreator class
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md132 renamed to FeedCreator, as it not only creates RSS anymore