Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DCssUtils.php56 return static::filterCommentless($content, function ($part) use (& $callback, $pattern) {
74 return static::filterCommentless($content, function ($part) use (& $callback, $pattern) {
91 return static::filterCommentless($content, function ($part) use (& $callback, $pattern) {
104 public static function filterCommentless($content, $callback) function in Assetic\\Util\\CssUtils
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md34 * added `CssUtils::filterCommentless()`