Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DCssImportFilter.php54 list($importHost, $importPath) = explode('/', $tmp, 2);
58 list($importHost, $importPath) = explode('/', substr($matches['url'], 2), 2);
62 $importPath = substr($matches['url'], 1);
65 $importPath = $matches['url'];
67 $importPath = $sourceDir.'/'.$importPath;
73 $importSource = $importRoot.'/'.$importPath;
76 … } elseif ('css' != pathinfo($importPath, PATHINFO_EXTENSION) || !file_exists($importSource)) {
80 … $import = new FileAsset($importSource, array($importFilter), $importRoot, $importPath);
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php110 protected function tryImport($importPath, $parentBlock, $out) argument
112 if ($importPath[0] == "function" && $importPath[1] == "url") {
113 $importPath = $this->flattenList($importPath[2]);
116 $str = $this->coerceString($importPath);
835 [, $importPath, $importId] = $prop;
836 $importPath = $this->reduce($importPath);
842 $result = $this->tryImport($importPath, $block, $out);
845 array(false, "@import " . $this->compileValue($importPath) . ";") :