Home
last modified time | relevance | path

Searched refs:replace_array (Results 1 – 11 of 11) sorted by relevance

/plugin/publistf/
H A Dsanitiser.php35 $replace_array = array(
54 $outputstr = str_replace($search_array, $replace_array, $inputstr);
/plugin/publist/
H A Dsanitiser.php30 $replace_array = array(
45 $outputstr = str_replace($search_array, $replace_array, $inputstr);
/plugin/publistx/
H A Dsanitiser.php33 $replace_array = array(
51 $outputstr = str_replace($search_array, $replace_array, $inputstr);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.vertical-align.inc.php90 $this->replace_array($this->get($old_state),
96 $this->replace_array($this->get($old_state), $new_state);
100 $this->replace_array($this->default_value(), $new_state);
108 …$this->replace_array(is_inline_element($parent_display) ? $this->get($old_state) : $this->default_…
H A Dcss.pseudo.table.border.inc.php45 $this->replace_array($this->get($old_state),
50 $this->replace_array($this->default_value(), $new_state);
H A Dcss.height.inc.php19 …$this->replace_array(($parent_display === 'table-row') ? $old_state[CSS_HEIGHT] : $this->default_v…
H A Dcss.pseudo.align.inc.php25 …$this->replace_array(($parent_display === 'table') ? $this->default_value() : $this->get($old_stat…
H A Dcss.background.inc.php32 …$this->replace_array(($parent_display == 'table-row') ? $state[CSS_BACKGROUND] : $this->default_va…
H A Dcss.property.sub.class.php34 function replace_array($value, &$state_array) { function in CSSSubProperty
H A Dcss.property.handler.class.php91 function replace_array($value, &$state) { function in CSSPropertyHandler
H A Dbox.generic.php62 $cache[$code]->replace_array($value, $this->_css);