Home
last modified time | relevance | path

Searched refs:fastDecode (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackerFilter.php28 protected $fastDecode = true; variable in Assetic\\Filter\\PackerFilter
37 public function setFastDecode($fastDecode) argument
39 $this->fastDecode = (bool) $fastDecode;
53 …$packer = new \JavaScriptPacker($asset->getContent(), $this->encoding, $this->fastDecode, $this->s…