Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php15 use Assetic\Asset\AssetCollection; alias
43 $assets = new AssetCollection();
46 $packageAssets = new AssetCollection();
H A DRequireJsProcess.php17 use Assetic\Asset\AssetCollection; alias
244 * @return AssetCollection
249 $assets = new AssetCollection();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php14 use Assetic\Asset\AssetCollection; alias
151 * @return AssetCollection An asset collection
334 …return new AssetCollection($assets, array(), null, isset($options['vars']) ? $options['vars'] : ar…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md8 use Assetic\Asset\AssetCollection;
12 $js = new AssetCollection(array(
46 use Assetic\Asset\AssetCollection;
52 $css = new AssetCollection(array(
140 use Assetic\Asset\AssetCollection;
144 $am->set('my_plugin', new AssetCollection(array(
H A DCHANGELOG-1.2.md46 * Updated AssetCollection to not add several time the same variable in path
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DGlobAsset.php22 class GlobAsset extends AssetCollection
H A DAssetCollection.php24 class AssetCollection implements \IteratorAggregate, AssetCollectionInterface class