Home
last modified time | relevance | path

Searched refs:QRCode (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/qrcode-terminal/
DREADME.md1 # 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
DLICENSE208 QRCode for JavaScript
221 Located in ./vendor/QRCode
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
Dindex.js25 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/
Dmain.js1 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/
Ddpp-qrcode.py103 qr = qrcode.QRCode(error_correction=qrcode.constants.ERROR_CORRECT_M,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Ddpp-qrcode.py103 qr = qrcode.QRCode(error_correction=qrcode.constants.ERROR_CORRECT_M,
/third_party/ffmpeg/doc/
Dfilters.texi9901 …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