Searched refs:FeedCreator (Results 1 – 19 of 19) sorted by relevance
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | RSSCreator091.php | 10 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 D | HTMLCreator.php | 14 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( 128 … FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100).
|
| H A D | PIECreator01.php | 11 class PIECreator01 extends FeedCreator 28 … $feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</title>\n"; 33 $feed .= " <title>".FeedCreator::iTrunc(
|
| H A D | KMLCreator.php | 9 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 D | PHPCreator.php | 9 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 D | GPXCreator.php | 9 class GPXCreator extends FeedCreator 31 $feed .= "<desc>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</desc>
|
| H A D | JSONCreator.php | 9 class JSONCreator extends FeedCreator
|
| H A D | MBOXCreator.php | 10 class MBOXCreator extends FeedCreator 86 … $feed .= "Subject: ".MBOXCreator::qp_enc(FeedCreator::iTrunc($this->items[$i]->title, 100))."\n";
|
| H A D | AtomCreator03.php | 14 * @see FeedCreator#additionalElements 18 class AtomCreator03 extends FeedCreator
|
| H A D | AtomCreator10.php | 14 * @see FeedCreator#additionalElements 18 class AtomCreator10 extends FeedCreator 63 …$feed .= " <rights>".FeedCreator::iTrunc(htmlspecialchars($this->copyright), 100)."</rights>\n";
|
| H A D | OPMLCreator.php | 10 class OPMLCreator extends FeedCreator
|
| H A D | FeedCreator.php | 10 abstract class FeedCreator extends HtmlDescribable class
|
| H A D | RSSCreator10.php | 10 class RSSCreator10 extends FeedCreator
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/ |
| H A D | UniversalFeedCreator.php | 11 class UniversalFeedCreator extends FeedCreator 13 /** @var FeedCreator */ 112 * @see FeedCreator::addItem()
|
| /dokuwiki/ |
| H A D | feed.php | 13 use dokuwiki\Feed\FeedCreator; alias 68 $feed = (new FeedCreator($options))->build();
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedCreatorValidationTest.php | 5 use dokuwiki\Feed\FeedCreator; alias 25 $creator = new FeedCreator($options);
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
| H A D | FeedHtmlField.php | 51 … $result = FeedCreator::iTrunc(htmlspecialchars($this->rawFieldContent), $this->truncSize);
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedCreator.php | 7 class FeedCreator class
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | README.md | 132 renamed to FeedCreator, as it not only creates RSS anymore
|