Home
last modified time | relevance | path

Searched defs:context (Results 376 – 400 of 424) sorted by last modified time

1...<<11121314151617

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.null.php5 function get_min_width(&$context) { return 0; }
6 function get_max_width(&$context) { return 0; }
27 function reflow_static(&$parent, &$context) {
H A Dbox.radiobutton.php61 function get_min_width(&$context) {
65 function get_max_width(&$context) {
69 function get_max_width_natural(&$context) {
73 function reflow(&$parent, &$context) {
H A Dbox.table.cell.php28 function get_min_width(&$context) {
263 function reflow(&$parent, &$context) {
H A Dstrategy.width.max.php24 function apply(&$box, &$context) {
H A Dbox.img.php13 function get_max_width_natural(&$context) {
17 function get_min_width(&$context) {
21 function get_max_width(&$context) {
67 function reflow_static(&$parent, &$context) {
H A Dbox.inline.control.php9 function get_min_width(&$context, $limit = 10E6) {
13 function get_max_width(&$context, $limit = 10E6) {
23 function reflow_static(&$parent, &$context) {
H A Dbox.note-call.class.php81 function reflow(&$parent, &$context) {
H A Dbox.whitespace.php45 function get_min_width(&$context) {
49 function get_max_width(&$context) {
62 function reflow(&$parent, &$context) {
H A Dstrategy.table.layout.auto.php7 function apply($table, &$context) {
12 function use_colspans(&$table, $widths, &$context, $width_fun, $minwc, $maxwc) {
68 function table_columns_fit(&$table, $width, &$context) {
H A Dlayout.default.class.php6 function process(&$box, &$media, &$driver, &$context) {
H A Dlayout.vertical.php10 function apply_clear($box, $y, &$context) {
H A Drender.queue.class.php14 function set_root_context(&$context) {
H A Dstrategy.table.layout.fixed.php7 function apply($table, &$context) {
H A Dstrategy.width.max.natural.php24 function apply(&$box, &$context) {
H A Dbox.button.php26 function get_max_width(&$context, $limit = 10E6) {
H A Dbox.checkbutton.php100 function get_min_width(&$context) {
114 function get_max_width(&$context) {
128 function reflow(&$parent, &$context) {
H A Dbox.generic.inline.php9 function reflow(&$parent, &$context) {
39 function maybe_line_break(&$parent, &$context) {
H A Dbox.iframe.php13 function get_min_width(&$context) {
17 function get_max_width(&$context) {
H A Dbox.legend.php22 function reflow(&$parent, &$context) {
H A Dbox.list-item.php69 function reflow(&$parent, &$context) {
H A Dbox.page.margin.class.php184 function _position($media, $boxes, $context) {
197 function _position($media, $boxes, $context) {
210 function _position($media, $boxes, $context) {
228 function _position($media, $boxes, $context) {
246 function _position($media, $boxes, $context) {
264 function _position($media, $boxes, $context) {
277 function _position($media, $boxes, $context) {
290 function _position($media, $boxes, $context) {
308 function _position($media, $boxes, $context) {
326 function _position($media, $boxes, $context) {
[all …]
H A Dbox.table.php647 function get_min_width(&$context) {
679 function get_min_width_natural(&$context) {
683 function get_max_width(&$context) {
713 function get_max_width_natural(&$context) {
738 function table_column_widths(&$context) {
823 function get_table_columns_max_widths(&$context) {
859 function get_table_columns_min_widths(&$context) {
963 function reflow(&$parent, &$context) {
973 function reflow_absolute(&$context) {
1003 function reflow_static_normal(&$parent, &$context) {
[all …]
H A Dbox.table.row.php140 function get_table_columns_max_widths(&$context) {
155 function get_table_columns_min_widths(&$context) {
H A Dbox.text.php181 function get_min_width_natural(&$context) {
185 function get_min_width(&$context) {
189 function get_max_width(&$context) {
199 function maybe_line_break(&$parent, &$context) {
289 function save_wrapped($wrappable, &$parent, &$context) {
295 function reflow(&$parent, &$context) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php4 function layoutPipeline($html, &$pipeline, &$media, &$context, &$positioned_filter) {
22 …function runPipeline($html, &$media = null, &$pipeline = null, &$context = null, &$postponed = nul…

1...<<11121314151617