Searched refs:hsl (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DColor.js50 HSL: "color-format-hsl",
65 // Simple - #hex, rgb(), nickname, hsl()
66 var simple = /^(?:#([0-9a-f]{3,6})|rgb\(([^)]+)\)|(\w+)|hsl\(([^)]+)\))$/i;
103 } else if (match[4]) { // hsl
104 var hsl = match[4].replace(/%/g, "").split(/\s*,\s*/);
106 parseInt(hsl[0]),
107 parseInt(hsl[1]),
108 parseInt(hsl[2]),
197 get hsl()
199 var hsl
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorPicker.js140 components = this._colorWheel.tintedColor.hsl.concat(opacity);
H A DCodeMirrorAdditions.js478 // Matches rgba(0, 0, 0, 0.5), rgb(0, 0, 0), hsl(), hsla(), #fff, #ffffff, white
479 const colorRegex = /((?:rgb|hsl)a?\([^)]+\)|#[0-9a-fA-F]{6}|#[0-9a-fA-F]{3}|\b\w+\b(?![-.]))/g;
/macosx-10.10.1/text_cmds-88/sed/
H A Dprocess.c67 #define hsl HS.len macro
150 cspace(&PS, hs, hsl, REPLACE);
154 cspace(&PS, hs, hsl, 0);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsass.vim31 syn match sassFunction "\<\%(hsl\|hsla\|hue\|saturation\|lightness\|adjust-hue\|lighten\|darken\|saturate\|desaturate\|grayscale\|complement\)\>(\@=" contained
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js532 "hiragana", "hiragana-iroha", "horizontal", "hsl", "hsla", "icon", "ignore",
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js532 "hiragana", "hiragana-iroha", "horizontal", "hsl", "hsla", "icon", "ignore",
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices5072 hsl-storm 2113/udp # HSL StoRM
5073 hsl-storm 2113/tcp # HSL StoRM

Completed in 296 milliseconds