Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2527 static protected $commentMultiLeft = "/*"; variable in lessc_parser
2569 $commentMultiLeft = lessc::preg_quote(self::$commentMultiLeft);
2572 self::$commentMulti = $commentMultiLeft.'.*?'.$commentMultiRight;