Searched refs:importPath (Results 1 – 1 of 1) sorted by relevance
105 protected function tryImport($importPath, $parentBlock, $out) { argument106 if ($importPath[0] == "function" && $importPath[1] == "url") {107 $importPath = $this->flattenList($importPath[2]);110 $str = $this->coerceString($importPath);796 [, $importPath, $importId] = $prop;797 $importPath = $this->reduce($importPath);803 $result = $this->tryImport($importPath, $block, $out);806 array(false, "@import " . $this->compileValue($importPath).";") :