Home
last modified time | relevance | path

Searched refs:max (Results 176 – 200 of 1190) sorted by relevance

12345678910>>...48

/plugin/mathpublish/
H A Dimg.php17 header('Expires: ' . gmdate("D, d M Y H:i:s", time() + max($conf['cachetime'], 3600)) . ' GMT');
18 header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'], …
/plugin/tagfilter/script/select2/
H A Dselect2_locale_sk.js26 formatInputTooLong: function (input, max) { argument
27 var n = input.length - max;
H A Dselect2_locale_cs.js27 formatInputTooLong: function (input, max) { argument
28 var n = input.length - max;
/plugin/accscounter/syntax/
H A Dpopularity.php64 $max = PLUGIN_POPULAR_DEFAULT;
67 if ($data[0] != null) $max = $data[0];
122 $counters = array_splice($counters, 0, $max);
/plugin/odt/ODT/css/
H A Dcssdocument.php156 * @param integer $max End of $input
159 protected function collect_attribute_value (&$value, $input, $pos, $max) { argument
163 while ($pos < $max) {
202 $max = strlen($attributes);
203 while ($pos < $max) {
211 $att_end = $this->collect_attribute_value($att_value, $attributes, $equal_sign+1, $max);
/plugin/dirpictures/
H A Dstyle.css22 max-width: 350px;
47 text-decoration: none;max-width: 320px;
82 max-width: 350px;
107 text-decoration: none;max-width: 320px;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php135 $length = max(strlen($a), strlen($b));
178 $length = max(strlen($s), strlen($q));
183 $length = max(strlen($r), strlen($s));
205 $length = max(strlen($x), strlen($y));
241 $length = max(strlen($x), strlen($y));
328 $length = max(strlen($x), strlen($y));
343 $length = max(strlen($x), strlen($y), strlen($z));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
52 $barw = (($value - $min) / ($max - $min) ) * $w;
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js185 w = Math.max(w, 2 * h);
274 barPos = Math.max(barPos, 0);
347 barPos = Math.max(barPos, 0);
483 var trueH = Math.max(h, fontSize * 1.5, 10);
485 var trueW = Math.max(w, minW);
1519 dx = Math.max(r + dy, dx);
1540 c.moveTo(w - Math.max(20, r), 0);
1541 c.lineTo(w - Math.max(20, r), h);
1548 while (currDx < (w - Math.max(20, r)))
1558 var w1 = Math.min(Math.max(20, r), h);
[all …]
/plugin/move/helper/
H A Dplan.php169 $max =
178 $max += $this->options['affpg_all'];
182 if($max == 0) return 0;
183 return round((($max - $remain) * 100) / $max, 2);
373 return max($todo, 1); // force one more call
379 return max($todo, 1); // force one more call
385 return max($todo, 1); // force one more call
391 return max($todo, 1); // force one more call
397 return max($todo, 1); // force one more call
405 return max($todo, 1); // force one more call
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DFull.php69 $maxLineNumLength = max(array_map('strlen', array_keys($report['messages'])));
93 $maxErrorLength = max($maxErrorLength, ($length + 1));
100 $maxWidth = max(($fileLength + 6), ($maxErrorLength + $paddingLength));
/plugin/odt/ODT/
H A DODTUtility.php36 $max = strlen ($content);
39 while ( $position < $max ) {
133 $max = strlen ($docContent);
136 while ($pos < $max) {
174 $max -= $length;
593 $max = strlen ($value);
594 for ($pos = 0 ; $pos < $max ; $pos++) {
597 if ($max - $pos >= 4 &&
617 $max += 4;
827 $max = strlen ($HTMLCode);
[all …]
/plugin/bez/struct/
H A DBezType.php127 $max = (int)$this->config['autocomplete']['maxresult'];
128 if($max <= 0) return array();
140 $sql = "SELECT " . implode(',', $fields) . " FROM $table WHERE id LIKE ? LIMIT $max";
/plugin/nspages/
H A Dstyle.css47 max-width: 350px;
72 text-decoration: none;max-width: 320px;
104 max-width: 350px;
129 text-decoration: none;max-width: 320px;
/plugin/ditaa/
H A Daction.php58 … header('Expires: ' . gmdate("D, d M Y H:i:s", time() + max($conf['cachetime'], 3600)) . ' GMT');
59 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'],…
/plugin/jplayer/
H A Dsyntax.php109 $max = (int) $this->getConf('max_audio_files_per_player');
111 if ($max == 0) {
115 $max -= 1;
/plugin/html2pdf/html2pdf/html2ps/
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 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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php144 'max-results' => [
211 'max-results' => [
260 'max-results' => [
283 'max-results' => [
336 'max-results' => [
374 'max-results' => [
421 'max-results' => [
489 'max-results' => [
605 'max-results' => [
761 'max-results' => [
[all …]
/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(),
/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());
/plugin/tiledblog/
H A Dstyle.css46 max-height: 9em;
47 max-width: 9em;
/plugin/authsmf20/
H A Dstyle.css60 max-width: 400px;
81 max-width: 100px;
82 max-height: 100px;
/plugin/diagramsnet/lib/js/
H A Dshapes-14-6-5.min.js213max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));d=Math.max(0,Math.min(b,p…
1597 Math.max(0,Math.min(1,(e.y-a.y)/a.height*2)))/100})]};
1616max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"dy1",this.dy1)))),c=Math.max(0,Math.min(d…
1622max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"dy1",this.dy1))));e=Math.max(0,Math.min(b…
1629max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"dy1",this.dy1)))),c=Math.max(0,Math.min(d…
1739max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"dy1",this.dy1)))),c=Math.max(0,Math.min(d…
1754max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"dy1",this.dy1)))),c=Math.max(0,Math.min(d…
1778max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"arrowHead",this.arrowHead)))…
2323 …Angle",min:0,max:1,defVal:.75},{name:"endAngle",dispName:"End Angle",min:0,max:1,defVal:.25},{name…
2345 Math.max(0,Math.min(a.height/2,e.y-a.y)))/100})]};
[all …]
/plugin/register/
H A Dregister.php67 return array(min($this->start, $bit_high), max($this->end, $bit_high - $bit_range + 1));
117 $newsx = max($newsx, $oldsx);
118 $newsy = max($newsy, $oldsy);
148 $this->enlarge(max($x1, $x2) + 1, max($y1, $y2) + 1);
278 $xmin = max($mmrsx, $resetsx);
292 $xmin = max($xmin, $im->font_width(FONT_LABELS, $bit->format_name()) + $bitdim);
377 $desc_adjust = max($desc_adjust, $im->font_width(FONT_LABELS, $text." "));
451 $yadd = max($yadd, $bitdim * ($num_def+2) + $yoff);

12345678910>>...48