Searched refs:maxW (Results 1 – 3 of 3) sorted by relevance
/plugin/lytebox/ |
H A D | lytebox.js | 745 LyteBox.prototype.resizeW = function(id, curW, maxW, pixelrate, speed) { argument 747 …rCount++] = setTimeout("myLytebox.resizeW('" + id + "', " + curW + ", " + maxW + ", " + pixelrate … 752 var newW = (this.doAnimations ? curW : maxW); 754 if (newW < maxW) { 755 newW += (newW + pixelrate >= maxW) ? (maxW - newW) : pixelrate; 756 } else if (newW > maxW) { 757 newW -= (newW - pixelrate <= maxW) ? (newW - maxW) : pixelrate; 759 …rCount++] = setTimeout("myLytebox.resizeW('" + id + "', " + newW + ", " + maxW + ", " + pixelrate … 760 if (parseInt(object.style.width) == maxW) {
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 15030 var maxW = autoMax + starMaxMax * starColumns.length; 15044 if (maxW < availableWidth) { 15053 var D = maxW - minW;
|
H A D | pdfmake.min.js.map | 1 …maxW","W","D","starSize","maxStar","starCount","obj","functionToCheck","getType","generateFrame","…
|