Home
last modified time | relevance | path

Searched refs:collapse_whitespace (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.nowrap.php18 $box->process_word($this->collapse_whitespace($raw_content), $pipeline);
H A Dinline.content.builder.pre.line.php24 $words = $this->break_into_words($this->collapse_whitespace($line));
H A Dinline.content.builder.normal.php19 $content = $this->collapse_whitespace($text);
H A Dinline.content.builder.php1037 function collapse_whitespace($content) { function in InlineContentBuilder