Home
last modified time | relevance | path

Searched refs:newHeight (Results 1 – 18 of 18) sorted by relevance

/plugin/fckg/fckeditor/editor/plugins/autogrow/
Dfckplugin.js33 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/
DImageObject.cfc143 <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/
DdataTables.fixedHeader.js897 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/
Djquery.fancytree.fixed.js585 newHeight = Math.max(row1Height, row2Height);
586 $tr1.css("height", newHeight + 1);
587 $tr2.css("height", newHeight + 1);
/plugin/aimg/
Dscript.js945 fnEditingData.newWidth = fnEditingData.newHeight = 0;
1002 newHeight = area.offsetHeight;
1022 parseInt((newLeft+newWidth)/sFact) + ',' + parseInt((newTop+newHeight)/sFact) +
/plugin/advrack/
Djquery.qtip.js3059 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 Dscript.js741 var newHeight = this.viewer.offsetHeight;
756 this.height = newHeight;
/plugin/revealjs/js/
Dreveal.js1927 var newHeight, oldHeight = element.style.height;
1937 newHeight = height - element.parentNode.offsetHeight;
1945 return newHeight;
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js19087 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);
Dfabric.min.js11newHeight){var context=canvasEl.getContext("2d"),imageData,multW=.5,multH=.5,signW=1,signH=1,doneW… argument
/plugin/pdfjs/pdfjs/build/
Dpdf.js16089 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;
Dpdf.js.map1newHeight","getSinglePixelWidth","inverse","getCanvasPosition","ShadingIRs","fromIR","raw","colorS…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js202 var newHeight = minOffset - (naturalOffset - naturalHeight); // subtract the margin/padding
204 $(el).height(newHeight);
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js30808 var newHeight = min$3(max$5(startHeight + e.clientY - startY, minHeight), maxHeight);
30811 parent.style.height = newHeight + 'px';
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1newHeight = false;\n for(let i = 0; i < lineHeights.length; i++){\n let h = line…
/plugin/mizarproofchecker/dist/
Dscript.js.map1newHeight = false;\n for(let i = 0; i < lineHeights.length; i++){\n let h = line…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1newHeight = false;\n for(let i = 0; i < lineHeights.length; i++){\n let h = line…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1newHeight = 0;\n let newDisplay = 'none';\n if (visibleZones.hasOwnProperty(…