- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for RGB (0.01 sec)
-
internal/s3select/jstream/README.md
```bash jstream -d 1 < input.json ``` ```json {"colors":["red","green","blue"],"desc":"RGB"} {"colors":["cyan","magenta","yellow","black"],"desc":"CMYK"} ``` detailed output with `-v` option: ```bash cat input.json | jstream -v -d -1 depth start end type | value 2 018 023 string | "RGB" 3 041 046 string | "red" 3 048 055 string | "green" 3 057 063 string | "blue"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 23 19:35:41 UTC 2024 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/mime.map
image/x-portable-anymap pnm # image/x-portable-bitmap pbm # image/x-portable-graymap pgm # image/x-portable-pixmap ppm # image/x-rgb rgb # RGB Image File image/x-xbitmap xbm # X-bitmap Image File image/x-xpixmap xpm # X-pixmap Image File image/x-xwindowdump xwd #
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 5.9K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/color.js
c="#"===a[0];if(!c)return!1;var d=4===a.length||7===a.length;if(d){var e=/[0-9a-f]/i,f=a.slice(1).split(""),g=!0;return f.forEach(function(a){null===a.match(e)&&(g=!1)}),g}return!1},errorMessage:"",errorMessageKey:"badHex"}),a.formUtils.addValidator({name:"rgb",validatorFunction:function(a,b){if("true"===b.valAttr("allow-transparent")&&"transparent"===a)return!0;var c=a.replace(/ /g,""),d=/\([0-9]{1,3},[0-9]{1,3},[0-9]{1,3}\)/i;if(c.match(d)){var e=c.replace(/\(/g,"").replace(/\)/g,""),f=e.split(","),g=!0;return...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 2.8K bytes - Viewed (0)