Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DCssUtils.php66 * @param Boolean $includeUrl Whether to include url() in the pattern
70 public static function filterImports($content, $callback, $includeUrl = true) argument
72 $pattern = $includeUrl ? static::REGEX_IMPORTS : static::REGEX_IMPORTS_NO_URLS;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseCssFilter.php42 …protected function filterImports($content, $callback, $limit = -1, &$count = 0, $includeUrl = true) argument
44 return CssUtils::filterImports($content, $callback, $limit, $count, $includeUrl);