Home
last modified time | relevance | path

Searched refs:w (Results 526 – 550 of 1563) sorted by path

1...<<21222324252627282930>>...63

/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-ThreatModeling.js5 var w = 100;
13 …this.createVertexTemplateEntry('rounded=0;whiteSpace=wrap;html=1;', w * 1.2, h * 0.6, '', 'Externa…
14 …this.createVertexTemplateEntry('ellipse;whiteSpace=wrap;html=1;aspect=fixed;', w * 0.8, h * 0.8, '…
15 …teEntry('ellipse;shape=doubleEllipse;whiteSpace=wrap;html=1;aspect=fixed;', w * 0.8, h * 0.8, '', …
16 …pe=partialRectangle;whiteSpace=wrap;html=1;left=0;right=0;fillColor=none;', w * 1.2, h * 0.8, '', …
17 …this.createEdgeTemplateEntry('endArrow=classic;html=1;fontColor=#FF3333;', w * 0.5, h * 0.5, '', '…
18 …this.createEdgeTemplateEntry('endArrow=classic;startArrow=classic;html=1;fontColor=#FF3333;', w * …
25 …;rounded=0;shadow=1;labelBackgroundColor=#ffffff;fontColor=#000000;align=left;', w * 3.9, h * 1.1,
28 …rounded=0;shadow=1;labelBackgroundColor=#ffffff;fontColor=#000000;align=left;', w * 3.65, h * 0.9,
31 …rounded=0;shadow=1;labelBackgroundColor=#ffffff;fontColor=#000000;align=left;', w * 3.65, h * 0.9,
[all …]
H A DSidebar-VVD.js13 var w = 50;
26 w, h, '', 'App', null, null, this.getTagsForStencil(gn, 'app application', dt).join(' ')),
40 w, h, '', 'CD', null, null, this.getTagsForStencil(gn, 'cd compact disc', dt).join(' ')),
54 w * 0.7, h, '', 'Disk', null, null, this.getTagsForStencil(gn, 'disk', dt).join(' ')),
78 w * 0.48, h, '', 'Key', null, null, this.getTagsForStencil(gn, 'key', dt).join(' ')),
104 w, h, '', 'NFVO', null, null, this.getTagsForStencil(gn, 'nfvo', dt).join(' ')),
106 w, h * 0.77, '', 'NSX', null, null, this.getTagsForStencil(gn, 'nsx', dt).join(' ')),
114 w, h, '', 'NSX ESG', null, null, this.getTagsForStencil(gn, 'nsx esg', dt).join(' ')),
164 w, h, '', 'Switch', null, null, this.getTagsForStencil(gn, 'switch', dt).join(' ')),
194 w, h, '', 'vROPs', null, null, this.getTagsForStencil(gn, 'vrops', dt).join(' ')),
[all …]
H A DSidebar-Veeam.js41 var w = 4.0;
131 var w = 4.0;
216 var w = 4.0;
305 var w = 4.0;
386 var w = 4.0;
457 var w = 4.0;
536 var w = 4.0;
635 var w = 4.0;
692 var w = 4.0;
763 var w = 2.0;
[all …]
H A DSidebar-Veeam2.js33 var w = 100;
109 var w = 100;
214 var w = 100;
279 var w = 100;
395 var w = 100;
531 var w = 100;
632 var w = 100;
690 var w = 100;
791 var w = 2.0;
821 w * 34, h * 13, '', 'CD', null, null, this.getTagsForStencil(gn, 'cd', dt).join(' ')),
[all …]
H A DSidebar-WebIcons.js10 var w = 0.2;
17 w * 512, h * 512, '', 'Adfty', null, null, this.getTagsForStencil(gn, 'adfty', dt).join(' ')),
21 w * 512, h * 512, '', 'Aim', null, null, this.getTagsForStencil(gn, 'aim', dt).join(' ')),
25w * 512, h * 512, '', 'Amazon', null, null, this.getTagsForStencil(gn, 'amazon', dt).join(' ')),
27w * 512, h * 512, '', 'Amazon', null, null, this.getTagsForStencil(gn, 'amazon', dt).join(' ')),
33 w * 512, h * 512, '', 'Apple', null, null, this.getTagsForStencil(gn, 'apple', dt).join(' ')),
39 w * 512, h * 512, '', 'Ask', null, null, this.getTagsForStencil(gn, 'ask', dt).join(' ')),
51 w * 512, h * 512, '', 'Bebo', null, null, this.getTagsForStencil(gn, 'bebo', dt).join(' ')),
55 w * 512, h * 512, '', 'Bing', null, null, this.getTagsForStencil(gn, 'bing', dt).join(' ')),
67 w * 512, h * 512, '', 'Box', null, null, this.getTagsForStencil(gn, 'box', dt).join(' ')),
[all …]
H A DSidebar.js816 this.createVertexTemplateEntry(style, parseInt(shapes[i].w),
1215 …oadStencilSet(stencilFile, mxUtils.bind(this, function(packageName, stencilName, displayName, w, h) argument
1220 w: Math.round(w * scale), h: Math.round(h * scale)}; property in AnonymousFunction7a6555c41300.entry
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js131 mxAsyncCanvas.prototype.rect = function(x, y, w, h) {}; argument
133 mxAsyncCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) {}; argument
135 mxAsyncCanvas.prototype.ellipse = function(x, y, w, h) {}; argument
148 mxAsyncCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
180 mxAsyncCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cli… argument
H A DmxJsCanvas.js484 this.lineTo(x + w, y);
485 this.lineTo(x + w, y + h);
494 this.lineTo(x + w - dx, y);
495 this.quadTo(x + w, y, x + w, y + dy);
496 this.lineTo(x + w, y + h - dy);
497 this.quadTo(x + w, y + h, x + w - dx, y + h);
508 this.ctx.scale(w / 2, h / 2);
547 var x0 = (w - iw * s) / 2;
552 w = iw * s;
560 ctx.translate(2 * x + w, 0);
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js6593 rx = rx * 100 / w;
6595 x = x * 100 / w;
6755 x = x * 100.0 / w;
6781 rx = rx * 100.0 / w;
6913 var w = shape.getWidth();
6918 x = x * 100.0 / w;
6967 x = x * 100.0 / w;
7219 x = x * 100.0 / w;
8834 this.x *= w;
8836 this.a *= w;
[all …]
H A DmxVsdxCanvas2D.js237 w = w * s.scale;
258 this.rect(x, y, w, h);
273 w = w * s.scale;
377 x1 = x1 / w;
379 x2 = x2 / w;
419 x1 = x1 / w;
421 x2 = x2 / w;
423 x3 = x3 / w;
641 w = w * s.scale;
761 w = w * s.scale;
[all …]
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9w(e,t){t._state===oe?A(e,t._result):t._state===ue?E(e,t._result):C(t,void 0,function(t){return x(e…
/plugin/diagramsnet/lib/js/
H A Dexport.js28 data.w = parseFloat(data.w) || 0;
521 …rmat == 'pdf' && xmlDoc.documentElement.getAttribute('page') == '1' && data.w == 0 && data.h == 0 …
593 var w = Math.floor(bounds.width / this.view.scale);
598 var w0 = Math.ceil((x + w) / size.width) - x0;
623 if (data.w > 0 || data.h > 0)
627 if (data.w > 0 && data.h > 0)
629 s = Math.min(data.w / b.width, data.h / b.height);
631 else if (data.w > 0)
633 s = data.w / b.width;
H A Dextensions.min.js30w=f.substring(2,f.length-2);"documentName"==w?w="filename":"pageName"==w?w="page":"totalPages"==w?
33w=b.geometry,w=new mxCell(k(x.Title),new mxGeometry(0,w.height,w.width,10),"strokeColor=none;fillC…
37w.x==A.x?Math.abs(w.x-f.geometry.x)<f.geometry.width/2?-20:20:0;Wb=w.y==A.y?Math.abs(w.y-f.geometr…
40 …r(var w=0;void 0!==f["t"+w];){var k=f["t"+w];null!=k&&(n=vc(k,n,a,c,g));w++}for(w=0;void 0!==f["m"…
1046w=a.view.scale,k=a.getGraphBounds();F.shiftX=0;F.shiftY=0;if(k.x/w<f.x||k.y/w<f.y)F.shiftX=Math.ce…
1084w),w=A.createElt("pp"),w.setAttribute("IX",E++),C.appendChild(w)):"OL"==n?d.OL=!0:"LI"==n&&(d.LiIn…
1575w,x)}catch(fa){throw console.log(fa),fa;}finally{a.endUpdate()}a.beginUpdate();try{var y=b.getMode…
1628 w.geometry=new mxGeometry(q,e-A,f.geometry.width-q,n+A);e+=n;w.style=this.styleMap2Str(x);f.insert(
1630 e,n+A,f.geometry.height-e);q+=n;w.style=this.styleMap2Str(x);f.insert(w)}};
1632 …lx,n=0;if(f){f instanceof Array||(f=[f]);for(var w=0;w<f.length;w++)k.x=c,k.lx=g,n=this.addRow(f[w
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1604 ui.showImageDialog(title, value, function(newValue, w, h) argument
1610 graph.insertImage(newValue, w, h);
1626 cells = [graph.insertVertex(graph.getDefaultParent(), null, '', 0, 0, w, h,
1652 if (w != null && h != null)
1660 geo.width = w;
H A DDialogs.js427 var TextareaDialog = function(editorUi, title, url, fn, cancelFn, cancelTitle, w, h, argument
430 w = (w != null) ? w : 300;
465 nameInput.style.width = w + 'px';
1296 var w = Math.ceil(bounds.width * s / graph.view.scale + 2 * b);
1300 if (param.length <= MAX_REQUEST_SIZE && w * h < MAX_AREA)
1306 '&w=' + w + '&h=' + h + '&' + param +
1905 var OutlineWindow = function(editorUi, x, y, w, h) argument
1915 this.window = new mxWindow(mxResources.get('outline'), div, x, y, w, h, true, true);
2014 var LayersWindow = function(editorUi, x, y, w, h) argument
2641 this.window = new mxWindow(mxResources.get('layers'), div, x, y, w, h, true, true);
H A DEditor.js806 var w0 = w;
826 w = (document.body != null) ? Math.min(w, document.body.scrollWidth - padding) : w;
866 var pos = this.getPosition(left, top, w, h);
870 div.style.width = w + 'px';
933 w0 = w = newWH.w;
952 var pos = this.getPosition(left, top, w, h);
958 div.style.width = w + 'px';
2027 nameInput.style.width = (w != null) ? w + 'px' : '180px';
2154 nameInput.style.width = (w != null) ? (w - 40) + 'px' : '190px';
2726 var w = gb.width / this.scale;
[all …]
H A DEditorUi.js1463 var w = (cells.length < 6) ? cells.length * 35 : 140;
1466 'px;width:' + w + 'px;border-radius:10px;padding:4px;text-align:center;' +
1574 var createVertex = mxUtils.bind(this, function(style, w, h, value) argument
1576 …return this.editor.graph.createVertex(null, null, value || '', 0, 0, w || 120, h || 60, style, fal…
3878 var w = this.container.clientWidth;
3883 w = document.body.clientWidth || document.documentElement.clientWidth;
3901 var effHsplitPosition = Math.max(0, Math.min(this.hsplitPosition, w - this.splitSize - 20));
4313 EditorUi.prototype.showError = function(title, msg, btn, fn, retry, btn2, fn2, btn3, fn3, w, h, hid… argument
4318 this.showDialog(dlg.container, w || 340, h || (100 + lines * 20), true, false, onClose);
4325 EditorUi.prototype.showDialog = function(elt, w, h, modal, closable, onClose, noScroll, transparent… argument
[all …]
H A DGraph.js1744 if (w != null && w.charAt(w.length - 1) != '%')
1746 w = parseFloat(w);
1750 w = NaN;
5809 w = (w != null) ? w : 60;
5862 w = (w != null) ? w : 120;
5886 '', t, 0, w, h, firstCellStyle), colCount, w, 0));
7211 w = (w == null) ? 80 : parseInt(w, 10);
8206 var w = bounds.width / scale;
8211 var tmp = w;
8212 w = h;
[all …]
H A DShapes.js92 c.quadTo(x + w, b, x + w - r, b);
758 c.quadTo(w / 2, h * curve, w, 0);
2682 c.quadTo(w, 0, w, h / 2);
2707 c.quadTo(w, 0, w, h / 2);
2708 c.quadTo(w, h, w / 2, h);
3148 c.quadTo(w, 0, w, h / 2);
3165 c.quadTo(w, 0, w, h / 2);
3481 c.quadTo(w, 0, w, h / 2);
3482 c.quadTo(w, h, w - dx, h);
3539 c.quadTo(w, 0, w, h / 2);
[all …]
H A DSidebar.js357 if (!maxSize && (w > this.maxTooltipWidth || h > this.maxTooltipHeight))
359 …this.graph2.view.scale = Math.round(Math.min(this.maxTooltipWidth / w, this.maxTooltipHeight / h) …
383 if (maxSize && w > 0 && h > 0 && (bounds.width > w || bounds.height > h))
385 var s = Math.round(Math.min(w / bounds.width, h / bounds.height) * 100) / 100;
500 Sidebar.prototype.showTooltip = function(elt, cells, w, h, title, showLabel) argument
514 this.createTooltip(elt, cells, w, h, title, showLabel);
592 data, img.w, img.h, '', img.title || '', false, false, true)
602 cells, img.w, img.h, img.title || '', true, false, true);
3890 …oadStencilSet(stencilFile, mxUtils.bind(this, function(packageName, stencilName, displayName, w, h) argument
3903 Math.round(w * scale), Math.round(h * scale), '', stencilName.replace(/_/g, ' '), null, null,
[all …]
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype… function
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js12w=e.transformTo("string",g.utf8encode(u)),x=t.length!==p.name.length,y=w.length!==u.length,z="",A=…
14w(a){var b=v(a);return b===O&&t(a.state),b}function x(a,b){return a&&a.state?2!==a.state.wrap?Q:(a…
15w(a,b,c){var d,e,f=-1,g=b[1],h=0,i=7,j=4;for(0===g&&(i=138,j=3),b[2*(c+1)+1]=65535,d=0;d<=c;d++)e=…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6w=Math.sqrt(50),E=Math.sqrt(10),T=Math.sqrt(2),C=function(t,e,n){var r,i,a,o,s=-1;if(n=+n,(t=+t)==… function
29w)||{weight:0,minlen:1},i=t.edge(n);e.setEdge(n.v,n.w,{weight:r.weight+i.weight,minlen:Math.max(r.… class
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDrive.js6w=18e5,i="root";function T(e,t,r){var i=b(e,t.apiEndpointUrl);r&&(i=m.appendToPath(i,"?"+r));var o…
14w=2,T=new I;function b(e){try{return e.then}catch(e){T.error=e;return T}}function P(e,t,r){t.const…
H A DOneDriveOrig.js2w=18e5,i="root";function T(e,t,r){var i=b(e,t.apiEndpointUrl);r&&(i=m.appendToPath(i,"?"+r));var o…
10w=2,T=new I;function b(e){try{return e.then}catch(e){T.error=e;return T}}function P(e,t,r){t.const…

1...<<21222324252627282930>>...63