Searched refs:property_is_next (Results 1 – 2 of 2) sorted by relevance
640 …$pn = (($string{$i} == "\n" || $string{$i} == "\r") && $this->property_is_next($string,$i+1) || $i…955 function property_is_next($istring, $pos) function in csstidy
754 …$pn = (($string[$i] === "\n" || $string[$i] === "\r") && $this->property_is_next($string, $i + 1) …1280 public function property_is_next($istring, $pos) { function in csstidy