Home
last modified time | relevance | path

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

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.list-style-position.inc.php9 function default_value() { return LSP_OUTSIDE; } function in CSSListStylePosition
H A Dcss.list-style-type.inc.php18 function default_value() { return LST_DISC; } function in CSSListStyleType
H A Dcss.list-style.inc.php9 $this->default_value = new ListStyleValue;
10 $this->default_value->image = CSSListStyleImage::default_value();
11 $this->default_value->position = CSSListStylePosition::default_value();
12 $this->default_value->type = CSSListStyleType::default_value();
26 function default_value() { return $this->default_value; } function in CSSListStyle
H A Dcss.min-height.inc.php28 $this->default_value();
32 return $this->default_value();
35 function default_value() { function in CSSMinHeight
H A Dcss.orphans.inc.php8 function default_value() { function in CSSOrphans
H A Dcss.overflow.inc.php18 function default_value() { function in CSSOverflow
H A Dcss.page-break.inc.php21 function default_value() { function in CSSPageBreak
H A Dcss.position.inc.php25 function default_value() { function in CSSPosition
H A Dcss.property.handler.class.php52 $this->default_value());
69 $new_state[$code] = $this->default_value();
77 return $this->default_value() === $value;
H A Dcss.pseudo.align.inc.php13 function default_value() { function in CSSPseudoAlign
25 …$this->replace_array(($parent_display === 'table') ? $this->default_value() : $this->get($old_stat…
43 return $this->default_value();
H A Dcss.pseudo.localalign.inc.php11 function default_value() { return LA_LEFT; } function in CSSLocalAlign
H A Dcss.pseudo.table.border.inc.php26 function default_value() { function in CSSPseudoTableBorder
50 $this->replace_array($this->default_value(), $new_state);
H A Dcss.width.inc.php20 function default_value() { function in CSSCompositeWidth
40 function default_value() { function in CSSWidth
H A Dcss.word-spacing.inc.php13 function default_value() { function in CSSWordSpacing
H A Dcss.z-index.inc.php8 function default_value() { return 0; } function in CSSZIndex
H A Dbox.php353 $box->setCSSProperty(CSS_MARGIN, $handler->default_value());
360 $value = $border_handler->default_value();
365 $box->setCSSProperty(CSS_PADDING, $handler->default_value());
368 $box->setCSSProperty(CSS_BACKGROUND, $handler->default_value());
H A Dbox.table.php74 $box->setCSSProperty(CSS_PADDING, $handler->default_value());
H A Dcss.background.attachment.inc.php15 function default_value() { function in CSSBackgroundAttachment
H A Dcss.background.inc.php7 var $default_value; variable in CSSBackground
18 $this->default_value = new Background(CSSBackgroundColor::default_value(),
19 CSSBackgroundImage::default_value(),
20 CSSBackgroundRepeat::default_value(),
21 CSSBackgroundPosition::default_value(),
22 CSSBackgroundAttachment::default_value());
32 …->replace_array(($parent_display == 'table-row') ? $state[CSS_BACKGROUND] : $this->default_value(),
36 function default_value() { function in CSSBackground
37 return $this->default_value->copy();
H A Dcss.border.collapse.inc.php16 function default_value() { function in CSSBorderCollapse
H A Dcss.border.color.inc.php47 function default_value() { function in CSSBorderColor
74 return $this->default_value();
H A Dcss.border.width.inc.php47 function default_value() { function in CSSBorderWidth
91 return $this->default_value();
H A Dcss.content.inc.php66 function &default_value() { function in CSSContent
H A Dcss.direction.inc.php15 function default_value() { function in CSSDirection
H A Dcss.display.inc.php15 function default_value() { return "inline"; } function in CSSDisplay

1234