Searched refs:importDir (Results 1 – 1 of 1) sorted by relevance
/template/mikio/inc/stemmechanics/lesserphp/ |
D | lessc.inc.php | 62 public $importDir = array(); variable in lessc 82 foreach ((array)$this->importDir as $dir) { 163 protected function compileImportedProps($props, $block, $out, $sourceParser, $importDir) { argument 166 $oldImport = $this->importDir; 169 $this->importDir = (array)$this->importDir; 170 array_unshift($this->importDir, $importDir); 176 $this->importDir = $oldImport; 818 [, $bottom, $parser, $importDir] = $import; 819 $this->compileImportedProps($bottom, $block, $out, $parser, $importDir); 2117 $oldImport = $this->importDir; [all …]
|