Home
last modified time | relevance | path

Searched refs:round (Results 451 – 475 of 682) sorted by path

1...<<11121314151617181920>>...28

/plugin/flowcharts/
H A Dmermaid.min.js1round()&&(e=Math.round(e)),function(n){return+t(n)+e}}function Q(){return!this.__axis}function K(t… function
24round(-1*t):Math.round(t)}function Me(t,e){G(t,0,0,(function(){var t=this.utcOffset(),n="+";return…
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1650 var cid = Math.round(Math.random()*(this.colorlist.length-1));
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php307 $color_tmp[$i] = round((255*$color_tmp[$i])/100);
H A Dclass.csstidy_print.php304 …return round((strlen($this->input_css) - strlen($this->output_css_plain)) / strlen($this->input_cs…
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php130 $aSuiteResult['percent'] = round(100-$failed,2);
158 $final['percent'] = round(100-$failed,2);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php293 $result['centerLatitude'] = round(($minLatitude + $maxLatitude) / 2, max(1, -round(log10($latitudeError))) - 1);
294 $result['centerLongitude'] = round(($minLongitude + $maxLongitude) / 2, max(1, -round(log10($longitudeError))) - 1);
H A DTWKB.php213 $x = round(
217 $y = round(
221 $z = $options['hasZ'] ? round(
225 $m = $options['hasM'] ? round(
425 $twkbBox .= $this->writer->writeSVarInt(round($bBox['minz'] * $this->writeOptions['zFactor']));
426 $twkbBox .= $this->writer->writeSVarInt(round(($bBox['maxz'] - $bBox['minz']) * $this->writeOptions['zFactor']));
460 $x = round($geometry->x() * $this->writeOptions['xyFactor']);
461 $y = round($geometry->y() * $this->writeOptions['xyFactor']);
462 $z = round($geometry->z() * $this->writeOptions['zFactor']);
463 $m = round(
[all...]
/plugin/geotag/syntax/
H A Dgeotag.php246 $sec = round($secs - ($min * 60), 3);
/plugin/glossary/
H A Dglossary.class.php365 $scoreImg .= '-'.intval (round (($scoreVal+1)*3));
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1round:1,formatcurrency:1,conversions:1,csng:1,timevalue:1,second:1,year:1,space:1,abs:1,clng:1,tim… property in hljs.LANGUAGES.ruby.c.keymethods
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1364 $up = round($bbox[3] * 0.8);
1378 $up = round($bbox[3] * 0.25);
/plugin/html2pdf/html2pdf/html2ps/
H A Dhtml.attrs.inc.php659 $newsize = sprintf('%.2fem', round($koeff, 2));
666 $newsize = sprintf('%.2fem', round($koeff, 2));
H A Dlayout.page.breaks.php38 $this->location = round($location,2);
H A Doutput._generic.class.php119 return round(mm2pt($this->media->real_height()),2);
123 return round(mm2pt($this->media->real_width()),2);
127 return round(mm2pt($this->media->margins['left']),2);
131 return round($this->offset + mm2pt($this->media->height() - $this->media->margins['top']),2);
139 return round($this->offset +
184 $top = round($box->get_top(),2);
185 $bottom = round($box->get_bottom(),2);
H A Dpdf.fpdf.php1456 $up = round($bbox[3] * 0.8);
1470 $up = round($bbox[3] * 0.25);
H A Dutils_units.php5 return round($value,2);
29 round((double)$value * $koeff,2),
/plugin/html5video2/script/
H A Dvideo.min.js20round(a),d=o[i]+l,h=s[0];Math.abs(c)>d&&(c=c<0?-1:1,c*=Math.ceil(d/l)*l),a<0&&(c+=""===r.vertical?…
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php49 return round($input / (1024 * 1024)) . 'M';
53 return round($input / 1024) . 'K';
H A Dbench_manipulatevcard.php56 return round($input / (1024 * 1024)) . 'M';
60 return round($input / 1024) . 'K';
H A Dgenerateicalendardata.php32 $currentDate = new DateTime('-' . round($events / 2) . ' days');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php694 $percent = round(($numProcessed / $numFiles) * 100);
1899 $timeTaken = round($timeTaken);
1902 $timeTaken = round(($timeTaken / 1000), 2);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php589 $timeTaken = round(($timeTaken), 4);
623 echo "\t$listener: ".round(($timeTaken), 4).' secs'.PHP_EOL;
H A DReporting.php408 $secs = round((($time % 60000) / 1000), 2);
414 $time = round(($time / 1000), 2).' secs';
416 $time = round($time).'ms';
419 $mem = round((memory_get_peak_usage(true) / (1024 * 1024)), 2).'Mb';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCbf.php94 $timeTaken = round($timeTaken);
97 $timeTaken = round(($timeTaken / 1000), 2);
H A DDiff.php79 $timeTaken = round($timeTaken);
82 $timeTaken = round(($timeTaken / 1000), 2);

1...<<11121314151617181920>>...28