Home
last modified time | relevance | path

Searched refs:min (Results 426 – 450 of 1165) sorted by relevance

1...<<11121314151617181920>>...47

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js334 _.min = function(obj, iteratee, context) { function
374 n = Math.max(Math.min(n, length), 0);
665 length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;
1398 _.random = function(min, max) { argument
1400 max = min;
1401 min = 0;
1403 return min + Math.floor(Math.random() * (max - min + 1));
/plugin/ffindr/
H A Dffindr.php98 $end = min($max, $feed->get_item_quantity() - 1);
/plugin/authsmf20/
H A Dstyle.css54 min-height: 20px;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java127 + Math.min(terminal.getHeight() - 20, 30 + dy in getColumnLocation()
/plugin/diagramsnet/lib/plugins/
H A Dpage.js100 n = Math.min(n, ui.pages.length - 1);
H A Dexplore.js260 var r = Math.min(graph.container.scrollWidth / 3 - 80,
304 cells = edges.slice(Math.max(0, start), Math.min(edges.length, start + pageSize));
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1096 $this->thumbnailQuality = max(1, min(99, ($this->q ? (int) $this->q : 75)));
2051 $contDiv10 = min($contDiv10, 100);
2121 $amount = min(max((float) $amount, 0.001), 10);
2270 $radius = (!empty($radius) ? min(max((int) $radius, 0), 25) : 1);
2278 $radius = (!empty($radius) ? min(max((int) $radius, 0), 25) : 1);
3008 $margin = min(0.499, $margin);
3084 $margin[$xy] = min(0.499, $margin[$xy]);
3388 $maxwidth = min($this->w, $this->h * $original_aspect_ratio);
3389 $maxheight = min($this->h, $this->w / $original_aspect_ratio);
3404 $maxwidth = min($maxwidth, $maxheight * $original_aspect_ratio);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt99 --atleast-version <min> Checks that version is greater than min and exits.
H A Dhelp2.phpt100 --atleast-version <min> Checks that version is greater than min and exits.
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte216 min="3"
229 min="3"
/plugin/issuelinks/
H A Dstyle.less10 min-height: 60px;
11 min-width: 15rem;
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.css17 …rtant;font-style:normal !important;font-size:1em !important;min-height:inherit !important;min-heig…
/plugin/tip/
H A Dsyntax_plugin_tip.css27 min-height: 28px; /* not supported by M$IE */
28 min-width: 25%; /* dito */
/plugin/animation/styles/
H A DshCore.css51 min-height: inherit !important;
52 min-height: auto !important;
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js138 minX = Math.min(minX, drawPoints[i].x);
140 minY = Math.min(minY, drawPoints[i].y);
/plugin/amcharts/assets/amcharts/
H A Dradar.js3 …2;this.marginTopReal=c+e/2;this.realRadius=d.toCoordinate(this.radius,Math.min(a-f-n,b-c-m),e);thi…
10 …dth;var m=Math.min(b,c);c=Math.max(b,c);b=a.chart;var n=b.container,e=f.fillAlpha,r=f.fillColor;c=…
/plugin/diagramsnet/lib/shapes/
H A DmxSysML.js136 {name: 'labelX', dispName: 'Header Width', type: 'float', min:0, defVal:90}
187 xSize = Math.min(xSize, w);
244 {name: 'labelX', dispName: 'Header Width', type: 'float', min:0, defVal:90}
271 xSize = Math.min(xSize, w);
1462 var maxX = Math.min(w * 0.65, w - 10);
1477 xSize = Math.min(xSize, w);
1560 xSize = Math.min(xSize, w);
1793 xSize = Math.min(xSize, w);
1939 xSize = Math.min(xSize, w);
2112 xSize = Math.min(xSize, w);
[all …]
/plugin/projects/
H A Dcodemirror-compressed.js1min(t.line,t.line+y)?e:e+y}if(jt)return;var o=!1,u=Gt.length;s.lineWrapping||Ct.iter(e.line,t.line…
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js324 _.min = function(obj, iteratee, context) { function
651 length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;
1322 _.random = function(min, max) { argument
1324 max = min;
1325 min = 0;
1327 return min + Math.floor(Math.random() * (max - min + 1));
/plugin/progrecss/
H A Dsyntax.php118 $p[0] = min($p[0], $p[1]);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckundo.js82 for ( var i = 0 ; i < Math.min( cursor1.length, cursor2.length ) ; i++ )
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupNavigation.js514 barPos = Math.min(100, barPos);
534 barWidth = Math.min(barWidth, barMax - barMin);
551 …var barPos = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'barPos', thi…
556 …this.state.style['barPos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x - 50) * …
651 var rSize = Math.min(h * 0.5, w * 0.05);
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.materia.min.css12 */@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");:root{--blue: #2196F3;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #e51c23;--orange: #fd7e14;--yellow: #ff9800;--green: #4CAF50;--teal: #20c997;--cyan: #9C27B0;--white: #fff;--gray: #666;--gray-dark: #222;--primary: #2196F3;--secondary: #fff;--success: #4CAF50;--info: #9C27B0;--warning: #ff9800;--danger: #e51c23;--light: #fff;--dark: #222;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:0.8125rem;font-weight:400;line-height:1.5;color:#444;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#2196F3;text-decoration:none;background-color:transparent}a:hover{color:#0a6ebd;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#666;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.03125rem}h2,.h2{font-size:1.625rem}h3,.h3{font-size:1.421875rem}h4,.h4{font-size:1.21875rem}h5,.h5{font-size:1.015625rem}h6,.h6{font-size:0.8125rem}.lead{font-size:1.015625rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.015625rem}.blockquote-footer{display:block;font-size:80%;color:#666}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#666}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212121;border-radius:0.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212121}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php460 $min_bottom = min($min_bottom,
466 $min_bottom = min($min_bottom,
469 $min_bottom = min($min_bottom,
797 $line_bottom = min($effective_bottom, $line_bottom);
/plugin/diagramsnet/lib/js/
H A Dexport.js543 data.scale = Math.min((data.pageHeight * v) / (gb.height / graph.view.scale),
629 s = Math.min(data.w / b.width, data.h / b.height);
821 from = Math.max(0, Math.min(parseInt(data.from) || from, diagrams.length - 1));
824 to = isNaN(to)? from : Math.max(from, Math.min(to, diagrams.length - 1));

1...<<11121314151617181920>>...47