Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/
Dckeditor.js45 …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/
Dckeditor.js49 …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=…
Dckeditor.js.unc989_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) || []);