| /plugin/countdownv2/ |
| D | syntax.php | 76 $result = ceil($difftime / (60*60*24*365)); 82 $result = ceil($difftime / (60*60*24*31)); 88 $result = ceil($difftime / (60*60*24*7)); 94 $result = ceil($difftime / (60*60*24)); 100 $result = ceil($difftime / (60*60)); 106 $result = ceil($difftime / 60);
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _to-integer.js | 2 var ceil = Math.ceil; variable 5 return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
|
| D | es6.math.trunc.js | 6 return (it > 0 ? Math.floor : Math.ceil)(it);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _to-integer.js | 2 var ceil = Math.ceil; variable 5 return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
|
| D | es6.math.trunc.js | 6 return (it > 0 ? Math.floor : Math.ceil)(it);
|
| /plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/ |
| D | CurlRequest.php | 74 $opts[CURLOPT_CONNECTTIMEOUT_MS] = ceil($connectTimeout * 1000); 76 $opts[CURLOPT_CONNECTTIMEOUT] = ceil($connectTimeout); 81 $opts[CURLOPT_TIMEOUT_MS] = ceil($timeout * 1000); 83 $opts[CURLOPT_TIMEOUT] = ceil($timeout);
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | ceil.js | 24 var ceil = createRound('ceil'); variable 26 module.exports = ceil;
|
| D | _baseRange.js | 2 var nativeCeil = Math.ceil,
|
| D | pad.js | 7 var nativeCeil = Math.ceil,
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
| D | round.test | 7 {{ 2.1|round(0, 'ceil') }} 10 {{ 21.3|round(-1, 'ceil')}}
|
| /plugin/swiftmail/Swift/Plugin/ |
| D | Throttler.php | 56 $seconds_allowed_so_far = ceil($bytes_sent / $bytes_per_sec); 75 $seconds_allowed_so_far = ceil($emails_sent / $emails_per_sec);
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | output.png.class.php | 178 return ceil($x * $scale); 184 return ceil($y * $scale); 378 $cy = $start_y - ceil($this->_fixSizeY($oy) / $dest_height) * $dest_height; 400 $cx = $start_x - ceil($this->_fixSizeX($oy) / $dest_width) * $dest_width; 428 $cx = $start_x - ceil($this->_fixSizeX($ox) / $dest_width) * $dest_width; 429 $cy = $start_y - ceil($this->_fixSizeY($oy) / $dest_height) * $dest_height; 441 $cx = $start_x - ceil($this->_fixSizeX($ox) / $dest_width) * $dest_width;
|
| D | media.layout.inc.php | 105 return '0 0 '.ceil(mm2pt($this->size['width'])).' '.ceil(mm2pt($this->size['height']));
|
| D | strategy.page.break.simple.php | 8 $num_pages = ceil($box->get_height() / mm2pt($media->real_height()));
|
| /plugin/mathpublish/phpmathpublisher/ |
| D | MathExpression.php | 363 $height = ceil($height2 / 2 + $height1); 368 imagecopy($result, $img1, 0, ceil($height2 / 2), 0, 0, $width1, $height1); 371 $height = ceil($height1 / 2 + $height2); 376 imagecopy($result, $img1, 0, ceil($height2 - $height1 / 2), 0, 0, $width1, $height1); 398 $height = ceil($height2 / 2 + $height1); 404 … imagecopy($result, $img2, $width1, ceil($height1 - $height2 / 2), 0, 0, $width2, $height2); 406 $height = ceil($height1 / 2 + $height2); 412 imagecopy($result, $img2, $width1, ceil($height1 / 2), 0, 0, $width2, $height2); 537 $width = max($widthSup, $widthExp) + ceil($size / 8); 565 $width = max($widthInf, $widthExp) + ceil($size / 8); [all …]
|
| /plugin/diagramsnet/lib/js/ |
| D | export.js | 591 var x = Math.ceil(bounds.x / this.view.scale - this.view.translate.x); 592 var y = Math.ceil(bounds.y / this.view.scale - this.view.translate.y); 598 var w0 = Math.ceil((x + w) / size.width) - x0; 599 var h0 = Math.ceil((y + h) / size.height) - y0; 702 …bounds.width = Math.ceil(bounds.width + data.border) + 1; //The 1 extra pixels to prevent cutting … 703 …bounds.height = Math.ceil(bounds.height + data.border) + 1; //The 1 extra pixels to prevent starti… 721 …pf.width = Math.ceil(pf.width * printScale) + 1; //The 1 extra pixels to prevent cutting the cells… 722 …pf.height = Math.ceil(pf.height * printScale) + 1; //The 1 extra pixels to prevent starting a new … 795 document.body.style.width = Math.ceil(bounds.x + bounds.width) + 'px'; 796 document.body.style.height = Math.ceil(bounds.y + bounds.height) + 'px';
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorRuler.java | 475 .round(Math.ceil(tickDistance / stepping) / 2) * 2; in paintComponent() 493 double xe = Math.ceil(right / stepping) * stepping; in paintComponent() 494 xe += (int) Math.ceil(stepping); in paintComponent() 522 double ye = Math.ceil(bottom / stepping) * stepping; in paintComponent() 523 ye += (int) Math.ceil(stepping); in paintComponent()
|
| /plugin/imagemapping/ |
| D | ImageMappingEditor.js | 358 c = [Math.ceil(this.width / 2), Math.ceil(this.height / 2), Math.ceil(this.width / 10)]; 365 …Math.ceil(Math.abs(c[c.length - 4] - c[c.length - 2]) / 2) + Math.min(c[c.length - 4], c[c.length … 366 …Math.ceil(Math.abs(c[c.length - 3] - c[c.length - 1]) / 2) + Math.min(c[c.length - 3], c[c.length …
|
| /plugin/aichat/ |
| D | TextSplitter.php | 137 $numPieces = ceil($tokenlength / $chunksize); 138 $pieceLength = ceil(PhpString::strlen($text) / $numPieces);
|
| /plugin/math2/phpmathpublisher/ |
| D | mathpublisher.php | 638 $dx = max($wdim[2], $wdim[4]) - min($wdim[0], $wdim[6])+ceil($taille /8); 639 $dy = max($hdim[1], $hdim[3]) - min($hdim[5], $hdim[7])+ ceil($taille /8); 663 $dx = max($wdim[2], $wdim[4]) - min($wdim[0], $wdim[6])+ceil($taille /8); 664 $dy = max($hdim[1], $hdim[3]) - min($hdim[5], $hdim[7])+ ceil($taille /8); 1060 $hauteur = ceil($hauteur2/2+$hauteur1); 1067 ImageCopy($result, $img1, 0, ceil($hauteur2/2), 0, 0, $largeur1, $hauteur1); 1072 $hauteur = ceil($hauteur1/2+$hauteur2); 1079 ImageCopy($result, $img1, 0, ceil($hauteur2-$hauteur1/2), 0, 0, $largeur1, $hauteur1); 1100 $hauteur = ceil($hauteur2/2+$hauteur1); 1108 ImageCopy($result, $img2, $largeur1,ceil($hauteur1-$hauteur2/2) , 0, 0, $largeur2,$hauteur2); [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| D | BinaryField.php | 62 $t = ceil($m / 8); 68 $pad = ceil($bitLen / 8);
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ |
| D | ScopeIndentSniff.php | 388 … $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent); 615 … $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent); 725 $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent); 726 $checkIndent = (int) (ceil($checkIndent / $this->indent) * $this->indent); 772 $checkIndent = (int) (ceil($tokenIndent / $this->indent) * $this->indent); 808 $checkIndent = (int) (ceil($checkIndent / $this->indent) * $this->indent); 954 $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent); 989 $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent); 1107 $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent); 1260 $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent);
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | write.id3v2.php | 685 …$framedata .= getid3_lib::BigEndian2String($val['peakvolume'], ceil($val['bitspeakvolume'] / 8), f… 722 …$framedata .= getid3_lib::BigEndian2String($source_data_array['volumechange']['right'], ceil($sour… 723 …$framedata .= getid3_lib::BigEndian2String($source_data_array['volumechange']['left'], ceil($sour… 724 …$framedata .= getid3_lib::BigEndian2String($source_data_array['peakvolume']['right'], ceil($source… 725 …$framedata .= getid3_lib::BigEndian2String($source_data_array['peakvolume']['left'], ceil($source… 730 …d3_lib::BigEndian2String($source_data_array['volumechange']['rightrear'], ceil($source_data_array[… 731 …d3_lib::BigEndian2String($source_data_array['volumechange']['leftrear'], ceil($source_data_array[… 732 …tid3_lib::BigEndian2String($source_data_array['peakvolume']['rightrear'], ceil($source_data_array[… 733 …tid3_lib::BigEndian2String($source_data_array['peakvolume']['leftrear'], ceil($source_data_array[… 737 …etid3_lib::BigEndian2String($source_data_array['volumechange']['center'], ceil($source_data_array[… [all …]
|
| /plugin/gchart/ |
| D | syntax.php | 142 $max = max(0, ceil(max($val))); 183 $parameters['chxr'] = '0,' . floor(min($min, 0)) . ',' . ceil($max);
|
| /plugin/nspages/printers/ |
| D | printerNice.php | 138 $nbItemPerCol[] = ceil(($idx + 1) * $collength) - ceil($idx * $collength);
|