/plugin/fckg/fckeditor/editor/skins/default/ |
H A D | fck_dialog_ie6.js | 37 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 ) ; // -left -right 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 ) ; 69 child.style.left = Math.max( 0, fckDlg.clientWidth - 30 ) ; 70 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; 74 child.style.width = Math.max( 0, fckDlg.clientWidth - 30 - 30 ) ; [all …]
|
/plugin/fckg/fckeditor/editor/skins/silver/ |
H A D | fck_dialog_ie6.js | 37 child.style.width = Math.max( 0, fckDlg.offsetWidth - 16 - 16 ) ; // -left -right 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 ) ; 69 child.style.left = Math.max( 0, fckDlg.clientWidth - 30 ) ; 70 child.style.top = Math.max( 0, fckDlg.clientHeight - 51 ) ; 74 child.style.width = Math.max( 0, fckDlg.clientWidth - 30 - 30 ) ; [all …]
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
H A 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/html2pdf/html2pdf/html2ps/ |
H A D | height.php | 49 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 …]
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 90 $max = 12; 95 $max--; 143 $max = 12; 148 $max--; 190 $max = 12; 195 $max--; 232 $max = 12; 237 $max--; 285 $max = 12; 338 $max = 12; [all …]
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 90 $max = 12; 95 $max--; 143 $max = 12; 148 $max--; 190 $max = 12; 195 $max--; 232 $max = 12; 237 $max--; 285 $max = 12; 338 $max = 12; [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 90 $max = 12; 95 $max--; 143 $max = 12; 148 $max--; 190 $max = 12; 195 $max--; 232 $max = 12; 237 $max--; 285 $max = 12; 338 $max = 12; [all …]
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/ |
H A D | MainTest.php | 90 $max = 12; 95 $max--; 143 $max = 12; 148 $max--; 190 $max = 12; 195 $max--; 232 $max = 12; 237 $max--; 285 $max = 12; 338 $max = 12; [all …]
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxArrows.js | 31 {name: 'dy', dispName: 'Arrow Width', type: 'float', min:0, max:1, defVal: 0.6}, 227 {name: 'dy', dispName: 'Arrow Width', type: 'float', min:0, max:1, defVal: 0.6} 362 {name: 'dy', dispName: 'Arrow Width', type: 'float', min:0, max:1, defVal:0.6}, 364 {name: 'feather', dispName: 'Feather', type: 'float', min:0, max:1, defVal:0.4}, 644 {name: 'dy1', dispName: 'Arrow Width', type: 'float', min:0, max:1, defVal:0.67}, 2370 {name: 'dy', dispName: 'Arrow Width', type: 'float', min:0, max:1, defVal:0.6}, 2620 var dx2 = Math.max(0, parseFloat(mxUtils.getValue(this.style, 'dx2', this.dx2))); 2628 c.lineTo(Math.max(w, dx), h - 2 * dy); 2629 c.lineTo(Math.max(w, dx), h); 2669 …this.state.style['dx2'] = Math.round(100 * Math.max(0, Math.min(Math.max(bounds.width, dx), pt.x -… [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A 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/ |
H A 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/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
H A 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) { [all...] |
/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) 53 $this->maximum = $max; 66 * @param int $max argument 69 public function setMaximum(int $max) 71 $this->maximum = $max; 108 $max = $request->getChild(1); 112 if (!$max instanceof IntegerType) { 117 $max->getValue() 47 __construct(int $min, int $max) global() argument
|
/plugin/mathpublish/phpmathpublisher/ |
H A D | Helper.php | 198 'max' => 'max', 328 'max' => 'cmr10', 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( [all...] |
H A 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( [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A 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) { 304 makeSVG($type, $value, $max, $min, $optimum, $low, $high) global() argument [all...] |
/plugin/math2/phpmathpublisher/ |
H A D | mathpublisher.php | 449 $img = ImageCreate(max($nx+4,1),max($ny+4,1)); 493 $img = ImageCreate(max($nx+4,1),max($ny+4,1)); 554 $img = ImageCreate(max($nx+4,1),max($ny+4,1)); 616 $img = ImageCreate(max($nx+4,1),max($ny+4,1)); 640 $img = ImageCreate(max($dx,1), max($dy,1)); 665 $img = ImageCreate(max($dx,1), max($dy,1)); 691 $result = ImageCreate(max($largeur,1), max($hauteur,1)); 714 $result = ImageCreate(max($largeur,1), max($hauteur,1)); 1002 $result = ImageCreate(max($largeur,1), max($hauteur,1)); 1140 $result = ImageCreate(max($largeur,1), max($hauteur,1)); [all …]
|
/plugin/combo/ComboStrap/Tag/ |
H A D | RelatedTag.php | 33 * to the related page array when the number of backlinks is bigger than the max 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): array argument 137 if ($max !== null) { 138 if (sizeof($related) > $max) { [all...] |
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/ |
H A 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/ |
H A 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/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/ |
H A 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);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | IntRange.php | 25 public $max; variable in Google\\Service\\Bigquery\\IntRange 34 public function setMax($max) argument 36 $this->max = $max; 43 return $this->max;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/ |
H A D | GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange.php | 25 public $max; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange 34 public function setMax($max) argument 36 $this->max = $max; 43 return $this->max;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
H A D | Range.php | 22 public $max; variable in Google\\Service\\Monitoring\\Range 25 public function setMax($max) argument 27 $this->max = $max; 31 return $this->max;
|
H A D | GoogleMonitoringV3Range.php | 22 public $max; variable in Google\\Service\\Monitoring\\GoogleMonitoringV3Range 25 public function setMax($max) argument 27 $this->max = $max; 31 return $this->max;
|