Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 8 of 8) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.min-height.inc.php18 function inherit($old_state, &$new_state) { argument
19 $parent_display = $old_state[CSS_DISPLAY];
21 $new_state[CSS_MIN_HEIGHT] = $old_state[CSS_MIN_HEIGHT];
27 $this->get($old_state) :
H A Dcss.vertical-align.inc.php84 function inherit($old_state, &$new_state) { argument
86 $parent_display = $old_state[CSS_DISPLAY];
90 $this->replace_array($this->get($old_state),
96 $this->replace_array($this->get($old_state), $new_state);
104 function inherit_text($old_state, &$new_state) { argument
106 $parent_display = $old_state[CSS_DISPLAY];
108 …$this->replace_array(is_inline_element($parent_display) ? $this->get($old_state) : $this->default_…
H A Dcss.max-height.inc.php18 function inherit($old_state, &$new_state) { argument
19 $parent_display = $old_state[CSS_DISPLAY];
21 $new_state[CSS_MAX_HEIGHT] = $old_state[CSS_MAX_HEIGHT];
27 $this->get($old_state) :
H A Dcss.height.inc.php17 function inherit($old_state, &$new_state) { argument
18 $parent_display = $old_state[CSS_DISPLAY];
19 …$this->replace_array(($parent_display === 'table-row') ? $old_state[CSS_HEIGHT] : $this->default_v…
H A Dcss.pseudo.align.inc.php17 function inherit($old_state, &$new_state) { argument
23 $parent_display = $old_state[CSS_DISPLAY];
25 …is->replace_array(($parent_display === 'table') ? $this->default_value() : $this->get($old_state),
H A Dcss.property.handler.class.php48 function inherit($old_state, &$new_state) { argument
51 $old_state[$code] :
63 function inherit_text($old_state, &$new_state) { argument
67 $new_state[$code] = $old_state[$code];
H A Dcss.pseudo.table.border.inc.php38 function inherit($old_state, &$new_state) { argument
40 $parent_display = $old_state[CSS_DISPLAY];
45 $this->replace_array($this->get($old_state),
H A Dcss.property.sub.class.php28 function inherit($old_state, &$new_state) { argument
31 function inherit_text($old_state, &$new_state) { argument