Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DBaseCompilerFilter.php44 protected $compilationLevel; variable in Assetic\\Filter\\GoogleClosure\\BaseCompilerFilter
58 public function setCompilationLevel($compilationLevel) argument
60 $this->compilationLevel = $compilationLevel;
H A DCompilerJarFilter.php59 if (null !== $this->compilationLevel) {
60 $pb->add('--compilation_level')->add($this->compilationLevel);
H A DCompilerApiFilter.php45 if (null !== $this->compilationLevel) {
46 $query['compilation_level'] = $this->compilationLevel;