Lines Matching refs:at
150 var $at = ''; variable in csstidy
492 $this->_add_token(AT_START, $this->at);
496 $this->at = trim($this->at).',';
500 $this->at .= $this->_unicode($string,$i);
505 $lastpos = strlen($this->at)-1;
506 …if(!( (ctype_space($this->at{$lastpos}) || csstidy::is_token($this->at,$lastpos) && $this->at{$las…
508 $this->at .= $string{$i};
530 ($type == 'at') ? $this->at = '@'.$name : $this->selector = '@'.$name;
572 $this->_add_token(AT_END, $this->at);
573 $this->at = '';
694 if($this->at == '')
696 $this->at = DEFAULT_AT;
721 … $this->css_add_property($this->at,$this->selector,$this->property,$this->value);
847 $this->merge_css_blocks($this->at,$selector,$this->css[$this->at][$this->selector]);
849 unset($this->css[$this->at][$this->selector]);