Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.php29 if ((!$parent || $parent->isBlockLevel()) && $i < $size - 1) {
H A Dinline.content.builder.pre.wrap.php37 if ((!$parent || $parent->isBlockLevel()) && $i < $size - 1) {
H A Dinline.content.builder.pre.line.php32 if ((!$parent || $parent->isBlockLevel()) && $i < $size - 1) {
H A Dbox.table.cell.php275 if (!is_null($first) && $this->_suppress_first && $first->isBlockLevel()) {
281 if (!is_null($last) && $this->_suppress_last && $last->isBlockLevel()) {
H A Dbox.generic.formatted.php24 $current_box->isBlockLevel()) {
54 $current_box->isBlockLevel()) {
84 $current_box->isBlockLevel()) {
593 !$parent->isBlockLevel() &&
H A Dbox.block.php461 function isBlockLevel() { function in BlockBox
H A Dbox.list-item.php220 function isBlockLevel() { function in ListItemBox
H A Dbox.generic.php394 function isBlockLevel() { function in GenericBox
H A Dlayout.page.breaks.php580 } elseif ($child->isBlockLevel()) {
H A Dbox.table.php1346 function isBlockLevel() { function in TableBox