Home
last modified time | relevance | path

Searched refs:max (Results 426 – 450 of 1190) sorted by last modified time

1...<<11121314151617181920>>...48

/plugin/layeranimation/
H A Dscript.js423 layerHeight = Math.max( layerHeight, this.elem.height() );
/plugin/authorstats/
H A Daction.php199 $newlast = max($newlast, $r["timestamp"]);
/plugin/bpmnioeditor/
H A Dstyle.css421 max-width: 100%;
738 max-width: 400px;
768 max-height: 200px;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js36723 return Math.max(rangeA.min, rangeA.max) >= Math.min(rangeB.min, rangeB.max) &&
36724 Math.min(rangeA.min, rangeA.max) <= Math.max(rangeB.min, rangeB.max);
37379 max = options.max;
37382 max = quantize(max + offset, SPACING, 'floor');
47578 max;
47608 spaceToolConstraints.bottom = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
47610 spaceToolConstraints.right = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
47628 spaceToolConstraints.right = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
47650 spaceToolConstraints.right = max = isNumber(max) ? Math.min(max, minOrMax) : minOrMax;
47687 var max = Math.max;
[all …]
H A Dbpmn-modeler.production.min.js7max,At=Ct.pow,kt=Ct.abs,Mt=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?[\s]*,?[\s]*)+)/gi,Dt=/(-?\d*\…
28max(e.length*(n/t),1),r=function(e,t){var n,i=e.split(/(\s|-|\u00AD)/g),r=[],o=0;if(i.length>1)for…
33max(.2,Math.min(4,r*n));t.zoom(o,i),wa(e)}function a(e){o.off("pinchmove",r),o.off("pinchend",a),o…
34max(t[i],n[i]),o=Math.min(t[i],n[i]);return Ws(t,i,Math.min(Math.max(o+20,e[i]),r-20))}(n,i[e.segm…
H A Ddiagram-js.css416 max-width: 100%;
733 max-width: 400px;
763 max-height: 200px;
/plugin/popupviewer/
H A Dscript.js416 yOffset = Math.max(($(window).height() - height) * 0.5 + yOffset, 5);
465 skipTo = Math.min(_.popupImageStack.length-1, Math.max(skipTo, 0));
/plugin/xtern/
H A Dstyle.css33 max-height: 550px;
40 max-height: 550px;
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md20 * Fix an OID encoding case when the second component would be near or over the max int as defined by PHP.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php66 * @param int $max
69 public static function expectedEntryCount(int $min, int $max): ExpectedEntryCountControl
71 return new ExpectedEntryCountControl($min, $max);
68 expectedEntryCount(int $min, int $max) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php48 * @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/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md34 * Implemented PHPStan and made fixes necessary to bump it to the max level.
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DHeadingRenderer.php37 $heading = str_repeat('=', max(7 - $node->getLevel(), 2)) . ' ';
/plugin/include/
H A Dhelper.php206 $flags['depth'] = max(intval($value), 0);
309 $lvl_max = false; // max level
337 // get max level of this instructions set
/plugin/move/helper/
H A Dhandler.php172 $ups = max(count($selfpath) - $common, 0);
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(
[all...]
/plugin/passpolicy/
H A Dhelper.php404 * @param int $max
408 public function rand($min, $max) argument
410 $real_max = $max - $min;
424 return mt_rand($min, $max);
/plugin/quickstats/
H A Dstyle.css26 max-height: 400px;
H A Dstyle.wide.css26 max-height: 400px;
/plugin/multiorphan/
H A Dscript.js141 }, Math.max(0, throttleValue) * 1000 );
398 throbberCount = Math.max(0, throbberCount + (on?1:-1));
H A Dstyle.less48 max-width: 100%;
129 max-height: 200px;
/plugin/strata/aggregates/
H A Dmax.php16 return array(max($values));
/plugin/strata/
H A Dscript.js441 var minWidth = Math.max.apply(Math, jQuery('*.strata-field[data-field="' + field + '"] .strata-value', div).map(function(_, v) {
451 f.minWidth = Math.max(f.minWidth, minWidth);
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js304 cells = edges.slice(Math.max(0, start), Math.min(edges.length, start + pageSize));
332 backCell.startIndex = Math.max(0, (cell.startIndex || 0) - pageSize);
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1455 maxX = Math.max(xShift.x, maxX);
1560 rowStartSize = Math.max(rowStartSize,
1568 colStartSize = Math.max(colStartSize,
1758 maxX = Math.max(xShift.x, maxX)
1762 height = Math.max(height, subY);
1817 width = Math.max(width, subX);

1...<<11121314151617181920>>...48