Searched refs:minw (Results 1 – 10 of 10) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | strategy.table.layout.auto.php | 69 $minw = $table->get_table_columns_min_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); 76 $columns = count($minw); 85 for ($i=0; $i<count($minw); $i++) { 95 $minwc[$i] = max($minw[$i], $cwc->apply($minw[$i]-$extra, $table_width) + $extra); 96 $maxwc[$i] = max($minw[$i], $cwc->apply($maxw[$i]-$extra, $table_width) + $extra); 99 $minwc = $table->normalize_min_widths($width, $minw, $minwc); 179 $sum_min_cw += max($minw[$j], $minwc[$j]); 185 …nt_max = min($current_max * $rest / $sum_max_cw, $rest - $sum_min_cw + max($minwc[$i], $minw[$i])); [all …]
|
H A D | strategy.width.min.php | 53 $minw = 57 $minw = 0; 63 $minw = max($minw, $item->get_min_width($context)); 73 $min_width = max($minw, 74 …$wc->apply($minw, $containing_block['right'] - $containing_block['left'])) + $box->_get_hor_extra(…
|
H A D | box.table.cell.php | 68 $minw = 72 $minw = 0; 78 $minw = max($minw, $item->get_min_width_natural($context)); 86 $min_width = max($minw, 87 $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();
|
H A D | box.inline.php | 462 $minw = $this->content[0]->get_min_width($context); 467 $minw = max($minw, $item->get_min_width($context)); 473 … $min_width = max($minw, $wc->apply($minw, $this->parent->get_width())) + $this->_get_hor_extra();
|
H A D | box.container.php | 581 $minw = 585 $minw = 0; 591 $minw = max($minw, $item->get_min_width($context)); 601 $min_width = $minw;
|
H A D | box.table.php | 919 function normalize_min_widths($width, $minw, $minwc) { argument 925 $twidth = max($width, array_sum($minw)); 934 for ($i=0; $i<count($minw); $i++) { 937 $diff[$i] = $minwc[$i] - $minw[$i]; 948 for ($i=0; $i<count($minw); $i++) {
|
/plugin/diagramsnet/lib/math/extensions/TeX/ |
H A D | AMScd.js | 19 …minw:this.stack.env.CD_minw||a.harrowsize,minh:this.stack.env.CD_minh||a.varrowsize})},CD_arrow:fu…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Img.php | 166 $maxw = $maxh = $minw = $minh = false; 198 $minw = $this->sizeConverter->convert( 205 $minw = $this->sizeConverter->convert( 348 if ($minw && $w < $minw) { 349 $w = $minw;
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | respond.min.js | 5 …minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\…
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 2653 var minw = Math.ceil(2 * pad.x + pages.width * size.width); 2660 if (min == null || min.width != minw || min.height != minh) 2662 graph.minimumGraphSize = new mxRectangle(0, 0, minw, minh);
|