Lines Matching refs:explode_ws
651 $values = $this->explode_ws('/', $value);
678 public function explode_ws($sep, $string, $explode_in_parenthesis = false) { function in csstidy_optimise
766 $v = $this->explode_ws(' ', trim($array[$value[$i]]));
814 $str_value = $this->explode_ws(',', $str_value);
824 $str_value[$i] = $this->explode_ws(' ', trim($str_value[$i]));
875 …$number_of_values = @max(count($this->explode_ws(',', $input_css['background-image'])), count($thi…
877 …$bg_img_array = @$this->explode_ws(',', $this->parser->gvw_important($input_css['background-image'…
915 $temp = $this->explode_ws(',', $cur_value);
973 $str_value = $this->explode_ws(',', trim($str_value));
975 $str_value[0] = $this->explode_ws(' ', trim($str_value[0]));
988 $size = $this->explode_ws('/', trim($str_value[0][$j]));
1131 $value = $this->explode_ws("\x0", $value . ' ', true);
1307 $values = $this->explode_ws(',', $value);
1318 $values = $this->explode_ws(' ', trim($value));