| /third_party/node/deps/npm/node_modules/umask/test/ |
| D | simple.js | 6 var Lab = require('lab'); variable 7 var lab = Lab.script(); variable 8 exports.lab = lab; 10 var describe = lab.describe; 11 var it = lab.it;
|
| /third_party/boost/boost/gil/extension/toolbox/color_spaces/ |
| D | lab.hpp | 43 BOOST_GIL_DEFINE_ALL_TYPEDEFS(32f, float32_t, lab) 46 /// \brief LAB to XYZ 73 /// \brief XYZ to LAB 138 /// \brief RGB to LAB 154 /// \brief LAB to RGB
|
| /third_party/node/tools/node_modules/eslint/node_modules/chalk/node_modules/color-convert/ |
| D | README.md | 36 // Hex to LAB 37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ] 38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ] 59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
|
| D | conversions.js | 21 lab: {channels: 3, labels: 'lab'}, property 223 convert.rgb.lab = function (rgb) { function 442 convert.xyz.lab = function (xyz) { function 462 convert.lab.xyz = function (lab) { argument 463 const l = lab[0]; 464 const a = lab[1]; 465 const b = lab[2]; 488 convert.lab.lch = function (lab) { argument 489 const l = lab[0]; 490 const a = lab[1]; [all …]
|
| /third_party/node/tools/node_modules/eslint/node_modules/inquirer/node_modules/color-convert/ |
| D | README.md | 36 // Hex to LAB 37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ] 38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ] 59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
|
| D | conversions.js | 21 lab: {channels: 3, labels: 'lab'}, property 223 convert.rgb.lab = function (rgb) { function 442 convert.xyz.lab = function (xyz) { function 462 convert.lab.xyz = function (lab) { argument 463 const l = lab[0]; 464 const a = lab[1]; 465 const b = lab[2]; 488 convert.lab.lch = function (lab) { argument 489 const l = lab[0]; 490 const a = lab[1]; [all …]
|
| /third_party/node/deps/npm/node_modules/color-convert/ |
| D | README.md | 36 // Hex to LAB 37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ] 38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ] 59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
|
| D | conversions.js | 22 lab: {channels: 3, labels: 'lab'}, 223 convert.rgb.lab = function (rgb) { function 453 convert.xyz.lab = function (xyz) { function 476 convert.lab.xyz = function (lab) { argument 477 var l = lab[0]; 478 var a = lab[1]; 479 var b = lab[2]; 502 convert.lab.lch = function (lab) { argument 503 var l = lab[0]; 504 var a = lab[1]; [all …]
|
| /third_party/node/tools/node_modules/babel-eslint/node_modules/color-convert/ |
| D | README.md | 36 // Hex to LAB 37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ] 38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ] 59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
|
| D | conversions.js | 22 lab: {channels: 3, labels: 'lab'}, 230 convert.rgb.lab = function (rgb) { function 460 convert.xyz.lab = function (xyz) { function 483 convert.lab.xyz = function (lab) { argument 484 var l = lab[0]; 485 var a = lab[1]; 486 var b = lab[2]; 509 convert.lab.lch = function (lab) { argument 510 var l = lab[0]; 511 var a = lab[1]; [all …]
|
| /third_party/node/tools/node_modules/eslint/node_modules/color-convert/ |
| D | README.md | 36 // Hex to LAB 37 convert.hex.lab('DEADBF'); // [ 76, 21, -2 ] 38 convert.hex.lab.raw('DEADBF'); // [ 75.56213190997677, 20.653827952644754, -2.290532499330533 ] 59 …rue for conversions requiring more than one step in between (e.g. LCH -> **LAB** -> **XYZ** -> **R…
|
| D | conversions.js | 22 lab: {channels: 3, labels: 'lab'}, 230 convert.rgb.lab = function (rgb) { function 460 convert.xyz.lab = function (xyz) { function 483 convert.lab.xyz = function (lab) { argument 484 var l = lab[0]; 485 var a = lab[1]; 486 var b = lab[2]; 509 convert.lab.lch = function (lab) { argument 510 var l = lab[0]; 511 var a = lab[1]; [all …]
|
| /third_party/node/deps/npm/node_modules/dotenv/ |
| D | package.json | 38 "lab": "^14.3.2", string 65 "ci:coverage": "lab test/* -r lcov | coveralls", 70 "test": "lab"
|
| /third_party/boost/libs/iterator/doc/ |
| D | permutation_iterator.rst | 12 Lab`_ 17 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| D | function_output_iterator.rst | 12 Lab`_, University of Hanover `Institute for Transport 18 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| D | filter_iterator.rst | 12 Lab`_, University of Hanover `Institute for Transport 18 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| D | reverse_iterator.rst | 12 Lab`_, University of Hanover `Institute for Transport 18 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| D | iterator_adaptor.rst | 12 Lab`_, University of Hanover `Institute for Transport 18 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| D | iterator_facade.rst | 12 Lab`_, University of Hanover `Institute for Transport 18 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| D | transform_iterator.rst | 12 Lab`_, University of Hanover `Institute for Transport 18 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| D | indirect_iterator.rst | 12 Lab`_, University of Hanover `Institute for Transport 18 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| D | counting_iterator.rst | 12 Lab`_, University of Hanover `Institute for Transport 18 .. _`Open Systems Lab`: http://www.osl.iu.edu
|
| /third_party/node/deps/npm/node_modules/umask/ |
| D | package.json | 42 "lab": "^5.2.0" string 57 "test": "lab -ct 100"
|
| /third_party/flutter/flutter/dev/bots/ |
| D | firebase_testlab.sh | 25 # Firebase Test Lab tests are currently known to be failing with 26 # "Firebase Test Lab infrastructure failure: Error during preprocessing"
|
| /third_party/e2fsprogs/lib/blkid/ |
| D | getsize.c | 140 struct disklabel lab; in blkid_get_dev_size() local 158 if (part >= 0 && (ioctl(fd, DIOCGDINFO, (char *)&lab) >= 0)) { in blkid_get_dev_size() 159 pp = &lab.d_partitions[part]; in blkid_get_dev_size()
|