Searched refs:REGEX_IMPORTS_NO_URLS (Results 1 – 2 of 2) sorted by relevance
23 const REGEX_IMPORTS_NO_URLS = '/@import (?!url\()(\'|"|)(?P<url>[^\'"\)\n\r]*)\1;?/'; define in Assetic\\Util\\CssUtils72 $pattern = $includeUrl ? static::REGEX_IMPORTS : static::REGEX_IMPORTS_NO_URLS;
22 …const REGEX_IMPORTS_NO_URLS = '/@import(?:-once)? (?:\([a-z]*\) )?(?!url\()(\'|"|)(?P<url>[^\'"\)\… define in Assetic\\Util\\LessUtils