Home
last modified time | relevance | path

Searched refs:FileAsset (Results 1 – 7 of 7) sorted by path

/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md9 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/Asset/
H A DFileAsset.php22 class FileAsset extends BaseAsset class
H A DGlobAsset.php105 … $asset = new FileAsset($path, array(), $this->getSourceRoot(), null, $this->getVars());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php18 use Assetic\Asset\FileAsset; alias
358 return new FileAsset($source, array(), $root, $path, $vars);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php15 use Assetic\Asset\FileAsset; alias
80 … $import = new FileAsset($importSource, array($importFilter), $importRoot, $importPath);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php17 use Assetic\Asset\FileAsset; alias
65 $asset = new FileAsset($assetPath, $filterCollection, $sourceRoot, $sourcePath);
70 $asset = new FileAsset($assetPath, $filterCollection, $sourceRoot, $sourcePath);
H A DRequireJsProcess.php18 use Assetic\Asset\FileAsset; alias
69 $assets->add(new FileAsset(dirname(__DIR__) . '/Resources/require.js'));
167 $assets->add(new FileAsset($match));