Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2685 static protected $commentSingle = "//"; variable in lessc_parser
2742 $commentSingle = lessc::preg_quote(self::$commentSingle);
2747 … self::$whitePattern = '/' . $commentSingle . '[^\n]*\s*|(' . self::$commentMulti . ')\s*|\s+/Ais';