| /plugin/bpmnio/ |
| D | all.less | 1 @import "vendor/bpmn-js/dist/assets/diagram-js.css"; 2 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn.css"; 3 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css"; 4 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css"; 6 @import "vendor/dmn-js/dist/assets/diagram-js.css"; 7 @import "vendor/dmn-js/dist/assets/dmn-js-shared.css"; 8 @import "vendor/dmn-js/dist/assets/dmn-js-drd.css"; 9 @import "vendor/dmn-js/dist/assets/dmn-js-decision-table.css"; 10 @import "vendor/dmn-js/dist/assets/dmn-js-literal-expression.css"; 11 @import "vendor/dmn-js/dist/assets/dmn-font/css/dmn.css"; [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/ |
| D | AssetManager.php | 23 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/kriswallsmith/assetic/src/Assetic/Asset/ |
| D | AssetCollection.php | 26 private $assets; variable in Assetic\\Asset\\AssetCollection 38 * @param array $assets Assets for the current collection 43 …public function __construct($assets = array(), $filters = array(), $sourceRoot = null, array $vars… argument 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) { [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/ |
| D | AssetCollectionIterator.php | 26 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/robloach/component-installer/src/ComponentInstaller/Process/ |
| D | RequireJsProcess.php | 68 $assets = $this->newAssetCollection(); 69 $assets->add(new FileAsset(dirname(__DIR__) . '/Resources/require.js')); 70 $assets->add(new StringAsset($requireConfig)); 73 if (file_put_contents($this->componentDir . '/require.js', $assets->dump()) === FALSE) { 160 $assets = $this->newAssetCollection(); 167 $assets->add(new FileAsset($match)); 170 $js = $assets->dump(); 249 $assets = new AssetCollection(); 257 $assets->ensureFilter($filter); 262 return $assets;
|
| D | RequireCssProcess.php | 43 $assets = new AssetCollection(); 67 $assets->add($asset); 81 if (file_put_contents($this->componentDir . '/require.css', $assets->dump()) === FALSE) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
| D | BatchGetAssetsHistoryResponse.php | 29 public function setAssets($assets) argument 31 $this->assets = $assets; 38 return $this->assets;
|
| D | GoogleCloudAssetV1p7beta1RelatedAssets.php | 31 public function setAssets($assets) argument 33 $this->assets = $assets; 40 return $this->assets;
|
| D | RelatedAssets.php | 31 public function setAssets($assets) argument 33 $this->assets = $assets; 40 return $this->assets;
|
| D | ListAssetsResponse.php | 37 public function setAssets($assets) argument 39 $this->assets = $assets; 46 return $this->assets;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
| D | GoogleCloudDataplexV1ListAssetsResponse.php | 33 public function setAssets($assets) argument 35 $this->assets = $assets; 42 return $this->assets;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/ |
| D | ListAssetsResponse.php | 37 public function setAssets($assets) argument 39 $this->assets = $assets; 46 return $this->assets;
|
| D | ListLikedAssetsResponse.php | 37 public function setAssets($assets) argument 39 $this->assets = $assets; 46 return $this->assets;
|
| /plugin/switchpanel/ |
| D | README.md | 3  7  32  51  91  112  129  151  171  175  [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | PolyService.php | 40 public $assets; variable in Google\\Service\\PolyService 63 'assets', 77 'path' => 'v1/assets', 120 'assets', 124 'path' => 'v1/{+name}/assets',
|
| D | SecurityCommandCenter.php | 87 'assets', 91 'path' => 'v1/{+parent}/assets:group', 101 'path' => 'v1/{+parent}/assets', 531 'assets', 535 'path' => 'v1/{+parent}/assets:group', 545 'path' => 'v1/{+parent}/assets', 583 'path' => 'v1/{+parent}/assets:runDiscovery', 1167 'assets', 1171 'path' => 'v1/{+parent}/assets:group', 1181 'path' => 'v1/{+parent}/assets',
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
| D | Application.php | 91 public function setAssets($assets) argument 93 $this->assets = $assets; 100 return $this->assets;
|
| /plugin/achart/ |
| D | all.less | 1 /*Imported css from assets folder*/ 3 @import "assets/apexcharts.css";
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/ |
| D | README.md | 36 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. 199 …ter [Workers](src/Assetic/Factory/Worker/WorkerInterface.php) on the factory and all assets created 205 You can dump all the assets an AssetManager holds to files in a directory. This will probably be be… 217 This will make use of the assets' target path. 222 If you serve your assets from static files as just described, you can use the CacheBustingWorker to… [all …]
|
| /plugin/structtemplating/ |
| D | README.md | 19 `lib/plugin/structtemplating/assets/templates/schema` directory on the server. 38 `assets/style/style.less`. This allows you to add your custom stylesheets in the 39 `assets/style/` directory and track them together with your templates. 43 The `assets` directory is empty when the plugin is installed. You can use it as
|
| D | style.less | 1 @import "./assets/style/style.less";
|
| D | all.less | 1 @import "./assets/style/all.less";
|
| D | print.less | 1 @import "./assets/style/print.less";
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
| D | Creative.php | 229 public function setAssets($assets) argument 231 $this->assets = $assets; 238 return $this->assets;
|
| /plugin/vbsso/views/ |
| D | admin.getmenutext.tpl | 1 <img src="[[content-0]]lib/plugins/[[content-1]]/assets/images/icon.png"
|