Searched refs:replace_array (Results 1 – 11 of 11) sorted by relevance
/plugin/publistf/ |
H A D | sanitiser.php | 35 $replace_array = array( 54 $outputstr = str_replace($search_array, $replace_array, $inputstr);
|
/plugin/publist/ |
H A D | sanitiser.php | 30 $replace_array = array( 45 $outputstr = str_replace($search_array, $replace_array, $inputstr);
|
/plugin/publistx/ |
H A D | sanitiser.php | 33 $replace_array = array( 51 $outputstr = str_replace($search_array, $replace_array, $inputstr);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.vertical-align.inc.php | 90 $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 D | css.pseudo.table.border.inc.php | 45 $this->replace_array($this->get($old_state), 50 $this->replace_array($this->default_value(), $new_state);
|
H A D | css.height.inc.php | 19 …$this->replace_array(($parent_display === 'table-row') ? $old_state[CSS_HEIGHT] : $this->default_v…
|
H A D | css.pseudo.align.inc.php | 25 …$this->replace_array(($parent_display === 'table') ? $this->default_value() : $this->get($old_stat…
|
H A D | css.background.inc.php | 32 …$this->replace_array(($parent_display == 'table-row') ? $state[CSS_BACKGROUND] : $this->default_va…
|
H A D | css.property.sub.class.php | 34 function replace_array($value, &$state_array) { function in CSSSubProperty
|
H A D | css.property.handler.class.php | 91 function replace_array($value, &$state) { function in CSSPropertyHandler
|
H A D | box.generic.php | 62 $cache[$code]->replace_array($value, $this->_css);
|