Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php286 if (!is_whitespace($this->content[$i]) &&
307 if (!is_whitespace($this->content[$i]) && !$this->content[$i]->is_null()) {
331 if (!is_whitespace($this->content[$i]) && !$this->content[$i]->is_null()) {
634 if (is_whitespace($last_item)) {
837 if (!is_whitespace($this->_line[$i]) &&
1014 while ($i >= 0 && is_whitespace($this->content[$i])) {
H A Dbox.php551 function is_whitespace(&$box) { function
/plugin/txtconf/
H A Dconfig0.class.php443 function is_whitespace($c) { return (strpos("\t\n\r ",$c) !== false); } function
470 if (!$state && is_whitespace($contents{$i})) continue;
/plugin/scrape/
H A DHTMLPurifier.standalone.php