Lines Matching refs:v

3912 			m.unshift({s: 0, n: 'dummy', v: '', e: m[0].s});
3935 globalStyles.splice(i, 0, {s: newlines[expectedS], n: 'a', v: props.TextAlign || 'center'});
3957 globalStyles.push({s: newlines[expectedS], n: 'a', v: props.TextAlign || 'center'});
3975 var l = styles['l'] || {v: t && t.v == 'ul'? 'auto' : 'decimal'};
3977 if (t != null && (listActive == false || listActive != t.v || listType != l.v))
3984 listActive = t.v;
3985 listType = l.v;
3987 if (t.v == 'ul')
4000 if (t.v == 'hl')
4006 switch(l.v)
4050 …str += '<li style="text-align:' + (styles['a']? styles['a'].v : (props.TextAlign || 'center')) + '…
4058 color = nonBlockStyles['c'].v;
4063 fontSize = nonBlockStyles['s'].v;
4080 fontSize = s.v;
4084 color = s.v;
4117 var tmp = styles['a']? styles['a'].v : (props.TextAlign || 'center');
4134 …str += 'margin-left: ' + Math.max(0, fix1Digit(styles['il'].v * scale - (listActive? 28 : 0))) + '…
4139 str += 'margin-right: ' + fix1Digit(styles['ir'].v * scale) + 'px;';
4144 str += 'margin-top: ' + fix1Digit(styles['mt'].v * scale) + 'px;';
4149 str += 'margin-bottom: ' + fix1Digit(styles['mb'].v * scale) + 'px;';
4175 if (lk.v != null && lk.v.length > 0)
4177 str += '<a href="' + getLink(lk.v[0]) + '">';
4187 str += 'font-size:' + (styles['s']? fix1Digit(styles['s'].v * scale) : defaultFontSize) + 'px;';
4191 var v = rgbToHex(styles['c'].v);
4193 if (v != null)
4195 v = v.substring(0, 7);
4196 str += 'color:' + v + ';';
4200 …if ((styles['b'] && styles['b'].v) || (styles['fc'] && styles['fc'].v && styles['fc'].v.indexOf('B…
4205 if (styles['i'] && styles['i'].v)
4210 if (styles['ac'] && styles['ac'].v)
4219 fontFamily = styles['f'].v;
4230 if (styles['u'] && styles['u'].v)
4235 if (styles['k'] && styles['k'].v)
4391 m.splice(i, 0, {s: curE, n: 'dummy', v: ''});
4392 ends.splice(j, 0, {e: s? s.s : maxE, n: 'dummy', v: ''});
4761 if (currM.v != null)
4765 return 'fontSize=' + fix1Digit(currM.v * scale) + ';';
4789 if (m[i].n == 'f' && m[i].v)
4791 fontFamily = m[i].v;
4846 if (currM.v != null)
4850 var currV = rgbToHex(currM.v).substring(0, 7);
4886 if (currM.v != null && currM.v)
4892 else if (currM.n == 'fc' && currM.v == 'Bold')
4915 if (currM.v != null && currM.v)
4939 if (currM.v != null && currM.v)
4974 if (currM.v != null)
4976 return 'align=' + currM.v + ';';
5000 if (currM.v != null)
5004 return 'spacingLeft=' + fix1Digit(currM.v * scale) + ';';
5041 if (currM.v != null)
5045 return 'spacingRight=' + fix1Digit(currM.v * scale) + ';';
5072 if (currM.v != null)
5075 return 'spacingTop=' + fix1Digit(currM.v * scale) + ';';
5102 if (currM.v != null)
5105 return 'spacingBottom=' + fix1Digit(currM.v * scale) + ';';
5833 v = new mxCell('', new mxGeometry(Math.round(b.x * scale + dx), Math.round(b.y * scale + dy),
5835 v.vertex = true;
5836 updateCell(v, obj, graph);
5839 v.zOrder = p.ZOrder;
5842 if (v != null && v.style.indexOf(';grIcon=') >= 0)
5844 var parent = new mxCell('', new mxGeometry(v.geometry.x, v.geometry.y,
5845 v.geometry.width, v.geometry.height), vertexStyle);
5849 v.geometry.x = 0;
5850 v.geometry.y = 0;
5851 v.style += 'part=1;';
5852 parent.insert(v);
5853 v = parent;
5856 handleTextRotation(v, p);
5860 v.visible = false;
5863 return v;
6010 size = fix1Digit(scale * parseFloat(obj.Value.m[i].v));
6014 var v = rgbToHex(obj.Value.m[i].v);
6016 if (v != null)
6018 v = v.substring(0, 7);
6021 style += 'fontColor=' + v + ';'
6098 var v = lookup[key];
6100 if (v != null)
6102 memberCells.push(v);
6146 var v = memberCells[i];
6148 if (v.vertex)
6150 updateMinMax(v.geometry);
6151 v.parent = group;
6152 group.insert(v, index++);
6156 var vProp = v.Action != null && v.Action.Properties? v.Action.Properties : v;
6431 var v = lookup[obj.id];
6433 if (v != null)
6435 if (v.parent == null)
6437 if (v.lucidLayerInfo)
6442 layerCell.setVisible(v.lucidLayerInfo.visible);
6444 if (v.lucidLayerInfo.locked)
6449 layerCell.setValue(v.lucidLayerInfo.name);
6450 delete v.lucidLayerInfo;
6451 graph.addCell(v, layerCell);
6455 select.push(graph.addCell(v));
6470 LucidImporter.stylePointsSet.forEach(function(v) argument
6472 v.style = 'points=[' + v.stylePoints.join(',') + '];' + v.style;
6473 delete v.stylePoints;
6815 function addRouterEdge(x, y, edge, select, graph, cells, v, cell) argument
6819 v.insert(dummy);
6829 function addFloatingEdge(x1, y1, x2, y2, edge, select, graph, cells, v) argument
6833 v.insert(dummy1);
6838 v.insert(dummy2);
6848 function addGCP2ServiceCard(icon, w, h, v, p, a) argument
6850 v.style = 'rounded=1;absoluteArcSize=1;fillColor=#ffffff;arcSize=2;strokeColor=#dddddd;';
6851 v.style += addAllStyles(v.style, p, a, v);
6854 v.vertex = true;
6862 v.insert(icon1);
6865 function addGCP2UserDeviceCard(icon, scaleX, scaleY, w, h, v, p, a) argument
6876v.style = 'rounded=1;absoluteArcSize=1;arcSize=2;verticalAlign=bottom;fillColor=#ffffff;strokeColo…
6877 v.style += addAllStyles(v.style, p, a, v);
6879 v.value = convertText(p);
6880 v.vertex = true;
6888 v.insert(icon1);
6891 function addGCP2ExpandedProductCard(icon, scaleX, scaleY, w, h, v, p, a) argument
6902v.style = 'rounded=1;absoluteArcSize=1;arcSize=2;verticalAlign=bottom;fillColor=#ffffff;strokeColo…
6903 v.style += addAllStyles(v.style, p, a, v);
6905 v.value = convertText(p);
6906 v.vertex = true;
6914 v.insert(icon1);
6944 var v = Math.round(parseInt('0x' + comp) * perc).toString(16);
6945 return v.length == 1? '0' + v : v;
6995 v = new mxCell('', new mxGeometry(x, y, w, h), vertexStyle);
6996 v.vertex = true;
6999 v.zOrder = p.ZOrder;
7036 v.style = "strokeColor=none;fillColor=none;"
7037 v.style += addAllStyles(v.style, p, a, v);
7040 v.insert(brace);
7047 v.insert(label);
7108 v.geometry.width = w;
7109 v.geometry.height = h;
7130 var origX = v.geometry.x;
7131 var origY = v.geometry.y;
7139v.style = (isPool? 'swimlane;startSize=' + mainTxtHeight + ';' : 'fillColor=none;strokeColor=none;…
7142 v.style += addAllStyles(v.style, p, a, v);
7146 v.value = convertText(p[mainTxtFld]);
7147 v.style += (isLastLblHTML? 'overflow=block;blockSpacing=1;fontSize=' + defaultFontSize + ';' +
7154 getTextAlignment(p[mainTxtFld], v) +
7193 v.insert(lane[j]);
7217 v.geometry.x = origX;
7218 v.geometry.y = origY;
7255 v.geometry.width = w;
7256 v.geometry.height = h;
7262 v.style = 'group;';
7270 v.insert(rows);
7271 v.insert(cols);
7352 v.style = 'rounded=1;arcSize=20';
7353 v.value = convertText(p.State, true);
7354 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
7358v.style = 'swimlane;startSize=25;html=1;whiteSpace=wrap;container=1;collapsible=0;childLayout=stac…
7360 v.value = convertText(p.State, true);
7361 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
7362 v.style += getFillColor(p, a).replace('fillColor', 'swimlaneFillColor');
7368 v.insert(content);
7373v.style = 'shape=swimlane;html=1;rounded=1;arcSize=10;collapsible=0;fontStyle=0;startSize=' + star…
7374 v.value = convertText(p.Number, true);
7375 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
7376 v.style += getFillColor(p, a).replace('fillColor', 'swimlaneFillColor');
7382 v.insert(content);
7387 var rotation = getRotation(p, a, v);
7388 v.style = "fillColor=#000000;strokeColor=#000000;";
7395 v.style += "shape=mxgraph.android.tab2;"
7410 v.style += "shape=mxgraph.android.phone2;"
7426 v.insert(background);
7441 v.insert(keyboard);
7448 v.insert(statusBar);
7452 v.style += addAllStyles(v.style, p, a, v);
7458 v.insert(dialog);
7461 v.insert(line);
7464 v.insert(dialogText);
7467 v.insert(cancelButton);
7470 v.insert(okButton);
7482 v.style += 'strokeColor=#353535;fillColor=#282828;shadow=1;';
7488 v.style += 'strokeColor=none;fillColor=#ffffff;shadow=1;';
7493 v.style += addAllStyles(v.style, p, a, v);
7500 v.insert(dialog);
7505 v.insert(line);
7508 v.insert(cancelButton);
7513 v.insert(okButton);
7519 v.insert(triangle1);
7522 v.insert(triangle2);
7525 v.insert(triangle3);
7529 v.insert(prevDate1);
7534 v.insert(prevDate2);
7544 v.insert(prevDate3);
7551 v.insert(line1);
7554 v.insert(line2);
7557 v.insert(line3);
7561 v.insert(date1);
7571 v.insert(sep);
7578 v.insert(date2);
7583 v.insert(date3);
7589 v.insert(line4);
7592 v.insert(line5);
7595 v.insert(line6);
7599 v.insert(nextDate1);
7604 v.insert(nextDate2);
7609 v.insert(nextDate3);
7615 v.insert(triangle4);
7618 v.insert(triangle5);
7621 v.insert(triangle6);
7625 v.style += 'strokeColor=#353535;fillColor=#282828;shadow=1;';
7637 v.style += 'strokeColor=none;fillColor=#ffffff;shadow=1;';
7648 v.style += addAllStyles(v.style, p, a, v);
7661 v.insert(header);
7669 v.insert(lineH);
7686 v.insert(item[i]);
7694 v.insert(line[i]);
7709 v.style += 'strokeColor=none;fillColor=#111111;';
7713 v.style += 'strokeColor=none;fillColor=#ffffff;';
7716 v.style += addAllStyles(v.style, p, a, v);
7735 v.insert(tab[i]);
7743 v.insert(line[i]);
7758 v.insert(selectedMarker);
7762 v.style += 'strokeColor=none;fillColor=#333333;';
7766 v.style += 'strokeColor=none;fillColor=#DDDDDD;';
7769 v.style += addAllStyles(v.style, p, a, v);
7773v = new mxCell('', new mxGeometry(Math.round(x), Math.round(y + h * 0.25), Math.round(w), Math.rou…
7774 v.vertex = true;
7778 v.insert(progressBar);
7782 v.style += 'strokeColor=none;fillColor=#474747;';
7786 v.style += 'strokeColor=none;fillColor=#BBBBBB;';
7789 v.style += addAllStyles(v.style, p, a, v);
7795 v.style += 'shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#7E7E7E;fillColor=#111111;';
7799 v.style += 'shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#939393;fillColor=#ffffff;';
7802 v.style += addAllStyles(v.style, p, a, v);
7810 v.style += 'fillColor=#111111;strokeColor=#ffffff;';
7814 v.style += 'fillColor=#111111;strokeColor=none;';
7821 v.style += 'fillColor=#ffffff;strokeColor=#000000;';
7825 v.style += 'fillColor=#ffffff;strokeColor=none;';
7829 v.value = convertText(p.Label);
7830 v.style += getLabelStyle(p.Label, isLastLblHTML);
7831 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
7836 v.style += 'strokeColor=none;';
7841 v.style += 'fillColor=#002E3E;';
7844 v.style += 'fillColor=#DDDDDD;';
7847 v.style += 'fillColor=#474747;';
7850 v.style += 'fillColor=#ffffff;';
7868 v.insert(highlight);
7888 v.insert(vLine);
7901 v.style += addAllStyles(v.style, p, a, v);
7905 v.value = convertText(p.Label);
7906 v.style += getLabelStyle(p.Label, isLastLblHTML) + 'shape=partialRectangle;left=0;right=0;';
7910 v.style += 'fillColor=#474747;strokeColor=#C6C5C6;bottom=0;';
7914 v.style += 'fillColor=#DFE0DF;strokeColor=#C6C5C6;top=0;';
7917 v.style += addAllStyles(v.style, p, a, v);
7921 v.value = convertText(p.Label);
7922 v.style += getLabelStyle(p.Label, isLastLblHTML);
7926 v.insert(underline);
7930 v.style += 'fillColor=#111111;strokeColor=none;';
7934 v.style += 'fillColor=#ffffff;strokeColor=none;';
7946 v.style += addAllStyles(v.style, p, a, v);
7956 v.insert(dot);
7961 v.style += 'shape=ellipse;perimeter=ellipsePerimeter;strokeWidth=1;strokeColor=#272727;';
7966 v.style += 'fillColor=#193C49;';
7970 v.style += 'fillColor=#111111;';
7975v.style += 'shape=ellipse;perimeter=ellipsePerimeter;strokeWidth=1;fillColor=#ffffff;strokeColor=#…
7983 v.style += addAllStyles(v.style, p, a, v);
7992 v.insert(check);
7997 v.style += 'strokeWidth=1;strokeColor=#272727;fillColor=#111111;';
8001 v.style += 'strokeWidth=1;strokeColor=#5C5C5C;fillColor=#ffffff;';
8004 v.style += addAllStyles(v.style, p, a, v);
8012 v.style += 'shape=mxgraph.android.switch_on;fillColor=#666666;';
8016 v.style += 'shape=mxgraph.android.switch_off;fillColor=#666666;';
8023 v.style += 'shape=mxgraph.android.switch_on;fillColor=#E6E6E6;';
8027 v.style += 'shape=mxgraph.android.switch_off;fillColor=#E6E6E6;';
8031 v.style += addAllStyles(v.style, p, a, v);
8035v.style += 'shape=mxgraph.android.progressScrubberFocused;dx=' + p.BarPosition + ';fillColor=#33b5…
8036 v.style += addAllStyles(v.style, p, a, v);
8043 v.style += 'strokeColor=none;fillColor=none;';
8057 v.insert(tab[i]);
8071 v.style += addAllStyles(v.style, p, a, v);
8075v.style += 'shape=mxgraph.ios7ui.slider;strokeColor=' + p.FillColor + ';fillColor=#ffffff;strokeWi…
8076 v.style += addAllStyles(v.style, p, a, v);
8081v = new mxCell('', new mxGeometry(Math.round(x), Math.round(y + h * 0.25), Math.round(w), Math.rou…
8082 v.vertex = true;
8086 v.insert(progressBar);
8088 v.style += addAllStyles(v.style, p, a, v);
8092 v.style += 'shape=mxgraph.ios7ui.pageControl;strokeColor=#D6D6D6;';
8093 v.style += addAllStyles(v.style, p, a, v);
8098 v.style += 'shape=mxgraph.ios7ui.appBar;strokeColor=#000000;';
8102 v.insert(text1);
8107 v.insert(text2);
8110 v.style += addAllStyles(v.style, p, a, v);
8114 v.value = convertText(p.Search);
8116 v.style += 'strokeColor=none;';
8117 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML) +
8122 v.insert(icon1);
8127 v.value = convertText(p.Title);
8128 v.style += 'shape=partialRectangle;top=0;right=0;left=0;strokeColor=#979797;'
8130 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
8134 v.insert(text1);
8139 v.insert(text2);
8144 v.insert(icon1);
8151 v.style += 'shape=partialRectangle;right=0;left=0;bottom=0;strokeColor=#979797;';
8152 v.style += addAllStyles(v.style, p, a, v);
8166 v.insert(tab[i]);
8200 v.insert(firstDate1);
8205 v.insert(firstDate2);
8210 v.insert(firstDate3);
8216 v.insert(secondDate1);
8221 v.insert(secondDate2);
8226 v.insert(secondDate3);
8232 v.insert(currDate1);
8237 v.insert(currDate2);
8242 v.insert(currDate3);
8247 v.insert(currDate4);
8253 v.insert(fourthDate1);
8258 v.insert(fourthDate2);
8263 v.insert(fourthDate3);
8268 v.insert(fourthDate4);
8274 v.insert(fifthDate1);
8279 v.insert(fifthDate2);
8284 v.insert(fifthDate3);
8290 v.insert(line1);
8293 v.insert(line2);
8295 v.style += 'strokeColor=none;';
8296 v.style += addAllStyles(v.style, p, a, v);
8303 v.insert(firstDate1);
8308 v.insert(firstDate2);
8314 v.insert(secondDate1);
8319 v.insert(secondDate2);
8325 v.insert(currDate1);
8330 v.insert(currDate2);
8335 v.insert(currDate4);
8341 v.insert(fourthDate1);
8346 v.insert(fourthDate2);
8351 v.insert(fourthDate4);
8357 v.insert(fifthDate1);
8362 v.insert(fifthDate2);
8368 v.insert(line1);
8371 v.insert(line2);
8373 v.style += 'strokeColor=none;';
8374 v.style += addAllStyles(v.style, p, a, v);
8381 v.insert(firstDate3);
8387 v.insert(secondDate3);
8393 v.insert(currDate1);
8398 v.insert(currDate2);
8403 v.insert(currDate3);
8408 v.insert(currDate4);
8414 v.insert(fourthDate1);
8419 v.insert(fourthDate3);
8425 v.insert(fifthDate1);
8430 v.insert(fifthDate3);
8436 v.insert(line1);
8439 v.insert(line2);
8441 v.style += 'strokeColor=none;';
8442 v.style += addAllStyles(v.style, p, a, v);
8447 v.value = convertText(p.text);
8448v.style += 'shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;spac…
8449 v.style += (isLastLblHTML? 'fontSize=' + defaultFontSize + ';' :
8454 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
8461 v.insert(icon1);
8468 v.insert(icon1);
8472 v.insert(icon2);
8479 v.insert(icon2);
8486 v.insert(icon1);
8494v.style += 'shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;alig…
8495 v.value = convertText(p.subtext);
8496 v.style += (isLastLblHTML? 'fontSize=' + defaultFontSize + ';' :
8500 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
8504 v.insert(subtext);
8519 v.insert(icon1);
8526 v.insert(icon1);
8530 v.insert(icon2);
8537 v.insert(icon2);
8544 v.insert(icon1);
8552v.style += 'shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;alig…
8553 v.value = convertText(p.subtext);
8554 v.style += (isLastLblHTML? 'fontSize=' + defaultFontSize + ';' :
8558 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
8567 v.insert(icon1);
8576 v.insert(icon1);
8580 v.insert(icon2);
8589 v.insert(icon2);
8598 v.insert(icon1);
8609 v.insert(subtext);
8622 v.style += 'shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;';
8623 v.style += addAllStyles(v.style, p, a, v);
8627 v.insert(text);
8639 v.insert(subtext);
8654 v.insert(icon1);
8661 v.insert(icon1);
8665 v.insert(icon2);
8672 v.insert(icon2);
8679 v.insert(icon1);
8687 v.style += 'shape=partialRectangle;left=0;right=0;fillColor=#EFEFF4;strokeColor=#C8C7CC;';
8691 v.insert(text1);
8703 v.insert(text2);
8716 v.style += 'fillColor=#F7F7F7;strokeColor=none;align=left;spacingLeft=5;spacing=0;';
8717 v.value = convertText(p.text);
8718 v.style += (isLastLblHTML? 'fontSize=' + defaultFontSize + ';' :
8722 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
8730 v.style += 'strokeColor=none;fillColor=none;'
8734 v.insert(item1);
8744 v.insert(item2);
8762 v.style += 'rounded=1;arcSize=3;';
8766 v.style += 'dashed=1;fixDash=1;';
8769 v.value = convertText(p.Text);
8770 v.style += getStrokeColor(p, a) +
8772 getOpacity(p, a, v) +
8778 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
8861 v.insert(item1);
8865 v.style += addAllStyles(v.style, p, a, v);
8869 v.style += 'strokeColor=none;fillColor=none;'
8873 v.insert(item1);
8879 v.insert(item2);
8891 v.insert(brace1);
8895 v.insert(brace2);
8900 v.insert(label);
8902 v.style = "strokeColor=none;fillColor=none;"
8903 v.style += addAllStyles(v.style, p, a, v);
8918 v.value = convertText(p.Text);
8919 v.style += 'strokeColor=none;' +
8921 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
8925 var rotation = getRotation(p, a, v);
8927 var allStyle = addAllStyles(v.style, p, a, v, isLastLblHTML);
8934 v.style = 'group;dropTarget=0;' + rotation;
8940 v.insert(circle);
8944 v.insert(line);
8948 v.value = convertText(p);
8949 v.style = 'html=1;dropTarget=0;' + addAllStyles(v.style, p, a, v, isLastLblHTML);
8955 v.insert(icon);
8959 var rotation = getRotation(p, a, v);
8961 var allStyle = addAllStyles(v.style, p, a, v, isLastLblHTML);
8968 v.style = 'group;dropTarget=0;' + rotation;
8975 v.insert(circle);
8979 v.insert(line1);
8983 v.insert(line2);
8986 v.value = convertText(p.Text);
8991 v.style +=
8995 v.style += 'shape=ext;double=1;' +
8999 v.style += 'shape=ext;dashed=1;dashPattern=2 5;' +
9003 v.style += 'shape=ext;strokeWidth=2;' +
9070 v.insert(item1);
9143 v.insert(item1);
9197 v.insert(item1);
9200 v.style += addAllStyles(v.style, p, a, v);
9205 v.style += 'shape=mxgraph.bpmn.shape;verticalLabelPosition=bottom;verticalAlign=top;';
9207 v.value = convertText(p.Text);
9214 v.style += 'outline=eventNonint;';
9217 v.style += 'outline=boundNonint;';
9220 v.style += 'outline=end;';
9229 v.style += 'outline=standard;';
9232 v.style += 'outline=throwing;';
9235 v.style += 'outline=end;';
9243 v.style += 'symbol=message;';
9246 v.style += 'symbol=timer;';
9249 v.style += 'symbol=escalation;';
9252 v.style += 'symbol=conditional;';
9255 v.style += 'symbol=link;';
9258 v.style += 'symbol=error;';
9261 v.style += 'symbol=cancel;';
9264 v.style += 'symbol=compensation;';
9267 v.style += 'symbol=signal;';
9270 v.style += 'symbol=multiple;';
9273 v.style += 'symbol=parallelMultiple;';
9276 v.style += 'symbol=terminate;';
9281 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9294 v.value = convertText(p.Name);
9295v.style += 'swimlane;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeP…
9298 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9306 v.insert(task);
9321 v.insert(item[i]);
9340 v.style += 'shape=hexagon;perimeter=hexagonPerimeter2;';
9342 v.value = convertText(p.Text);
9346 v.style += getStrokeWidth(p);
9350 v.style += 'strokeWidth=2;';
9360 v.insert(item1);
9363 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9367v.style += 'shape=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;verticalLabelPo…
9372 v.style += 'outline=none;symbol=general;';
9375 v.style += 'outline=none;symbol=exclusiveGw;';
9378 v.style += 'outline=catching;symbol=multiple;';
9381 v.style += 'outline=none;symbol=parallelGw;';
9384 v.style += 'outline=end;symbol=general;';
9387 v.style += 'outline=standard;symbol=multiple;';
9390 v.style += 'outline=none;symbol=complexGw;';
9393 v.style += 'outline=standard;symbol=parallelMultiple;';
9397 v.style += addAllStyles(v.style, p, a, v);
9398 v.value = convertText(p.Text);
9399 v.style += getLabelStyle(p, isLastLblHTML);
9402 v.style += 'shape=note;size=14;';
9407 v.value = convertText(p.Text);
9420 v.insert(item1);
9428 v.insert(item1);
9429 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
9435 v.insert(text1);
9445 v.insert(item1);
9461 v.insert(text1);
9467 v.style += addAllStyles(v.style, p, a, v);
9471 v.value = convertText(p.Text);
9472 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9476 v.insert(item1);
9482 v.style += 'strokeColor=none;fillColor=none;';
9483 v.style += addAllStyles(v.style, p, a, v);
9487 v.insert(item1);
9493 v.insert(item2);
9502 v.value = convertText(p.Text);
9503 v.style += 'shape=partialRectangle;right=0;' +
9505 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9509 v.insert(item1);
9530v.style += 'spacingLeft=' + imgSize + ';imageWidth=' + (imgSize - 4) + ';imageHeight=' + (imgSize …
9534 v.value = lbls;
9535 v.style += addAllStyles(v.style, p, a, v, true);
9556 v.style = 'group;dropTarget=0;';
9669 v.insert(cell);
9683 v.style += 'shape=mxgraph.lean_mapping.manufacturing_process;spacingTop=15;';
9687 v.value = convertText(p.Text);
9691 v.value = convertText(p.Resources);
9694 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9702 v.insert(item1);
9709 v.insert(text1);
9716v.style += 'shape=mxgraph.lean_mapping.manufacturing_process_shared;spacingTop=-5;verticalAlign=to…
9718 v.value = convertText(p.Text);
9719 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9723 v.insert(text1);
9732 v.style += 'shape=mxgraph.lean_mapping.work_cell;verticalAlign=top;spacingTop=-2;';
9733 v.value = convertText(p.Text);
9734 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9739 v.style += 'strokeColor=none;fillColor=none;';
9740 v.style += addAllStyles(v.style, p, a, v);
9746 var st = addAllStyles('part=1;', p, a, v);
9760 v.insert(item[i]);
9767v.style += 'shape=mxgraph.lean_mapping.inventory_box;verticalLabelPosition=bottom;verticalAlign=to…
9768 v.value = convertText(p.Text);
9769 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9773 v.style += 'strokeColor=none;';
9774 v.style += addAllStyles(v.style, p, a, v);
9780 var st = addAllStyles('part=1;fillColor=none;', p, a, v);
9794 v.insert(item[i]);
9798 v.insert(text[i]);
9805 v.style += 'shape=mxgraph.lean_mapping.fifo_sequence_flow;fontStyle=0;fontSize=18';
9806 v.style += addAllStyles(v.style, p, a, v);
9807 v.value = 'FIFO';
9810 v.style += 'shape=ellipse;perimeter=ellipsePerimeter;';
9811 v.value = convertText(p.Text);
9812 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9816 v.insert(item1);
9821 v.style += 'strokeColor=none;fillColor=none;'
9827 v.insert(item1);
9832 v.insert(item2);
9837 v.insert(item3);
9843 v.style = 'group;';
9844 v.value = convertText(p.Title);
9845 v.style += getLabelStyle(p.Title, isLastLblHTML);
9849 graph.addCell(edge, v, null, v, v);
9852 v.style += 'strokeColor=none;fillColor=none;';
9860 v.insert(item1);
9868 v.insert(item2);
9876 v.insert(item1);
9884 v.insert(item2);
9892 v.insert(item1);
9900 v.insert(item2);
9908 v.insert(item1);
9916 v.insert(item2);
9924 v.insert(item1);
9932 v.insert(item2);
9940 v.insert(item1);
9948 v.insert(item2);
9956 v.insert(item1);
9964 v.insert(item2);
9968v.style = 'resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2…
9969 v.value = convertText(p.Title);
9970 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9975v.style += 'strokeColor=none;shape=mxgraph.aws3.ec2;verticalLabelPosition=bottom;align=center;vert…
9976 v.value = convertText(p.Title);
9977 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9982v.style += 'strokeColor=none;shape=mxgraph.aws3.route_53;verticalLabelPosition=bottom;align=center…
9983 v.value = convertText(p.Title);
9984 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9989v.style += 'strokeColor=none;shape=mxgraph.aws3.rds;verticalLabelPosition=bottom;align=center;vert…
9990 v.value = convertText(p.Title);
9991 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
9996 v.style += 'strokeColor=none;fillColor=none;';
10000 v.insert(cell);
10008 addRouterEdge(w * 0.5, 0, edge, select, graph, cells, v, cell);
10009 addRouterEdge(w * 0.855, h * 0.145, edge, select, graph, cells, v, cell);
10010 addRouterEdge(w, h * 0.5, edge, select, graph, cells, v, cell);
10011 addRouterEdge(w * 0.855, h * 0.855, edge, select, graph, cells, v, cell);
10012 addRouterEdge(w * 0.5, h, edge, select, graph, cells, v, cell);
10013 addRouterEdge(w * 0.145, h * 0.855, edge, select, graph, cells, v, cell);
10014 addRouterEdge(0, h * 0.5, edge, select, graph, cells, v, cell);
10015 addRouterEdge(w * 0.145, h * 0.145, edge, select, graph, cells, v, cell);
10019 v.style += 'strokeColor=none;fillColor=none;';
10023 v.insert(cell);
10035 addRouterEdge(stepX * 0.5 + i * stepX, 0, edge, select, graph, cells, v, cell);
10042 addRouterEdge(stepX * 0.5 + i * stepX, h, edge, select, graph, cells, v, cell);
10048 v.style += 'shape=mxgraph.electrical.abstract.operational_amp_1;';
10049 v.value = convertText(p.Title);
10050 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10054 v.style += 'flipV=1;';
10064 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10065 v.value = convertText(p.Text);
10066 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10096 v.insert(item1);
10104 addFloatingEdge(w * 0.15, h * 0.25, w * 0.85, h * 0.25, edge, select, graph, cells, v, cell);
10109 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10110 v.value = convertText(p.Text);
10111 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10115 v.insert(item1);
10120 v.insert(item2);
10127 v.insert(item3);
10153 v.style += 'strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;';
10154 v.value = convertText(p.Text);
10155 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10159 v.insert(item1);
10172 v.insert(item2[i]);
10212 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10213 v.value = convertText(p.Text);
10214 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10218 v.insert(item1);
10226 addFloatingEdge(0, h * 0.5, w * 0.4, h * 0.5, edge, select, graph, cells, v, cell);
10230 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10231 v.value = convertText(p.Text);
10232 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10237 addFloatingEdge(w * 0.05, h * 0.5, w * 0.85, h * 0.5, edge1, select, graph, cells, v, cell);
10242 addFloatingEdge(w * 0.05, h * 0.5, w * 0.85, h * 0.15, edge2, select, graph, cells, v, cell);
10247 addFloatingEdge(w * 0.05, h * 0.5, w * 0.85, h * 0.85, edge3, select, graph, cells, v, cell);
10252 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10253 v.value = convertText(p.Text);
10254 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10260 addFloatingEdge(w * 0.05, h * 0.5, w * 0.95, h * 0.5, edge1, select, graph, cells, v, cell);
10266 addFloatingEdge(w * 0.3, h * 0.1, w * 0.3, h * 0.5, edge2, select, graph, cells, v, cell);
10272 addFloatingEdge(w * 0.7, h * 0.1, w * 0.7, h * 0.5, edge3, select, graph, cells, v, cell);
10278 addFloatingEdge(w * 0.5, h * 0.5, w * 0.5, h * 0.9, edge4, select, graph, cells, v, cell);
10283 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10284 v.value = convertText(p.Text);
10285 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10289 v.insert(item1);
10296 addFloatingEdge(w * 0.45, h * 0.33, w * 0.8, h * 0.33, edge1, select, graph, cells, v, cell);
10300 v.insert(item2);
10307 addFloatingEdge(w * 0.55, h * 0.67, w * 0.2, h * 0.67, edge2, select, graph, cells, v, cell);
10312 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10313 v.value = convertText(p.Text);
10314 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10318 v.insert(item1);
10324 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10325 v.value = convertText(p.Text);
10326 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10330 v.insert(item1);
10335 v.insert(item2);
10356 v.insert(item3);
10364 v.insert(item4);
10401 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10402 v.value = convertText(p.Text);
10403 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10407 v.insert(item1);
10412 v.insert(item2);
10417 v.insert(item3);
10443 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10444 v.value = convertText(p.Text);
10445 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10449 v.insert(item1);
10455 v.style += 'strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;';
10456 v.value = convertText(p.Text);
10457 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10461 v.insert(item1);
10466 v.insert(item2);
10471 v.insert(item3);
10476 v.insert(item4);
10481 v.insert(item5);
10486 v.insert(item6);
10491 v.insert(item7);
10538 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10539 v.value = convertText(p.Text);
10540 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10545 addFloatingEdge(w * 0.05, h * 0.5, w * 0.6, h * 0.25, edge1, select, graph, cells, v, cell);
10550 addFloatingEdge(w * 0.05, h * 0.5, w * 0.6, h * 0.75, edge2, select, graph, cells, v, cell);
10554 v.insert(item1);
10560 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10561 v.value = convertText(p.Text);
10562 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10566 v.insert(item1);
10572 v.style += 'strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;';
10573 v.value = convertText(p.Text);
10574 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10578 v.insert(item1);
10583 v.insert(item3);
10598 v.insert(item4);
10627 v.insert(item2[i]);
10649 v.style += 'strokeColor=none;';
10650 v.style += addAllStyles(v.style, p, a, v);
10651 v.value = '$$' + p.Latex + '$$';
10654 v.style += 'shape=mxgraph.floorplan.doorRight;';
10658 v.style += 'flipV=1;'
10661 v.style += addAllStyles(v.style, p, a, v);
10665 v.style += 'labelPosition=center;verticalAlign=bottom;verticalLabelPosition=top;';
10666 v.value = convertText(p);
10667 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10668v.style = v.style.replace('rotation=180;', ''); //180 rotation cause the labels to be upside down …
10671 v.style += 'shape=mxgraph.floorplan.doorDouble;';
10675 v.style += 'flipV=1;'
10678 v.style += addAllStyles(v.style, p, a, v);
10683 v.style += 'strokeColor=none;fillColor=none;';
10684 v.style += addAllStyles(v.style, p, a, v);
10688 v.insert(item1);
10700 v.insert(item2[i]);
10707 v.style += 'strokeColor=none;fillColor=none;';
10708 v.style += addAllStyles(v.style, p, a, v);
10717 v.insert(item1[i]);
10724 v.style += 'strokeColor=none;fillColor=none;';
10730 v.insert(item1);
10752 wallStyle += addAllStyles(wallStyle, p, a, v);
10753 var otherStyle = addAllStyles('', p, a, v);
10759 v.insert(wall[i]);
10763 v.insert(door[i]);
10768 v.insert(toilet[i]);
10773 v.insert(paper[i]);
10779 v.style += 'strokeColor=none;fillColor=none;';
10795 endStyle += addAllStyles(endStyle, p, a, v);
10801 addFloatingEdge(0, h * 0.5, w * 0.65, h * 0.5, edge1, select, graph, cells, v, cell);
10813 …atingEdge(w * 0.65, h * 0.5, w * 0.96, (i + 0.5) * itemH, edge2[i], select, graph, cells, v, cell);
10817 v.insert(endArrow[i]);
10823 v.style += 'strokeColor=none;fillColor=none;';
10839 endStyle += addAllStyles(endStyle, p, a, v);
10851 …ngEdge(0, (i + 0.5) * itemH, w * 0.96, (i + 0.5) * itemH, edge2[i], select, graph, cells, v, cell);
10855 v.insert(endArrow[i]);
10861 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10862 v.value = convertText(p.Text);
10867 v.style += 'shape=mxgraph.pid.vessels.pressurized_vessel;';
10870 v.style += 'shape=hexagon;perimeter=hexagonPerimeter2;size=0.10;direction=south;';
10874 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10879 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10880 v.value = convertText(p.Text);
10884 v.style += 'shape=mxgraph.pid.vessels.tank_(conical_roof);';
10888 v.style += 'shape=mxgraph.pid.vessels.tank_(boot);';
10891 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10895 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;';
10896 v.value = convertText(p.Text);
10900 v.style += 'shape=mxgraph.pid.vessels.pressurized_vessel;';
10904 v.style += 'shape=mxgraph.pid.vessels.tank;';
10907 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10912 v.style += 'strokeColor=none;fillColor=none;';
10913 v.value = convertText(p.Text);
10914 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10918 v.insert(item1);
10932 addFloatingEdge(0, 0, 0, h * 0.2, edge1, select, graph, cells, v, cell);
10940 addFloatingEdge(w, h * 0.67, w, h, edge2, select, graph, cells, v, cell);
10952 addFloatingEdge(0, 0, 0, h * 0.33, edge1, select, graph, cells, v, cell);
10960 addFloatingEdge(w, h * 0.8, w, h, edge2, select, graph, cells, v, cell);
10971 addFloatingEdge(w * 0.2, h * 0.5, w * 0.8, h * 0.5, edge3, select, graph, cells, v, cell);
10978 v.style += 'shape=ellipse;perimeter=ellipsePerimeter;';
10979 v.value = convertText(p.Text);
10980 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
10984 v.insert(item1);
11002 v.style += 'shape=mxgraph.pid2inst.discInst;';
11005 v.style += 'shape=mxgraph.pid2inst.indicator;indType=inst;';
11008 v.style += 'shape=mxgraph.pid2inst.sharedCont;';
11011 v.style += 'shape=mxgraph.pid2inst.compFunc;';
11014 v.style += 'shape=mxgraph.pid2inst.indicator;indType=ctrl;';
11017 v.style += 'shape=mxgraph.pid2inst.progLogCont;';
11021 v.style += addAllStyles(v.style, p, a, v);
11028 v.insert(item1);
11035 v.insert(item2);
11045 v.insert(item1);
11052 v.insert(item2);
11061 v.style += 'mounting=field;';
11064 v.style += 'mounting=inaccessible;';
11067 v.style += 'mounting=room;';
11070 v.style += 'mounting=local;';
11115v = new mxCell('', new mxGeometry(Math.round(b.x * scale + dx), Math.round((b.y + oldH - b.h) * sc…
11117 v.vertex = true;
11118 updateCell(v, obj, graph);
11123 v.style += 'shape=mxgraph.pid2valves.valve;verticalLabelPosition=bottom;verticalAlign=top;';
11124 v.style += addAllStyles(v.style, p, a, v);
11128 v.style += 'valveType=gate;actuator=powered;';
11132 v.insert(item1);
11149 v.style += 'valveType=gate;';
11154 v.style += 'verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.pid2valves.valve;';
11156 v.value = convertText(p.Text);
11161 v.style += 'valveType=gate;';
11165 v.style += 'valveType=globe;';
11169 v.style += 'valveType=angle;';
11173 v.style += 'valveType=angleGlobe;flipH=1;';
11180 v.style += 'actuator=man;';
11184 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
11189 v.style += 'shape=mxgraph.mockup.containers.browserWindow;mainText=;';
11205 v.insert(item3);
11207 v.style += 'spacingRight=20;';
11224 v.insert(item4);
11227 v.style += addAllStyles(v.style, p, a, v);
11230 v.value = convertText(p.Title);
11231v.style += 'shape=mxgraph.mockup.containers.window;mainText=;align=center;verticalAlign=top;spacin…
11251 v.insert(item3);
11253 v.style += 'spacingRight=20;';
11270 v.insert(item4);
11273 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
11277 v.value = convertText(p.Text);
11278 v.style +=
11283 v.insert(item1);
11308 v.insert(item3);
11310 v.style += 'spacingRight=20;';
11327 v.insert(item4);
11330 v.style += addAllStyles(v.style, p, a, v);
11344 v.insert(item1[i]);
11353 v.insert(item1[i]);
11362 v.insert(item1[i]);
11396 v.insert(item2);
11398 v.style += 'spacingRight=20;';
11418 v.insert(item3);
11433 v.insert(item4);
11443 v.style += addAllStyles(v.style, p, a, v);
11447 v.style += 'strokeColor=none;fillColor=none;';
11458 v.insert(bg);
11467 v.insert(item2[i]);
11476 v.insert(item1[i]);
11518 v.insert(item2);
11520 v.style += 'spacingRight=20;';
11540 v.insert(item3);
11549 v.style += 'strokeColor=none;fillColor=none;';
11559 v.insert(bg);
11568 v.insert(item2[i]);
11578 v.insert(item1[i]);
11618 v.insert(item2);
11620 v.style += 'spacingRight=20;';
11640 v.insert(item3);
11649 v.style += 'strokeColor=none;fillColor=none;';
11660 v.insert(bg);
11669 v.insert(item2[i]);
11679 v.insert(item1[i]);
11720 v.insert(item2);
11722 v.style += 'spacingRight=20;';
11742 v.insert(item3);
11750 v.style += 'strokeColor=none;fillColor=none;';
11760 v.insert(item1[i]);
11790 v.style += 'strokeColor=none;fillColor=none;';
11800 v.insert(item1[i]);
11830 v.style += 'strokeColor=none;fillColor=none;';
11840 v.insert(item1[i]);
11869 v.style += 'strokeColor=none;fillColor=none;';
11879 v.insert(item1[i]);
11909v.style += 'shape=mxgraph.mockup.forms.comboBox;strokeColor=#999999;fillColor=#ddeeff;align=left;f…
11910 v.value = convertText(p.Selected);
11914 v.style += 'shape=mxgraph.mockup.forms.horSlider;sliderStyle=basic;handleStyle=handle;';
11918 v.style += 'direction=south;';
11921 v.style += 'sliderPos=' + (p.ScrollVal * 100) + ';';
11922 v.style += addAllStyles(v.style, p, a, v);
11927 v.style += 'strokeColor=none;fillColor=none;';
11931 v.insert(item1);
11935 v.style += addAllStyles(v.style, p, a, v);
11947 v.insert(item2);
11954 v.value = convertText(p.Search);
11955v.style += 'shape=mxgraph.mockup.forms.searchBox;mainText=;flipH=1;align=left;spacingLeft=26;' +
11957 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
11970 v.value = convertText(p.Number);
11971v.style += 'shape=mxgraph.mockup.forms.spinner;spinLayout=right;spinStyle=normal;adjStyle=triangle…
11973 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
11982 v.style = 'html=1;overflow=fill;verticalAlign=top;spacing=0;';
12060 …rop && cellProp.m && cellProp.m[0] && cellProp.m[0].n == 'c'? getColor(cellProp.m[0].v) : lineClr;
12068 v.value = htmlTable;
12077 v.style += addAllStyles(v.style, p, a, v);
12089 v.insert(item2[i]);
12099 v.insert(item1[i]);
12116 v.style += addAllStyles(v.style, p, a, v);
12128 v.insert(item2[i]);
12138 v.insert(item1[i]);
12153 v.style += 'strokeColor=none;fillColor=none;';
12154 v.style += addAllStyles(v.style, p, a, v);
12173 v.insert(item2[i]);
12182 v.style += 'strokeColor=none;fillColor=none;';
12183 v.style += addAllStyles(v.style, p, a, v);
12193 v.insert(item1[i]);
12205 v.insert(item2[i]);
12210 v.style += 'strokeColor=none;';
12211 v.style += addAllStyles(v.style, p, a, v);
12230 v.insert(item1[i]);
12238 v.style += 'fillColor=none;strokeColor=none;' +
12241 v.value = '0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z';
12246 v.style += 'fillColor=none;strokeColor=none;' +
12249 v.value = convertText(p.Text_prev) + ' ';
12253 v.value += convertText(p['Link_' + (i + 1)]) + ' ';
12256 v.value += convertText(p.Text_next);
12261 v.style += addAllStyles(v.style, p, a, v);
12284 v.insert(item[i]);
12335 v.insert(shortcut[i]);
12346 v.insert(item[i]);
12356v.style += 'shape=mxgraph.mockup.misc.progressBar;fillColor2=#888888;barPos=' + (p.ScrollVal * 100…
12362 v.value = convertText(p.Tip || p.Text);
12363v.style += 'html=1;shape=callout;flipV=1;base=13;size=7;position=0.5;position2=0.66;rounded=1;arcS…
12365 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12366 v.geometry.height += 10;
12369 v.value = convertText(p.Txt);
12370 v.style += 'shape=ellipse;perimeter=ellipsePerimeter;' +
12372 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12377 v.value = convertText(p.Txt);
12378 v.style +=
12380 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12384 v.insert(item1);
12409 v.insert(item3[i]);
12430 v.value = convertText(p.Title);
12431v.style += 'swimlane;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeP…
12434 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12448 v.insert(divider[i]);
12478 v.insert(item[i]);
12488 v.value = convertText(p.Title);
12489 v.style += 'align=center;';
12490 v.style +=
12492 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12507 v.value = convertText(p.Name);
12508v.style += 'swimlane;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeP…
12511 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12517 v.style += 'fillColor=' + darkerClr + ';';
12521 v.style += getFillColor(p, a);
12535 v.insert(item[i]);
12564 v.value = convertText(p.Name);
12565v.style += 'swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=0;marginBottom=0;fo…
12571 v.style += 'fillColor=#e0e0e0;';
12575 v.style += getFillColor(p, a);
12578 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12596 v.insert(key[i]);
12614 v.insert(item[i]);
12617 v.style += addAllStyles(v.style, p, a, v);
12646v.style += 'swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=0;marginBottom=0;fo…
12652 v.style += 'fillColor=#e0e0e0;';
12656 v.style += getFillColor(p, a);
12659 v.value = convertText(p.Name);
12660 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12678 v.insert(key[i]);
12697 v.insert(item[i]);
12728v.style += 'swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=0;marginBottom=0;fo…
12734 v.style += 'fillColor=#e0e0e0;';
12738 v.style += getFillColor(p, a);
12741 v.value = convertText(p.Name);
12742 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
12767 v.insert(key[i]);
12786 v.insert(item[i]);
12805 v.insert(type[i]);
12827 addGCP2ServiceCard('application_system', w, h, v, p, a);
12830 addGCP2ServiceCard('internal_payment_authorization', w, h, v, p, a);
12833 addGCP2ServiceCard('blank', w, h, v, p, a);
12836 addGCP2ServiceCard('blank', w, h, v, p, a);
12839 addGCP2ServiceCard('bucket', w, h, v, p, a);
12842 addGCP2ServiceCard('google_network_edge_cache', w, h, v, p, a);
12845 addGCP2ServiceCard('blank', w, h, v, p, a);
12848 addGCP2ServiceCard('cluster', w, h, v, p, a);
12851 addGCP2ServiceCard('persistent_disk_snapshot', w, h, v, p, a);
12854 addGCP2ServiceCard('google_network_edge_cache', w, h, v, p, a);
12857 addGCP2ServiceCard('frontend_platform_services', w, h, v, p, a);
12860 addGCP2ServiceCard('gateway', w, h, v, p, a);
12863 addGCP2ServiceCard('google_network_edge_cache', w, h, v, p, a);
12866 addGCP2ServiceCard('image_services', w, h, v, p, a);
12869 addGCP2ServiceCard('network_load_balancer', w, h, v, p, a);
12872 addGCP2ServiceCard('dedicated_game_server', w, h, v, p, a);
12875 addGCP2ServiceCard('persistent_disk_snapshot', w, h, v, p, a);
12878 addGCP2ServiceCard('logs_api', w, h, v, p, a);
12881 addGCP2ServiceCard('memcache', w, h, v, p, a);
12884 addGCP2ServiceCard('nat', w, h, v, p, a);
12887 addGCP2ServiceCard('external_payment_form', w, h, v, p, a);
12890 addGCP2ServiceCard('push_notification_service', w, h, v, p, a);
12893 addGCP2ServiceCard('scheduled_tasks', w, h, v, p, a);
12896 addGCP2ServiceCard('service_discovery', w, h, v, p, a);
12899 addGCP2ServiceCard('squid_proxy', w, h, v, p, a);
12902 addGCP2ServiceCard('task_queues', w, h, v, p, a);
12905 addGCP2ServiceCard('virtual_file_system', w, h, v, p, a);
12908 addGCP2ServiceCard('gateway', w, h, v, p, a);
12912 addGCP2UserDeviceCard('database', 1, 0.9, w, h, v, p, a);
12915 addGCP2UserDeviceCard('record', 1, 0.66, w, h, v, p, a);
12918 addGCP2UserDeviceCard('payment', 1, 0.8, w, h, v, p, a);
12921 addGCP2UserDeviceCard('gateway_icon', 1, 0.44, w, h, v, p, a);
12924 addGCP2UserDeviceCard('compute_engine_icon', 1, 0.89, w, h, v, p, a);
12927 addGCP2UserDeviceCard('beacon', 0.73, 1, w, h, v, p, a);
12930 addGCP2UserDeviceCard('storage', 1, 0.8, w, h, v, p, a);
12933 addGCP2UserDeviceCard('list', 0.89, 1, w, h, v, p, a);
12936 addGCP2UserDeviceCard('stream', 1, 0.82, w, h, v, p, a);
12939 addGCP2UserDeviceCard('mobile_devices', 1, 0.73, w, h, v, p, a);
12942 addGCP2UserDeviceCard('circuit_board', 1, 0.9, w, h, v, p, a);
12945 addGCP2UserDeviceCard('live', 0.74, 1, w, h, v, p, a);
12948 addGCP2UserDeviceCard('users', 1, 0.63, w, h, v, p, a);
12951 addGCP2UserDeviceCard('laptop', 1, 0.66, w, h, v, p, a);
12954 addGCP2UserDeviceCard('application', 1, 0.8, w, h, v, p, a);
12957 addGCP2UserDeviceCard('lightbulb', 0.7, 1, w, h, v, p, a);
12960 addGCP2UserDeviceCard('game', 1, 0.54, w, h, v, p, a);
12963 addGCP2UserDeviceCard('desktop', 1, 0.9, w, h, v, p, a);
12966 addGCP2UserDeviceCard('desktop_and_mobile', 1, 0.66, w, h, v, p, a);
12969 addGCP2UserDeviceCard('webcam', 0.5, 1, w, h, v, p, a);
12972 addGCP2UserDeviceCard('speaker', 0.7, 1, w, h, v, p, a);
12975 addGCP2UserDeviceCard('retail', 1, 0.89, w, h, v, p, a);
12978 addGCP2UserDeviceCard('report', 1, 1, w, h, v, p, a);
12981 addGCP2UserDeviceCard('phone', 0.64, 1, w, h, v, p, a);
12984 addGCP2UserDeviceCard('transparent', 1, 1, w, h, v, p, a);
13005 v.style += 'strokeColor=none;fillColor=none;';
13009 v.style += getLabelStyle(p.Text);
13010 v.value = convertText(p.Text);
13011 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13042 v.style = 'shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;' +
13052 var sideStyle = addAllStyles(v.style, p, a, v, isLastLblHTML);
13053 var rotation = getRotation(p, a, v);
13054 v.style = 'group;' + rotation;
13063 v.insert(left);
13064 v.insert(right);
13069 v.value = convertText(p.Text);
13070 v.style = 'group;spacingLeft=8;align=left;spacing=0;strokeColor=none;';
13071 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13073 if (v.style.indexOf('verticalAlign') < 0)
13075 v.style += 'verticalAlign=middle;';
13081 side.style += addAllStyles(side.style, p, a, v, isLastLblHTML);
13083 v.insert(side);
13170 var rotation = getRotation(p, a, v);
13171 v.style = 'group;' + rotation;
13226 v.insert(cell);
13291 v.insert(lbl);
13304 v.insert(img);
13314 v.style = 'shape=singleArrow;arrowWidth=' + (1 - p.Notch * 2) + ';arrowSize=' + arrowSize;
13315 v.value = convertText(p);
13316 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13320 v.style = 'shape=doubleArrow;arrowWidth=' + (1 - p.Notch * 2) + ';arrowSize=' + arrowSize;
13321 v.value = convertText(p);
13322 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13366 v.style = 'rounded=1;arcSize=10;dashed=0;verticalAlign=bottom;';
13367 v.value = convertText(p);
13368 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13369 v.geometry.y += 20;
13370 v.geometry.height -= 20;
13373 v.insert(icon);
13396 v.style = 'shape=stencil(' + Graph.compress(parts.join('')) + ');';
13397 v.value = convertText(p);
13398 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13413v.style = 'shape=mxgraph.basic.donut;dx=' + thickness + ';strokeColor=none;fillColor=' + getColor(…
13414 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13420 v.insert(inner);
13424 v.geometry.height *= 2;
13425 v.geometry.rotate90(); //TODO fix shape rotation
13427v.style = 'shape=mxgraph.basic.partConcEllipse;startAngle=0;endAngle=' + angle + ';arcWidth=' + (t…
13431 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13432 …var inner = new mxCell('', new mxGeometry(0, 0, v.geometry.width, v.geometry.height), 'shape=mxgra…
13438 v.insert(inner);
13441v.style = 'strokeColor=none;fillColor=' + getColor(bkgClr) + ';' + getOpacity2(bkgClr, 'fillOpacit…
13442 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13447 v.insert(inner);
13452 v.style += 'shape=internalStorage;dx=10;dy=10';
13465 currM.v = 17 + (currM.v || 0);
13470 currM.v = 17 + (currM.v || 0);
13494 v.value = convertText(p);
13495 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13509 v.value = convertText(p.Role);
13510v.style += 'swimlane;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeP…
13513 v.style += addAllStyles(v.style, p, a, v, isLastLblHTML);
13518 v.insert(name);
13530 if (v.style && v.style.indexOf('html') < 0)
13532 v.style += 'html=1;';
13539 var geo = v.geometry;
13543 v.insert(title);
13544 v.style += getLabelStyle(p.Title, isLastLblHTML);
13552 handleTextRotation(v, p);
13553 addCustomData(v, p, graph);
13557 v.visible = false;
13560 return v;
13563 function handleTextRotation(v, p) argument
13571 if (!isNaN(deg) && deg != 0 && v.value)
13573 var w = v.geometry.width, h = v.geometry.height;
13588 var style = v.style.split(';').filter(function(s)
13593 …var lbl = new mxCell(v.value, new mxGeometry(x, y, lblW, lblH), style + 'fillColor=none;strokeColo…
13594 v.value = null;
13597 v.insert(lbl);