Home
last modified time | relevance | path

Searched refs:assets (Results 26 – 50 of 86) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DBatchGetAssetsHistoryResponse.php29 public function setAssets($assets) argument
31 $this->assets = $assets;
38 return $this->assets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DListAssetsResponse.php37 public function setAssets($assets) argument
39 $this->assets = $assets;
46 return $this->assets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudDataplex.php887 'assets',
891 'path' => 'v1/{+parent}/assets',
943 'path' => 'v1/{+parent}/assets',
/plugin/c3chart/
H A DREADME.md83 …endent libraries. A relative path means that the URL is relative to the `assets` directory of the …
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE454 organization, or substantially all assets of one, or subdividing an
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1assets that were updated (or not updated) during the install event.\n *\n * @private\n */\nclass P…
H A Dworkbox-bed83ea8.js.map1assets that were updated (or not updated) during the install event.\n *\n * @private\n */\nclass P…
H A Dworkbox-f163abaa.js.map1assets that were updated (or not updated) during the install event.\n *\n * @private\n */\nclass P…
/plugin/clipboardutils/
H A DLICENSE454 organization, or substantially all assets of one, or subdividing an
/plugin/airtable/
H A DLICENSE454 organization, or substantially all assets of one, or subdividing an
/plugin/googlemaps3/
H A DLICENSE454 organization, or substantially all assets of one, or subdividing an
/plugin/groupmail/
H A DLICENSE454 organization, or substantially all assets of one, or subdividing an
/plugin/showinitpage/
H A Dgpl-3.0.md450 organization, or substantially all assets of one, or subdividing an
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php43 $assets = new AssetCollection();
67 $assets->add($asset);
81 if (file_put_contents($this->componentDir . '/require.css', $assets->dump()) === FALSE) {
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md36 The "target path" property denotes where an asset (or an collection of assets) should be dumped.
41 Filters can be applied to manipulate assets.
84 * `CssRewriteFilter`: fixes relative URLs in CSS assets when moving to a new URL
108 * `SeparatorFilter`: inserts a separator between assets to prevent merge failures
121 An asset manager is provided for organizing assets.
135 The asset manager can also be used to reference assets to avoid duplication.
217 This will make use of the assets' target path.
223 paths for assets. It will insert an identifier before the filename extension that is unique for a p…
226 …dentifier is based on the modification time of the asset and will also take depended-on assets into
312 These assets need to be written to the web directory so these URLs don't
[all …]
H A DCHANGELOG-1.0.md19 * Fixed filtering of large LessCSS assets
H A DCHANGELOG-1.1.md51 Asset variables allow you to pre-compile your assets for a finite set of known
53 For example, this is helpful for assets with language, or browser-specific code.
H A DCHANGELOG-1.2.md14 * Added support for `--relative-assets` option for the compass filter
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php26 private $assets; variable in Assetic\\Asset\\Iterator\\AssetCollectionIterator
34 $this->assets = $coll->all();
56 $asset = current($this->assets);
86 return key($this->assets);
91 return next($this->assets);
96 return reset($this->assets);
101 return false !== current($this->assets);
106 return current($this->assets) instanceof AssetCollectionInterface;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetManager.php23 private $assets = array(); variable in Assetic\\AssetManager
36 if (!isset($this->assets[$name])) {
40 return $this->assets[$name];
52 return isset($this->assets[$name]);
69 $this->assets[$name] = $asset;
79 return array_keys($this->assets);
87 $this->assets = array();
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.gpl-30.txt454 organization, or substantially all assets of one, or subdividing an
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md110 "component-dir": "public/assets",
111 "component-baseurl": "/assets"
126 "component-dir": "public/assets",
127 "component-baseurl": "/assets",
173 * `files` - Any additional file assets that should be copied into the Component
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php26 private $assets; variable in Assetic\\Asset\\AssetCollection
38 * @param array $assets Assets for the current collection
45 $this->assets = array();
46 foreach ($assets as $asset) {
65 return $this->assets;
70 $this->assets[] = $asset;
75 foreach ($this->assets as $i => $asset) {
78 unset($this->clones[$asset], $this->assets[$i]);
97 foreach ($this->assets as $i => $asset) {
101 $this->assets[$i] = $replacement;
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php332 protected function createAssetCollection(array $assets = array(), array $options = array()) argument
334 …return new AssetCollection($assets, array(), null, isset($options['vars']) ? $options['vars'] : ar…
/plugin/jplayer/
H A Dcomposer.lock202 "assets",

1234