Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
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]);
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/
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/
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;
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->GetCharWid…
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->GetCharWidt…
549 $maxw = $container_w - $l_width - $r_width;
555 …$setwidth + $currblk['margin_left'] + $currblk['margin_right'] + $bdl + $pdl + $bdr + $pdr) > $maxw
556 …|| ($maxw - ($currblk['margin_right'] + $currblk['margin_left'] + $bdl + $pdl + $bdr + $pdr)) < $d…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Drespond.min.js5maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMed… property
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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 = $this->blk[$this->blklvl]['inner_width'];
[all …]
/plugin/abc2/abc-libraries/abc2svg/
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}