Home
last modified time | relevance | path

Searched refs:getVars (Results 1 – 15 of 15) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php112 $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/
H A DPlugin.php112 $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/Asset/
H A DFileAsset.php59 $source = VarUtils::resolve($this->source, $this->getVars(), $this->getValues());
70 $source = VarUtils::resolve($this->source, $this->getVars(), $this->getValues());
H A DGlobAsset.php100 $glob = VarUtils::resolve($glob, $this->getVars(), $this->getValues());
105 … $asset = new FileAsset($path, array(), $this->getSourceRoot(), null, $this->getVars());
H A DHttpAsset.php57 VarUtils::resolve($this->sourceUrl, $this->getVars(), $this->getValues())
H A DAssetReference.php117 public function getVars() function in Assetic\\Asset\\AssetReference
H A DAssetCache.php115 public function getVars() function in Assetic\\Asset\\AssetCache
117 return $this->asset->getVars();
H A DAssetCollection.php220 public function getVars() function in Assetic\\Asset\\AssetCollection
230 $asset->setValues(array_intersect_key($values, array_flip($asset->getVars())));
H A DAssetInterface.php151 public function getVars(); function
H A DBaseAsset.php160 public function getVars() function in Assetic\\Asset\\BaseAsset
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php104 if ($vars = $asset->getVars()) {
137 if (!$vars = $asset->getVars()) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php36 $this->vars = $coll->getVars();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php59 foreach (VarUtils::getCombinations($asset->getVars(), $this->values) as $combination) {
65 $asset->getVars(),
/plugin/bibtex/OSBib/create/
H A Dindex.php39 $vars = $init->getVars();
H A DINIT.php43 function getVars() function in INIT