Home
last modified time | relevance | path

Searched refs:round (Results 201 – 225 of 682) sorted by relevance

12345678910>>...28

/plugin/sketchcanvas/script/
H A DSketchCanvas.js532 var mx = gridEnable ? Math.round(mx / gridSize) * gridSize : mx;
533 var my = gridEnable ? Math.round(my / gridSize) * gridSize : my;
558 var mx = (gridEnable ? Math.round(e.clientX / gridSize) * gridSize : e.clientX) - clrect.left;
559 var my = (gridEnable ? Math.round(e.clientY / gridSize) * gridSize : e.clientY) - clrect.top;
656 var mx = (gridEnable ? Math.round(e.clientX / gridSize) * gridSize : e.clientX) - clrect.left;
657 var my = (gridEnable ? Math.round(e.clientY / gridSize) * gridSize : e.clientY) - clrect.top;
747 var mx = (gridEnable ? Math.round(e.clientX / gridSize) * gridSize : e.clientX) - clrect.left;
748 var my = (gridEnable ? Math.round(e.clientY / gridSize) * gridSize : e.clientY) - clrect.top;
798 return { x: Math.round(coord.x / gridSize) * gridSize, y: Math.round(coor
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaEditorToolBar.java110 zoomCombo.setSelectedItem((int) Math.round(100 * view in SchemaEditorToolBar()
/plugin/progrecss/
H A DChangeLog21 * style.css: Improved default style with CSS3 round borders.
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 …se"c":_=String.fromCharCode(_);break;case"u":_=Math.abs(_);case"d":_=Math.round(_);if(_<0){_="-"+M…
/plugin/vote/
H A Dsyntax.php232 $percent = round( ( $absolute * 100 ) / $total );
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dweb_server.svg1 …772z" fill="url(#D)" stroke="#ffc727" stroke-width="1.7" stroke-linejoin="round"/><circle r="26.22…
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js547round(a-2)+"px; "+u):"width"==f?(t="width: "+Math.round(a-2)+"px; ",n+="width: 100%; ",p+=t,r=0,0<…
995round(e.x),this.targetPoint.y=Math.round(e.y));if(null!=this.points)for(var f=0;f<this.points.leng…
1085round(this.bounds.width/c)+"px",this.textarea.style.height=Math.round(this.bounds.height/c)+"px",8…
1103 …M&&(c.y+=a.height))}return new mxRectangle(Math.round(c.x),Math.round(c.y),Math.round(c.width),Mat…
1146 …etModel().isEdge(a.cell),new mxRectangle(Math.round(e-b/2*d),Math.round(f-c/2*d),Math.round(b*d),M…
1329 …);c&&(l.x=Math.round(l.x+n.x-b-p.x-g),l.y=Math.round(l.y+n.y-b-p.y-d));l.width=Math.round(n.width+…
1370 …et?d.offset=new mxPoint(Math.round(b),Math.round(c)):(d.offset.x=Math.round(parseFloat(d.offset.x+…
1410 g)*this.view.scale+Math.round(l*a+e))}};
1767 …roundAngle=function(a){return Math.round(10*a)/10};mxVertexHandler.prototype.roundLength=function(…
1971round(g[0].x)+","+Math.round(g[0].y);for(p=1;p<g.length;p++)l+=" "+Math.round(g[p].x)+","+Math.rou…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js471 var dy = Math.min(h / 2, Math.round(h / 8) + this.strokewidth - 1);
522 Math.round(rect.height / 8) + this.strokewidth - 1), 0, 0);
1413 var segs = Math.round(dist / 10);
1623 r.x += Math.round(inset);
1624 r.width -= Math.round(2 * inset);
1654 inset = Math.round(inset);
5440 this.state.style[mxConstants.STYLE_ARCSIZE] = Math.round(f);
5665 state.style['width'] = Math.round(w * 2) / state.view.scale;
5736 state.style['width'] = Math.round(w * 2) / state.view.scale;
5822 Math.round(Math.max(0, Math.min(bounds.width, pt.x - bounds.x)));
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
H A DVdeo_Conference_Terminal.svg1 …b7}.h{fill:#fefefe}.i{fill:#e5e6e7}.j{stroke-linejoin:round}.k{fill:#626466}.l{stroke-linecap:roun…
/plugin/nodetailsxhtml/
H A Drenderer.php428 if(!$h) $h = round(($w * $info[1]) / $info[0]);
429 if(!$w) $w = round(($h * $info[0]) / $info[1]);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java344 cellWidth = (int) Math.round(aspectRatio*cellHeight); in MovieEditorDialog()
347 toolTipImageWidth = (int) Math.round(aspectRatio*toolTipImageHeight); in MovieEditorDialog()
350 cellHeight = (int) Math.round((double) cellWidth/aspectRatio); in MovieEditorDialog()
353 toolTipImageHeight = (int) Math.round((double) toolTipImageWidth/aspectRatio); in MovieEditorDialog()
938 …normalizeVolumeCheckBox.setText("Normalize volume (+"+Math.round(Math.log10(NORMALIZED_LEVEL/maxVo… in buildUI()
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1round(E.$.width*(D/E.$.height))}if(!isNaN(D)){C.setValueOf("info","txtWidth",D)}}else{if(D&&D!="0"…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1round(E.$.width*(D/E.$.height))}if(!isNaN(D)){C.setValueOf("info","txtWidth",D)}}else{if(D&&D!="0"…
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2774 return Math.round(-1 * number) * -1;
2776 return Math.round(number);
4281 var round = Math.round;
4298 var seconds = round(duration.as('s'));
4299 var minutes = round(duration.as('m'));
4300 var hours = round(duration.as('h'));
4301 var days = round(duration.as('d'));
4302 var months = round(duration.as('M'));
4303 var years = round(duration.as('y'));
4326 return round;
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php741 $contentseconds = round((($playtimeseconds / 60) - floor($playtimeseconds / 60)) * 60);
802 function FILETIMEtoUNIXtime($FILETIME, $round=true) { argument
807 if ($round) {
808 return round(($FILETIME - 116444736000000000) / 10000000);
901 return '<SPAN STYLE="color: #'.BitrateColor($bitrate).'">'.round($bitrate).' kbps</SPAN>';
2346 $framelength = round(array_sum($ActualFrameLengthValues) / count($ActualFrameLengthValues));
2375 $header_len = strlen($header) - round(32768 / 2);
2397 $header_len = strlen($header) - round(32768 / 2);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php30 …$this->warning('Unable to check for ID3v1 because file is larger than '.round(PHP_INT_MAX / 107374…
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js247 ins = Math.round(ins);
/plugin/diagramsnet/lib/img/lib/mscae/
H A DCloudSimple_Nodes.svg1 …44.74v-5"/><path d="M44.228 46.724h-12.17m-9.467 0H10.42" stroke-linecap="round"/></g><path d="M23…
/plugin/combo/ComboStrap/
H A DRasterImageLink.php231 $breakPointHeight = FetcherRaster::round($breakpointWidthMinusMargin / $fetchRaster->getTargetAspectRatio());
/plugin/geotag/syntax/
H A Dgeotag.php246 $sec = round($secs - ($min * 60), 3);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1 …operty(f)&&(e++,d+=c.percentLoaded[f]);var h=Math.round(d/e*100)/100;g._progress.call(this,h,Math.
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js483 … value = value == 0 ? 0 : Math.round( oImageOriginal.height * ( value / oImageOriginal.width ) ) ;
485 … value = value == 0 ? 0 : Math.round( oImageOriginal.width * ( value / oImageOriginal.height ) ) ;
/plugin/latexport/implementation/
H A Ddecorator_persister.php805 $availableSpace = round(1 / $totalInGroup, 1);
806 $sizeInCmAt240ppi = round(2.54 * $width / 240, 1);
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DIndustrial_Ethernet_IE200.svg1 ….L{fill:#d7d8d9}.M{fill:#dfe0df}.N{stroke-linejoin:round}.O{stroke-width:.525}.P{stroke-linecap:ro…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js18 …0>b)return a;var c=Math.pow(10,b);return Math.round(a*c)/c};d.toFixed=function(a,b){var c=String(M…
43 ….centerLabels&&(n=-n);this.cellWidth=k*this.stepWidth;q=Math.round(l/z);k=-1;q/2==Math.round(q/2)&…
59round((this.maxCalc-this.minCalc)/this.step)+1,u;!0===h?(u=Math.log(this.max)*Math.LOG10E-Math.log…
62round(c)==c)if(isNaN(y)||Number(d.toFixed(c,y))==c){!0===h&&(0===c&&(c=this.minReal),u>this.logGri…
70 …(1<Math.abs(e-g)))if(1>a){if(g=Math.pow(10,-g)*f,g==Math.round(g))return f}else if(f==Math.round(f…
114 …xOf("px")&&(e=d.removePx(f));e=Math.round(e);c=Math.round(c);a=Math.round(d.toCoordinate(this.widt…
221 …;this.hideCursor()}}},dispatchMovedEvent:function(a,b,c,e){a=Math.round(a);b=Math.round(b);if(!thi…
233 …none"}},updateScrollbarSize:function(a,b){if(!isNaN(a)&&!isNaN(b)){a=Math.round(a);b=Math.round(b);
257round(b/l)+g,b=this.dragging?k+this.timeDifference:Math.round((b+c)/l)+g,k>b&&(k=b),0<h&&b-k<h&&(b…
297 (q=q[0],p=!0);void 0===g&&(g=q);void 0===k&&(k=h);b=Math.round(b);c=Math.round(c);var t=0,r=0;0>b&&…
[all …]

12345678910>>...28