Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2549 protected $inParens = false; variable in lessc_parser
2875 $needWhite = $whiteBefore && !$this->inParens;
2878 …if (!$this->inParens && isset($this->env->currentProperty) && $m[1] == "/" && empty($this->env->su…
2943 $inParens = $this->inParens;
2945 ($this->inParens = true) && $this->expression($exp) &&
2949 $this->inParens = $inParens;
2952 $this->inParens = $inParens;