Searched refs:ecc (Results 1 – 12 of 12) sorted by relevance
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 702 // inteleaved data and ecc codes 826 $ecc = array_slice($this->ecccode, $eccPos); 831 $ecc = $this->encode_rs_char($rs, $this->rsblocks[$blockNo]['data'], $ecc); 832 $this->rsblocks[$blockNo]['ecc'] = $ecc; 833 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc); 849 $ecc = array_slice($this->ecccode, $eccPos); 854 $ecc = $this->encode_rs_char($rs, $this->rsblocks[$blockNo]['data'], $ecc); [all...] |
H A D | PDF417.php | 773 $ecc = $this->rsfactors[$ecl]; 784 $t2 = ($t1 * $ecc[$j]) % 929; 788 $t2 = ($t1 * $ecc[0]) % 929;
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 547 $ecc = self::getECCLength($version, $level); 552 $spec[2] = (int)($ecc / $b1); 558 $spec[2] = (int)($ecc / ($b1 + $b2)); 2840 public $ecc = array(); variable in QRrsblock 2842 public function __construct($dl, $data, $el, &$ecc, QRrsItem $rs) argument 2844 $rs->encode_rs_char($data, $ecc); 2849 $this->ecc = $ecc; 2906 $ecc = array_slice($this->ecccode,$eccPos); 2908 $this->ecccode = array_merge(array_slice($this->ecccode,0, $eccPos), $ecc); 2925 $ecc = array_slice($this->ecccode,$eccPos); [all …]
|
/plugin/subjectindex/plugins/ |
H A D | bible_abbr.txt | 21 ec ecc eccl
|
/plugin/barcode/api/qrserver/ |
H A D | barcode.inc | 39 'charset-source', 'charset-target', 'ecc', 'color', 'bgcolor', 'margin', 'qzone'
|
/plugin/tablelayout/ |
H A D | yarn.lock | 547 ecc-jsbn@~0.1.1: 549 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef… 2253 ecc-jsbn "~0.1.1"
|
/plugin/sequencediagram/bower_components/raphael/ |
H A D | yarn.lock | 804 ecc-jsbn@~0.1.1: 806 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef… 2402 ecc-jsbn "~0.1.1"
|
/plugin/dropfiles/ |
H A D | yarn.lock | 705 ecc-jsbn@~0.1.1: 707 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549… 2567 ecc-jsbn "~0.1.1"
|
/plugin/fetchmedia/ |
H A D | yarn.lock | 1122 ecc-jsbn@~0.1.1: 1124 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef… 2820 ecc-jsbn "~0.1.1"
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | yarn.lock | 1221 ecc-jsbn@~0.1.1: 1223 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef… 2926 ecc-jsbn "~0.1.1"
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
H A D | vocab.bpe |
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …r v = VERSIONS[ver];\n\t\tnbits -= 8 * v[0][ecclevel] * v[1][ecclevel]; // ecc bits\n\t\treturn nb…
|