Home
last modified time | relevance | path

Searched defs:nodeList (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Ddom_nodelist.f9037 type(fnodeList), pointer :: nodeList local
64 subroutine getitem1_nl(nodeList, i, item) argument
65 type(fnodeList), pointer :: nodeList local
105 type(fnodeList), pointer :: nodeList local
116 subroutine append_nl(nodeList,node) argument
117 type(fnodeList), pointer :: nodeList local
/dports/textproc/xmlf90/xmlf90-1.5.5/src/dom/
H A Dm_dom_nodelist.f9031 type(fnodeList), pointer :: nodeList local
58 type(fnodeList), pointer :: nodeList local
69 subroutine append_nl(nodeList,node) argument
70 type(fnodeList), pointer :: nodeList local
/dports/devel/grantlee5/grantlee-5.2.0/templates/scriptabletags/
H A Dscriptabletemplate.cpp37 QList<QObject *> ScriptableTemplate::nodeList() const in nodeList() function in ScriptableTemplate
39 auto nodeList = m_template->nodeList(); in nodeList() local
50 NodeList nodeList; in setNodeList() local
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/xmlregistry/
H A DRegistryTree.cpp58 xml::NodeList nodeList = _tree.findXPath(fullPath); in deleteXPath() local
81 xml::NodeList nodeList = _tree.findXPath(fullPath); in createKeyWithName() local
124 xml::NodeList nodeList = _tree.findXPath(path); in createKey() local
159 xml::NodeList nodeList = _tree.findXPath(fullKey); in get() local
186 xml::NodeList nodeList = _tree.findXPath(fullKey); in set() local
210 xml::NodeList nodeList = _tree.findXPath(fullKey); in setAttribute() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId()
117 public static String publicId(NodeList nodeList) in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber()
233 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId()
117 public static String publicId(NodeList nodeList) in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber()
233 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId()
117 public static String publicId(NodeList nodeList) in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber()
233 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId()
117 public static String publicId(NodeList nodeList) in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber()
233 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId()
117 public static String publicId(NodeList nodeList) in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber()
233 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId()
117 public static String publicId(NodeList nodeList) in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber()
233 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId()
117 public static String publicId(NodeList nodeList) in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber()
233 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId()
117 public static String publicId(NodeList nodeList) in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber()
233 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java71 public static String systemId(NodeList nodeList) in systemId()
119 public static String publicId(NodeList nodeList) in publicId()
177 public static int lineNumber(NodeList nodeList) in lineNumber()
235 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java71 public static String systemId(NodeList nodeList) in systemId()
119 public static String publicId(NodeList nodeList) in publicId()
177 public static int lineNumber(NodeList nodeList) in lineNumber()
235 public static int columnNumber(NodeList nodeList) in columnNumber()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DXmlHierarchicalDataSourceView.cs40 internal XmlHierarchicalDataSourceView (XmlNodeList nodeList) in XmlHierarchicalDataSourceView()
50 XmlNodeList nodeList; field in System.Web.UI.WebControls.XmlHierarchicalDataSourceView
H A DXmlHierarchicalEnumerable.cs38 internal XmlHierarchicalEnumerable (XmlNodeList nodeList) in XmlHierarchicalEnumerable()
60 XmlNodeList nodeList; field in System.Web.UI.WebControls.XmlHierarchicalEnumerable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DNamedNodeMapTest.java54 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItemNS() local
90 NodeList nodeList = document.getElementsByTagName("body"); in testGetNamedItemNS() local
106 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItem() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DNamedNodeMapTest.java54 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItemNS() local
90 NodeList nodeList = document.getElementsByTagName("body"); in testGetNamedItemNS() local
106 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItem() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DNamedNodeMapTest.java54 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItemNS() local
90 NodeList nodeList = document.getElementsByTagName("body"); in testGetNamedItemNS() local
106 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItem() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DNamedNodeMapTest.java54 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItemNS() local
90 NodeList nodeList = document.getElementsByTagName("body"); in testGetNamedItemNS() local
106 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItem() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DNamedNodeMapTest.java54 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItemNS() local
90 NodeList nodeList = document.getElementsByTagName("body"); in testGetNamedItemNS() local
106 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItem() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DNamedNodeMapTest.java54 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItemNS() local
90 NodeList nodeList = document.getElementsByTagName("body"); in testGetNamedItemNS() local
106 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItem() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DNamedNodeMapTest.java54 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItemNS() local
90 NodeList nodeList = document.getElementsByTagName("body"); in testGetNamedItemNS() local
106 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItem() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/
H A DNamedNodeMapTest.java54 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItemNS() local
90 NodeList nodeList = document.getElementsByTagName("body"); in testGetNamedItemNS() local
106 NodeList nodeList = document.getElementsByTagName("body"); in testSetNamedItem() local
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_io/
H A Dxmlutils.F90168 type(fnodeList), pointer :: nodeList local
188 &nodeList) argument
200 type(fnodeList), pointer :: nodeList local
248 subroutine removeNodes(nodeList) argument
251 type(fnodeList), pointer :: nodeList local

12345678910>>...39