Home
last modified time | relevance | path

Searched refs:codeLength (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DEanUpc.php53 $codeLength = strlen($code);
78 if ($codeLength == $dataLength) {
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js18242 codeLength: 9, property
18300 var codeLength = lzwState.codeLength;
18309 var code = this.readBits(codeLength);
18327 codeLength = 9; property
18342codeLength = nextCode + earlyChange & nextCode + earlyChange - 1 ? codeLength : Math.min(Math.log(…
18362 lzwState.codeLength = codeLength;
19313 function decodeIAID(contextCache, decoder, codeLength) {
19317 for (var i = 0; i < codeLength; i++) {
19322 if (codeLength < 31) {
19323 return prev & (1 << codeLength) - 1;
[all …]
Dpdf.worker.js.map1codeLength","nextCode","dictionaryValues","dictionaryLengths","dictionaryPrevCodes","currentSequen…