| /plugin/fckg/fckeditor/editor/skins/default/ |
| D | fck_dialog_ie6.js | 37 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 ) ; // -left -right 38 child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 ) ; // -bottom -top 43 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 + 4 ) ; // -left -right + 4 44 child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 + 4 ) ; // -bottom -top + 4 48 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; 52 child.style.width = Math.max( 0, fckDlg.clientWidth - 16 - 16 ) ; 56 child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; 60 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; 61 child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; 65 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; [all …]
|
| /plugin/fckg/fckeditor/editor/skins/silver/ |
| D | fck_dialog_ie6.js | 37 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 ) ; // -left -right 38 child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 ) ; // -bottom -top 43 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 + 4 ) ; // -left -right + 4 44 child.style.height = Math.max( 0, fckDlg.clientHeight - 20 - 2 + 4 ) ; // -bottom -top + 4 48 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; 52 child.style.width = Math.max( 0, fckDlg.clientWidth - 16 - 16 ) ; 56 child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; 60 child.style.left = Math.max( 0, fckDlg.clientWidth - 16 ) ; 61 child.style.height = Math.max( 0, fckDlg.clientHeight - 16 - 51 ) ; 65 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ |
| D | Pixels.php | 12 protected $max; variable in HTMLPurifier_AttrDef_HTML_Pixels 15 * @param int $max 17 public function __construct($max = null) argument 19 $this->max = $max; 54 if ($this->max !== null && $int > $this->max) { 55 return (string)$this->max; 67 $max = null; 69 $max = (int)$string; 72 return new $class($max);
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
| D | Repetition.php | 72 * @param int $max Maximum bound. 76 public function __construct($name, $min, $max, $children, $nodeId) argument 80 $min = max(0, (int) $min); 81 $max = max(-1, (int) $max); 83 if (-1 !== $max && $min > $max) { 87 [$min, $max] 92 $this->_max = $max;
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxArrows.js | 31 {name: 'dy', dispName: 'Arrow Width', type: 'float', min:0, max:1, defVal: 0.6}, 50 …var dy = h * 0.5 * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))… 51 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 52 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))… 116 dy = w * 0.5 * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)))); 117 dx = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 121 dy = h * 0.5 * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy)))); 122 dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 152 …var dx = Math.max(0, Math.min(bounds.width, parseFloat(mxUtils.getValue(this.state.style, 'dx', th… 153 … var dy = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dy', this.dy)))); [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
| D | MainTest.php | 90 $max = 12; 95 $max--; 97 if (!$max) break; 143 $max = 12; 148 $max--; 150 if (!$max) break; 190 $max = 12; 195 $max--; 197 if (!$max) break; 232 $max = 12; [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
| D | MainTest.php | 90 $max = 12; 95 $max--; 97 if (!$max) break; 143 $max = 12; 148 $max--; 150 if (!$max) break; 190 $max = 12; 195 $max--; 197 if (!$max) break; 232 $max = 12; [all …]
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
| D | MainTest.php | 90 $max = 12; 95 $max--; 97 if (!$max) break; 143 $max = 12; 148 $max--; 150 if (!$max) break; 190 $max = 12; 195 $max--; 197 if (!$max) break; 232 $max = 12; [all …]
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
| H A D | MainTest.php | 90 $max = 12; 95 $max--; 97 if (!$max) break; 143 $max = 12; 148 $max--; 150 if (!$max) break; 190 $max = 12; 195 $max--; 197 if (!$max) break; 232 $max = 12; [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | height.php | 28 if (is_null($hc2->min) && is_null($hc2->max)) { return $hc1; }; 31 if (is_null($hc1->min) && is_null($hc1->max)) { return $hc2; }; 49 var $max; variable in HCConstraint 62 if (!is_null($this->max)) { 63 $applicable_max = $this->applicable_value($this->max, $box); 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); [all …]
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | .eslintrc | 16 "id-length": [2, { "min": 1, "max": 30 }], 17 "max-lines": [2, 350], 18 "max-lines-per-function": 0, 19 "max-nested-callbacks": 0, 20 "max-params": 0, 21 "max-statements-per-line": [2, { "max": 2 }], 22 "max-statements": 0, 55 "max-lines": 0, 56 "max-lines-per-function": 0,
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | Length.php | 17 protected $max; variable in HTMLPurifier_AttrDef_CSS_Length 21 …* @param HTMLPurifier_Length|string $max Maximum length, or null for no bound. String is also acce… 23 public function __construct($min = null, $max = null) argument 26 $this->max = $max !== null ? HTMLPurifier_Length::make($max) : null; 64 if ($this->max) { 65 $c = $length->compareTo($this->max);
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
| D | max.rst | 1 ``max`` 5 The ``max`` function was added in Twig 1.15. 7 ``max`` returns the biggest value of a sequence or a set of values: 11 {{ max(1, 3, 2) }} 12 {{ max([1, 3, 2]) }} 14 When called with a mapping, max ignores keys and only compares values: 18 {{ max({2: "e", 1: "a", 3: "b", 5: "d", 4: "c"}) }}
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/ |
| D | Repetition.php | 68 $max = 42, 72 ->when($result = new SUT($name, $min, $max, $children, $id)) 79 ->isEqualTo($max) 94 $max = '42', 98 ->when($result = new SUT($name, $min, $max, $children, $id)) 114 $max = 1, 118 ->exception(function () use ($name, $min, $max, $children, $id) { 119 new SUT($name, $min, $max, $children, $id); 131 $max = -1, 135 ->when($result = new SUT($name, $min, $max, $children, $id))
|
| /plugin/mathpublish/phpmathpublisher/ |
| D | Helper.php | 433 $img = imagecreate(1, max($high, 1)); 438 $img = imagecreate(1, max($high, 1)); 443 $img = imagecreate(6, max($high, 1)); 451 $img = imagecreate(5, max($high, 1)); 464 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1)); 498 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1)); 510 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1)); 545 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1)); 569 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1)); 605 $img = imagecreate(1, max($high, 1)); [all …]
|
| D | MathExpression.php | 286 $top = max($base[$i], $top); 287 $bottom = max(imagesy($img[$i]) - $base[$i], $bottom); 291 $paro = $this->helper->parenthesis(max($top, $bottom) * 2, "("); 292 $parf = $this->helper->parenthesis(max($top, $bottom) * 2, ")"); 300 $top = max(imagesy($img[$i]) / 2, $top); 302 $bottom = max(imagesy($img[$i]) - $base[$i], $bottom); 303 $height = max(imagesy($img[$i]), $height); 308 $result = imagecreate(max($width, 1), max($height, 1)); 334 $width = max($width1, $width2); 336 $result = imagecreate(max($width + 5, 1), max($height, 1)); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
| D | ColorModeConverter.php | 96 $max = max($r, $g, $b); 98 $diff = $max - $min; 99 $l = ($max + $min) / 2; 107 $s = $diff / ($max + $min); 109 $s = $diff / (2 - $max - $min); 112 $rDiff = ((($max - $r) / 6) + ($diff / 2)) / $diff; 113 $gDiff = ((($max - $g) / 6) + ($diff / 2)) / $diff; 114 $bDiff = ((($max - $b) / 6) + ($diff / 2)) / $diff; 116 if ($r == $max) { 118 } elseif ($g == $max) { [all …]
|
| /plugin/math2/phpmathpublisher/ |
| D | mathpublisher.php | 384 $img = ImageCreate(1, max($haut,1)); 390 $img = ImageCreate(1, max($haut,1)); 396 $img = ImageCreate(6, max($haut,1)); 405 $img = ImageCreate(5, max($haut,1)); 419 $tmp_img = ImageCreate(max($tmp_largeur,1), max($tmp_hauteur,1)); 449 $img = ImageCreate(max($nx+4,1),max($ny+4,1)); 462 $tmp_img = ImageCreate(max($tmp_largeur,1), max($tmp_hauteur,1)); 493 $img = ImageCreate(max($nx+4,1),max($ny+4,1)); 514 $tmp_img = ImageCreate(max($tmp_largeur,1), max($tmp_hauteur,1)); 547 $img = ImageCreate(1, max($haut,1)); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | Meter.php | 15 $max = 1; 17 $max = $attr['MAX']; 25 if ($max < $min) { 26 $max = $min; 34 } elseif ($value > $max) { 35 $value = $max; 45 } elseif ($low > $max) { 46 $low = $max; 48 $high = $max; 54 } elseif ($high > $max) { [all …]
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | RelatedTag.php | 40 * @param int|null $max 59 $max = $tagAttributes->getValue(RelatedTag::MAX_LINKS_CONF); 60 if ($max === NULL) { 61 … $max = SiteConfig::getConfValue(RelatedTag::MAX_LINKS_CONF, RelatedTag::MAX_LINKS_CONF_DEFAULT); 67 $relatedPages = self::getRelatedPagesOrderedByBacklinkCount($page, $max); 113 * @param int|null $max 116 …public static function getRelatedPagesOrderedByBacklinkCount(MarkupPath $page, ?int $max = null): … argument 137 if ($max !== null) { 138 if (sizeof($related) > $max) { 139 $related = array_slice($related, 0, $max);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
| H A D | ExpectedEntryCountControl.php | 48 * @param int $max 50 public function __construct(int $min, int $max) argument 53 $this->maximum = $max; 66 * @param int $max 69 public function setMaximum(int $max) argument 71 $this->maximum = $max; 108 $max = $request->getChild(1); 112 if (!$max instanceof IntegerType) { 117 $max->getValue()
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/ |
| D | Term.php | 60 * @param int $max Either 1 or 2. Any other value will result in an error. 64 public function setMaxEdits(int $max = 2): self argument 66 return $this->setParam('max_edits', $max); 92 public function setMaxInspections(int $max = 5): self argument 94 return $this->setParam('max_inspections', $max); 112 public function setMaxTermFrequency(float $max = 0.01): self argument 114 return $this->setParam('max_term_freq', $max);
|
| /plugin/findologicxmlexport/vendor/hoa/ustring/ |
| D | Search.php | 67 for ($q = 0, $max = $k - 1; $q <= $max; ++$q) { 72 for ($d = -$q, $max = $n - $m + $k - $q; $d <= $max; ++$d) { 74 max( 88 $i = max(0, $j - $m); 106 $max = min(strlen($x), strlen($y)); 109 while ($i < $max && $x[$i] == $y[$i]) {
|
| /plugin/asciidocjs/node_modules/get-intrinsic/ |
| D | .eslintrc | 20 "max-lines": 0, 21 "max-lines-per-function": [2, 90], 22 "max-params": [2, 4], 23 "max-statements": 0, 24 "max-statements-per-line": [2, { "max": 2 }],
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/ |
| D | DirectGenerator.php | 61 * @param int $max can only be a value between 1 and 2. Defaults to 2. 65 public function setMaxEdits(int $max) argument 67 return $this->setParam('max_edits', $max); 93 public function setMaxInspections(int $max) argument 95 return $this->setParam('max_inspections', $max); 109 public function setMaxTermFrequency(float $max) argument 111 return $this->setParam('max_term_freq', $max);
|