Searched refs:new_state (Results 1 – 10 of 10) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.property.handler.class.php | 48 function inherit($old_state, &$new_state) { argument 50 $new_state[$code] = ($this->_inheritable ? 63 function inherit_text($old_state, &$new_state) { argument 67 $new_state[$code] = $old_state[$code]; 69 $new_state[$code] = $this->default_value();
|
H A D | css.vertical-align.inc.php | 84 function inherit($old_state, &$new_state) { argument 91 $new_state); 96 $this->replace_array($this->get($old_state), $new_state); 100 $this->replace_array($this->default_value(), $new_state); 104 function inherit_text($old_state, &$new_state) { argument 109 $new_state);
|
H A D | css.min-height.inc.php | 18 function inherit($old_state, &$new_state) { argument 21 $new_state[CSS_MIN_HEIGHT] = $old_state[CSS_MIN_HEIGHT]; 25 $new_state[CSS_MIN_HEIGHT] =
|
H A D | css.max-height.inc.php | 18 function inherit($old_state, &$new_state) { argument 21 $new_state[CSS_MAX_HEIGHT] = $old_state[CSS_MAX_HEIGHT]; 25 $new_state[CSS_MAX_HEIGHT] =
|
H A D | css.pseudo.table.border.inc.php | 38 function inherit($old_state, &$new_state) { argument 46 $new_state); 50 $this->replace_array($this->default_value(), $new_state);
|
H A D | css.height.inc.php | 17 function inherit($old_state, &$new_state) { argument 20 $new_state);
|
H A D | css.pseudo.align.inc.php | 17 function inherit($old_state, &$new_state) { argument 26 $new_state);
|
H A D | css.background.inc.php | 27 function inherit($state, &$new_state) { argument 33 $new_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
|
H A D | css.state.class.php | 86 $new_state =& $this->getState(); 90 $handler->inherit_text($state, $new_state);
|