Home
last modified time | relevance | path

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

/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php105 protected function tryImport($importPath, $parentBlock, $out) { argument
106 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).";") :