Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php633 * @param string $str_value
639 function dissolve_short_bg($str_value) argument
650 if(csstidy::is_important($str_value))
653 $str_value = csstidy::gvw_important($str_value);
656 $str_value = csstidy_optimise::explode_ws(',',$str_value);
657 for($i = 0; $i < count($str_value); $i++)
662 $str_value[$i] = csstidy_optimise::explode_ws(' ',trim($str_value[$i]));
664 for($j = 0; $j < count($str_value[$i]); $j++)
666 …if($have['bg'] === FALSE && (substr($str_value[$i][$j],0,4) == 'url(' || $str_value[$i][$j] === 'n…
688 elseif($str_value[$i][$j]{0} == '(')
[all …]