Home
last modified time | relevance | path

Searched refs:nodeAttributes (Results 1 – 25 of 50) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/fingerprint/
H A Dfingerprint_test.go24 func assertNodeAttributeContains(t *testing.T, nodeAttributes map[string]string, attribute string) {
25 require.NotNil(t, nodeAttributes, "expected an initialized map for node attributes")
27 require.Contains(t, nodeAttributes, attribute)
28 require.NotEmpty(t, nodeAttributes[attribute])
31 func assertNodeAttributeEquals(t *testing.T, nodeAttributes map[string]string, attribute string, ex…
32 require.NotNil(t, nodeAttributes, "expected an initialized map for node attributes")
34 require.Contains(t, nodeAttributes, attribute)
35 require.Equal(t, expected, nodeAttributes[attribute])
/dports/sysutils/nomad/nomad-1.1.0/client/fingerprint/
H A Dfingerprint_test.go24 func assertNodeAttributeContains(t *testing.T, nodeAttributes map[string]string, attribute string) {
25 require.NotNil(t, nodeAttributes, "expected an initialized map for node attributes")
27 require.Contains(t, nodeAttributes, attribute)
28 require.NotEmpty(t, nodeAttributes[attribute])
31 func assertNodeAttributeEquals(t *testing.T, nodeAttributes map[string]string, attribute string, ex…
32 require.NotNil(t, nodeAttributes, "expected an initialized map for node attributes")
34 require.Contains(t, nodeAttributes, attribute)
35 require.Equal(t, expected, nodeAttributes[attribute])
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/painters/
H A DAttributeComboHelper.java151 Set<String> nodeAttributes = new TreeSet<String>(); in getAttributeNames() local
156 nodeAttributes.addAll(node.getAttributeNames()); in getAttributeNames()
159 nodeAttributes.addAll(taxon.getAttributeNames()); in getAttributeNames()
163 nodeAttributes.addAll(node.getAttributeNames()); in getAttributeNames()
174 nodeAttributes.add(name); in getAttributeNames()
182 nodeAttributes.add(key); in getAttributeNames()
191 for (String nodeAttributeName : nodeAttributes) { in getAttributeNames()
202 nodeAttributes = continuousNodeAttributes; in getAttributeNames()
216 if (nodeAttributes.contains("!name")) { in getAttributeNames()
226 if (nodeAttributes.contains("!name")) { in getAttributeNames()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/scn/phptal/src/Dom/
H A DXmlnsState.php101 * @param array $nodeAttributes
105 public function newElement(array $nodeAttributes): XmlnsState argument
111 foreach ($nodeAttributes as $qname => $value) {
/dports/math/rocs/rocs-21.12.3/libgraphtheory/fileformats/dot/
H A Ddotgrammarhelper.cpp31 nodeAttributes(), in DotGraphParsingHelper()
74 iter = nodeAttributes.constBegin(); in setNodeAttributes()
75 for (; iter != nodeAttributes.constEnd(); ++iter) { in setNodeAttributes()
123 nodeAttributes[it.key()] = it.value(); in applyAttributedList()
H A Ddotgrammarhelper.h64 AttributesMap nodeAttributes; member
/dports/biology/figtree/figtree-1.4.4/src/figtree/panel/
H A DSimpleLabelPainter.java94 Set<String> nodeAttributes = new TreeSet<String>(); in setupAttributes() local
97 nodeAttributes.addAll(node.getAttributeNames()); in setupAttributes()
101 nodeAttributes.addAll(node.getAttributeNames()); in setupAttributes()
105 nodeAttributes.addAll(node.getAttributeNames()); in setupAttributes()
108 for (String attributeName : nodeAttributes) { in setupAttributes()
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/PHPTAL/Dom/
H A DXmlnsState.php66 public function newElement(array $nodeAttributes) argument
72 foreach ($nodeAttributes as $qname => $value) {
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/qt/
H A Dkdenlivetitle_wrapper.cpp344 QDomNamedNodeMap nodeAttributes = node.attributes(); in loadFromXml() local
345 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
348 if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsTextItem" ) in loadFromXml()
541 …else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsRectItem" || nodeAttributes.… in loadFromXml()
583 if(nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsEllipseItem") in loadFromXml()
595 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsPixmapItem" ) in loadFromXml()
609 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsSvgItem" ) in loadFromXml()
634 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/qt/
H A Dkdenlivetitle_wrapper.cpp344 QDomNamedNodeMap nodeAttributes = node.attributes(); in loadFromXml() local
345 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
348 if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsTextItem" ) in loadFromXml()
541 …else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsRectItem" || nodeAttributes.… in loadFromXml()
583 if(nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsEllipseItem") in loadFromXml()
595 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsPixmapItem" ) in loadFromXml()
609 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsSvgItem" ) in loadFromXml()
634 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/qt/
H A Dkdenlivetitle_wrapper.cpp344 QDomNamedNodeMap nodeAttributes = node.attributes(); in loadFromXml() local
345 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
348 if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsTextItem" ) in loadFromXml()
541 …else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsRectItem" || nodeAttributes.… in loadFromXml()
583 if(nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsEllipseItem") in loadFromXml()
595 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsPixmapItem" ) in loadFromXml()
609 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsSvgItem" ) in loadFromXml()
634 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/qt/
H A Dkdenlivetitle_wrapper.cpp344 QDomNamedNodeMap nodeAttributes = node.attributes(); in loadFromXml() local
345 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
348 if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsTextItem" ) in loadFromXml()
541 …else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsRectItem" || nodeAttributes.… in loadFromXml()
583 if(nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsEllipseItem") in loadFromXml()
595 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsPixmapItem" ) in loadFromXml()
609 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsSvgItem" ) in loadFromXml()
634 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/qt/
H A Dkdenlivetitle_wrapper.cpp344 QDomNamedNodeMap nodeAttributes = node.attributes(); in loadFromXml() local
345 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
348 if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsTextItem" ) in loadFromXml()
541 …else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsRectItem" || nodeAttributes.… in loadFromXml()
583 if(nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsEllipseItem") in loadFromXml()
595 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsPixmapItem" ) in loadFromXml()
609 else if ( nodeAttributes.namedItem( "type" ).nodeValue() == "QGraphicsSvgItem" ) in loadFromXml()
634 int zValue = nodeAttributes.namedItem( "z-index" ).nodeValue().toInt(); in loadFromXml()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DDependencies.java222 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.Node
280 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.CompletionNode
281 Properties p = super.nodeAttributes(); in nodeAttributes()
H A DGraphUtils.java84 Properties nodeAttributes(); in nodeAttributes() method
248 buf.append(formatProperties(node.nodeAttributes())); in visitNode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DDependencies.java222 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.Node
280 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.CompletionNode
281 Properties p = super.nodeAttributes(); in nodeAttributes()
H A DGraphUtils.java84 Properties nodeAttributes(); in nodeAttributes() method
248 buf.append(formatProperties(node.nodeAttributes())); in visitNode()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/analyse/
H A DSubstituteLibrary.java167 …fy(ElementAttributes sourceAttributes, String gen, ElementAttributes nodeAttributes) throws IOExce… in generify() argument
179 …fy(ElementAttributes sourceAttributes, String gen, ElementAttributes nodeAttributes) throws IOExce… in generify() argument
189 .declareVar("this", new AllowSetAttributes(nodeAttributes)); in generify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DDependencies.java224 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.Node
282 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.CompletionNode
283 Properties p = super.nodeAttributes(); in nodeAttributes()
H A DGraphUtils.java84 Properties nodeAttributes(); in nodeAttributes() method
248 buf.append(formatProperties(node.nodeAttributes())); in visitNode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DDependencies.java224 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.Node
282 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.CompletionNode
283 Properties p = super.nodeAttributes(); in nodeAttributes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DDependencies.java222 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.Node
280 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.CompletionNode
281 Properties p = super.nodeAttributes(); in nodeAttributes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DDependencies.java222 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.Node
280 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.CompletionNode
281 Properties p = super.nodeAttributes(); in nodeAttributes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DDependencies.java224 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.Node
282 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.CompletionNode
283 Properties p = super.nodeAttributes(); in nodeAttributes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DDependencies.java223 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.Node
281 public Properties nodeAttributes() { in nodeAttributes() method in Dependencies.GraphDependencies.CompletionNode
282 Properties p = super.nodeAttributes(); in nodeAttributes()

12