Searched refs:get_style (Results 1 – 5 of 5) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.border-bottom.php | 10 $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 D | test.border-right.php | 10 $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 D | test.border-top.php | 10 $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 D | test.border-left.php | 10 $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 D | value.border.edge.class.php | 98 function &get_style() { function in EdgePDF
|