Home
last modified time | relevance | path

Searched refs:asset (Results 1 – 25 of 87) sorted by path

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleCloudAssetV1p7beta1RelatedAsset.php30 public $asset; variable in Google\\Service\\CloudAsset\\GoogleCloudAssetV1p7beta1RelatedAsset
53 public function setAsset($asset) argument
55 $this->asset = $asset;
62 return $this->asset;
H A DRelatedAsset.php30 public $asset; variable in Google\\Service\\CloudAsset\\RelatedAsset
53 public function setAsset($asset) argument
55 $this->asset = $asset;
62 return $this->asset;
H A DTemporalAsset.php40 public function setAsset(Asset $asset) argument
42 $this->asset = $asset;
49 return $this->asset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Action.php26 public $asset; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Action
75 public function setAsset($asset) argument
77 $this->asset = $asset;
84 return $this->asset;
H A DGoogleCloudDataplexV1ActionFailedSecurityPolicyApply.php25 public $asset; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ActionFailedSecurityPolicyApply
30 public function setAsset($asset) argument
32 $this->asset = $asset;
39 return $this->asset;
H A DGoogleCloudDataplexV1Entity.php25 public $asset; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Entity
84 public function setAsset($asset) argument
86 $this->asset = $asset;
93 return $this->asset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1DataplexSpec.php25 public $asset; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1DataplexSpec
40 public function setAsset($asset) argument
42 $this->asset = $asset;
49 return $this->asset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAssetAssociation.php32 public function setAsset(Asset $asset) argument
34 $this->asset = $asset;
41 return $this->asset;
H A DCreateAssetResponse.php28 public function setAsset(Asset $asset) argument
30 $this->asset = $asset;
37 return $this->asset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DUserAsset.php28 public function setAsset(Asset $asset) argument
30 $this->asset = $asset;
37 return $this->asset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DListAssetsResult.php32 public function setAsset(Asset $asset) argument
34 $this->asset = $asset;
41 return $this->asset;
/plugin/c3chart/
H A Daction.php58 private function get_asset($asset) { argument
59 $u = $this->getConf($asset);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css3 src: url('?sabreAction=asset&assetName=openiconic/open-iconic.eot');
4asset&assetName=openiconic/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('?sabreAc…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D30.30.js.map1 …'\n ],\n typeKeywords: ['amount', 'person', 'key', 'time', 'date', 'asset', 'text'],\n op…
/plugin/jplayer/vendor/happyworm/jplayer/
H A DREADME.md38 "component-dir": "your/desired/asset/path"
46 Composer will now download all components and install the needed files into `your/desired/asset/pat…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js3395 function Player(asset) { argument
3396 this.asset = asset;
3456 if (!this.asset) {
3460 return this.asset.start(false);
3495 this.asset.stop();
3596 function Queue(asset) { argument
3597 this.asset = asset;
3604 this.asset.on('data', this.write);
3610 this.asset.decodePacket();
3631 this.asset.decodePacket();
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md4 * Fixed deep mtime on asset collections
12 * Fixed cloning of asset collections
48 * Improved the error message in getModifiedTime when a file asset uses an invalid file
49 * added support for asset variables:
52 variable values, and then to simply deliver the correct asset version at runtime.
H A DCHANGELOG-1.2.md49 * Fixed the support of asset variables in GlobAsset
H A DREADME.md3 Assetic is an asset management framework for PHP.
17 // the code is merged when the asset is dumped
24 An Assetic asset is something with filterable content that can be loaded and
121 An asset manager is provided for organizing assets.
178 $factory = new AssetFactory('/path/to/asset/directory/');
184 '@reset', // load the asset manager's "reset" asset
224 of the asset.
235 $factory = new AssetFactory('/path/to/asset/directory/');
242 '@reset', // load the asset manager's "reset" asset
290 to what the asset factory uses:
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php25 private $asset; variable in Assetic\\Asset\\AssetCache
30 $this->asset = $asset;
36 $this->asset->ensureFilter($filter);
41 return $this->asset->getFilters();
46 $this->asset->clearFilters();
77 return $this->asset->getContent();
82 $this->asset->setContent($content);
117 return $this->asset->getVars();
122 $this->asset->setValues($values);
127 return $this->asset->getValues();
[all …]
H A DAssetCollection.php46 foreach ($assets as $asset) {
47 $this->add($asset);
70 $this->assets[] = $asset;
76 $clone = isset($this->clones[$asset]) ? $this->clones[$asset] : null;
83 if ($asset instanceof AssetCollectionInterface && $asset->removeLeaf($needle, true)) {
98 $clone = isset($this->clones[$asset]) ? $this->clones[$asset] : null;
138 foreach ($this as $asset) {
150 foreach ($this as $asset) {
202 foreach ($this as $asset) {
229 foreach ($this as $asset) {
[all …]
H A DAssetCollectionInterface.php31 * @param AssetInterface $asset An asset
33 public function add(AssetInterface $asset); argument
H A DAssetReference.php28 private $asset; variable in Assetic\\Asset\\AssetReference
40 if ($this->asset) {
41 $this->asset = clone $this->asset;
136 $asset = $this->resolve();
143 $asset = $this->resolve();
146 $asset->ensureFilter($filter);
152 if ($this->asset) {
153 return $this->asset;
156 $asset = $this->am->get($this->name);
159 $asset = $this->asset = clone $asset;
[all …]
H A DBaseAsset.php91 $asset = clone $this;
92 $asset->setContent($content);
94 $filter->filterLoad($asset);
95 $this->content = $asset->getContent();
111 $asset = clone $this;
112 $filter->filterDump($asset);
114 return $asset->getContent();
H A DGlobAsset.php105 … $asset = new FileAsset($path, array(), $this->getSourceRoot(), null, $this->getVars());
106 $asset->setValues($this->getValues());
107 $this->add($asset);

1234