Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/unittest/
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);
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);
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);
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);
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.border.edge.class.php98 function &get_style() { function in EdgePDF