Searched refs:table_border (Results 1 – 4 of 4) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
D | test.table.border.php | 20 $table_border = $table->getCSSProperty(CSS_BORDER); 22 $this->assertEqual($table_border->left->style , BS_SOLID); 23 $this->assertEqual($table_border->right->style , BS_SOLID); 24 $this->assertEqual($table_border->top->style , BS_SOLID); 25 $this->assertEqual($table_border->bottom->style , BS_SOLID); 27 $this->assertTrue($table_border->left->width->getPoints() > 0); 28 $this->assertTrue($table_border->right->width->getPoints() > 0); 29 $this->assertTrue($table_border->top->width->getPoints() > 0); 30 $this->assertTrue($table_border->bottom->width->getPoints() > 0); 83 $table_border = $table->getCSSProperty(CSS_BORDER); [all …]
|
D | test.table.border.nested.php | 20 $table_border = $table->getCSSProperty(CSS_BORDER); 21 $this->assertEqual($table_border->left->style , BS_NONE); 22 $this->assertEqual($table_border->right->style , BS_NONE); 23 $this->assertEqual($table_border->top->style , BS_NONE); 24 $this->assertEqual($table_border->bottom->style , BS_NONE);
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | box.table.cell.php | 128 $table_border = $box->get_css_property(CSS_HTML2PS_TABLE_BORDER); 129 $box->setCSSProperty(CSS_BORDER, $table_border);
|
/plugin/jsoneditor/script/ |
D | jsoneditor.min.js | 2 …table_border:!1,table_zebrastyle:!1,tooltip:"bootstrap"},xo=function(t){!function(t,e){if("functio… property
|