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.php2708 protected $inParens = false; variable in lessc_parser
3065 $needWhite = $whiteBefore && !$this->inParens;
3068 …if (!$this->inParens && isset($this->env->currentProperty) && $m[1] == "/" && empty($this->env->su…
3135 $inParens = $this->inParens;
3138 ($this->inParens = true) && $this->expression($exp) &&
3142 $this->inParens = $inParens;
3145 $this->inParens = $inParens;