| /plugin/fckg/fckeditor/editor/plugins/autogrow/ |
| D | fckplugin.js | 33 var newHeight = window.frameElement.offsetHeight + delta ; 35 newHeight = FCKAutoGrow.GetEffectiveHeight( newHeight ) ; 37 if ( newHeight != window.frameElement.height ) 39 window.frameElement.style.height = newHeight + "px" ;
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | ImageObject.cfc | 143 <cfargument name="newHeight" required="yes" type="numeric"> 144 <cfset var imageResults = imageCFC.scaleHeight(variables.img,"","", newHeight)> 152 <cfargument name="newHeight" required="yes" type="numeric"> 156 …<cfset var imageResults = imageCFC.resize(variables.img,"","",newWidth,newHeight,preserveAspect,cr… 166 <cfargument name="newHeight" required="yes" type="numeric"> 167 <cfset var imageResults = imageCFC.crop(variables.img,"","",fromX,fromY,newWidth,newHeight)>
|
| /plugin/datatables/assets/datatables.net-fixedheader-dt/js/ |
| D | dataTables.fixedHeader.js | 897 var newHeight = 912 if (newHeight < 0) { 913 newHeight = 0; 918 scrollBody.outerHeight(newHeight); 922 if (Math.round(scrollBody.outerHeight()) >= Math.round(newHeight)) {
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.fixed.js | 585 newHeight = Math.max(row1Height, row2Height); 586 $tr1.css("height", newHeight + 1); 587 $tr2.css("height", newHeight + 1);
|
| /plugin/aimg/ |
| D | script.js | 945 fnEditingData.newWidth = fnEditingData.newHeight = 0; 1002 newHeight = area.offsetHeight; 1022 parseInt((newLeft+newWidth)/sFact) + ',' + parseInt((newTop+newHeight)/sFact) +
|
| /plugin/advrack/ |
| D | jquery.qtip.js | 3059 newWidth, newHeight; 3075 newHeight = result.height = Math.abs(result.position.bottom - result.position.top); 3086 while(newWidth > 0 && newHeight > 0 && compareX > 0 && compareY > 0) 3089 newHeight = Math.floor(newHeight / 2); 3095 if(corner.y === TOP){ compareY = newHeight; } 3096 else if(corner.y === BOTTOM){ compareY = result.height - newHeight; } 3097 else{ compareY += Math.floor(newHeight / 2); }
|
| /plugin/panoview/ |
| H A D | script.js | 741 var newHeight = this.viewer.offsetHeight; 756 this.height = newHeight;
|
| /plugin/revealjs/js/ |
| D | reveal.js | 1927 var newHeight, oldHeight = element.style.height; 1937 newHeight = height - element.parentNode.offsetHeight; 1945 return newHeight;
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 19087 sliceByTwo: function(canvasEl, width, height, newWidth, newHeight) { argument 19094 newHeight = floor(newHeight); 19096 tmpCanvas.height = max(newHeight, height); 19102 if (newHeight > height) { 19108 canvasEl.height = max(newHeight, height); 19121 if (newHeight * signH < floor(stepH * multH * signH)) { 19125 stepH = newHeight; 19133 return context.getImageData(0, 0, newWidth, newHeight);
|
| D | fabric.min.js | 11 …newHeight){var context=canvasEl.getContext("2d"),imageData,multW=.5,multH=.5,signW=1,signH=1,doneW… argument
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 16089 newHeight = paintHeight; 16097 newHeight = Math.ceil(paintHeight / 2); property 16098 heightScale /= paintHeight / newHeight; 16101 tmpCanvas = this.cachedCanvases.getCanvas(tmpCanvasId, newWidth, newHeight); 16103 tmpCtx.clearRect(0, 0, newWidth, newHeight); 16104 tmpCtx.drawImage(imgToPaint, 0, 0, paintWidth, paintHeight, 0, 0, newWidth, newHeight); 16107 paintHeight = newHeight;
|
| D | pdf.js.map | 1 …newHeight","getSinglePixelWidth","inverse","getCanvasPosition","ShadingIRs","fromIR","raw","colorS…
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.js | 202 var newHeight = minOffset - (naturalOffset - naturalHeight); // subtract the margin/padding 204 $(el).height(newHeight);
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 30808 var newHeight = min$3(max$5(startHeight + e.clientY - startY, minHeight), maxHeight); 30811 parent.style.height = newHeight + 'px';
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js.map | 1 …newHeight = false;\n for(let i = 0; i < lineHeights.length; i++){\n let h = line…
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …newHeight = false;\n for(let i = 0; i < lineHeights.length; i++){\n let h = line…
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …newHeight = false;\n for(let i = 0; i < lineHeights.length; i++){\n let h = line…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …newHeight = 0;\n let newDisplay = 'none';\n if (visibleZones.hasOwnProperty(…
|