Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/
DLessc.php70 protected ?stdClass $env = null; variable in LesserPHP\\Lessc
113 $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) argument
696 if (is_null($env) ||
[all …]
DParser.php29 public $env; variable in LesserPHP\\Parser
126 $this->env = null; // block stack
153 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 …]
/dokuwiki/vendor/php81_bc/strftime/
D.gitignore4 /config/.env