Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2711 static protected $literalCache = array(); variable in lessc_parser
3908 if (!isset(self::$literalCache[$what])) {
3909 self::$literalCache[$what] = lessc::preg_quote($what);
3912 return $this->match(self::$literalCache[$what], $m, $eatWhitespace);