Home
last modified time | relevance | path

Searched refs:max (Results 1076 – 1100 of 1190) sorted by last modified time

1...<<4142434445464748

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.max.php20 $this->_maxw = max($this->_maxw, $this->_cmaxw);
50 $this->_cmaxw = max($this->_cmaxw,
H A Dlayout.page.breaks.php428 max($current_child_location->penalty,
626 $last_location->penalty = max($last_location->penalty, $location->penalty);
H A Dstrategy.table.layout.auto.php95 $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);
135 $width = max($width, $sum_cw + $sum_ucw);
171 $current_max = max($maxw[$i], $maxwc[$i]);
178 $sum_max_cw += max($maxw[$j], $maxwc[$j]);
179 $sum_min_cw += max($minw[$j], $minwc[$j]);
185 …$current_max = min($current_max * $rest / $sum_max_cw, $rest - $sum_min_cw + max($minwc[$i], $minw…
189 $current_max = max($current_max, $minw[$i] == 0 ? $minwc[$i] : $minw[$i]);
H A Dwidth.constraint.php18 $width = max($this->_min_width->getPoints(), $width);
H A Dlayout.default.class.php59 $pages = max(1,ceil($box->get_full_height() / $page_real_height));
H A Doutput._generic.class.php188 $vp_bottom = max($this->getFootnoteTop() + $footnote_height,
H A Dstrategy.width.max.natural.php20 $this->_maxw = max($this->_maxw, $this->_cmaxw);
54 $this->_maxw = max($this->_maxw, $this->_cmaxw);
64 $this->_cmaxw = max($this->_cmaxw,
68 $this->_cmaxw = max($this->_cmaxw,
81 $this->_maxw = max($this->_maxw, $this->_cmaxw);
H A Dbox.page.margin.class.php156 …$calculated_center_width = $full_width * $center_width / ($center_width + 2*max($left_width, $righ…
H A Dbox.select.php30 $size = max($size, strlen($child->get_content()));
H A Dbox.table.php377 $length = max($length, count($this->content[$i]->content));
560 $heights[$i] = max($heights[$i], $cheights[$i]);
670 $width = max($width,
704 $width = max($width,
835 $widths[$j] = max($roww[$j], $widths[$j]);
877 $widths[$j] = max($roww[$j], $widths[$j]);
925 $twidth = max($width, array_sum($minw));
1095 (is_null($hc->max));
1114 (!is_null($hc->max) ? !$hc->max[1] : true);
1259 $span = max(0, $span-1);
[all …]
H A Dbox.table.row.php99 $baseline = max($baseline, $cell->get_cell_baseline());
175 $height = max($height, $this->content[$i]->get_full_height());
H A Dcss.colors.inc.php171 $r = min(255,max(0,$matches[1]));
172 $g = min(255,max(0,$matches[2]));
173 $b = min(255,max(0,$matches[3]));
179 $r = min(255,max(0,$matches[1]*255/100));
180 $g = min(255,max(0,$matches[2]*255/100));
181 $b = min(255,max(0,$matches[3]*255/100));
H A Dflow_context.class.inc.php80 $x = max($x, $float->get_right_margin());
169 $right = max($right, $floats[$i]->get_right_margin());
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.note-call.width.php41 $max_right = max($max_right, $text->get_right());
74 $max_right = max($max_right, $text->get_right());
H A Dtest.table.column.width.php16 …$real_width = max($pipeline->output_driver->stringwidth('LARGE', 'Times-Roman', 'iso-8859-1', pt2p…
/plugin/html2pdf/snorriheim/
H A Ddesign.css665 max-width: 40%; /* IE's width is handled in javascript */
/plugin/advrack/
H A Djquery.qtip.js2439 position[ side ] = Math.max(-self.border, i ? bc : (userOffset + (br > b ? br : -b)));
2482 if( (shift[xy] = Math.max(props[0], props[1])) > props[0] ) {
2983 position[side1] = Math.max(
2987 Math.max(
3377 perc, width, max, min;
3396 max = tooltip.css('maxWidth') || '';
3400 perc = (max + min).indexOf('%') > -1 ? container.width() / 100 : 0;
3401 max = ((max.indexOf('%') > -1 ? perc : 1) * parseInt(max, 10)) || width;
3405 width = max + min ? Math.min(Math.max(width, min), max) : width;
H A Dstyle.css19 max-width: 280px;
H A Draphael.js536 mmax = math.max,
1662 x2: bbox.max.x,
1663 y2: bbox.max.y,
1664 width: bbox.max.x - bbox.min.x,
1665 height: bbox.max.y - bbox.min.y
1995 X = X[concat](dim.min.x, dim.max.x);
1996 Y = Y[concat](dim.min.y, dim.max.y);
5772 mmax = math.max,
5840 vector[2] *= max;
5841 vector[3] *= max;
[all …]
/plugin/runcommand/
H A Dsyntax.php397 function renderJQuerySlider($name, $min, $max, $value, $step) { argument
402 …$result .= "min: ".$min.", max: ".$max.", value: ".$value.", step: ".$step.", orientation: \"horiz…
425 function renderJQuerySpinner($name, $min, $max, $value) { argument
428 …return "jQuery( \"#".$id."\" ).spinner({ min: \"".$min."\", max: \"".$max."\" }).val(\"".$value."\…
/plugin/sphinxsearch/
H A Dfunctions.php414 * @param int $max maximum chars you want for the whole string
418 function shorten($keep,$short,$max,$min=9,$char='⌇'){ argument
419 $max = $max - utf8_strlen($keep);
420 if($max < $min) return $keep;
422 if($len <= $max) return $keep.$short;
423 $half = floor($max/2);
H A Dsphinxapi.php144 $p = max(0, strlen($v) - 13);
213 $p = max(0, strlen($v) - 13);
700 assert ( $max>=0 );
703 if ( $max>0 )
713 assert ( is_int($max) );
714 assert ( $max>=0 );
800 assert ( $min<=$max );
802 $this->_max_id = $max;
829 assert ( $min<=$max );
840 assert ( is_float($max) );
[all …]
/plugin/tableplot/
H A Dtable2Plot.js68 max: 0, // defaults to maximum y value in the table property in jQuery.fn.tablePlot.args
109 var max = args.max;
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css120 max-width: __site_width__;
H A Dstructure.css12 max-width: __site_width__;

1...<<4142434445464748