Searched refs:parentHeight (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 337 function createShape(id, geo, layerIndex, xmlDoc, parentHeight, isChild) argument 350 …shape.appendChild(createCellElemScaled("PinY", parentHeight - geo.y - hh - (isChild? 0 : vsdxCanva… 392 function createEdge(cell, layerIndex, graph, xmlDoc, parentHeight, isChild) argument 416 …shape.appendChild(createCellElemScaled("PinY", parentHeight - bounds.y - hh - (isChild? 0 : vsdxCa… 436 …shape.appendChild(createCellElemScaled("BeginY", parentHeight - bounds.y + p0.y, xmlDoc, "_WALKGLU… 442 …shape.appendChild(createCellElemScaled("EndY", parentHeight - bounds.y + pe.y, xmlDoc, "_WALKGLUE(… 495 function convertMxCell2Shape(cell, layerIndex, graph, xmlDoc, parentHeight, parentGeo, isChild) argument 524 var shape = createShape(vsdxId + "10000", geo, layerIndex, xmlDoc, parentHeight, isChild); 573 var shape = createShape(vsdxId, geo, layerIndex, xmlDoc, parentHeight, isChild); 604 return createEdge(cell, layerIndex, graph, xmlDoc, parentHeight, isChild);
|
H A D | importer.js | 865 shape.parentHeight = parentHeight; 975 var o = shape.getOriginPoint(parentHeight, true); 1209 var parentHeight = pageHeight; 1213 parentHeight = parentGeo.height; 1217 var endXY = edgeShape.getEndXY(parentHeight); 1382 var parentHeight = pageHeight; 1386 parentHeight = parentGeometry.height; 1390 var endXY = edgeShape.getEndXY(parentHeight); 9769 _this.parentHeight = 0; 10533 var y = parentHeight - ((py) + (h - lpy)); [all …]
|
/plugin/davcal/datetimepicker-2.4.5/ |
H A D | jquery.datetimepicker.js | 580 parentHeight, 598 parentHeight = timeboxparent[0].clientHeight; 618 if (!parentHeight) { 655 if (!parentHeight) { 663 … timebox.css('marginTop', -parseInt((timebox[0].offsetHeight - parentHeight) * percentage, 10)); 668 parentHeight = timeboxparent[0].clientHeight; 670 percent = parentHeight / height; 679 …ller', [percentage || Math.abs(parseInt(timebox.css('marginTop'), 10)) / (height - parentHeight)]); 692 timeboxparent.trigger('scroll_element.xdsoft_scroller', [top / (height - parentHeight)]); 706 …er('scroll_element.xdsoft_scroller', [(startTop - (coord.y - start.y)) / (height - parentHeight)]);
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1117 …ch(A){console.log(A),a()}};k.prototype.addShape=function(d,b,a,c,g){b.parentHeight=g;var n=f.mxgra… 1449 …function b(a,b,g,n,e,k){var c=this;c.masterShape=null;c.master=null;c.parentHeight=0;c=d.call(this…
|