Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy.php640 …$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
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php754 …$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