Lines Matching refs:key

174 				this.nodesKeys[attName] = {key: id, keyObj: keyObj};  property in case.NODE.nodesKeys
177 this.edgesKeys[attName] = {key: id, keyObj: keyObj}; property in case.EDGE.edgesKeys
180 this.portsKeys[attName] = {key: id, keyObj: keyObj}; property in case.PORT.portsKeys
183 var obj = {key: id, keyObj: keyObj}; property in case.ALL
195 var key = data[i].getAttribute(mxGraphMlConstants.KEY);
197 if (key == sharedDataId)
244 var key = ref[1];
245 var subObj = this.cachedRefObj[key];
251 subObj[this.sharedData[key].nodeName] = this.dataElem2Obj(this.sharedData[key]);
252 this.cachedRefObj[key] = subObj;
280 var key = (typeof ref === "string")? ref : ref.getAttribute(mxGraphMlConstants.RESOURCE_KEY);
281 var cachedObj = this.cachedRefObj[key];
291 elem = this.sharedData[key];
292 refKey = key;
389 for (var key in mapping.defaults)
391 map[key] = mapping.defaults[key];
395 for (var key in mapping)
397 var parts = key.split('.');
410 val = obj[key];
415 var mappingObj = mapping[key];
464 map[mappingObj.key] = modVal;
536 var key = d.getAttribute(mxGraphMlConstants.KEY);
540 if (dataObj.key == this.portsKeys[mxGraphMlConstants.PORT_LOCATION_PARAMETER].key)
569 for (var key in styleMap)
571 str += semi + key + "=" + styleMap[key];
602 if (dataObj.key)
604 if (dataObj.key == this.nodesKeys[mxGraphMlConstants.NODE_GEOMETRY].key)
608 else if (dataObj.key == this.nodesKeys[mxGraphMlConstants.USER_TAGS].key)
612 else if (dataObj.key == this.nodesKeys[mxGraphMlConstants.NODE_STYLE].key)
625 else if (dataObj.key == this.nodesKeys[mxGraphMlConstants.NODE_LABELS].key)
629 else if (dataObj.key == this.nodesKeys[mxGraphMlConstants.NODE_GRAPHICS].key)
631 var shape = null, key = null;
632 for (var key in dataObj)
634 if (key == "key" || key == "#text") continue;
638 if (key == "y:ProxyAutoBoundsNode")
640 var realizers = dataObj[key]["y:Realizers"];
656 shape = dataObj[key];
765 "shape": {key: "shape", mod: "shape"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.shape
766 "y:Shape.type": {key: "shape", mod: "shape"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.y:Shape.type
767 "configuration": {key: "shape", mod: "shape"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.configuration
768 "type": {key: "shape", mod: "shape"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.type
769 "assetName": {key: "shape", mod: "shape"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.assetName
770 "activityType": {key: "shape", mod: "shape"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.activityType
771 "fill": {key: "fillColor", mod: "color"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.fill
772 "fill.yjs:SolidColorFill.color": {key: "fillColor", mod: "color"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.fill.yjs:SolidColorFill.color
773 "fill.yjs:SolidColorFill.color.yjs:Color.value": {key: "fillColor", mod: "color"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.fill.yjs:SolidColorFill.color.yjs:Color.value
775 "color": {key: "fillColor", mod: "color"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.y:Fill.color
786 "color": {key: "strokeColor", mod: "color"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.y:BorderStyle.color
798 "stroke": {key: "strokeColor", mod: "color"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.stroke
803 "fill": {key: "strokeColor", mod: "color"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.stroke.yjs:Stroke.fill
804 "fill.yjs:SolidColorFill.color": {key: "strokeColor", mod: "color"}, property in mxGraphMlCodec.addNodeStyle.styleCommonMap.stroke.yjs:Stroke.fill.yjs:SolidColorFill.color
840 bpmnEventStyle["characteristic"] = {key: "outline", mod: "bpmnOutline"}; property in mxGraphMlCodec.addNodeStyle.bpmnEventStyle
871 bevelNodeStyle["drawShadow"] = {key:"shadow", mod:"bool"}; property in mxGraphMlCodec.addNodeStyle.bevelNodeStyle
872 bevelNodeStyle["color"] = {key:"fillColor", mod:"color", addGradient: "north"}; property in mxGraphMlCodec.addNodeStyle.bevelNodeStyle
884 shinyPlateNodeStyle["drawShadow"] = {key:"shadow", mod:"bool"}; property in mxGraphMlCodec.addNodeStyle.shinyPlateNodeStyle
893 demoGroupStyle["isCollapsible"] = {key:"collapsible", mod:"bool"}; property in mxGraphMlCodec.addNodeStyle.demoGroupStyle
894 demoGroupStyle["borderColor"] = {key:"strokeColor", mod:"color"}; property in mxGraphMlCodec.addNodeStyle.demoGroupStyle
895 …demoGroupStyle["folderFrontColor"] = {key:"fillColor", mod:"color"}; //TODO fillColor always match… property in mxGraphMlCodec.addNodeStyle.demoGroupStyle
905 "color": {key:"swimlaneFillColor", mod:"color"}, property in mxGraphMlCodec.addNodeStyle.collapsibleNodeStyle.color
906 "color.yjs:Color.value": {key:"swimlaneFillColor", mod:"color"}, property in mxGraphMlCodec.addNodeStyle.collapsibleNodeStyle.color.yjs:Color.value
907 "labelInsetsColor": {key:"fillColor", mod:"color"}, property in mxGraphMlCodec.addNodeStyle.collapsibleNodeStyle.labelInsetsColor
908 "labelInsetsColor.yjs:Color.value": {key:"fillColor", mod:"color"} property in mxGraphMlCodec.addNodeStyle.collapsibleNodeStyle.labelInsetsColor.yjs:Color.value
963 genericNodeStyle["y:Fill"]["color2"] = {key: "gradientColor", mod: "color"}; property in mxGraphMlCodec.addNodeStyle.genericNodeStyle
965 "com.yworks.bpmn.characteristic": {key: "outline", mod: "bpmnOutline"}, property in mxGraphMlCodec.addNodeStyle.genericNodeStyle.com.yworks.bpmn.characteristic
968 "com.yworks.bpmn.icon.fill": {key:"gradientColor", mod:"color"}, property in mxGraphMlCodec.addNodeStyle.genericNodeStyle.com.yworks.bpmn.icon.fill
969 "com.yworks.bpmn.icon.fill2": {key:"fillColor", mod:"color"}, property in mxGraphMlCodec.addNodeStyle.genericNodeStyle.com.yworks.bpmn.icon.fill2
970 "com.yworks.bpmn.type": {key: "symbol", mod: "bpmnSymbol"}, property in mxGraphMlCodec.addNodeStyle.genericNodeStyle.com.yworks.bpmn.type
971 "y.view.ShadowNodePainter.SHADOW_PAINTING": {key: "shadow", mod: "bool"}, property in mxGraphMlCodec.addNodeStyle.genericNodeStyle.y.view.ShadowNodePainter.SHADOW_PAINTING
972 "doubleBorder": {key: "double", mod: "bool"}, property in mxGraphMlCodec.addNodeStyle.genericNodeStyle.doubleBorder
973 "com.yworks.sbgn.style.radius": {key: "arcSize", mod: "scale", scale: 2}, property in mxGraphMlCodec.addNodeStyle.genericNodeStyle.com.yworks.sbgn.style.radius
974 "com.yworks.sbgn.style.inverse": {key: "flipV", mod: "bool"} property in mxGraphMlCodec.addNodeStyle.genericNodeStyle.com.yworks.sbgn.style.inverse
1315 "insetFill.yjs:SolidColorFill.color.yjs:Color.value": {key: "fillColor", mod: "color"},
1316 …"tableBackgroundFill.yjs:SolidColorFill.color.yjs:Color.value": {key: "swimlaneFillColor", mod: "c…
1318 "fill": {key: "strokeColor", mod: "color"},
1322 "backgroundStyle.yjs:ShapeNodeStyle.fill": {key: "fillColor", mod: "color"},
1323 …"backgroundStyle.yjs:ShapeNodeStyle.fill.yjs:SolidColorFill.color": {key: "fillColor", mod: "color…
1366 "insetFill": {key: "evenFill", mod: "color"}, property in mxGraphMlCodec.handleCompoundShape.rowMapping.Style.bpmn:AlternatingLeafStripeStyle.evenLeafDescriptor.bpmn:StripeDescriptor.insetFill
1367 "backgroundFill": {key: "evenLaneFill", mod: "color"} property in mxGraphMlCodec.handleCompoundShape.rowMapping.Style.bpmn:AlternatingLeafStripeStyle.evenLeafDescriptor.bpmn:StripeDescriptor.backgroundFill
1370 "insetFill": {key: "oddFill", mod: "color"}, property in mxGraphMlCodec.handleCompoundShape.rowMapping.Style.bpmn:AlternatingLeafStripeStyle.oddLeafDescriptor.bpmn:StripeDescriptor.insetFill
1371 "backgroundFill": {key: "oddLaneFill", mod: "color"} property in mxGraphMlCodec.handleCompoundShape.rowMapping.Style.bpmn:AlternatingLeafStripeStyle.oddLeafDescriptor.bpmn:StripeDescriptor.backgroundFill
1378 "stripeInsetFill.yjs:SolidColorFill.color.yjs:Color.value": {key: "fillColor", mod: "color"}, property in mxGraphMlCodec.handleCompoundShape.rowMapping.Style.yjs:NodeStyleStripeStyleAdapter.demotablestyle:DemoStripeStyle.stripeInsetFill.yjs:SolidColorFill.color.yjs:Color.value
1379 "tableLineFill.yjs:SolidColorFill.color.yjs:Color.value": {key: "strokeColor", mod: "color"} property in mxGraphMlCodec.handleCompoundShape.rowMapping.Style.yjs:NodeStyleStripeStyleAdapter.demotablestyle:DemoStripeStyle.tableLineFill.yjs:SolidColorFill.color.yjs:Color.value
1382 "fill": {key: "swimlaneFillColor", mod: "color"} property in mxGraphMlCodec.handleCompoundShape.rowMapping.Style.yjs:NodeStyleStripeStyleAdapter.yjs:ShapeNodeStyle.fill
1404 "insetFill": {key: "evenFill", mod: "color"}, property in mxGraphMlCodec.handleCompoundShape.colMapping.Style.bpmn:AlternatingLeafStripeStyle.evenLeafDescriptor.bpmn:StripeDescriptor.insetFill
1405 "backgroundFill": {key: "evenLaneFill", mod: "color"} property in mxGraphMlCodec.handleCompoundShape.colMapping.Style.bpmn:AlternatingLeafStripeStyle.evenLeafDescriptor.bpmn:StripeDescriptor.backgroundFill
1408 "insetFill": {key: "oddFill", mod: "color"}, property in mxGraphMlCodec.handleCompoundShape.colMapping.Style.bpmn:AlternatingLeafStripeStyle.oddLeafDescriptor.bpmn:StripeDescriptor.insetFill
1409 "backgroundFill": {key: "oddLaneFill", mod: "color"} property in mxGraphMlCodec.handleCompoundShape.colMapping.Style.bpmn:AlternatingLeafStripeStyle.oddLeafDescriptor.bpmn:StripeDescriptor.backgroundFill
1416 "stripeInsetFill.yjs:SolidColorFill.color.yjs:Color.value": {key: "fillColor", mod: "color"}, property in mxGraphMlCodec.handleCompoundShape.colMapping.Style.yjs:NodeStyleStripeStyleAdapter.demotablestyle:DemoStripeStyle.stripeInsetFill.yjs:SolidColorFill.color.yjs:Color.value
1417 "tableLineFill.yjs:SolidColorFill.color.yjs:Color.value": {key: "strokeColor", mod: "color"} property in mxGraphMlCodec.handleCompoundShape.colMapping.Style.yjs:NodeStyleStripeStyleAdapter.demotablestyle:DemoStripeStyle.tableLineFill.yjs:SolidColorFill.color.yjs:Color.value
1420 "fill": {key: "swimlaneFillColor", mod: "color"} property in mxGraphMlCodec.handleCompoundShape.colMapping.Style.yjs:NodeStyleStripeStyleAdapter.yjs:ShapeNodeStyle.fill
1481 "yed.table.section.color": {key: "secColor", mod: "color"},
1483 "yed.table.header.color.main": {key: "headerColor", mod: "color"},
1484 "yed.table.header.color.alternating": {key: "headerColorAlt", mod: "color"},
1485 "yed.table.lane.color.main": {key: "laneColor", mod: "color"},
1486 "yed.table.lane.color.alternating": {key: "laneColorAlt", mod: "color"},
1489 "POOL_LANE_COLOR_ALTERNATING": {key: "laneColorAlt", mod: "color"},
1490 "POOL_LANE_COLOR_MAIN": {key: "laneColor", mod: "color"},
1492 "POOL_HEADER_COLOR_MAIN": {key: "headerColor", mod: "color"},
1493 "POOL_HEADER_COLOR_ALTERNATING": {key: "headerColorAlt", mod: "color"},
1494 "POOL_TABLE_SECTION_COLOR": {key: "secColor", mod: "color"}
1908 if (dataObj.key == this.edgesKeys[mxGraphMlConstants.EDGE_GEOMETRY].key)
1912 else if (dataObj.key == this.edgesKeys[mxGraphMlConstants.EDGE_STYLE].key)
1917 else if (dataObj.key == this.edgesKeys[mxGraphMlConstants.EDGE_LABELS].key)
2137 "configuration": {key: "shape", mod: "shape"}, property in mxGraphMlCodec.addEdgeStyle.desktopEdge.configuration
2139 "color": {key: "strokeColor", mod: "color"}, property in mxGraphMlCodec.addEdgeStyle.desktopEdge.y:LineStyle.color
2148 "smoothed": {key: "rounded", mod: "bool"} property in mxGraphMlCodec.addEdgeStyle.desktopEdge.y:BendStyle.smoothed
2166 "stroke": {key: "strokeColor", mod: "color"},
2171 "fill": {key: "strokeColor", mod: "color"},
2172 "fill.yjs:SolidColorFill.color": {key: "strokeColor", mod: "color"},
2177 "targetArrow": {key: "endArrow", mod: "arrow"},
2187 "scale": {key: "endSize", mod: "scale", scale: 5},
2189 "type": {key: "endArrow", mod: "arrow"}
2191 "sourceArrow": {key: "startArrow", mod: "arrow"},
2201 "scale": {key: "startSize", mod: "scale", scale: 5},
2203 "type": {key: "startArrow", mod: "arrow"}
2285 "backgroundFill" : {key: "labelBackgroundColor", mod: "color"},
2286 "backgroundFill.yjs:SolidColorFill.color" : {key: "labelBackgroundColor", mod: "color"},
2287 "backgroundStroke" : {key: "labelBorderColor", mod: "color"},
2288 "backgroundStroke.yjs:Stroke.fill" : {key: "labelBorderColor", mod: "color"},
2289 "textFill": {key: "fontColor", mod: "color"},
2290 "textFill.yjs:SolidColorFill.color": {key: "fontColor", mod: "color"},
2322 "textColor": {key: "fontColor", mod: "color"},
2324 "hasText": {key: "hasText", mod: "bool"},