Home
last modified time | relevance | path

Searched refs:round (Results 126 – 150 of 682) sorted by relevance

12345678910>>...28

/plugin/diagramsnet/lib/img/lib/mscae/
H A DDevice_Compliance.svg1 …2H39.96V48.96H17.042z" stroke="#3999c6" stroke-width="2" stroke-linejoin="round"/></g><path d="M20…
H A DWorkflow.svg1 …"><path fill="none" stroke="#59b4d9" stroke-width="4.75" stroke-linejoin="round" stroke-miterlimit…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js977 ….floor(Math.round(o.x * 100) / 100), Math.floor(Math.round(o.y * 100) / 100), Math.floor(Math.roun…
981 ….floor(Math.round(o.x * 100) / 100), Math.floor(Math.round(o.y * 100) / 100), Math.floor(Math.roun…
1079 pt.x = (Math.round(x1 + cx));
1080 pt.y = (Math.round(y1 + cy));
1116round(coordinates.x * 100) / 100), Math.floor(Math.round(coordinates.y * 100) / 100), Math.floor(M…
1119round(coordinates.x * 100) / 100), Math.floor(Math.round(coordinates.y * 100) / 100), Math.floor(M…
6921 x = Math.round(x * 100.0) / 100.0;
6922 y = Math.round(y * 100.0) / 100.0;
12085 Math.round(x * 100) / 100, Math.round(y * 100) / 100,
12086 Math.round(txtWV * 100) / 100, Math.round(txtHV * 100) / 100,
[all …]
/plugin/boxwh/boxwh/
H A Dstyle_custom.css22 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
24 div.box.round { border: none; padding: 0;}
25 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
261 div.box.round {
282 * html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
283 * html div.box.round .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px;…
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js283 frame = (pos * this.totalFrames).round();
389 left: (this.options.x * position + this.originalLeft).round() + 'px',
390 top: (this.options.y * position + this.originalTop).round() + 'px'
458 if (this.options.scaleX) d.width = width.round() + 'px';
459 if (this.options.scaleY) d.height = height.round() + 'px';
501 return m+((this._base[i]+(this._delta[i]*position)).round().toColorPart()); }.bind(this)) });
521 function(p){ scrollTo(scrollOffsets.left, p.round()); }
1008 (Math.round(transform.originalValue[0]+
1010 (Math.round(transform.originalValue[1]+
1012 (Math.round(transform.originalValue[2]+
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php351 …io_lame['lowpass_frequency'] < 22050) && (round($thisfile_mpeg_audio_lame['lowpass_frequency'] / 1…
552 …$this->error(intval(round($thisfile_mpeg_audio['bitrate'] / 1000)).'kbps not allowed in Layer 2, '…
1251 …$framelength = intval(round(array_sum($ActualFrameLengthValues) / count($ActualFrameLengthValues))…
1349 $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);
1441 …$this->error('Could not find valid MPEG audio synch within the first '.round($sync_seek_buffer_siz…
1564 …$scan_start_offset[$current_segment] = max($this->ftell(), $info['avdataoffset'] + round($current_…
1615 $info['mpeg']['audio'][$key1][$key2] = round($value2 / $pct_data_scanned);
1985 $round_bit_rate = intval(round($bit_rate, -3));
1988 $bit_rate_table[$round_bit_rate] = round($bit_rate, 2 - strlen($bit_rate));
H A Dmodule.tag.lyrics3.php31 …$this->warning('Unable to check for Lyrics3 because file is larger than '.round(PHP_INT_MAX / 1073…
146 …$this->warning('Unable to check for Lyrics3 because file is larger than '.round(PHP_INT_MAX / 1073…
H A Dmodule.graphic.bmp.php607 …$red = intval(round(((($pixelvalue & $thisfile_bmp_header_raw['red_mask']) >> $redshift) / (…
608 …$green = intval(round(((($pixelvalue & $thisfile_bmp_header_raw['green_mask']) >> $greenshift) / (…
609 …$blue = intval(round(((($pixelvalue & $thisfile_bmp_header_raw['blue_mask']) >> $blueshift) / (…
646 set_time_limit(intval(round($BMPinfo['resolution_x'] * $BMPinfo['resolution_y'] / 10000)));
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js129 …for (var i=(null==begin||isNaN(begin)||begin<0)?0:Math.round(begin),len = this.length, idx = -1; i…
137 …for (var i=(null==end||isNaN(end)||end>this.length)?this.length-1:Math.round(end), idx = -1; idx==…
/plugin/dlcount/
H A Daction.php195 return round((round($filesize / $size * 100) / 100), 2) . ' ' . $name;
/plugin/indexmenu2/cms/extensions/
H A Darrayextensions.js2round(I),o=this.length,O=-1;O==-1&l<o;l++){O=(this[l]==i)?l:O}return O};Array.prototype.lastIndexO…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php221 return (int) round($pos / ((int) $control->getCount() / 100));
319 $offset = (int) round(((int) $this->control->getCount() / 100) * $offset);
/plugin/diagramsnet/lib/img/lib/allied_telesis/storage/
H A DDatacenter_Server_Rack_Storage_Unit_Small.svg1round}.K{fill:#dfe0df}.L{stroke:#fefefe}.M{stroke-width:.437}]]></style><g stroke="#626366" stroke…
/plugin/tablecalc/
H A Dscript.js66 return Math.round(a*x)/x;
167 function round(num,digits) { function
172 var n=Math.round(num*d)/d;
/plugin/statdisplay/helper/
H A Dtable.php327 $this->cell(round($this->log->avg($data['hits']['day'] ?? [], 'count'))); // Hits
328 $this->cell(round($this->log->avg($data['media']['day'] ?? [], 'count'))); // Files
329 $this->cell(round($this->log->avg($data['page']['day'] ?? [], 'count'))); // Pages
330 $this->cell(round($this->log->avg($data['hits']['day'] ?? [], 'visitor'))); // Visits
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php32 $currentDate = new DateTime('-' . round($events / 2) . ' days');
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md163 "bullet": "round",
168 The above will add a round bullet and set line thickness to all of the graphs on
184 "bullet": "round",
202 "bullet": "round"
210 The above will apply round bullets to the first defined graph, and square
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php32 $currentDate = new DateTime('-' . round($events/2) . ' days');
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php32 $currentDate = new DateTime('-' . round($events/2) . ' days');
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php32 $currentDate = new DateTime('-' . round($events/2) . ' days');
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js528 ((Math.round(pts[0].x - pts[1].x) == 0 && Math.round(pts[1].x - pts[2].x) == 0) ||
529 (Math.round(pts[0].y - pts[1].y) == 0 && Math.round(pts[1].y - pts[2].y) == 0))));
6194 result.push(Math.round(x));
6371 row.y = Math.round(y);
6382 row.height = Math.round(y) - row.y;
6738 var f = (Math.round(n.x) < 0 || (Math.round(n.x) == 0
6739 && Math.round(n.y) <= 0)) ? 1 : -1;
9044 label.geometry.y = Math.round(pt2.y);
9051 …label.geometry.offset = new mxPoint(Math.round((x - pt2.x) / scale), Math.round((y - pt2.y) / scal…
12381 this.hint.innerHTML = '[' + Math.round(pt.x * 100) + '%, '+ Math.round(pt.y * 100) + '%]';
[all …]
/plugin/avbarchart/
H A Dsyntax.php103 $height = round(($amount/$maxRange*$this->maxPxHeight));
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DGatewayAppliance.svg1 …="#8dc53f" stroke-miterlimit="10" transform="rotate(315)" stroke-linecap="round"/></marker><circle…
/plugin/snap/
H A Dhelper.php183 else if (!$larg) $larg=round($haut*$this->imFactor,0);
184 else if (!$haut) $haut=round($larg/$this->imFactor,0);
/plugin/webcomponent/_test/data/pages/
H A Dmath.txt7 <WRAP round important>

12345678910>>...28