/plugin/diagramsnet/lib/js/diagramly/ |
D | DevTools.js | 21 … tip += 'source=' + parseFloat(geo.sourcePoint.x) + ',' + parseFloat(geo.sourcePoint.y) + '<br>'; 26 … tip += 'target=' + parseFloat(geo.targetPoint.x) + ',' + parseFloat(geo.targetPoint.y) + '<br>'; 37 … tip += parseFloat(state.absolutePoints[i].x) + ',' + parseFloat(state.absolutePoints[i].y) + ';'; 48 tip += parseFloat(geo.points[i].x) + ',' + parseFloat(geo.points[i].y) + ';'; 56 tip += 'x/y=' + parseFloat(geo.x) + ',' + parseFloat(geo.y) + '<br>' + 57 'w/h=' + parseFloat(geo.width) + 'x' + parseFloat(geo.height); 61 tip += '<br>pos=' + parseFloat(state.x) + ',' + parseFloat(state.y) + '<br>' + 62 'size=' + parseFloat(state.width) + 'x' + parseFloat(state.height);
|
/plugin/diagramsnet/lib/shapes/ |
D | mxArrows.js | 50 …var dy = h * 0.5 * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))… 51 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 52 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))… 116 dy = w * 0.5 * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)))); 117 dx = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 121 dy = h * 0.5 * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)))); 122 dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 152 …var dx = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'dx', th… 153 … var dy = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dy', this.dy)))); 158 …this.state.style['dx'] = Math.round(100 * Math.max(0, Math.min(bounds.width - parseFloat(mxUtils.g… [all …]
|
D | mxInfographic.js | 41 var dy = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)))); 67 …var dy = Math.max(0, Math.min(bounds.width, bounds.width, parseFloat(mxUtils.getValue(this.state.s… 81 var dy = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)))); 137 …var startAngle = 2 * Math.PI * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'st… 138 …var endAngle = 2 * Math.PI * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'endA… 139 …var arcWidth = 1 - Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'arcWidth', thi… 191 …var startAngle = 2 * Math.PI * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.styl… 212 …var endAngle = 2 * Math.PI * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style,… 234 …var arcWidth = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'arcWidth', t… 283 var dx = Math.max(0, Math.min(w * 0.5, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); [all …]
|
D | mxBasic.js | 37 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 64 …var dx = Math.max(0, Math.min(bounds.width / 2, bounds.width / 2, parseFloat(mxUtils.getValue(this… 113 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 114 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)))); 132 …return new mxRectangle(0, 0, 0, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)) * this.sca… 144 …var dx = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'dx', th… 145 …var dy = Math.max(0, Math.min(bounds.height, parseFloat(mxUtils.getValue(this.state.style, 'dy', t… 150 var y = parseFloat(mxUtils.getValue(this.state.style, 'dy', this.dy)) * 0.6; 161 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 162 var dy = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)))); [all …]
|
D | mxGmdl.js | 217 …var margin = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MARGIN, '… 218 …var marginTop = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MARGIN… 219 …var marginLeft = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MARGI… 220 …var marginBottom = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MAR… 221 …var marginRight = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MARG… 282 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderNormal.prototype.cst.HANDLE_S… 341 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSlider2.prototype.cst.HANDLE_SIZE, … 342 …var barPos = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSlider2.prototype.cst.BAR_POS, '40… 373 …var barPos = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'bar… 430 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderFocused.prototype.cst.HANDLE_… [all …]
|
D | mxFloorplan.js | 48 …var wallTh = parseFloat(mxUtils.getValue(this.style, mxFloorplanWall.prototype.cst.WALL_THICKNESS,… 97 …var wallTh = parseFloat(mxUtils.getValue(this.style, mxFloorplanWallCorner.prototype.cst.WALL_THIC… 154 …var wallTh = parseFloat(mxUtils.getValue(this.style, mxFloorplanWallU.prototype.cst.WALL_THICKNESS… 213 …var wallTh = parseFloat(mxUtils.getValue(this.style, mxFloorplanRoom.prototype.cst.WALL_THICKNESS,… 273 …var wallTh = parseFloat(mxUtils.getValue(this.style, mxFloorplanWindow.prototype.cst.WALL_THICKNES… 807 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 829 … var dx = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx)))); 882 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 904 … var dx = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx)))); 1002 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); [all …]
|
D | mxLeanMap.js | 305 var fontSize = parseFloat(mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8')); 376 var fontSize = parseFloat(mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8')); 402 var strokeWidth = parseFloat(mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '2')); 804 var fontSize = parseFloat(mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8')); 1490 var currTime = parseFloat(shapeInfo[i]); 1658 var strokeWidth = parseFloat(mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '2')); 2151 var dy1 = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'dy1', 0)))); 2162 …var dx2 = Math.max(0, Math.min(parseFloat(mxUtils.getValue(this.state.style, 'dx3', 0)), parseFloa… 2163 var dy2 = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'dy2', 0)))); 2168 …this.state.style['dx2'] = Math.round(1000 * Math.max(0, Math.min(parseFloat(mxUtils.getValue(this.… [all …]
|
/plugin/geonav/js/ |
D | earth_a.js | 67 … lookAt.set(parseFloat(lat), parseFloat(lon), 10, ge.ALTITUDE_RELATIVE_TO_GROUND, 0, 0,altitude); 85 lat=parseFloat(matchll[1]); 86 lon=parseFloat(matchll[2]); 92 … lookAt.set(parseFloat(lat), parseFloat(lon), 10, ge.ALTITUDE_RELATIVE_TO_GROUND,0, 0,6000000);
|
/plugin/rigrr/lib/svg-pan-zoom/ |
D | svg-pan-zoom.js | 313 var viewBoxValues = svgViewBox.split(' ').map(parseFloat) 884 …parseFloat(svgComputedStyle.width) - (parseFloat(svgComputedStyle.borderLeftWidth) + parseFloat(sv… 885 …parseFloat(svgComputedStyle.height) - (parseFloat(svgComputedStyle.borderTopWidth) + parseFloat(sv… 889 ….width - (parseFloat(parentStyle.borderLeftWidth) + parseFloat(parentStyle.paddingLeft) + parseFlo… 890 …height - (parseFloat(parentStyle.borderTopWidth) + parseFloat(parentStyle.paddingTop) + parseFloat… 896 width = parseFloat(svgClientRect.width); 897 height = parseFloat(svgClientRect.height); 902 width = parseFloat(svgBoundingClientRect.width); 903 height = parseFloat(svgBoundingClientRect.height);
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
D | mxGraphMlCodec.js | 454 modVal = parseFloat(val) * mappingObj.scale; 1341 xShift.x = parseFloat(insets[0]); 1348 yShift = parseFloat(insets[1]); 1438 y += parseFloat(defColStyle["startSize"]); 1533 tw = parseFloat(tmpMap["tblHWidth"]); 1537 th = parseFloat(tmpMap["tblHHeight"]); 1556 var rowStartSize = parseFloat(tmpMap["rowHWidth"]); 1561 parseFloat(rows[i]["y:Insets"]["left"]) + parseFloat(rows[i]["y:Insets"]["right"])); 1564 var colStartSize = parseFloat(tmpMap["colHHeight"]); 1569 parseFloat(cols[i]["y:Insets"]["top"]) + parseFloat(cols[i]["y:Insets"]["bottom"])); [all …]
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | es6.parse-float.js | 4 $export($export.G + $export.F * (parseFloat != $parseFloat), { parseFloat: $parseFloat }); property
|
D | es6.number.parse-float.js | 4 $export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseF… property
|
D | _parse-float.js | 1 var $parseFloat = require('./_global').parseFloat; 4 …xports = 1 / $parseFloat(require('./_string-ws') + '-0') !== -Infinity ? function parseFloat(str) {
|
/plugin/asciidocjs/node_modules/core-js/modules/ |
D | es6.number.parse-float.js | 4 $export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseF… property
|
D | es6.parse-float.js | 4 $export($export.G + $export.F * (parseFloat != $parseFloat), { parseFloat: $parseFloat }); property
|
D | _parse-float.js | 1 var $parseFloat = require('./_global').parseFloat; 4 …xports = 1 / $parseFloat(require('./_string-ws') + '-0') !== -Infinity ? function parseFloat(str) {
|
/plugin/ryubin/ryubin/js/ |
D | AC_RunActiveContent.js | 141 if (versionMajor > parseFloat(reqMajorVer)) { 143 } else if (versionMajor == parseFloat(reqMajorVer)) { 144 if (versionMinor > parseFloat(reqMinorVer)) 146 else if (versionMinor == parseFloat(reqMinorVer)) { 147 if (versionRevision >= parseFloat(reqRevision))
|
/plugin/edittable/script/ |
D | editbutton.js | 20 margin += parseFloat($tablediv.css('margin-bottom')); 21 margin += parseFloat($tablediv.find('table').css('margin-bottom'));
|
/plugin/openlayersmapoverlays/ |
D | script.js | 30 opacity: parseFloat(overlay.opacity), 94 opacity: parseFloat(overlay.opacity), 106 opacity: parseFloat(overlay.opacity), 190 opacity: parseFloat(overlay.opacity),
|
/plugin/indexmenu/scripts/fancytree/modules/ |
D | jquery.fancytree.wide.js | 178 iconSpacing = parseFloat(iconSpacing, 10); 180 labelSpacing = parseFloat(labelSpacing, 10); 182 iconWidth = parseFloat(iconWidth, 10); 194 this._local.levelOfs = parseFloat(levelOfs);
|
/plugin/schedule/lib/ |
D | scheduleCitiesMap.js | 38 parseFloat (parseFloat (lat).toFixed (schedulePrecision))+"|"+ 39 parseFloat (parseFloat (lon).toFixed (schedulePrecision))+")"; 52 …return [parseFloat (lonLat[1]).toFixed (schedulePrecision), parseFloat (lonLat [0]).toFixed (sched… 303 var lat = parseFloat (match [1]).toFixed (schedulePrecision); 304 var lon = parseFloat (match [2]).toFixed (schedulePrecision); 578 scheduleSelectedCity.attr ('lat', parseFloat (match [1]).toFixed (schedulePrecision)); 579 scheduleSelectedCity.attr ('lon', parseFloat (match [2]).toFixed (schedulePrecision));
|
/plugin/stlviewer/stlviewer/ |
D | parser.min.js | 2 …parseFloat(o[s+3*d+3]),f2=parseFloat(o[s+3*d+4]),f3=parseFloat(o[s+3*d+5]),null==(a=i[[f1,f2,f3]])…
|
/plugin/prettyphoto/js/ |
D | jquery.prettyPhoto.js | 222 …movie_width = ( parseFloat(getParam('width',pp_images[set_position])) ) ? getParam('width',pp_imag… 223 …movie_height = ( parseFloat(getParam('height',pp_images[set_position])) ) ? getParam('height',pp_i… 227 …if(movie_height.indexOf('%') != -1) { movie_height = parseFloat(($(window).height() * parseFloat(m… 228 …if(movie_width.indexOf('%') != -1) { movie_width = parseFloat(($(window).width() * parseFloat(movi… 620 width = parseFloat(width); 621 height = parseFloat(height); 626 …detailsHeight = parseFloat($pp_details.css('marginTop')) + parseFloat($pp_details.css('marginBotto… 639 titleHeight = parseFloat($pp_title.css('marginTop')) + parseFloat($pp_title.css('marginBottom'));
|
/plugin/diagramsnet/lib/js/grapheditor/ |
D | Shapes.js | 305 …var s = Math.max(0, Math.min(w, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.s… 306 …var op = Math.max(-1, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'darkOpacity', this.dark… 307 …var op2 = Math.max(-1, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'darkOpacity2', this.da… 366 var s = parseFloat(mxUtils.getValue(this.style, 'size', this.size)) * this.scale; 392 …var s = Math.max(0, parseFloat(mxUtils.getValue(this.style, 'size', this.size)) - 2) + 2 * this.st… 538 …var s = Math.max(0, Math.min(w, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'size', this.s… 539 …var op = Math.max(-1, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'darkOpacity', this.dark… 611 …var isoAngle = Math.max(0.01, Math.min(94, parseFloat(mxUtils.getValue(this.style, 'isoAngle', thi… 651 …var size = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'size', this.size… 700 …var size = Math.max(0, Math.min(h * 0.5, parseFloat(mxUtils.getValue(this.style, 'size', this.size… [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
D | respond.min.js | 5 …parseFloat(a)},u=function(b){var c="clientWidth",d=k[c],e="CSS1Compat"===j.compatMode&&d||j.body[c…
|