Lines Matching refs:importDir
63 public $importDir = array(); variable in lessc
84 foreach ((array)$this->importDir as $dir) {
170 protected function compileImportedProps($props, $block, $out, $sourceParser, $importDir) argument
174 $oldImport = $this->importDir;
177 $this->importDir = (array)$this->importDir;
178 array_unshift($this->importDir, $importDir);
184 $this->importDir = $oldImport;
857 [, $bottom, $parser, $importDir] = $import;
858 $this->compileImportedProps($bottom, $block, $out, $parser, $importDir);
2252 $oldImport = $this->importDir;
2254 $this->importDir = (array)$this->importDir;
2255 $this->importDir[] = $pi['dirname'] . '/';
2261 $this->importDir = $oldImport;
2462 $this->importDir = (array)$dirs;
2467 $this->importDir = (array)$this->importDir;
2468 $this->importDir[] = $dir;