Home
last modified time | relevance | path

Searched defs:box (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dheight.php51 function applicable(&$box) {
76 function applicable_value($value, &$box) {
86 function _fix_value($value, &$box, $default, $no_table_recursion) {
136 function &create(&$box) {
184 function apply_min($value, &$box, $no_table_recursion) {
192 function apply_max($value, &$box, $no_table_recursion) {
200 function apply($value, &$box, $no_table_recursion = false) {
H A Dbox.utils.text-align.inc.php4 function ta_left(&$box, &$context, $lastline) {
8 function ta_center(&$box, &$context, $lastline) {
22 function ta_right(&$box, &$context, $lastline) {
36 function ta_justify(&$box, &$context, $lastline) {
H A Dbox.php530 function is_inline(&$box) {
551 function is_whitespace(&$box) {
557 function is_container(&$box) {
563 function is_span(&$box) {
567 function is_table_cell(&$box) {
H A Dstrategy.position.absolute.php7 function apply(&$box) {
24 function _positionAbsoluteVertically(&$box, &$containing_block) {
56 function _positionAbsoluteHorizontally(&$box, &$containing_block) {
H A Dlayout.page.breaks.php146 function get_footnotes_traverse(&$box) {
236 function has_forced_page_break_before(&$box) {
240 function has_forced_page_break_after(&$box) {
244 function get_pages_traverse_block(&$box, &$next, &$previous, $penalty) {
363 function get_pages_traverse_table_row(&$box, $penalty) {
458 function get_pages_traverse_inline(&$box, $penalty, $more_before, $more_after) {
563 function get_pages_traverse(&$box, $penalty) {
H A Dbox.inline.php33 function create(&$box) {
45 function extend(&$box) {
55 function fake_box(&$box) {
290 function init_line(&$box, &$line_no) {
302 function extend_line(&$box, $line_no) {
322 function merge_line(&$box, $line_no) {
H A Dbox.container.php218 function _find(&$box) {
233 function insert_child($index, &$box) {
261 function add_child(&$box) {
265 function append_child(&$box) {
341 function offset_if_first(&$box, $dx, $dy) {
1030 function remove(&$box) {
1041 function is_first(&$box) {
H A Dwidth.php29 function applicable(&$box) { return false; }
53 function applicable(&$box) {
82 function applicable(&$box) {
H A Dstrategy.width.absolute.positioned.php11 function apply(&$box, &$context) {
H A Dstrategy.link.rendering.normal.php7 function apply(&$box, &$driver) {
H A Dlayout.vertical.php10 function apply_clear($box, $y, &$context) {
H A Dflow_context.class.inc.php11 function add_absolute_positioned(&$box) {
15 function add_fixed_positioned(&$box) {
327 function push_viewport(&$box) {
H A Dinline.content.builder.normal.php15 function build(&$box, $text, &$pipeline) {
H A Dinline.content.builder.nowrap.php15 function build(&$box, $raw_content, &$pipeline) {
H A Dinline.content.builder.pre.line.php15 function build(&$box, $text, &$pipeline) {
H A Dstrategy.page.break.simple.php7 function run(&$pipeline, &$media, &$box) {
H A Dstrategy.page.break.smart.php7 function run(&$pipeline, &$media, &$box) {
H A Dinline.content.builder.pre.php19 function build(&$box, $text, &$pipeline) {
H A Dinline.content.builder.pre.wrap.php20 function build(&$box, $text, &$pipeline) {
H A Dlayout.default.class.php6 function process(&$box, &$media, &$driver, &$context) {
H A Dbox.field.pageno.php7 function from_box(&$box) {
H A Dbox.field.pages.php11 function from_box(&$box) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.white-space.php92 function get_line_box_count(&$box) {
/plugin/tabbox/
H A Dscript.js11 function tabboxopen($box, tabid) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php183 public function getBoundary($box = PageBoundaries::CROP_BOX, $fallback = true) argument
217 public function getWidthAndHeight($box = PageBoundaries::CROP_BOX, $fallback = true) argument

1234