Home
last modified time | relevance | path

Searched refs:is_constrained_column (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php114 if ($table->is_constrained_column($i)) {
127 if ($table->is_constrained_column($i)) {
164 if (!$table->is_constrained_column($i)) {
H A Dbox.table.php416 function is_constrained_column($index) { function in TableBox