Lines Matching refs:shorthands
105 $shorthands =& $GLOBALS['csstidy']['shorthands'];
108 if(isset($shorthands[$this->property]))
130 function shorthands() function in csstidy_optimise
132 $shorthands =& $GLOBALS['csstidy']['shorthands'];
143 if(isset($shorthands[$this->property]))
146 if(is_array($shorthands[$this->property]))
487 $shorthands =& $GLOBALS['csstidy']['shorthands'];
488 if(!is_array($shorthands[$property]))
508 $return[$shorthands[$property][$i]] = $values[$i].$important;
513 $return[$shorthands[$property][0]] = $values[0].$important;
514 $return[$shorthands[$property][1]] = $values[1].$important;
515 $return[$shorthands[$property][3]] = $values[1].$important;
516 $return[$shorthands[$property][2]] = $values[2].$important;
522 …$return[$shorthands[$property][$i]] = (($i % 2 != 0)) ? $values[1].$important : $values[0].$import…
529 $return[$shorthands[$property][$i]] = $values[0].$important;
601 $shorthands =& $GLOBALS['csstidy']['shorthands'];
603 foreach($shorthands as $key => $value)