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.php2552 static protected $literalCache = array(); variable in lessc_parser
3688 if (!isset(self::$literalCache[$what])) {
3689 self::$literalCache[$what] = lessc::preg_quote($what);
3692 return $this->match(self::$literalCache[$what], $m, $eatWhitespace);