/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.inline.control.php | 10 return $this->get_max_width($context, $limit); 13 function get_max_width(&$context, $limit = 10E6) { function in InlineControlBox 15 GenericContainerBox::get_max_width($context, $limit) -
|
H A D | box.input.textarea.php | 32 return $this->get_max_width($context); 35 function get_max_width(&$context) { function in TextAreaInputBox
|
H A D | box.iframe.php | 14 return $this->get_max_width($context); 17 function get_max_width(&$context) { function in IFrameBox
|
H A D | box.button.php | 26 function get_max_width(&$context, $limit = 10E6) { function in ButtonBox 28 GenericContainerBox::get_max_width($context, $limit);
|
H A D | strategy.width.max.php | 40 $this->add_width($child->get_max_width($context, $this->_limit)); 43 $this->add_width($child->get_max_width($context, $this->_limit));
|
H A D | box.text.string.php | 50 function get_max_width(&$context) { function in TextBoxString
|
H A D | box.null.php | 6 function get_max_width(&$context) { return 0; } function in NullBox
|
H A D | box.table.cell.fake.php | 64 function get_max_width() { function in FakeTableCellBox
|
H A D | strategy.width.min.nowrap.php | 33 $this->add_width($child->get_max_width($context));
|
H A D | box.legend.php | 30 $this->put_full_width($this->get_max_width($context));
|
H A D | box.whitespace.php | 49 function get_max_width(&$context) { function in WhitespaceBox
|
H A D | box.br.php | 83 function get_max_width(&$context) { function in BRBox
|
H A D | box.radiobutton.php | 65 function get_max_width(&$context) { function in RadioBox
|
H A D | strategy.width.max.natural.php | 47 $delta = $child->get_max_width($context, $this->_limit);
|
H A D | box.checkbutton.php | 114 function get_max_width(&$context) { function in CheckBox
|
H A D | box.page.margin.class.php | 147 $left_width = $left->get_max_width($context); 148 $center_width = $center->get_max_width($context); 149 $right_width = $right->get_max_width($context);
|
H A D | box.table.row.php | 148 $widths[] = $this->content[$i]->get_max_width($context);
|
H A D | box.generic.formatted.php | 469 return $this->get_max_width($context) - $this->_get_hor_extra(); 477 function get_max_width(&$context) { function in GenericFormattedBox 482 return $this->get_max_width($context);
|
H A D | box.block.php | 183 $this->put_full_width($this->get_max_width($context));
|
H A D | box.frame.php | 60 $this->put_width($this->get_max_width($context) - $this->_get_hor_extra());
|
H A D | box.table.php | 683 function get_max_width(&$context) { function in TableBox 714 return $this->get_max_width($context); 1208 $this->put_width(min($this->get_max_width($context), $this->get_width()));
|
H A D | box.img.php | 21 function get_max_width(&$context) { function in GenericImgBox
|
H A D | box.inline.php | 481 return $this->get_max_width($context, $limit);
|
H A D | box.text.php | 189 function get_max_width(&$context) { function in TextBox
|
H A D | box.container.php | 623 function get_max_width(&$context, $limit=10E6) { function in GenericContainerBox
|