Home
last modified time | relevance | path

Searched refs:max (Results 1051 – 1075 of 1190) sorted by last modified time

1...<<4142434445464748

/plugin/jorgchart/
H A Dscript.js20 maxHeight = Math.max(jQuery(this).height(), maxHeight);
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php102 $page = max(1, min($totalpage,intval($page)));
/plugin/tokenbucketauth/
H A Daction.php121 $max = $this->getConf('tba_nb_attempt');
149 if($cpt >= $max)
/plugin/header3/
H A Dplugin.info.txt3 email max@dlmax.org
/plugin/ebnf/
H A Debnf.php172 $h = max($h, imagesy($inner[$i]));
187 $w = max($w, imagesx($inner[$i]));
215 $wn = max($wn, imagefontwidth(EBNF_FONT)*strlen($names[$i]));
216 $wr = max($wr, imagesx($images[$i]));
221 $w = max($wr+$wn+3*EBNF_U, imagefontwidth(1)*strlen($meta)+2*EBNF_U);
/plugin/daummovie/
H A Dsyntax.php150 // $out.="<img src='".$_link[1]."' style='max-width:20px' >";
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css15 max-width: 794px;
175 max-width: 350px;
H A Dpackery.pkgd.min.js12max(t,0),this.element.style[e?"width":"height"]=t+"px"}},s.prototype._emitCompleteOnItems=function…
13 …ct)},h.prototype._setMaxXY=function(t){this.maxX=Math.max(t.x+t.width,this.maxX),this.maxY=Math.ma…
/plugin/settingstree/
H A Dstyle.css13 max-height: 800px;
233 max-height: 100%;
261 @media (max-width:799px){
274 @media (min-width: 800px) and (max-width:1024px){
/plugin/explorertree/
H A Dstyle.css12 max-height: 800px;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.formatted.php32 $positive_margin = max($positive_margin, $top_margin);
62 $positive_margin = max($positive_margin, $top_margin);
92 $positive_margin = max($positive_margin, $bottom_margin);
197 $vmargin = max(0, $collapsable - $collapsed);
212 $vmargin = max($collapsable, $collapsed);
626 $this->put_height(max($this->get_height(), $this->get_top() - $y_coord));
630 $this->put_width(max($this->get_width(), $x_coord - $this->get_left()));
H A Dheight.php49 var $max; variable in HCConstraint
62 if (!is_null($this->max)) {
115 is_null($box->parent->_height_constraint->max)) {
161 $max = null;
163 $max = array($value->getPercentage(), true);
165 $max = array($value->getPoints(), false);
168 $constraint =& new HCConstraint($constant, $min, $max);
178 function HCConstraint($constant, $min, $max) { argument
181 $this->max = $max;
193 if (is_null($this->max)) {
[all …]
H A Dpath.php28 $rect->ur->x = max($rect->ur->x, $point->x);
29 $rect->ur->y = max($rect->ur->y, $point->y);
H A Dps.l2.image.encoder.stream.inc.php27 $line .= sprintf("%02X%02X%02X",min(max($r,0),255),min(max($g,0),255),min(max($b,0),255));
H A Dps.l3.image.encoder.stream.inc.php56 … $psdata->write(sprintf("%02X%02X%02X",min(max($r,0),255),min(max($g,0),255),min(max($b,0),255)));
H A Dstrategy.width.absolute.positioned.php64 $shrink_to_fit_width = min(max($preferred_minimum_width,
H A Dstrategy.width.min.nowrap.php15 $this->_maxw = max($this->_maxw, $this->_cmaxw);
48 …return max($this->_maxw, $wc->apply($this->_maxw, $box->parent->get_width())) + $box->_get_hor_ext…
H A Dstrategy.width.min.php15 $this->_maxw = max($this->_maxw, $this->_cmaxw);
63 $minw = max($minw, $item->get_min_width($context));
73 $min_width = max($minw,
H A Dtag.frame.inc.php82 $parts += max(1,substr($length_src,0,strlen($length)-1));
93 $values[$i] = $part_size * max(1,substr($length,0,strlen($length)-1));
H A Dvalue.color.php10 $this->r = max($rgb[0] / 255.0, 0);
11 $this->g = max($rgb[1] / 255.0, 0);
12 $this->b = max($rgb[2] / 255.0, 0);
H A Dbox.container.php451 $max_top = max($max_top, $this->content[$i]->get_top_margin());
478 return max(0, $max_top - $min_bottom) + $this->_get_vert_extra();
529 return max($this->get_available_width($context) - $this->_line_length(),0);
591 $minw = max($minw, $item->get_min_width($context));
672 $baseline = max($baseline,
681 $height = max($height,
712 $middle = max($middle, $this->_line[$i]->get_full_height() / 2);
738 $bottom = max($bottom, $this->_line[$i]->get_full_height());
764 $bottom = max($bottom, $this->_line[$i]->get_full_height());
H A Dbox.inline.php48 $this->top = max($this->top, $base + $box->get_ascender());
49 $this->right = max($this->right, $box->get_right());
327 …$this->_lines[$line_no-1]->right = max($box->_lines[0]->right, $this->_lines[$line_no-1]->right);
328 … $this->_lines[$line_no-1]->top = max($box->_lines[0]->top, $this->_lines[$line_no-1]->top);
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 Dbox.table.cell.php78 $minw = max($minw, $item->get_min_width_natural($context));
86 $min_width = max($minw,
199 $box->colspan = max(1,(int)$root->get_attribute('colspan'));
200 $box->rowspan = max(1,(int)$root->get_attribute('rowspan'));
H A Dcss.vertical-align.inc.php33 $delta = max(0, ($row_height - $cell->get_real_full_height()) / 2);
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dautomargins.php19 $this->_top_margin = max($boxes[CSS_MARGIN_BOX_SELECTOR_TOP]->get_real_full_height(),
25 $this->_bottom_margin = max($boxes[CSS_MARGIN_BOX_SELECTOR_BOTTOM]->get_real_full_height(),

1...<<4142434445464748