Home
last modified time | relevance | path

Searched refs:get_style (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.border-bottom.php10 $this->assertEqual($top->get_style(), BS_NONE);
12 $this->assertEqual($left->get_style(), BS_NONE);
14 $this->assertEqual($right->get_style(), BS_NONE);
16 $this->assertEqual($bottom->get_style(), BS_SOLID);
27 $this->assertEqual($top->get_style(), BS_NONE);
29 $this->assertEqual($left->get_style(), BS_NONE);
31 $this->assertEqual($right->get_style(), BS_NONE);
33 $this->assertEqual($bottom->get_style(), BS_SOLID);
H A Dtest.border-right.php10 $this->assertEqual($top->get_style(), BS_NONE);
12 $this->assertEqual($bottom->get_style(), BS_NONE);
14 $this->assertEqual($left->get_style(), BS_NONE);
16 $this->assertEqual($right->get_style(), BS_SOLID);
27 $this->assertEqual($top->get_style(), BS_NONE);
29 $this->assertEqual($bottom->get_style(), BS_NONE);
31 $this->assertEqual($left->get_style(), BS_NONE);
33 $this->assertEqual($right->get_style(), BS_SOLID);
H A Dtest.border-top.php10 $this->assertEqual($right->get_style(), BS_NONE);
12 $this->assertEqual($bottom->get_style(), BS_NONE);
14 $this->assertEqual($left->get_style(), BS_NONE);
16 $this->assertEqual($top->get_style(), BS_SOLID);
27 $this->assertEqual($right->get_style(), BS_NONE);
29 $this->assertEqual($bottom->get_style(), BS_NONE);
31 $this->assertEqual($left->get_style(), BS_NONE);
33 $this->assertEqual($top->get_style(), BS_SOLID);
H A Dtest.border-left.php10 $this->assertEqual($top->get_style(), BS_NONE);
12 $this->assertEqual($bottom->get_style(), BS_NONE);
14 $this->assertEqual($right->get_style(), BS_NONE);
16 $this->assertEqual($left->get_style(), BS_SOLID);
27 $this->assertEqual($top->get_style(), BS_NONE);
29 $this->assertEqual($bottom->get_style(), BS_NONE);
31 $this->assertEqual($right->get_style(), BS_NONE);
33 $this->assertEqual($left->get_style(), BS_SOLID);
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.border.edge.class.php98 function &get_style() { function in EdgePDF