| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
| D | FileAsset.php | 59 $source = VarUtils::resolve($this->source, $this->getVars(), $this->getValues()); 70 $source = VarUtils::resolve($this->source, $this->getVars(), $this->getValues());
|
| D | GlobAsset.php | 100 $glob = VarUtils::resolve($glob, $this->getVars(), $this->getValues()); 105 … $asset = new FileAsset($path, array(), $this->getSourceRoot(), null, $this->getVars());
|
| D | AssetCache.php | 115 public function getVars() function in Assetic\\Asset\\AssetCache 117 return $this->asset->getVars();
|
| D | AssetCollection.php | 220 public function getVars() function in Assetic\\Asset\\AssetCollection 230 $asset->setValues(array_intersect_key($values, array_flip($asset->getVars())));
|
| D | AssetInterface.php | 151 public function getVars(); function
|
| D | HttpAsset.php | 57 VarUtils::resolve($this->sourceUrl, $this->getVars(), $this->getValues())
|
| D | AssetReference.php | 117 public function getVars() function in Assetic\\Asset\\AssetReference
|
| D | BaseAsset.php | 160 public function getVars() function in Assetic\\Asset\\BaseAsset
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/ |
| D | AssetWriter.php | 59 foreach (VarUtils::getCombinations($asset->getVars(), $this->values) as $combination) { 65 $asset->getVars(),
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
| H A D | Plugin.php | 112 $getVars = $request->getQueryParameters(); 117 $sabreAction = isset($getVars['sabreAction']) ? $getVars['sabreAction'] : null; 123 $this->serveAsset(isset($getVars['assetName']) ? $getVars['assetName'] : null);
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
| D | Plugin.php | 112 $getVars = $request->getQueryParameters(); 117 $sabreAction = isset($getVars['sabreAction']) ? $getVars['sabreAction'] : null; 123 $this->serveAsset(isset($getVars['assetName']) ? $getVars['assetName'] : null);
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
| D | AsseticNode.php | 104 if ($vars = $asset->getVars()) { 137 if (!$vars = $asset->getVars()) {
|
| /plugin/bibtex/OSBib/create/ |
| D | INIT.php | 43 function getVars() function in INIT
|
| D | index.php | 39 $vars = $init->getVars();
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/ |
| D | AssetCollectionIterator.php | 36 $this->vars = $coll->getVars();
|