Searched refs:newrows (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dsorttable.js264 newrows = [];
266 newrows[newrows.length] = tbody.rows[i];
268 for (var i=newrows.length-1; i>=0; i--) {
269 tbody.appendChild(newrows[i]);
271 delete newrows;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dsorttable.js264 newrows = [];
266 newrows[newrows.length] = tbody.rows[i];
268 for (var i=newrows.length-1; i>=0; i--) {
269 tbody.appendChild(newrows[i]);
271 delete newrows;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c1040 sisusbcon_resize(struct vc_data *c, unsigned int newcols, unsigned int newrows, argument
1060 if (newcols != 80 || c->vc_scan_lines / fh != newrows)

Completed in 39 milliseconds