Home
last modified time | relevance | path

Searched refs:ceil (Results 51 – 75 of 282) sorted by relevance

12345678910>>...12

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php704 …_x / 2) + $radius_x, $i, $output_width - $radius_x - ceil($offset_x / 2), …
705 …_x / 2) + $radius_x, $output_height - 1 - $i, $output_width - $radius_x - ceil($offset_x / 2), …
707 …der_canvas, $output_width - 1 - $i - ceil($offset_x / 2), $radius_y, $output_widt…
720 …imagearc($gd_border_canvas, $output_width - $radius_x - 1 - ceil($offset_x / 2…
721 …imagearc($gd_border_canvas, $output_width - $radius_x - 1 - ceil($offset_x / 2…
727 …imagearc($gd_border_canvas, $output_width - $thickness_offset - $radius_x - 1 - ceil($offset_x / 2…
728 …imagearc($gd_border_canvas, $output_width - $thickness_offset - $radius_x - 1 - ceil($offset_x / 2…
H A Dphpthumb.bmp.php381 …$RowByteLength = ceil(($thisfile_bmp_header_raw['width'] * ($thisfile_bmp_header_raw['bits_per_pix…
591 for ($i = 0, $iMax = ceil($secondbyte / 2); $i < $iMax; $i++) {
802 $truncatednumber = ceil($floatnumber);
/plugin/refnotes/
H A Dnote.php55 $result = ceil($this->getValidCount() / $devider);
/plugin/panoview/
H A Dsyntax.php81 … $data['maxZoom'] = ceil(sqrt(max($data['imageWidth'], $data['imageHeight']) / $data['tileSize']));
/plugin/aichat/
H A DEmbeddings.php
/plugin/sketchcanvas/phplib/
H A Dimage.php234 $divs = ceil($length / 10.); // The divisor determines how smooth the curve is.
296 $divs = ceil($length / 20.);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.mpeg.php581 $VideoFactorMax1 = $OverheadMultiplierByBitrate[$BitrateToUseMin][ceil($VideoBitrateLog10)];
582 $VideoFactorMax2 = $OverheadMultiplierByBitrate[$BitrateToUseMax][ceil($VideoBitrateLog10)];
H A Dmodule.graphic.bmp.php329 …$RowByteLength = ceil(($thisfile_bmp_header_raw['width'] * ($thisfile_bmp_header_raw['bits_per_pix…
538 for ($i = 0; $i < ceil($secondbyte / 2); $i++) {
H A Dmodule.audio.mp3.php277 $LAME_V_value = 10 - ceil($thisfile_mpeg_audio_lame['vbr_quality'] / 10);
283 …$encoder_options = strtoupper($info['audio']['bitrate_mode']).ceil($info['audio']['bitrate'] / 100…
298 …$encoder_options = strtoupper($info['audio']['bitrate_mode']).ceil($info['audio']['bitrate'] / 100…
1557 $frames_scan_per_segment = ceil($max_frames_scan / $max_scan_segments);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js462 var newCellSpan = Math.ceil( cellSpan / 2 ) ;
527 currentCell.rowSpan = Math.ceil( currentRowSpan / 2 ) ;
530 var newCellRowIndex = currentRowIndex + Math.ceil( currentRowSpan / 2 ) ;
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17ceil(a),e.options.vertical===!1?(d[e.animType]="translate("+a+"px, 0px)",e.$slideTrack.css(d)):(d[…
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php101 $totalpage = ceil($totalnum / $ppp);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckindentcommands.js181 currentOffset = Math.ceil( currentOffset / this.Offset ) * this.Offset ;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php81 $this->pdf->SetDash(ceil($x), ceil($y));
/plugin/diagramsnet/lib/plugins/
H A Dsql.js585 … var x = Math.ceil(Math.max(0, bds.x / view.scale - view.translate.x) + 4 * graph.gridSize);
586 …var y = Math.ceil(Math.max(0, (bds.y + bds.height) / view.scale - view.translate.y) + 4 * graph.gr…
/plugin/task/syntax/
H A Dtasks.php84 $numOfPages = ceil($c / $perpage);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php75 $padCnt = (4 - ceil($width / (8 / $biBitCount)) % 4) % 4;
/plugin/datatemplate/syntax/
H A Dlist.php296 for($i=1; $i <= ceil($numrows / $data['limit']); $i++) {
/plugin/addressbook/
H A Dsyntax.php818 $pages = ceil($amount/$entriesperpage);
864 $pages = ceil($amount/$entriesperpage);
/plugin/farm/
H A Doverview.class.php105 $pages = ceil(count($animals) / DOKU_FARM_PLUGIN_ANIMALOVERVIEW_PERPAGE);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php255 $len = ceil($modulo[0] / 8);
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1317 pf.width = Math.ceil(pf.width * printScale);
1318 pf.height = Math.ceil(pf.height * printScale);
2609 var horizontalCount = (visible) ? Math.ceil(height / bounds.height) - 1 : 0;
2610 var verticalCount = (visible) ? Math.ceil(width / bounds.width) - 1 : 0;
2737 var xe = Math.ceil(Math.max(1, x + w) / pw);
2738 var ye = Math.ceil(Math.max(1, y + h) / ph);
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php251 $LAME_V_value = 10 - ceil($thisfile_mpeg_audio_lame['vbr_quality'] / 10);
257 …$encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']).ceil($ThisFileInfo['audio'][…
272 …$encoder_options = strtoupper($ThisFileInfo['audio']['bitrate_mode']).ceil($ThisFileInfo['audio'][…
H A Dmodule.tag.id3v2.php1004 $frame_bytespeakvolume = ceil($parsedFrame[$frame_channeltypeid]['bitspeakvolume'] / 8);
1039 $frame_bytesvolume = ceil($parsedFrame['bitsvolume'] / 8);
1144 $frame_adjustmentbytes = ceil($parsedFrame['adjustmentbits'] / 8);
1721 $frame_bytesperpoint = ceil($parsedFrame['bitsperpoint'] / 8);
/plugin/codemirror/dist/modes/
H A Dwast.min.js.map1 …load32_[su]|store32)|[fi](32|64)\\.(const|load|store)|f(32|64)\\.(abs|add|ceil|copysign|div|eq|flo…

12345678910>>...12