Searched refs:filterUrls (Results 1 – 2 of 2) sorted by relevance
34 protected function filterUrls($content, $callback, $limit = -1, &$count = 0) function in Assetic\\Filter\\BaseCssFilter36 return CssUtils::filterUrls($content, $callback, $limit, $count);
37 $content = static::filterUrls($content, $callback);52 public static function filterUrls($content, $callback) function in Assetic\\Util\\CssUtils