Home
last modified time | relevance | path

Searched refs:delta (Results 51 – 75 of 186) sorted by path

12345678

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js25 mxGuide.prototype.move = function (bounds, delta, gridEnabled, clone) argument
27 var yShift = delta.y;
28 var xShift = delta.x;
32 if (this.states != null && bounds != null && delta != null)
H A DDriveClient.js787 var delta = new Date().getTime() - this.lastTokenRefresh;
789 if (delta > this.tokenRefreshInterval || this.tokenRefreshThread == null)
1467 var delta = new Date(resp.modifiedDate).getTime() - new Date(mod0).getTime();
1469 if (delta <= 0 || etag0 == resp.etag || (revision && head0 == resp.headRevisionId))
1474 if (delta <= 0)
H A DmxRuler.js409 mxGuide.prototype.move = function (bounds, delta, gridEnabled, clone) argument
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1659 …icThin",DEFAULT:"classic",NONE:"none",none:"none",white_delta_bar:"block",delta:"block",standard:"… property in mxGraphMlArrowsMap
/plugin/diagramsnet/lib/math/config/
H A DAccessible-full.js73 …"*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2",gamma:"03B3",delta:"03B4",epsilon:"03…
76 …edge:"\u22CF",dagger:"\u2020",daleth:"\u2138",ddarr:"\u21CA",deg:"\u00B0",delta:"\u03B4",digamma:"… property in c.Parse.Entity
H A DAccessible.js70 …"*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2",gamma:"03B3",delta:"03B4",epsilon:"03…
73 …edge:"\u22CF",dagger:"\u2020",daleth:"\u2138",ddarr:"\u21CA",deg:"\u00B0",delta:"\u03B4",digamma:"… property in c.Parse.Entity
H A DMML_HTMLorMML-full.js54 …edge:"\u22CF",dagger:"\u2020",daleth:"\u2138",ddarr:"\u21CA",deg:"\u00B0",delta:"\u03B4",digamma:"… property in c.Parse.Entity
H A DMML_HTMLorMML.js52 …edge:"\u22CF",dagger:"\u2020",daleth:"\u2138",ddarr:"\u21CA",deg:"\u00B0",delta:"\u03B4",digamma:"… property in c.Parse.Entity
H A DTeX-MML-AM_HTMLorMML-full.js70 …"*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2",gamma:"03B3",delta:"03B4",epsilon:"03…
73 …edge:"\u22CF",dagger:"\u2020",daleth:"\u2138",ddarr:"\u21CA",deg:"\u00B0",delta:"\u03B4",digamma:"… property in c.Parse.Entity
H A DTeX-MML-AM_HTMLorMML.js67 …"*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2",gamma:"03B3",delta:"03B4",epsilon:"03…
70 …edge:"\u22CF",dagger:"\u2020",daleth:"\u2138",ddarr:"\u21CA",deg:"\u00B0",delta:"\u03B4",digamma:"… property in c.Parse.Entity
H A DTeX-MML-AM_SVG-full.js63 …"*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2",gamma:"03B3",delta:"03B4",epsilon:"03…
66 …edge:"\u22CF",dagger:"\u2020",daleth:"\u2138",ddarr:"\u21CA",deg:"\u00B0",delta:"\u03B4",digamma:"… property in c.Parse.Entity
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19 …edge:"\u22CF",dagger:"\u2020",daleth:"\u2138",ddarr:"\u21CA",deg:"\u00B0",delta:"\u03B4",digamma:"… property in c.Parse.Entity
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19 …"*":"2217","`":"2018"},mathchar0mi:{alpha:"03B1",beta:"03B2",gamma:"03B3",delta:"03B4",epsilon:"03…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmmultiscripts.js19 …eSpace(L);this.HTMLhandleColor(L);var e=L.bbox;e.dx=w;e.s=C;e.u=z;e.v=x;e.delta=Q;e.px=w+l.bbox.w;…
H A Dmultiline.js19 ….bbox.w,l.u)}if(g.presub){b.addBox(k,g.presub);b.placeBox(g.presub,l.dx+l.delta-g.presub.bbox.w,-l…
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmmultiscripts.js19 …olor(B);this.SVGsaveData(B);var M=this.SVGdata;M.dx=l;M.s=y;M.u=o,M.v=m;M.delta=L;return B},SVGget…
H A Dmultiline.js19delta-p.w,n.u)}if(k){o.Add(k,r-k.w,-n.v)}}if(this.data[this.base]){if(j.length>1){this.data[this.b…
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js11 function decodeChanges(delta, direct) argument
13 var codec2 = new mxCodec(delta.ownerDocument);
19 var changeNode = (direct) ? delta.firstChild : delta.firstChild.firstChild;
53 function processDelta(delta, direct) argument
55 var changes = decodeChanges(delta, direct);
95 if (delta != null)
99 processDelta(delta);
100 delta = delta.nextSibling;
125 var delta = codec.document.createElement('delta');
126 delta.appendChild(node);
[all …]
H A Dvoice.js2348 var min, max, delta, h, s, l;
2353 delta = max - min;
2358 s = delta / (l < 0.5 ? (2 * l) : (2 - 2 * l));
2361 if(delta > 0)
2363 if (max == r && max != g) h += (g - b) / delta;
2364 if (max == g && max != b) h += (2 + (b - r) / delta);
2365 if (max == b && max != r) h += (4 + (r - g) / delta);
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …=this.column){return e===this.lineNumber&&t===this.column?this:new i(e,t)}delta(e=0,t=0){return th…
396delta(e){if(this._model.isDisposed()||this._position.lineNumber!==e.lineNumber)return 0;if(this._m…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …u00B0\",\n \"Del;\": \"\\u2207\",\n \"Delta;\": \"\\u0394\",\n \"delta;\": \"\\u03B4\",\n…
H A Dbundle.js1 …=this.column){return e===this.lineNumber&&t===this.column?this:new i(e,t)}delta(e=0,t=0){return th…
396delta(e){if(this._model.isDisposed()||this._position.lineNumber!==e.lineNumber)return 0;if(this._m…
H A Dbundle.js.map1delta,\n sum = 0;\n\n if (valueof == null) {\n while (++i < n) {\n if (!isNaN(value …

12345678