Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2683 static protected $commentMulti; variable in lessc_parser
2746 self::$commentMulti = $commentMultiLeft . '.*?' . $commentMultiRight;
2747 … self::$whitePattern = '/' . $commentSingle . '[^\n]*\s*|(' . self::$commentMulti . ')\s*|\s+/Ais';