Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy.php171 var $sel_separate = array(); variable in csstidy
575 $this->sel_separate = array();
580 $this->sel_separate[] = strlen($this->selector);
681 $this->sel_separate = array();
832 $this->sel_separate[] = strlen($this->selector);
833 foreach($this->sel_separate as $num => $pos)
835 if($num == count($this->sel_separate)-1) {
852 $this->sel_separate = array();
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php178 public $sel_separate = array(); variable in csstidy
692 $this->sel_separate = array();
695 $this->sel_separate[] = strlen($this->selector);
789 $this->sel_separate = array();
1008 $this->sel_separate[] = strlen($this->selector);
1009 foreach ($this->sel_separate as $num => $pos) {
1010 if ($num == count($this->sel_separate) - 1) {
1027 $this->sel_separate = array();