Searched refs:env (Results 1 – 3 of 3) sorted by relevance
70 protected ?stdClass $env = null; variable in LesserPHP\\Lessc113 $this->env = null;494 $env = $this->pushEnv();497 $env->selectors = $this->multiplySelectors($selectors);498 $out = $this->makeOutputBlock(null, $env->selectors);503 $block->scope = $env; // mixins carry scope with them!512 $env = $this->pushEnv($media);515 $query = $this->compileMediaQuery($this->multiplyMedia($env));694 protected function multiplyMedia($env, $childQueries = null) argument696 if (is_null($env) ||[all …]
29 public $env; variable in LesserPHP\\Parser126 $this->env = null; // block stack153 if (!property_exists($this->env, 'parent') || !is_null($this->env->parent)) {157 return $this->env;322 $this->env->children[$tag][] = $block;401 if (!empty($this->env->supressedDivision)) {402 unset($this->env->supressedDivision);437 !$this->inParens && isset($this->env->currentProperty) && $m[1] == '/' &&438 empty($this->env->supressedDivision)441 if (preg_match($pattern, $this->env->currentProperty)) {[all …]
4 /config/.env