Home
last modified time | relevance | path

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

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.pseudo.link.destination.inc.php8 function default_value() { function in CSSPseudoLinkDestination
H A Dcss.pseudo.nowrap.inc.php9 function default_value() { return NOWRAP_NORMAL; } function in CSSPseudoNoWrap
H A Dcss.table-layout.inc.php15 function default_value() { function in CSSTableLayout
H A Dcss.text-align.inc.php21 function default_value() { return TA_LEFT; } function in CSSTextAlign
H A Dcss.text-decoration.inc.php23 function default_value() { function in CSSTextDecoration
34 $parsed = $this->default_value();
H A Dcss.text-transform.inc.php20 function default_value() { function in CSSTextTransform
H A Dcss.top.inc.php16 function default_value() { function in CSSTop
H A Dcss.vertical-align.inc.php100 $this->replace_array($this->default_value(), $new_state);
108 …replace_array(is_inline_element($parent_display) ? $this->get($old_state) : $this->default_value(),
112 function default_value() { return VA_BASELINE; } function in CSSVerticalAlign
136 return $this->default_value();
H A Dcss.visibility.inc.php18 function default_value() { function in CSSVisibility
H A Dcss.white-space.inc.php21 function default_value() { function in CSSWhiteSpace
H A Dcss.widows.inc.php8 function default_value() { return 2; } function in CSSWidows
H A Dvalue.background.php83 $this->_color->equals(CSSBackgroundColor::default_value()) &&
85 $this->_repeat == CSSBackgroundRepeat::default_value() &&
H A Dvalue.list-style.class.php31 $this->position == CSSListStylePosition::default_value() &&
32 $this->type == CSSListStyleType::default_value();
H A Dcss.background.position.inc.php23 function default_value() { function in CSSBackgroundPosition
H A Dcss.background.repeat.inc.php18 function default_value() { return BR_REPEAT; } function in CSSBackgroundRepeat
39 return CSSBackgroundRepeat::default_value();
H A Dcss.bottom.inc.php37 function default_value() { function in CSSBottom
H A Dcss.clear.inc.php20 function default_value() { function in CSSClear
H A Dcss.font-size.inc.php12 function default_value() { function in CSSFontSize
H A Dcss.font-style.inc.php4 function default_value() { function in CSSFontStyle
H A Dcss.font-weight.inc.php4 function default_value() { function in CSSFontWeight
H A Dcss.html2ps.pseudoelements.inc.php13 function default_value() { function in CSSHTML2PSPseudoelements
H A Dcss.inc.php16 $this->_defaultState[$property] = $handler->default_value();
84 $value = $handler->default_value();
H A Dcss.letter-spacing.inc.php13 function default_value() { function in CSSLetterSpacing
H A Dcss.line-height.inc.php19 function default_value() { function in CSSLineHeight
47 return $this->default_value();
H A Dcss.list-style-image.inc.php8 function default_value() { function in CSSListStyleImage
19 return CSSListStyleImage::default_value();
33 return CSSListStyleImage::default_value();

1234