Searched refs:QRCode (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/npm/node_modules/qrcode-terminal/ |
D | README.md | 1 # QRCode Terminal Edition [![Build Status][travis-ci-img]][travis-ci-url] 3 > Going where no QRCode has gone before. 23 qrcode.generate('This will be a QRCode, eh!'); 28 qrcode.generate('This will be a QRCode with error level Q!'); 38 qrcode.generate('This will be a small QRCode, eh!', {small: true}); 40 qrcode.generate('This will be a small QRCode, eh!', {small: true}, function (qrcode) { 64 [node-qrcode][node-qrcode-url] is a popular server-side QRCode generator that
|
D | LICENSE | 208 QRCode for JavaScript 221 Located in ./vendor/QRCode
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
D | index.js | 25 function QRCode(typeNumber, errorCorrectLevel) { class 34 QRCode.prototype = { 106 this.dataCache = QRCode.createData(this.typeNumber, this.errorCorrectLevel, this.dataList); 340 QRCode.PAD0 = 0xEC; 341 QRCode.PAD1 = 0x11; 343 QRCode.createData = function(typeNumber, errorCorrectLevel, dataList) { 386 buffer.put(QRCode.PAD0, 8); 391 buffer.put(QRCode.PAD1, 8); 394 return QRCode.createBytes(buffer, rsBlocks); 397 QRCode.createBytes = function(buffer, rsBlocks) { [all …]
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/ |
D | main.js | 1 var QRCode = require('./../vendor/QRCode'), variable 33 var qrcode = new QRCode(-1, this.error);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
D | dpp-qrcode.py | 103 qr = qrcode.QRCode(error_correction=qrcode.constants.ERROR_CORRECT_M,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | dpp-qrcode.py | 103 qr = qrcode.QRCode(error_correction=qrcode.constants.ERROR_CORRECT_M,
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 9901 …CodeGenerator@@inputMessage=https\\\\\://FFmpeg.org/@@inputCorrectionLevel=H -frames:v 1 QRCode.png 26431 …CodeGenerator@@inputMessage=https\\\\\://FFmpeg.org/@@inputCorrectionLevel=H -frames:v 1 QRCode.png 26433 This example is equivalent to the QRCode example of @ref{coreimage} without the
|