Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php198 var $sub_value_arr = array(); variable in csstidy
667 $this->sub_value_arr[] = trim($this->sub_value);
673 case '@charset': $this->charset = $this->sub_value_arr[0]; break;
674 … case '@namespace': $this->namespace = implode(' ',$this->sub_value_arr); break;
675 … case '@import': $this->import[] = implode(' ',$this->sub_value_arr); break;
678 $this->sub_value_arr = array();
708 $this->sub_value_arr[] = $this->sub_value;
712 $this->value = implode(' ',$this->sub_value_arr);
738 $this->sub_value_arr = array();
758 $this->sub_value_arr[] = $this->sub_value;