Home
last modified time | relevance | path

Searched refs:min (Results 776 – 800 of 1165) sorted by relevance

1...<<31323334353637383940>>...47

/plugin/codemirror/dist/modes/
H A Dhaskell.min.js.map1min.js","sourcesContent":["// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distrib…
H A Dsas.min.js.map1min.js","sourcesContent":["// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distrib…
H A Dz80.min.js.map1 …,GAAW4B,WAAW,aAAc,MACpC5B,GAAW4B,WAAW,eAAiBC,KAAM,MAAOzB,KAAM","file":"z80.min.js","sourcesContent…
H A Deiffel.min.js.map1 …AAQ,SACzB,WAEN,MAAON,IAETS,YAAa,OAIjBnC,GAAWoC,WAAW,gBAAiB","file":"eiffel.min.js","sourcesContent…
H A Ddockerfile.min.js.map1 …KACPC,KAAM,UAGVO,MACEC,YAAa,MAIjB5B,GAAW6B,WAAW,oBAAqB","file":"dockerfile.min.js","sourcesContent…
H A Dpascal.min.js.map1 …AQ,MAAOA,EAClD,OAAOA,IAGTC,cAAe,OAInBrC,GAAWsC,WAAW,gBAAiB","file":"pascal.min.js","sourcesContent…
H A Djinja2.min.js.map1 …AAQC,IAEhCgB,kBAAmB,KACnBC,gBAAiB,OAIrB5B,GAAW6B,WAAW,cAAe","file":"jinja2.min.js","sourcesContent…
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js274 …, newScale = Math.min(this.width/(this._viewBox.width - this._viewBox.x), this.height/(this._viewB…
662 …var newScale = Math.min(this.width/(this._viewBox.width - this._viewBox.x), this.height/(this._vie…
/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML-full.js49 …HoverFade:function(q){delete q.hover.timer;q.hover.opacity=Math.max(0,Math.min(1,q.hover.opacity+q…
50min(q.clientHeight,t)}t=Math.floor(0.85*t);var n=d.Element("span",{id:"MathJax_ZoomFrame"},[["span…
51min(0,u.left)+parseFloat(C.marginLeft);if(!H&&!F&&"clientX" in M){H=M.clientX+document.body.scroll…
56min&&u<C*F.min){u=C*F.min}if(u>C){o=this.Element("span");this.createChar(o,F.ext,G,x);var D=o.bbox…
57min(ap+1,aP.length);ae<ac;ae++){aP[ae]=ab}ab=0;af=1;ag=ap+1;for(ae=0,ac=Math.min(ap+1,aA.length);a…
58min(o,n.length-1))]}});MathJax.Hub.Register.StartupHook("mml Jax Ready",function(){h=MathJax.Eleme…
/plugin/c3chart/assets/
H A Dc3.min.js2min(i[0].y,i[1].y),width:e.width,height:e.height}}function o(t){return Array.isArray(t)}function u…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2211 var data = null, nextIndex = Math.min(this.max, this.index + size);
3150 … result.push(String.fromCharCode.apply(null, array.slice(k, Math.min(k + chunk, len))));
3153 … result.push(String.fromCharCode.apply(null, array.subarray(k, Math.min(k + chunk, len))));
9798 var min = 0, max = 0; /* minimum and maximum code lengths */
9883 for (min = 1; min < max; min++) {
9884 if (count[min] !== 0) { break; }
9886 if (root < min) {
9887 root = min;
9970 len = min; /* starting code length */
10004 min = fill; /* save offset to next table */
[all …]
/plugin/jplayer/components/
H A Drequire-built.js2257min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
2258 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
2260 strMin = (this.options.timeFormat.padMin && min < 10) ? "0" + min : min,
5396 _limitValue: function(value, min, max) { argument
5397 return (value < min) ? min : ((value > max) ? max : value);
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js476 …pagesToInput.value = Math.max(1, Math.min(pageCount, Math.max(parseInt(pagesToInput.value), parseI…
477 …pagesFromInput.value = Math.max(1, Math.min(pageCount, Math.min(parseInt(pagesToInput.value), pars…
561 {from: Math.max(0, Math.min(pageCount - 1, from - 1)),
562 to: Math.max(0, Math.min(pageCount - 1, to - 1))} : null;
2413 …var s = (resizeImages) ? Math.min(1, Math.min(editorUi.maxImageSize / w2, editorUi.maxImageSize / …
H A DDialogs.js2088 … tableCell.geometry.width = Math.min(320, Math.max(tableCell.geometry.width, size.width + 30));
3161 editorUi.sidebar.createTooltip(elt, cells, Math.min(ww - 80, 1000), Math.min(wh - 80, 800),
4646 Math.min(1, Math.min(maxSize / img.width, maxSize / img.height));
6132 realPage = Math.min(currentPage, diagrams.length - 1);
7454 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7455 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
7548 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7646 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
8986 var s = Math.min(1, Math.min(editorUi.maxImageSize / Math.max(1, w)),
9742 var ns = Math.min((200 - 40) / b.width, (h - 40) / b.height);
[all …]
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js501 var n = Math.min(Math.min(r,g),b);
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.orig1min(t[0],s[0])&&e[1]<=Math.max(t[1],s[1])&&e[1]>=Math.min(t[1],s[1])}function a(t,e,s){const n=(e[…
H A Drough.min.js21 …e){return a[0]<=Math.max(b[0],e[0])&&a[0]>=Math.min(b[0],e[0])&&a[1]<=Math.max(b[1],e[1])&&a[1]>=M…
22 …,b=[],k=0;k<c.length-1;k++){var g=c[k],d=c[k+1];if(g[1]!==d[1]){var n=Math.min(g[1],d[1]);b.push({…
37 …0>f;)f+=2*Math.PI,k+=2*Math.PI;k-f>2*Math.PI&&(f=0,k=2*Math.PI);var m=Math.min(2*Math.PI/n.curveSt…
48 l[0])+(h[1]-l[1])*(t[1]-l[1]))/p,h=(p=Math.max(0,Math.min(1,p)),Q(h,E(l,t,p))));h>g&&(g=h,n=m)}retu…
54 …n.value,l=h(m),w=Math.ceil(l/b)-1,t=l-w*b,p=(m[0][0]+m[1][0])/2-b/4,q=Math.min(m[0][1],m[1][1]),u=…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js101 toolbarPage = Math.min(toolbarPage + 1, toolbars.length-1);
634 minx: Math.min(dragstart[0], mx),
636 miny: Math.min(dragstart[1], my),
1388 ctx.fillRect(x1, y1, Math.min(w1, metaObj.size[0]), Math.min(h1, metaObj.size[1]));
/plugin/tagfilter/script/select2/
H A Dselect2.js2319 var min = this.opts.minimumResultsForSearch;
2320 if (min >= 0) {
2321 this.showSearch(countResults(data.results) >= min);
3336 formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " or more character" + (n == 1? "" : "s"); }, argument
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php79 …$parsedAtomData = $this->QuicktimeParseAtom($atomname, $atomsize, $this->fread(min($atomsize, $ato…
976 …$max_stts_entries_to_scan = ($info['php_memory_limit'] ? min(floor($this->getid3->memory_limit / 1…
1890 list($dummy, $deg, $min) = $matches;
1891 $GPS_this_GPRMC[$latlon] = $deg + ($min / 60);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1928 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
1929 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
2667 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
2668 …y = Math.max(0, Math.min(y, ih - this.table.clientHeight - ((urlParams['sketch'] == '1') ? 3 : 48)…
H A DGraph.js98 return Math.min(Math.max(len, 0), maxSafeInteger);
4437 Math.round(dy * Math.max(0, Math.min(1, (tmp.y - state.y) / state.height))));
4478 pgeo.height += dy + Math.min(0, pstate.height / this.view.scale - pgeo.height);
4644 factor = Math.max(0.01, Math.min(this.view.scale * factor, 160)) / this.view.scale;
4700 var scale = Math.floor(20 * Math.min(cw / bounds.width, ch / bounds.height)) / 20;
9549 var min = null;
9561 min = (min != null) ? Math.min(min, tmp) : tmp;
9578 min = min / s - ((horizontal) ? t.x : t.y);
9584 var dt = (max - min) / (vertices.length - 1);
9585 var t0 = min;
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1 … 'list',\n 'map',\n 'max',\n 'memoryview',\n 'min',\n 'next',\…
/plugin/charter/
H A Dhelper.php541 $radius = min($center[0], $center[1]) - 40;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php490 $toread = min(8192, $bytes);

1...<<31323334353637383940>>...47