Lines Matching defs:match
109 …\-?\d+),(\-?\d+\%?),(\-?\d+\%?),(0*[1-9]+[0-9]*(\.?\d*)?)\)/gi, function (match, colorFn, p1, p2, … argument
112 .replace(/rgb\((\-?\d+),(\-?\d+),(\-?\d+)\)/gi, function (match, red, green, blue) { argument
115 .replace(/hsl\((-?\d+),(-?\d+)%?,(-?\d+)%?\)/gi, function (match, hue, saturation, lightness) { argument
118 .replace(/(^|[^='"])#([0-9a-f]{6})/gi, function (match, prefix, color, at, inputValue) { argument
129 .replace(/(^|[^='"])#([0-9a-f]{3})/gi, function (match, prefix, color) { argument
132 .replace(/(rgb|rgba|hsl|hsla)\(([^\)]+)\)/gi, function (match, colorFunction, colorDef) { argument
156 value = value.replace(/(?:rgba|hsla)\(0,0%?,0%?,0\)/g, function (match) { argument
170 …eplace(/progid:DXImageTransform\.Microsoft\.(Alpha|Chroma)(\W)/, function (match, filter, suffix) { argument
223 return value.replace(WHOLE_PIXEL_VALUE, function (match, val) { argument
258 .replace(precisionOptions.zeroMatcher, function (match, integerPart, fractionPart, unit) { argument
272 return value.replace(TIME_VALUE, function (match, val, unit) { argument
347 .replace(/\.([1-9]*)0+(\D|$)/g, function (match, nonZeroPart, suffix) { argument