Home
last modified time | relevance | path

Searched refs:nrow (Results 1 – 4 of 4) sorted by relevance

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DDatamatrix.php971 protected function placeModule($marr, $nrow, $ncol, $row, $col, $chr, $bit) { argument
973 $row += $nrow;
974 $col += (4 - (($nrow + 4) % 8));
996 protected function placeUtah($marr, $nrow, $ncol, $row, $col, $chr) { argument
997 $marr = $this->placeModule($marr, $nrow, $ncol, $row-2, $col-2, $chr, 1);
998 $marr = $this->placeModule($marr, $nrow, $ncol, $row-2, $col-1, $chr, 2);
999 $marr = $this->placeModule($marr, $nrow, $ncol, $row-1, $col-2, $chr, 3);
1000 $marr = $this->placeModule($marr, $nrow, $ncol, $row-1, $col-1, $chr, 4);
1001 $marr = $this->placeModule($marr, $nrow, $ncol, $row-1, $col, $chr, 5);
1002 $marr = $this->placeModule($marr, $nrow, $ncol, $row, $col-2, $chr, 6);
[all …]
/plugin/searchtablejs/TableFilter_EN/
Dtablefilter.js564 function getCellsNb(id,nrow) argument
573 if(nrow == undefined) tr = grabTag(t,"tr")[0];
574 else tr = grabTag(t,"tr")[nrow];
/plugin/searchtablejs/
Dtablefilter.js564 function getCellsNb(id,nrow) argument
573 if(nrow == undefined) tr = grabTag(t,"tr")[0];
574 else tr = grabTag(t,"tr")[nrow];
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs7734 var nrow = 0, fpos = 0x0209;
7735 if(ft == 0x02) nrow = d.read_shift(2);
7737 if(ft != 0x02) nrow = d.read_shift(4);
7738 if(nrow > 1048576) nrow = 1e6;
7806 while(nrow-- > 0) {