Searched refs:chkd (Results 1 – 6 of 6) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
H A D | Postnet.php | 78 $chkd = ($sum % 10); 79 if ($chkd > 0) { 80 $chkd = (10 - $chkd); 83 $code .= $chkd; 84 $checkdigit = $chkd;
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | Barcode1D.php | 1482 $chkd = ($sum % 10); 1483 if($chkd > 0) { 1484 $chkd = (10 - $chkd); 1486 $code .= $chkd;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 2 …s,ssz,chkd){var sl=sectors.length;var buf,buf_chain;if(!chkd)chkd=new Array(sl);var modulus=ssz-1,… argument 3 …chkd=new Array(sl),buf,buf_chain;var modulus=ssz-1,i,j,k,jj;for(i=0;i<sl;++i){buf=[];k=i+dir_start…
|
H A D | xlsx.js | 1100 function get_sector_list(sectors, start, fat_addrs, ssz, chkd) { 1103 if(!chkd) chkd = new Array(sl); 1108 chkd[j] = true; 1122 var chkd = new Array(sl), buf, buf_chain; 1127 if(chkd[k] === true) continue; 1130 chkd[j] = true;
|
H A D | xlsx.min.map | 1 …h","k","UCPath","cnt","sector","__readInt32LE","get_sector_list","start","chkd","sl","buf","buf_ch…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 1810 …wBytes>*/, start/*:number*/, fat_addrs/*:Array<number>*/, ssz/*:number*/, chkd/*:?Array<boolean>*/… argument 1812 if(!chkd) chkd = []; 1815 chkd[j] = true; 1830 var chkd/*:Array<boolean>*/ = [], buf/*:Array<number>*/ = [], buf_chain/*:Array<RawBytes>*/ = []; 1835 if(chkd[k]) continue; 1840 chkd[j] = true;
|