Home
last modified time | relevance | path

Searched refs:iTrunc (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php59 $feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars((string) $this->title), 100)."</title>\n";
72 $feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars($this->image->title), 100)."</title>\n";
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.php85 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 DKMLCreator.php59 $feed .= " <name>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</name>
72 <name>".FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)."</name>
H A DPIECreator01.php28 $feed .= " <title>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</title>\n";
33 $feed .= " <title>".FeedCreator::iTrunc(
H A DPHPCreator.php26 $feed .= " \$feedTitle='".addslashes(FeedCreator::iTrunc(htmlspecialchars($this->title), 100))."';\n";
36 FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)
H A DGPXCreator.php31 $feed .= "<desc>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</desc>
H A DMBOXCreator.php86 $feed .= "Subject: ".MBOXCreator::qp_enc(FeedCreator::iTrunc($this->items[$i]->title, 100))."\n";
H A DFeedCreator.php98 public static function iTrunc($string, $length)
95 public static function iTrunc($string, $length) global() function in FeedCreator
H A DAtomCreator10.php63 $feed .= " <rights>".FeedCreator::iTrunc(htmlspecialchars($this->copyright), 100)."</rights>\n";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedHtmlField.php51 $result = FeedCreator::iTrunc(htmlspecialchars($this->rawFieldContent), $this->truncSize);