Searched refs:_hslaRegExp (Results 1 – 3 of 3) sorted by relevance
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 45 …xp:/rgba?\(\s*\d+%?\s*,\s*\d+%?\s*,\s*\d+%?\s*(?:,\s*[0-9.]+\s*)?\)/gi,_hslaRegExp:/hsla?\(\s*[0-9… 47 g.concat(a.match(this._rgbaRegExp)||[]),g=g.concat(a.match(this._hslaRegExp)||[]);return g=g.concat…
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 49 …xp:/rgba?\(\s*\d+%?\s*,\s*\d+%?\s*,\s*\d+%?\s*(?:,\s*[0-9.]+\s*)?\)/gi,_hslaRegExp:/hsla?\(\s*[0-9… property 51 …rray,b=b.concat(a.match(this._rgbaRegExp)||[]),b=b.concat(a.match(this._hslaRegExp)||[]);return b=…
|
| D | ckeditor.js.unc | 989 … _hslaRegExp: /hsla?\(\s*[0-9.]+\s*,\s*\d+%\s*,\s*\d+%\s*(?:,\s*[0-9.]+\s*)?\)/gi, 1037 b = b.concat(a.match(this._hslaRegExp) || []);
|