Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DCssUtils.php25 const REGEX_COMMENTS = '/(\/\*[^*]*\*+(?:[^\/][^*]*\*+)*\/)/'; define in Assetic\\Util\\CssUtils
107 … foreach (preg_split(static::REGEX_COMMENTS, $content, -1, PREG_SPLIT_DELIM_CAPTURE) as $part) {
108 if (!preg_match(static::REGEX_COMMENTS, $part, $match) || $part != $match[0]) {
H A DSassUtils.php21 const REGEX_COMMENTS = '/((?:\/\*[^*]*\*+(?:[^\/][^*]*\*+)*\/)|\/\/[^\n]+)/'; define in Assetic\\Util\\SassUtils
H A DLessUtils.php23 const REGEX_COMMENTS = '/((?:\/\*[^*]*\*+(?:[^\/][^*]*\*+)*\/)|\/\/[^\n]+)/'; define in Assetic\\Util\\LessUtils