Home
last modified time | relevance | path

Searched refs:floor (Results 76 – 100 of 454) sorted by relevance

12345678910>>...19

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dss.php66 …if (!empty($info['dss']['playtime_ms']) && (floor($info['dss']['playtime_ms'] / 1000) == $info['ds…
H A Dgetid3.lib.php55 $truncatednumber = floor($floatnumber);
418 $intstring = chr(ceil(($quotient - floor($quotient)) * $maskbyte)).$intstring;
419 $number = floor($quotient);
431 $bytes[] = (($number / 256) - (floor($number / 256))) * 256;
432 $number = floor($number / 256);
607 $H = (int) floor( $seconds / 3600);
608 $M = (int) floor(($seconds - (3600 * $H) ) / 60);
H A Dmodule.audio.shorten.php76 $info['shn']['seektable']['entry_count'] = floor(strlen($SeekTableData) / 80);
H A Dmodule.audio-video.mpeg.php579 $VideoFactorMin1 = $OverheadMultiplierByBitrate[$BitrateToUseMin][floor($VideoBitrateLog10)];
580 $VideoFactorMin2 = $OverheadMultiplierByBitrate[$BitrateToUseMax][floor($VideoBitrateLog10)];
583 $FactorV = $VideoBitrateLog10 - floor($VideoBitrateLog10);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php143 $numTabs = (int) floor($numSpaces / $this->_tabWidth);
/plugin/statistics/
H A Dscript.js16 uid = now.getTime() + '-' + Math.floor(Math.random() * 32000);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php242 $padding = str_repeat("\t", floor($starColumn / $this->_tabWidth));
293 $padding = str_repeat("\t", floor($starColumn / $this->_tabWidth));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php80 $w = floor($width / (8 / $biBitCount)) + ($width % (8 / $biBitCount) ? 1 : 0);
243 $w = floor($width / 2) + ($width % 2);
/plugin/diagramsnet/lib/math/extensions/
H A DMathZoom.js19floor(0.85*q.clientWidth),t=Math.max(document.body.clientHeight,document.documentElement.clientHei…
/plugin/statdisplay/pchart/
H A DGDCanvas.php412 $Xi = floor ( $point->getX() );
413 $Yi = floor ( $point->getY() );
460 $Ra = floor ( $color->r * $alpha + $R2 * $iAlpha );
461 $Ga = floor ( $color->g * $alpha + $G2 * $iAlpha );
462 $Ba = floor ( $color->b * $alpha + $B2 * $iAlpha );
/plugin/statistics/inc/pchart/
H A DGDCanvas.php477 $Xi = floor($point->getX());
478 $Yi = floor($point->getY());
527 $Ra = floor($color->r * $alpha + $R2 * $iAlpha);
528 $Ga = floor($color->g * $alpha + $G2 * $iAlpha);
529 $Ba = floor($color->b * $alpha + $B2 * $iAlpha);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php81 $level = (int) floor($response->getStatusCode() / 100);
/plugin/combo/ComboStrap/
H A DDataType.php67 const FLOOR = "floor";
85 * @var string $roundDirection - ceil or floor (by default floor)
103 $int = floor($float);
/plugin/googlemap3/
H A Dgooglemap3.js14 var deg = Math.floor(dec_abs);
15 var min = Math.floor((dec_abs - deg)*60);
/plugin/pwaoffline/
H A Dsw.js36 idbKeyval.set('lastSync', Math.floor(Date.now()/1000));
/plugin/relativetimehelper/
H A Dhelper.php115 return floor($number);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange_ie.js194 …var sMarkerId = 'fck_dom_range_temp_' + (new Date()).valueOf() + '_' + Math.floor(Math.random()*10…
/plugin/loglog/helper/
H A Dalert.php140 $intervalsAfterLastAlert = (int)floor(($this->now - $lastAlert) / $this->interval);
/plugin/podcast/
H A Dhelper.php87 $factor = floor((strlen($bytes) - 1) / 3);
/plugin/combo/resources/snippet/js/
H A Dcarrousel.js112 perView = Math.floor(offsetWidth / elementMinimalWidth);
/plugin/twofactorgoogleauth/
H A DQRCode.php604 return !((floor(($r) / 2) + floor(($c) / 3)) % 2);
712 $a = abs(floor($dark) - 10);
758 $c = 5 - floor($i / 3);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php147 $q = floor($m / 4294967296.0);
211 $q = floor($m / 4294967296.0);
267 $q = floor($hi / 10000000.0);
270 $mq = floor($m / 10000000.0);
327 $q = floor($hi / 10000000.0);
330 $mq = floor($m / 10000000.0);
/plugin/sphinxsearch/
H A Dsphinxapi.php149 $q = floor($m/4294967296.0);
218 $q = floor($m / 4294967296.0);
277 $q = floor($hi/10000000.0);
280 $mq = floor($m/10000000.0);
341 $q = floor($hi/10000000.0);
344 $mq = floor($m/10000000.0);
/plugin/diagramsnet/lib/shapes/rack/
H A DmxRack.js129 var units = Math.floor((Math.abs(h) - 42) / unitSize);
260 var unitsAcross = Math.floor((w - spaceBuffer) / unitSpacing);
261 var buffer = spaceBuffer / 2 + Math.floor(((w - spaceBuffer) - unitsAcross * unitSpacing) / 2);
321 var unitsAcross = Math.floor((w - spaceBuffer - rectWidth) / unitSpacing);
322 var unitsDown = Math.floor(h / mxRackContainer.unitSize);
328 …var buffer = (spaceBuffer + rectWidth) / 2 + Math.floor(((w - spaceBuffer - rectWidth) - unitsAcro…
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php51 $MaskAlpha = 127 - (floor($MaskPixel['red'] / 2) * (1 - ($RealPixel['alpha'] / 127)));
704 …imageline($gd_border_canvas, floor($offset_x / 2) + $radius_x, $i…
705 …imageline($gd_border_canvas, floor($offset_x / 2) + $radius_x, $output_height - 1 - $i…
706 …gd_border_canvas, floor($offset_x / 2) + $i, $radius_y, …
719 …imagearc($gd_border_canvas, floor($offset_x / 2) + 1 + $radius_x, $th…
722 …imagearc($gd_border_canvas, floor($offset_x / 2) + 1 + $radius_x, $output_height -…
726 …imagearc($gd_border_canvas, floor($offset_x / 2) + $thickness_offset + $radius_x, …
729 …imagearc($gd_border_canvas, floor($offset_x / 2) + $thickness_offset + $radius_x, …
734 …$this->phpThumbObject->ImageResizeFunction($gd_border_canvas, $gdimg, floor(($output_width - $new_…

12345678910>>...19