Home
last modified time | relevance | path

Searched refs:NName (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java156 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
224 String NName = attribute.getLocalName(); in outputAttributes() local
230 if (c14n11 && "id".equals(NName)) { in outputAttributes()
264 ns.removeMapping(NName); in outputAttributes()
324 String NName = attribute.getLocalName(); in handleParent() local
332 && (!c14n11 || !"id".equals(NName))) { in handleParent()
337 String NName = e.getPrefix(); in handleParent() local
340 if (NName == null || NName.isEmpty()) { in handleParent()
341 NName = "xmlns"; in handleParent()
344 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java184 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
197 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
198 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
202 Object[] exArgs = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
263 String NName = attribute.getLocalName(); in outputAttributes() local
277 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
278 ns.removeMappingIfNotRender(NName); in outputAttributes()
281 && inclusiveNSSet.contains(NName) in outputAttributes()
282 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
283 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java157 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
225 String NName = attribute.getLocalName(); in outputAttributes() local
231 if (c14n11 && "id".equals(NName)) { in outputAttributes()
265 ns.removeMapping(NName); in outputAttributes()
326 String NName = attribute.getLocalName(); in handleParent() local
334 && (!c14n11 || !"id".equals(NName))) { in handleParent()
339 String NName = e.getPrefix(); in handleParent() local
342 if (NName == null || NName.equals("")) { in handleParent()
343 NName = "xmlns"; in handleParent()
346 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java182 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
195 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
196 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
200 Object exArgs[] = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
265 String NName = attribute.getLocalName(); in outputAttributes() local
279 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
280 ns.removeMappingIfNotRender(NName); in outputAttributes()
283 && inclusiveNSSet.contains(NName) in outputAttributes()
284 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
285 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java157 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
225 String NName = attribute.getLocalName(); in outputAttributes() local
231 if (c14n11 && "id".equals(NName)) { in outputAttributes()
265 ns.removeMapping(NName); in outputAttributes()
326 String NName = attribute.getLocalName(); in handleParent() local
334 && (!c14n11 || !"id".equals(NName))) { in handleParent()
339 String NName = e.getPrefix(); in handleParent() local
342 if (NName == null || NName.equals("")) { in handleParent()
343 NName = "xmlns"; in handleParent()
346 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java182 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
195 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
196 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
200 Object exArgs[] = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
265 String NName = attribute.getLocalName(); in outputAttributes() local
279 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
280 ns.removeMappingIfNotRender(NName); in outputAttributes()
283 && inclusiveNSSet.contains(NName) in outputAttributes()
284 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
285 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java157 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
225 String NName = attribute.getLocalName(); in outputAttributes() local
231 if (c14n11 && "id".equals(NName)) { in outputAttributes()
265 ns.removeMapping(NName); in outputAttributes()
326 String NName = attribute.getLocalName(); in handleParent() local
334 && (!c14n11 || !"id".equals(NName))) { in handleParent()
339 String NName = e.getPrefix(); in handleParent() local
342 if (NName == null || NName.equals("")) { in handleParent()
343 NName = "xmlns"; in handleParent()
346 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java182 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
195 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
196 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
200 Object exArgs[] = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
265 String NName = attribute.getLocalName(); in outputAttributes() local
279 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
280 ns.removeMappingIfNotRender(NName); in outputAttributes()
283 && inclusiveNSSet.contains(NName) in outputAttributes()
284 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
285 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java156 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
224 String NName = attribute.getLocalName(); in outputAttributes() local
230 if (c14n11 && "id".equals(NName)) { in outputAttributes()
264 ns.removeMapping(NName); in outputAttributes()
324 String NName = attribute.getLocalName(); in handleParent() local
332 && (!c14n11 || !"id".equals(NName))) { in handleParent()
337 String NName = e.getPrefix(); in handleParent() local
340 if (NName == null || NName.isEmpty()) { in handleParent()
341 NName = "xmlns"; in handleParent()
344 Name = "xmlns:" + NName; in handleParent()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java157 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
225 String NName = attribute.getLocalName(); in outputAttributes() local
231 if (c14n11 && "id".equals(NName)) { in outputAttributes()
265 ns.removeMapping(NName); in outputAttributes()
326 String NName = attribute.getLocalName(); in handleParent() local
331 ns.addMapping(NName, NValue, attribute); in handleParent()
339 String NName = e.getPrefix(); in handleParent() local
342 if (NName == null || NName.equals("")) { in handleParent()
343 NName = "xmlns"; in handleParent()
346 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java182 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
195 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
196 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
200 Object exArgs[] = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
265 String NName = attribute.getLocalName(); in outputAttributes() local
279 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
280 ns.removeMappingIfNotRender(NName); in outputAttributes()
283 && inclusiveNSSet.contains(NName) in outputAttributes()
284 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
285 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java157 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
225 String NName = attribute.getLocalName(); in outputAttributes() local
231 if (c14n11 && "id".equals(NName)) { in outputAttributes()
265 ns.removeMapping(NName); in outputAttributes()
326 String NName = attribute.getLocalName(); in handleParent() local
334 && (!c14n11 || !"id".equals(NName))) { in handleParent()
339 String NName = e.getPrefix(); in handleParent() local
342 if (NName == null || NName.equals("")) { in handleParent()
343 NName = "xmlns"; in handleParent()
346 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java182 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
195 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
196 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
200 Object exArgs[] = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
265 String NName = attribute.getLocalName(); in outputAttributes() local
279 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
280 ns.removeMappingIfNotRender(NName); in outputAttributes()
283 && inclusiveNSSet.contains(NName) in outputAttributes()
284 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
285 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java157 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
225 String NName = attribute.getLocalName(); in outputAttributes() local
231 if (c14n11 && "id".equals(NName)) { in outputAttributes()
265 ns.removeMapping(NName); in outputAttributes()
326 String NName = attribute.getLocalName(); in handleParent() local
334 && (!c14n11 || !"id".equals(NName))) { in handleParent()
339 String NName = e.getPrefix(); in handleParent() local
342 if (NName == null || NName.equals("")) { in handleParent()
343 NName = "xmlns"; in handleParent()
346 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java182 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
195 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
196 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
200 Object exArgs[] = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
265 String NName = attribute.getLocalName(); in outputAttributes() local
279 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
280 ns.removeMappingIfNotRender(NName); in outputAttributes()
283 && inclusiveNSSet.contains(NName) in outputAttributes()
284 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
285 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java156 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
224 String NName = attribute.getLocalName(); in outputAttributes() local
230 if (c14n11 && "id".equals(NName)) { in outputAttributes()
264 ns.removeMapping(NName); in outputAttributes()
324 String NName = attribute.getLocalName(); in handleParent() local
332 && (!c14n11 || !"id".equals(NName))) { in handleParent()
337 String NName = e.getPrefix(); in handleParent() local
340 if (NName == null || NName.isEmpty()) { in handleParent()
341 NName = "xmlns"; in handleParent()
344 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java184 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
197 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
198 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
202 Object[] exArgs = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
263 String NName = attribute.getLocalName(); in outputAttributes() local
277 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
278 ns.removeMappingIfNotRender(NName); in outputAttributes()
281 && inclusiveNSSet.contains(NName) in outputAttributes()
282 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
283 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java157 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
225 String NName = attribute.getLocalName(); in outputAttributes() local
231 if (c14n11 && "id".equals(NName)) { in outputAttributes()
265 ns.removeMapping(NName); in outputAttributes()
326 String NName = attribute.getLocalName(); in handleParent() local
334 && (!c14n11 || !"id".equals(NName))) { in handleParent()
339 String NName = e.getPrefix(); in handleParent() local
342 if (NName == null || NName.equals("")) { in handleParent()
343 NName = "xmlns"; in handleParent()
346 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java182 String NName = attribute.getLocalName(); in outputAttributesSubtree() local
195 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in outputAttributesSubtree()
196 && ns.addMapping(NName, NNodeValue, attribute) in outputAttributesSubtree()
200 Object exArgs[] = {element.getTagName(), NName, attribute.getNodeValue()}; in outputAttributesSubtree()
265 String NName = attribute.getLocalName(); in outputAttributes() local
279 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in outputAttributes()
280 ns.removeMappingIfNotRender(NName); in outputAttributes()
283 && inclusiveNSSet.contains(NName) in outputAttributes()
284 && !ns.removeMappingIfRender(NName)) { in outputAttributes()
285 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in outputAttributes()
[all …]
/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/c14n/implementations/
H A DCanonicalizer20010315.java212 String NName = attribute.getLocalName(); in handleAttributesSubtree() local
276 String NName = attribute.getLocalName(); in handleAttributes() local
307 if (isRealVisible && !XMLNS.equals(NName)) { in handleAttributes()
308 ns.removeMapping(NName); in handleAttributes()
364 String NName = attribute.getLocalName(); in handleParent() local
369 ns.addMapping(NName, NValue, attribute); in handleParent()
376 String NName = e.getPrefix(); in handleParent() local
379 if (NName == null || NName.equals("")) { in handleParent()
380 NName = "xmlns"; in handleParent()
383 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer11.java256 String NName = attribute.getLocalName(); in handleAttributesSubtree() local
321 String NName = attribute.getLocalName(); in handleAttributes() local
327 if (NName.equals("id")) { in handleAttributes()
362 ns.removeMapping(NName); in handleAttributes()
419 String NName = attribute.getLocalName(); in handleParent() local
424 ns.addMapping(NName, NValue, attribute); in handleParent()
431 String NName = e.getPrefix(); in handleParent() local
434 if (NName == null || NName.equals("")) { in handleParent()
435 NName = "xmlns"; in handleParent()
438 Name = "xmlns:" + NName; in handleParent()
[all …]
H A DCanonicalizer20010315Excl.java167 String NName = attribute.getLocalName(); in handleAttributesSubtree() local
180 } else if (!(XML.equals(NName) && XML_LANG_URI.equals(NNodeValue)) in handleAttributesSubtree()
181 && ns.addMapping(NName, NNodeValue, attribute) in handleAttributesSubtree()
185 Object exArgs[] = {element.getTagName(), NName, attribute.getNodeValue()}; in handleAttributesSubtree()
241 String NName = attribute.getLocalName(); in handleAttributes() local
255 } else if (isOutputElement && !isVisible(attribute) && !XMLNS.equals(NName)) { in handleAttributes()
256 ns.removeMappingIfNotRender(NName); in handleAttributes()
259 && inclusiveNSSet.contains(NName) in handleAttributes()
260 && !ns.removeMappingIfRender(NName)) { in handleAttributes()
261 Node n = ns.addMappingAndRender(NName, NNodeValue, attribute); in handleAttributes()
[all …]
/dports/devel/asl/asl-current/
H A Dcodemn1610.c1435 static void AddAdr(const char *NName, Word NCode) in AddAdr() argument
1450 static void AddReg(const char *NName, Word NCode) in AddReg() argument
1477 static void AddLD(const char *NName, Word NCode) in AddLD() argument
1482 static void AddLR(const char *NName, Word NCode) in AddLR() argument
1507 static void AddAD(const char *NName, Word NCode) in AddAD() argument
1512 static void AddM(const char *NName, Word NCode) in AddM() argument
1514 AddInstTable(InstTable, NName, NCode, DecodeM); in AddM()
1532 static void AddBD(const char *NName, Word NCode) in AddBD() argument
1537 static void AddBL(const char *NName, Word NCode) in AddBL() argument
1542 static void AddBR(const char *NName, Word NCode) in AddBR() argument
[all …]
H A Dcodef8.c305 static void AddFixed(const char *NName, Word NCode) in AddFixed() argument
310 static void AddImm8(const char *NName, Word NCode) in AddImm8() argument
312 AddInstTable(InstTable, NName, NCode, DecodeImm8); in AddImm8()
315 static void AddImm4(const char *NName, Word NCode) in AddImm4() argument
317 AddInstTable(InstTable, NName, NCode, DecodeImm4); in AddImm4()
320 static void AddImm3(const char *NName, Word NCode) in AddImm3() argument
322 AddInstTable(InstTable, NName, NCode, DecodeImm3); in AddImm3()
325 static void AddImm16(const char *NName, Word NCode) in AddImm16() argument
330 static void AddOneReg(const char *NName, Word NCode) in AddOneReg() argument
335 static void AddBranch(const char *NName, Word NCode) in AddBranch() argument
[all …]
H A Dcodescmp.c190 static void AddFixed(const char *NName, Byte NCode) in AddFixed() argument
192 AddInstTable(InstTable, NName, NCode, DecodeFixed); in AddFixed()
195 static void AddImm(const char *NName, Byte NCode) in AddImm() argument
197 AddInstTable(InstTable, NName, NCode, DecodeImm); in AddImm()
200 static void AddReg(const char *NName, Byte NCode) in AddReg() argument
202 AddInstTable(InstTable, NName, NCode, DecodeRegOrder); in AddReg()
205 static void AddMem(const char *NName, Byte NCode) in AddMem() argument
207 AddInstTable(InstTable, NName, NCode, DecodeMem); in AddMem()
210 static void AddJmp(const char *NName, Byte NCode) in AddJmp() argument
212 AddInstTable(InstTable, NName, NCode, DecodeJmp); in AddJmp()

12345678910>>...23