Home
last modified time | relevance | path

Searched refs:clusterTag (Results 1 – 5 of 5) sorted by relevance

/dports/math/ogdf/OGDF/src/ogdf/fileformats/
H A DGraphIO_graphml.cpp375 pugi::xml_node clusterTag; in writeGraphMLCluster() local
381 clusterTag = xmlNode.append_child("node"); in writeGraphMLCluster()
383 clusterTag.append_attribute("id") = idValue; in writeGraphMLCluster()
385 pugi::xml_node graphXmlNode = clusterTag.append_child("graph"); in writeGraphMLCluster()
409 writeGraphMLAttribute(clusterTag, toString(Attribute::NodeLabel), CA.label(c).c_str()); in writeGraphMLCluster()
411 writeGraphMLAttribute(clusterTag, toString(Attribute::X), CA.x(c)); in writeGraphMLCluster()
412 writeGraphMLAttribute(clusterTag, toString(Attribute::Y), CA.y(c)); in writeGraphMLCluster()
415 writeGraphMLAttribute(clusterTag, toString(Attribute::R), col.red()); in writeGraphMLCluster()
416 writeGraphMLAttribute(clusterTag, toString(Attribute::G), col.green()); in writeGraphMLCluster()
417 writeGraphMLAttribute(clusterTag, toString(Attribute::B), col.blue()); in writeGraphMLCluster()
[all …]
H A DGraphMLParser.cpp404 pugi::xml_node clusterTag = nodeTag.child("graph"); in readNodes() local
405 if (clusterTag) { in readNodes()
407 return readNodes(G, GA, clusterTag); in readNodes()
470 pugi::xml_node clusterTag = nodeTag.child("graph"); in readClusters() local
472 if (clusterTag == nullptr) { in readClusters()
490 if (!readClusters(G, C, CA, c, clusterTag)) { in readClusters()
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/proxy/envoy/v2/
H A Dmonitoring.go29 clusterTag = monitoring.MustCreateLabel("cluster") var
49 monitoring.WithLabels(clusterTag),
55 monitoring.WithLabels(clusterTag),
H A Deds.go612 edsInstances.With(clusterTag.Value(cluster)).Record(float64(len(locEps)))
617 edsAllLocalityEndpoints.With(clusterTag.Value(cluster)).Record(float64(epc))
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/azure/
H A Dazure_loadbalancer.go2577 clusterTag := pip.Tags[clusterNameKey]
2589 if clusterTag == nil {
2594 if *clusterTag == clusterName {