Home
last modified time | relevance | path

Searched refs:tree (Results 226 – 250 of 377) sorted by path

12345678910>>...16

/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre._interface.class.php3 function process(&$tree, $data, &$pipeline) { argument
H A Dfilter.pre.fields.class.php18 function process(&$tree, $data, &$pipeline) { argument
19 if (is_a($tree, 'TextBox')) {
23 switch ($tree->words[0]) {
25 $parent =& $tree->parent;
28 $parent->insert_before($field, $tree);
30 $parent->remove($tree);
33 $parent =& $tree->parent;
36 $parent->remove($tree);
42 $tree->words[0] = $this->filename;
49 $tree->words[0] = $this->filesize;
[all …]
H A Dfilter.pre.footnotes.class.php13 function process(&$tree, $data, &$pipeline) { argument
14 if (is_a($tree, 'GenericContainerBox')) {
15 for ($i=0; $i<count($tree->content); $i++) {
20 if (!is_a($tree->content[$i], 'TextBox')) {
21 if ($tree->content[$i]->get_css_property(CSS_POSITION) == POSITION_FOOTNOTE) {
22 $tree->content[$i]->setCSSProperty(CSS_POSITION, POSITION_STATIC);
24 $note_call =& BoxNoteCall::create($tree->content[$i], $pipeline);
25 $tree->content[$i] =& $note_call;
29 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.pre.headfoot.class.php19 function process(&$tree, $data, &$pipeline) { argument
26 $tree->add_child($box);
31 $tree->add_child($box);
H A Dfilter.pre.height-constraint.class.php8 function process(&$tree, $data, &$pipeline) { argument
9 if (!is_a($tree, 'GenericFormattedBox')) {
19 if (!is_null($tree->parent)) {
20 $parent_hc = $tree->parent->get_height_constraint();
21 $hc = $tree->get_height_constraint();
26 $tree->put_height_constraint($hc);
34 $hc = $tree->get_height_constraint();
35 $height = $tree->get_height();
37 $tree->height = $hc->apply($height, $tree);
42 if (is_a($tree, 'GenericContainerBox')) {
[all …]
H A Dlayout._interface.class.php3 function process(&$tree, &$media) { argument
H A Dtreebuilder.class.php47 $tree = ActiveLinkDOMTree::from_XML(new XML($xmlstring));
49 return $tree;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php30 $tree = $this->layoutPipeline($html, $pipeline, $media, $context, $postponed);
31 return $tree;
H A Dtest.block.absolute.php5 $tree = $this->runPipeline('
17 $block = $tree->get_element_by_id('block');
18 $body = $tree->get_body();
H A Dtest.border-bottom.php5 $tree = $this->runPipeline(file_get_contents('test.border-bottom.1.html'));
7 $element =& $tree->get_element_by_id('div1');
24 $element =& $tree->get_element_by_id('div2');
H A Dtest.border-left.php5 $tree = $this->runPipeline(file_get_contents('test.border-left.1.html'));
7 $element =& $tree->get_element_by_id('div1');
24 $element =& $tree->get_element_by_id('div2');
H A Dtest.border-right.php5 $tree = $this->runPipeline(file_get_contents('test.border-right.1.html'));
7 $element =& $tree->get_element_by_id('div1');
24 $element =& $tree->get_element_by_id('div2');
H A Dtest.border-top.php5 $tree = $this->runPipeline(file_get_contents('test.border-top.1.html'));
7 $element =& $tree->get_element_by_id('div1');
24 $element =& $tree->get_element_by_id('div2');
H A Dtest.containing.block.absolute.php5 $tree = $this->runPipeline('
29 $block =& $tree->get_element_by_id('block');
30 $container =& $tree->get_element_by_id('container');
H A Dtest.css.background.attachment.php5 $tree = $this->runPipeline('
23 $div1 =& $tree->get_element_by_id('div1');
26 $div2 =& $tree->get_element_by_id('div2');
29 $div3 =& $tree->get_element_by_id('div3');
32 … $this->assertEqual(BACKGROUND_ATTACHMENT_FIXED, $tree->getCSSProperty(CSS_BACKGROUND_ATTACHMENT));
H A Dtest.css.content.php5 $tree = $this->runPipeline(file_get_contents('test.css.content.1.html'));
7 $element0 =& $tree->get_element_by_id('div1');
H A Dtest.css.page.break.after.php5 $tree = $this->runPipeline(file_get_contents('test.css.page.break.after.1.html'));
6 $div = $tree->get_element_by_id('div');
11 $tree = $this->runPipeline(file_get_contents('test.css.page.break.after.2.html'),
13 $page_heights = PageBreakLocator::getPages($tree,
19 $div = $tree->get_element_by_id('div');
20 $h1 = $tree->get_element_by_id('h1');
H A Dtest.css.page.break.before.php5 $tree = $this->runPipeline(file_get_contents('test.css.page.break.before.1.html'));
7 $div = $tree->get_element_by_id('div');
H A Dtest.css.page.break.inside.php5 $tree = $this->runPipeline('
18 $div = $tree->get_element_by_id('div');
H A Dtest.css.priority.php5 $tree = $this->runPipeline('
26 $cell1 =& $tree->get_element_by_id('cell1');
32 $cell2 =& $tree->get_element_by_id('cell2');
38 $cell3 =& $tree->get_element_by_id('cell3');
H A Dtest.float.php5 $tree = $this->runPipeline('
19 $first_div = $tree->get_element_by_id('div1');
20 $body = $tree;
27 $tree = $this->runPipeline('
41 $first_div = $tree->get_element_by_id('div1');
42 $body = $tree;
H A Dtest.font-size.php5 $tree = $this->runPipeline('
18 $inline = $tree->get_first();
H A Dtest.font.inherit.php5 $tree = $this->runPipeline('
24 $outer_div = $tree->get_element_by_id('outer');
25 $inner_div = $tree->get_element_by_id('inner');
27 $body_font_size = $tree->getCSSProperty(CSS_FONT_SIZE);
38 $tree = $this->runPipeline('
56 $outer_div = $tree->get_element_by_id('outer');
57 $inner_div = $tree->get_element_by_id('inner');
59 $body_font_size = $tree->getCSSProperty(CSS_FONT_SIZE);
H A Dtest.html.mode.php5 $tree = $this->runPipeline(file_get_contents('test.html.mode.1.html'));
H A Dtest.iframe.src.empty.php5 $tree = $this->runPipeline('

12345678910>>...16