Home
last modified time | relevance | path

Searched refs:white_space (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.min.php34 $white_space = $box->get_css_property(CSS_WHITE_SPACE);
36 if ($white_space == WHITESPACE_NOWRAP ||
H A Dbox.table.cell.php48 $white_space = $this->get_css_property(CSS_WHITE_SPACE);
50 if ($white_space == WHITESPACE_NOWRAP ||
H A Dbox.generic.formatted.php915 $white_space = $this->get_css_property(CSS_WHITE_SPACE);
919 ($white_space === WHITESPACE_NORMAL ||
920 $white_space === WHITESPACE_PRE_WRAP ||
921 $white_space === WHITESPACE_PRE_LINE) &&
H A Dbox.inline.php136 function &create_from_text($text, $white_space, &$pipeline) { argument
145 $inline_content_builder =& InlineContentBuilderFactory::get($white_space);
H A Dbox.container.php562 $white_space = $this->get_css_property(CSS_WHITE_SPACE);
564 if ($white_space == WHITESPACE_NOWRAP ||