Home
last modified time | relevance | path

Searched refs:floor (Results 26 – 50 of 454) sorted by relevance

12345678910>>...19

/plugin/statdisplay/pchart/
H A DpChart.php461 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ),
754 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ),
2228 $X1 = floor ( $XPos - $XWidth );
2229 $Y1 = floor ( $YPos ) - .2;
2230 $X2 = floor ( $XPos + $XWidth );
2239 $Y2 = floor ( $YPos ) + .2;
2982 if ($Value == floor ( $Value ))
3013 $Divisions = floor ( $Scale1 );
3018 $Divisions = floor ( $Scale2 );
3077 $Divisions = floor ( $Scale1 );
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php457 new Point(floor($XPos), $this->GArea_Y2),
458 new Point(floor($XPos), $this->GArea_Y2 + 5),
480 new Point(floor($XPos) - floor($TextWidth / 2),
493 new Point(floor($XPos) - $TextWidth + 5,
504 new Point(floor($XPos) + $TextWidth + 5,
801 new Point(floor($XPos) - floor($TextWidth / 2),
814 new Point(floor($XPos) - $TextWidth + 5,
825 new Point(floor(
[all...]
/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js64 g = yy + Math.floor(yy/4),
65 j1 = 1 + ((((Math.floor(c / 100) % 4) * 5) + g) % 7);
87 var w = Math.floor((this.getDayOfYear() + (7-this.getIsoDay()) + (j1 - 1)) / 7);
/plugin/indexmenu2/cms/extensions/
H A Ddateextensions.js11floor(I/4),O=1+((((Math.floor(l/100)%4)*5)+o)%7);return(1+((this.getDayOfYear()+(O-1)-1)%7));};Dat…
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php62 $data[$edge]['wt'] += floor($profile->getDuration() * 1000000);
68 'wt' => floor($profile->getDuration() * 1000000),
/plugin/panoview/
H A Dscript.js273 this.x = Math.floor(this.scaleSize.x * 0.5 - this.width * 0.5) * -1;
274 this.y = Math.floor(this.scaleSize.y * 0.5 - this.height * 0.5) * -1;
610 var coords = { 'x': Math.floor(this.width / 2), 'y': Math.floor(this.height / 2) };
618 'x': Math.floor(before.x * Math.pow(2, direction)),
619 'y': Math.floor(before.y * Math.pow(2, direction))
685 'x': Math.floor((this.width / 2) - coords.x),
686 'y': Math.floor((this.height / 2) - coords.y)
747 'x': Math.floor(this.width / 2),
748 'y': Math.floor(this.height / 2)
762 'x': Math.floor(this.width / 2),
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php96 $area = floor(($this->scale->size * $bcd['num_cols']) * 0.2);
98 $emblem['posX'] = floor(($emblem['frame'] - $emblem['area']) / 2);
199 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
200 …$scale['posX'] = $scale['margin'] + floor(($scale['area'] - ($bcd['num_cols'] * $scale['size'])) /…
206 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
207 $scale['posX'] = floor(($scale['frame'] - ($bcd['num_cols'] * $scale['size'])) / 2);
H A DDatamatrixFactory.php160 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
161 …$scale['posX'] = $scale['margin'] + floor(($scale['area'] - ($bcd['num_cols'] * $scale['size'])) /…
167 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
168 $scale['posX'] = floor(($scale['frame'] - ($bcd['num_cols'] * $scale['size'])) / 2);
H A DPDF417Factory.php163 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
164 …$scale['posX'] = $scale['margin'] + floor(($scale['area'] - ($bcd['num_cols'] * $scale['size'])) /…
171 $scale['size'] = floor($scale['area'] / $bcd['num_cols']);
172 $scale['posX'] = floor(($scale['frameX'] - ($bcd['num_cols'] * $scale['size'])) / 2);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A DimageFonts.js19floor(o[0]/m+0.5)+"px",height:Math.floor(o[1]/m+0.5)+"px"};if(o[2]){g.verticalAlign=Math.floor(-o[…
/plugin/passwordgenerator/
H A Dscript.js42 var rnd = Math.floor(Math.random() * src.length),
46 rnd = Math.floor(Math.random() * charBuild.length);
/plugin/readability/
H A Dcalc.php64 $m = floor($word / 200);
65 $s = floor($word % 200 / (200 / 60));
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php48 $widths[] = floor($hmtx->_hMetrics[$realIndex]['advanceWidth']*1000/$head->_unitsPerEm);
83 $font_info['Ascender'] = floor($hhea->_ascender*1000/$head->_unitsPerEm);
84 $font_info['Descender'] = floor($hhea->_descender*1000/$head->_unitsPerEm);
85 $font_info['UnderlineThickness'] = floor($post->_underlineThickness*1000/$head->_unitsPerEm);
86 $font_info['UnderlinePosition'] = floor($post->_underlinePosition*1000/$head->_unitsPerEm);
/plugin/captcha/
H A Dhelper.php219 $code .= chr(floor(hexdec($numbers[$i] . $numbers[$i + 1]) / 10) + 65);
283 $size = random_int(floor($h / 1.8), floor($h * 0.7));
286 $x = ($w * 0.05) + $i * floor($w * 0.9 / $txtlen);
288 $y = floor($h / 2 + $cheight / 3.8);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php141 return new UTCDateTime((int) floor(((float) $value->format('U.u')) * 1000));
153 $milliseconds = floor(((float) $value->format('U.u')) * 1000);
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js604 width:Math.floor(imageWidth),
605 height:Math.floor(imageHeight),
606 containerHeight:Math.floor(pp_containerHeight),
607 containerWidth:Math.floor(pp_containerWidth) + (settings.horizontal_padding * 2),
608 contentHeight:Math.floor(pp_contentHeight),
609 contentWidth:Math.floor(pp_contentWidth),
715 itemsPerPage = Math.floor((pp_dimensions['containerWidth'] - 100 - navWidth) / itemWidth);
737 …goToPage = (Math.floor(set_position/itemsPerPage) < totalPage) ? Math.floor(set_position/itemsPerP…
/plugin/directorylist/syntax/
H A Ddirectorylist.php205 $return = round(pow(1024, $base - floor($base)), $precision) .' '. $suffixes[floor($base)];
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php38 $start = floor(($limit/2) - 2);
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js319 …" at time: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentT…
320 …" (d: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.duration*10)/…
321 …", sp: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.seekPercent)…
322 …", cpr: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPerc…
323 …", cpa: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPerc…
H A Djquery.jplayer.inspector.min.js2floor(10*a(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentTime)/10+"s. (d: "…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js319 …" at time: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentT…
320 …" (d: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.duration*10)/…
321 …", sp: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.seekPercent)…
322 …", cpr: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPerc…
323 …", cpa: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPerc…
/plugin/tablelayout/script/
H A Dpolyfills.js24 count = Math.floor(count);
/plugin/photogallery/
H A Dsyntax.php687 $tw = floor($data['th'] * 0.6 * $img_ar);
688 $cropw = floor(($tw - $data['tw']) / 2);
692 $th = floor($data['tw'] * 0.6 * $img_ar);
693 $croph = floor(($th - $data['th']) / 2);
708 $iw = floor($mw * $ratio);
709 $ih = floor($mh * $ratio);
717 $iw = floor($mw * $ratio);
718 $ih = floor($mh * $ratio);
/plugin/lvhpacket/
H A Dsyntax.php230 …$packetNumBytes = (floor($packetSize / 8) + $partialByte); //Number of full bytes needed to hold …
271 $numFormatRows = (floor($packetNumBytes / 4)) + 1;
275 $numFormatRows = floor($packetNumBytes / 4);
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php45 $timeSlice = floor(time() / 30);
91 $currentTimeSlice = floor(time() / 30);

12345678910>>...19