Home
last modified time | relevance | path

Searched refs:floor (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/plugin/statdisplay/pchart/
H A DConversionHelpers.php32 $Hour = floor ( $Value / 3600 );
33 $Minute = floor ( ($Value - $Hour * 3600) / 60 );
34 $Second = floor ( $Value - $Hour * 3600 - $Minute * 60 );
53 $Go = floor ( $Value / 1000000000 );
54 $Mo = floor ( ($Value - $Go * 1000000000) / 1000000 );
55 $Ko = floor ( ($Value - $Go * 1000000000 - $Mo * 1000000) / 1000 );
56 $o = floor ( $Value - $Go * 1000000000 - $Mo * 1000000 - $Ko * 1000 );
74 $Go = floor ( $Value / 1000000000 );
75 $Mo = floor ( ($Value - $Go * 1000000000) / 1000000 );
76 $Ko = floor ( ($Value - $Go * 1000000000 - $Mo * 1000000) / 1000 );
[all …]
/plugin/statistics/inc/pchart/
H A DConversionHelpers.php32 $Hour = floor($Value / 3600);
33 $Minute = floor(($Value - $Hour * 3600) / 60);
34 $Second = floor($Value - $Hour * 3600 - $Minute * 60);
53 $Go = floor($Value / 1000000000);
54 $Mo = floor(($Value - $Go * 1000000000) / 1000000);
55 $Ko = floor(($Value - $Go * 1000000000 - $Mo * 1000000) / 1000);
56 $o = floor($Value - $Go * 1000000000 - $Mo * 1000000 - $Ko * 1000);
77 $Go = floor($Value / 1000000000);
78 $Mo = floor(($Value - $Go * 1000000000) / 1000000);
79 $Ko = floor((
[all...]
/plugin/diagramsnet/lib/plugins/
H A Drandom.js104 var k = Math.floor(Math.random() * numberA);
119 var k = Math.floor(Math.random() * numberB);
216 var k = Math.floor(Math.random() * numberA);
231 var k = Math.floor(Math.random() * numberB);
252 var x = Math.floor(Math.random() * 200);
253 var y = Math.floor(Math.random() * 50);
270 var x = Math.floor(Math.random() * 200);
271 var y = Math.floor(Math.random() * 50);
329 var k = Math.floor(Math.random() * numberA);
344 var k = Math.floor(Math.random() * numberB);
[all …]
H A Dpage.js33 var passes = Math.floor(Math.random() * number) + 1;
38 var k = Math.floor(Math.random() * number);
39 var l = Math.floor(Math.random() * number);
88 var n = Math.floor(Math.random() * 4); // how many to insert?
92 var k = Math.floor(Math.random() * 4000);
99 n = Math.floor(Math.random() * 4); // how many to delete? at least 1 should remain
105 var k = Math.floor(Math.random() * number); // which one to delete?
113 var passes = Math.floor(Math.random() * number) + 1;
118 var k = Math.floor(Math.random() * number);
119 var l = Math.floor(Math.random() * number);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.pcd.php82 …bCr2RGB(ord($PCD_data_Y1[$x]), ord($PCD_data_Cb[(int) floor($x / 2)]), ord($PCD_data_Cr[(int) floo…
83 …bCr2RGB(ord($PCD_data_Y2[$x]), ord($PCD_data_Cb[(int) floor($x / 2)]), ord($PCD_data_Cr[(int) floo…
85 …bCr2RGB(ord($PCD_data_Y1[$x]), ord($PCD_data_Cb[(int) floor($x / 2)]), ord($PCD_data_Cr[(int) floo…
86 …bCr2RGB(ord($PCD_data_Y2[$x]), ord($PCD_data_Cb[(int) floor($x / 2)]), ord($PCD_data_Cr[(int) floo…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRepricingRuleRestriction.php32 public function setFloor(RepricingRuleRestrictionBoundary $floor) argument
34 $this->floor = $floor;
41 return $this->floor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DLocation.php37 public $floor; variable in Google\\Service\\PeopleService\\Location
98 public function setFloor($floor) argument
100 $this->floor = $floor;
107 return $this->floor;
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmenclose.js19floor(e/2);j.cy=Math.floor((i+k)/2-k);j.rx=Math.floor((e-g)/2);j.ry=Math.floor((i+k-g)/2);this.SUP…
/plugin/openlayersmap/
H A DStaticMap.php255 $this->zoom = floor($zoom);
329 $this->offsetX = floor((floor($this->centerX) - $this->centerX) * $this->tileSize);
330 $this->offsetY = floor((floor($this->centerY) - $this->centerY) * $this->tileSize);
361 $startX = floor($this->centerX - ($this->width / $this->tileSize) / 2);
362 $startY = floor($this->centerY - ($this->height / $this->tileSize) / 2);
365 $this->offsetX = -floor(($this->centerX - floor($this->centerX)) * $this->tileSize);
366 $this->offsetY = -floor((
[all...]
/plugin/pgn4web/pgn4web/
H A Dparsing-tests.js26 …if (console) { console.log("t=" + tt + "s mps=" + Math.floor(mm / tt) + " a=" + alertNumSinceReset…
41 gg = Math.floor(numberOfGames * Math.random());
46 vv = Math.floor(numberOfVars * Math.random());
48 var hh = StartPlyVar[vv] + Math.floor((PlyNumberVar[vv] + 1) * Math.random());
54 …if (console) { console.log("t=" + tt + "s mps=" + Math.floor(mm / tt) + " a=" + alertNumSinceReset…
H A Dpuzzler.php75 …$expiresDate = gmdate("D, d M Y H:i:s", (floor($timeNow / (60 * 60 * 24)) + 1) * (60 * 60 * 24)) .…
77 $gameNum = floor(($gameNum + ($timeNow / (60 * 60 * 24))) % $numGames) + 1;
117 $targetPieceSize = floor(0.8 * $ss);
165 $buttonFontSize = floor($squareSize / 2.5);
168 $buttonPadding = floor($squareSize / 10);
171 $sidetomoveBorder = floor($buttonFontSize / 18) + 1;
173 $sidetomoveHeight = floor(0.8 * $buttonFontSize - 2 * $sidetomoveBorder);
H A Dgotd.php41 …$expiresDate = gmdate("D, d M Y H:i:s", (floor($timeNow / (60 * 60 * 24)) + 1) * (60 * 60 * 24)) .…
43 $gameNum = floor(($gameNum + ($timeNow / (60 * 60 * 24))) % $numGames) + 1;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php20 $c1 = 65 + floor(($valor - 703) / 676);
21 $c2 = 65 + floor((($valor - 703) % 676) / 26);
22 $c3 = 65 + floor((($valor - 703) % 676) % 26);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dround.rst14 {{ 42.55|round(1, 'floor') }}
27 * ``floor`` always rounds down.
31 The ``//`` operator is equivalent to ``|round(0, 'floor')``.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dround.test6 {{ 2.1234|round(3, 'floor') }}
11 {{ 21.3|round(-1, 'floor')}}
/plugin/diagramsnet/lib/math/extensions/
H A DHelpDialog.js19floor((document.documentElement.scrollWidth-l.offsetWidth)/2)+"px";l.style.top=(Math.floor((m-l.of…
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php95 … $widths[$code] = floor($hmtx->_hMetrics[$glyphIndex]['advanceWidth']*1000/$head->_unitsPerEm);
108 $this->ascender = floor($hhea->_ascender*1000/$head->_unitsPerEm);
109 $this->descender = floor($hhea->_descender*1000/$head->_unitsPerEm);
114 $this->underline_position = floor($post->_underlinePosition*1000/$head->_unitsPerEm);
115 $this->underline_thickness = floor($post->_underlineThickness*1000/$head->_unitsPerEm);
H A Doutput.png.class.php24 $x = floor($x * $this->_x_scale);
25 $y = floor($this->_y_offset - $y * $this->_y_scale);
367 $base_y = floor($this->_fixCoordY($bottom));
369 $dest_height = floor($this->_fixSizeY($height));
390 $base_x = floor($this->_fixCoordX($right));
392 $dest_width = floor($this->_fixSizeX($width));
415 $base_x = floor($this->_fixCoordX($right));
416 $base_y = floor($this->_fixCoordY($bottom));
418 $dest_width = floor($this->_fixSizeX($width));
419 $dest_height = floor($this->_fixSizeY($height));
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php322 $new_width = floor(str_replace('h','',$size) * $ratio);
348 $w_lightbox = floor($w_lightbox * $ratio);
349 $h_lightbox = floor($h_lightbox * $ratio);
391 $s = floor($this->_fullwidth - ($this->_padding * 2));
415 $h1 = floor( (4*$p - $t) / (-$a - $b) );
452 $h1 = floor((6 * $p - $t) / (-$a -$b -$c) );
493 $w1 = floor(
502 $w2 = floor(
545 $h1 = floor(
597 $w1 = floor(
[all …]
H A Dimage.php52 $new_width = floor(str_replace('h','',$size) * $ratio);
56 $new_height = floor(str_replace('w','',$size) / $ratio);
/plugin/diagramsnet/lib/js/
H A Dexport.js593 var w = Math.floor(bounds.width / this.view.scale);
594 var h = Math.floor(bounds.height / this.view.scale);
596 var x0 = Math.floor(x / size.width);
597 var y0 = Math.floor(y / size.height);
641 Math.floor(data.border / s - Math.floor(b.x)),
642 Math.floor(data.border / s - Math.floor(b.y)));
679 Math.floor(data.border - Math.floor(b.x)),
680 Math.floor(data.border - Math.floor(b.y)));
696 graph.view.setTranslate(Math.floor(-dx), Math.floor(-dy));
/plugin/remoteinf/
H A Daction.php20 $entime=floor (time()/(60*$timespan));
34 $entime=floor (time()/(60*$timespan));
/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js38 width: Math.floor( config.width * ( 1 + config.margin ) ),
39 height: Math.floor( config.height * ( 1 + config.margin ) ),
/plugin/projects/pchart/pchart/
H A Dpchart.php593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B);
2057 $X1 = floor($XPos - $XWidth); $Y1 = floor($YPos) - .2;
2063 $Y2 = floor($YPos) + .2;
2065 $this->drawLine(floor($XPos)-.2,$Y1+1,floor($XPos)-.2,$Y2-1,$R,$G,$B,TRUE);
2066 $this->drawLine(floor($XPos)+.2,$Y1+1,floor($XPos)+.2,$Y2-1,$R,$G,$B,TRUE);
3222 $Xi = floor($X);
3223 $Yi = floor($Y);
3237 $Alpha1 = (((1 - ($X - floor($X))) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3240 $Alpha2 = ((($X - floor($X)) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3243 $Alpha3 = (((1 - ($X - floor($X))) * ($Y - floor($Y)) * 100) / 100) * $Alpha;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B);
2082 $X1 = floor($XPos - $XWidth); $Y1 = floor($YPos) - .2;
2088 $Y2 = floor($YPos) + .2;
2090 $this->drawLine(floor($XPos)-.2,$Y1+1,floor($XPos)-.2,$Y2-1,$R,$G,$B,TRUE);
2091 $this->drawLine(floor($XPos)+.2,$Y1+1,floor($XPos)+.2,$Y2-1,$R,$G,$B,TRUE);
3247 $Xi = floor($X);
3248 $Yi = floor($Y);
3262 $Alpha1 = (((1 - ($X - floor($X))) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3265 $Alpha2 = ((($X - floor($X)) * (1 - ($Y - floor($Y))) * 100) / 100) * $Alpha;
3268 $Alpha3 = (((1 - ($X - floor($X))) * ($Y - floor($Y)) * 100) / 100) * $Alpha;
[all …]

12345678910>>...19