Searched refs:ecl (Results 1 – 6 of 6) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | PDF417.php | 516 * @param $ecl (int) error correction level (0-8); default -1 = automatic correction level 521 public function __construct($code, $ecl=-1, $aspectratio=2, $macro=array()) { argument 578 $ecl = $this->getErrorCorrectionLevel($ecl, $numcw); 580 $errsize = (2 << $ecl); 633 $ecw = $this->getErrorCorrection($codewords, $ecl); 662 $L = ((30 * intval($r / 3)) + ($ecl * 3) + (($rows - 1) % 3)); 687 $L = ((30 * intval($r / 3)) + ($ecl * 3) + (($rows - 1) % 3)); 726 * @param $ecl (int) error correction level 731 protected function getErrorCorrectionLevel($ecl, argument 771 getErrorCorrection($cw, $ecl) global() argument [all...] |
H A D | Barcode2D.php | 113 $ecl = -1; // default error correction level (auto) 115 $ecl = intval($mode[2]); 131 $qrcode = new PDF417($code, $ecl, $aspectratio, $macro);
|
/plugin/twofactorgoogleauth/ |
H A D | QRCode.php | 108 protected function qr_encode($data, $ecl) argument 110 list($mode, $vers, $ec, $data) = $this->qr_encode_data($data, $ecl); 114 $mtx = $this->qr_finalize_matrix($mtx, $size, $ecl, $mask, $vers); 123 protected function qr_encode_data($data, $ecl) argument 126 $version = $this->qr_detect_version($data, $mode, $ecl); 128 $ec_params = $this->qr_ec_params[($version - 1) * 4 + $ecl]; 130 $max_chars = $this->qr_capacity[$version - 1][$ecl][$mode]; 185 protected function qr_detect_version($data, $mode, $ecl) argument 190 if ($length <= $this->qr_capacity[$v][$ecl][$mode]) { 718 $matrix, $size, $ecl, $mask, $version argument [all …]
|
/plugin/codemirror/dist/modes/ |
H A D | ecl.min.js.map | 1 …ecl/ecl.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defineMode",…
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js | 8 …ame:"dockerfile"},dtd:{name:"dtd"},dylan:{name:"dylan"},ebnf:{name:"ebnf"},ecl:{name:"ecl"},ecmasc… class in AnonymousFunction3fb7904a21a00.c
|
H A D | scripts.min.js.map | 1 …ecl","ecmascript","elm","erb","eiffel","ejs","erlang","factor","fcl","forth","fortran","fsharp","g…
|