Searched refs:old_state (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.min-height.inc.php | 18 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 D | css.vertical-align.inc.php | 84 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 D | css.max-height.inc.php | 18 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 D | css.height.inc.php | 17 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 D | css.pseudo.align.inc.php | 17 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 D | css.property.handler.class.php | 48 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 D | css.pseudo.table.border.inc.php | 38 function inherit($old_state, &$new_state) { argument 40 $parent_display = $old_state[CSS_DISPLAY]; 45 $this->replace_array($this->get($old_state),
|
H A D | css.property.sub.class.php | 28 function inherit($old_state, &$new_state) { argument 31 function inherit_text($old_state, &$new_state) { argument
|