Home
last modified time | relevance | path

Searched refs:default_value (Results 76 – 85 of 85) sorted by last modified time

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.float.inc.php17 function default_value() { function in CSSFloat
H A Dcss.font-family.inc.php4 function default_value() { function in CSSFontFamily
H A Dcss.font.inc.php45 function default_value() { function in CSSFont
50 $default_size = $size_handler->default_value();
53 $this->_defaultValue->weight = CSSFontWeight::default_value();
54 $this->_defaultValue->style = CSSFontStyle::default_value();
55 $this->_defaultValue->family = CSSFontFamily::default_value();
H A Dcss.height.inc.php19 …>replace_array(($parent_display === 'table-row') ? $old_state[CSS_HEIGHT] : $this->default_value(),
27 function default_value() { function in CSSHeight
H A Dcss.html2ps.html.content.inc.php11 function &default_value() { function in CSSHTML2PSHTMLContent
H A Dcss.html2ps.pixels.php8 function &default_value() { function in CSSHTML2PSPixels
H A Dcss.margin.inc.php6 var $default_value; variable in CSSMargin
9 $this->default_value = $this->parse("0");
13 function default_value() { function in CSSMargin
14 return $this->default_value->copy();
H A Dcss.max-height.inc.php28 $this->default_value();
32 return $this->default_value();
35 function default_value() { function in CSSMaxHeight
H A Dcss.padding.inc.php6 var $default_value; variable in CSSPadding
9 $this->default_value = $this->parse("0");
13 function default_value() { return $this->default_value->copy(); } function in CSSPadding
H A Dcss.page.inc.php9 function default_value() { function in CSSPage

1234