Home
last modified time | relevance | path

Searched refs:maxw (Results 1 – 8 of 8) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php70 $maxw = $table->get_table_columns_max_widths($context);
72 $minw = $this->use_colspans($table, $minw, $context, 'get_min_width', $minw, $maxw);
73 $maxw = $this->use_colspans($table, $maxw, $context, 'get_max_width', $minw, $maxw);
96 $maxwc[$i] = max($minw[$i], $cwc->apply($maxw[$i]-$extra, $table_width) + $extra);
171 $current_max = max($maxw[$i], $maxwc[$i]);
178 $sum_max_cw += max($maxw[$j], $maxwc[$j]);
H A Dbox.table.php649 $maxw = $this->get_table_columns_max_widths($context);
652 $widths = $this->_table_apply_colspans($widths, $context, 'get_min_width', $widths, $maxw);
985 $maxw = $this->get_table_columns_max_widths($context);
986 …col_width = $this->_table_apply_colspans($col_width, $context, 'get_min_width', $col_width, $maxw);
1015 $maxw = $this->get_table_columns_max_widths($context);
1016 …col_width = $this->_table_apply_colspans($col_width, $context, 'get_min_width', $col_width, $maxw);
/plugin/photogallery/
H A Dsyntax.php836 function _fit_ratio($w, $h, $maxw, $maxh){ argument
838 if($w > $maxw){
839 $ratio = $maxw/$w;
846 if($w * $ratio > $maxw){
847 $ratio = $maxw/$w;
853 function _fill_ratio($w, $h, $maxw, $maxh){ argument
855 if($w > $maxw){
856 $ratio = $maxw/$w;
863 if($w * $ratio < $maxw){
864 $ratio = $maxw/$w;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php166 $maxw = $maxh = $minw = $minh = false;
168 $maxw = $this->sizeConverter->convert(
175 $maxw = $this->sizeConverter->convert(
352 if ($maxw && $w > $maxw) {
353 $w = $maxw;
H A DBlockTag.php458 $maxw = $container_w - $l_width - $r_width;
460 if (($setwidth + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) > $maxw
461 || ($maxw - ($currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr)) < (2 * $this->mpdf->GetCharWidth('W', false))) {
509 $maxw = $container_w - $l_width - $r_width;
511 if (($setwidth + $currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr) > $maxw
512 || ($maxw - ($currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr)) < (2 * $this->mpdf->GetCharWidth('W', false))) {
549 $maxw = $container_w - $l_width - $r_width;
555 if (($setwidth + $currblk['margin_left'] + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) > $maxw
556 || ($maxw - ($currblk['margin_right'] + $currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr)) < $doubleCharWidth) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMed…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php8888 $maxw = $this->w;
8895 $maxw -= $this->watermark_size * 2;
8897 $w = $maxw;
8905 $maxw = $this->w - ($this->DeflMargin + $this->DefrMargin);
8907 $maxw = $this->pgwidth;
8910 $w = $maxw;
8917 $w = $maxw;
8925 if ($w > $maxw) {
8926 $w = $maxw;
8984 $maxw
[all...]
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js4900 function set_indent(first){var st,v,w,p_voice,p,i,j,font,nv=voice_tb.length,maxw=0
4916 if(w>maxw)
4917 maxw=w
4922 maxw+=4*cwidf(' ');w=.5
4927 maxw+=w
4929 maxw+=cfmt.indent
4930 return maxw}