Searched refs:importPath (Results 1 – 2 of 2) sorted by relevance
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | CssImportFilter.php | 54 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 D | lessc.inc.php | 100 protected function tryImport($importPath, $parentBlock, $out) { argument 101 if ($importPath[0] == "function" && $importPath[1] == "url") { 102 $importPath = $this->flattenList($importPath[2]); 105 $str = $this->coerceString($importPath); 791 [, $importPath, $importId] = $prop; 792 $importPath = $this->reduce($importPath); 798 $result = $this->tryImport($importPath, $block, $out); 801 array(false, "@import " . $this->compileValue($importPath).";") :
|