Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssEmbedFilter.php34 private $maxUriLength; // Maximum length for a data URI. Defaults to 32768. variable in Assetic\\Filter\\CssEmbedFilter
68 public function setMaxUriLength($maxUriLength) argument
70 $this->maxUriLength = $maxUriLength;
115 if (null !== $this->maxUriLength) {
116 $pb->add('--max-uri-length')->add($this->maxUriLength);