Home
last modified time | relevance | path

Searched refs:remove_trailing_linefeeds (Results 1 – 6 of 6) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.nowrap.php17 $raw_content = $this->remove_trailing_linefeeds($raw_content);
H A Dinline.content.builder.pre.php20 $text = $this->remove_trailing_linefeeds($text);
H A Dinline.content.builder.pre.wrap.php21 $text = $this->remove_trailing_linefeeds($text);
H A Dinline.content.builder.pre.line.php17 $text = $this->remove_trailing_linefeeds($text);
H A Dinline.content.builder.normal.php17 $text = $this->remove_trailing_linefeeds($text);
H A Dinline.content.builder.php1045 function remove_trailing_linefeeds($content) { function in InlineContentBuilder