Searched refs:FileAsset (Results 1 – 7 of 7) sorted by relevance
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/ |
H A D | RequireCssProcess.php | 17 use Assetic\Asset\FileAsset; alias 65 $asset = new FileAsset($assetPath, $filterCollection, $sourceRoot, $sourcePath); 70 $asset = new FileAsset($assetPath, $filterCollection, $sourceRoot, $sourcePath);
|
H A D | RequireJsProcess.php | 18 use Assetic\Asset\FileAsset; alias 69 $assets->add(new FileAsset(dirname(__DIR__) . '/Resources/require.js')); 167 $assets->add(new FileAsset($match));
|
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
H A D | README.md | 9 use Assetic\Asset\FileAsset; 14 new FileAsset('/path/to/another.js'), 47 use Assetic\Asset\FileAsset; 53 new FileAsset('/path/to/src/styles.less', array(new LessFilter())), 127 use Assetic\Asset\FileAsset; 131 $am->set('jquery', new FileAsset('/path/to/jquery.js')); 142 use Assetic\Asset\FileAsset; 146 new FileAsset('/path/to/jquery.plugin.js'), 261 use Assetic\Asset\FileAsset; 267 new FileAsset('/path/to/some.js', array($yui)),
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | CssImportFilter.php | 15 use Assetic\Asset\FileAsset; alias 80 … $import = new FileAsset($importSource, array($importFilter), $importRoot, $importPath);
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | FileAsset.php | 22 class FileAsset extends BaseAsset class
|
H A D | GlobAsset.php | 105 … $asset = new FileAsset($path, array(), $this->getSourceRoot(), null, $this->getVars());
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/ |
H A D | AssetFactory.php | 18 use Assetic\Asset\FileAsset; alias 358 return new FileAsset($source, array(), $root, $path, $vars);
|