Home
last modified time | relevance | path

Searched refs:TEXT_NODE (Results 1 – 25 of 2292) sorted by relevance

12345678910>>...92

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/helpers/
H A DMutationHelpers.ts13 export const TEXT_NODE = 'TEXT_NODE'; constant
17 target: keyof HTMLElementTagNameMap|typeof TEXT_NODE;
23 const isTextNode = node.nodeType === Node.TEXT_NODE;
44 if (expectedMutation.target === TEXT_NODE) {
45 if (mutation.target === TEXT_NODE) {
71 if (mutation.target === TEXT_NODE) {
72 const mutationsForTagName = getMutationsForTagName(trackedMutations, TEXT_NODE);
74 trackedMutations.set(TEXT_NODE, mutationsForTagName);
95 }|{target: typeof TEXT_NODE, type: MutationType.TEXT_UPDATE};
101 target: TEXT_NODE,
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/dom/
H A DDomText.java69 super(TEXT_NODE, owner, value); in DomText()
74 super(TEXT_NODE, owner, buf, off, len); in DomText()
116 if (getNodeType() == TEXT_NODE) in splitText()
172 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
179 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
199 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
210 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/dom/
H A DDomText.java69 super(TEXT_NODE, owner, value); in DomText()
74 super(TEXT_NODE, owner, buf, off, len); in DomText()
116 if (getNodeType() == TEXT_NODE) in splitText()
172 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
179 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
199 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
210 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/dom/
H A DDomText.java69 super(TEXT_NODE, owner, value); in DomText()
74 super(TEXT_NODE, owner, buf, off, len); in DomText()
116 if (getNodeType() == TEXT_NODE) in splitText()
172 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
179 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
199 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
210 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/dom/
H A DDomText.java69 super(TEXT_NODE, owner, value); in DomText()
74 super(TEXT_NODE, owner, buf, off, len); in DomText()
116 if (getNodeType() == TEXT_NODE) in splitText()
172 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
179 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
199 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
210 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/dom/
H A DDomText.java69 super(TEXT_NODE, owner, value); in DomText()
74 super(TEXT_NODE, owner, buf, off, len); in DomText()
116 if (getNodeType() == TEXT_NODE) in splitText()
172 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
179 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
199 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
210 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/dom/
H A DDomText.java67 super(TEXT_NODE, owner, value); in DomText()
72 super(TEXT_NODE, owner, buf, off, len); in DomText()
114 if (getNodeType() == TEXT_NODE) in splitText()
170 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
177 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in getWholeText()
197 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
208 (ctx.nodeType == TEXT_NODE || ctx.nodeType == CDATA_SECTION_NODE); in replaceWholeText()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java97 return Node.TEXT_NODE; in getNodeType()
206 else if (type == Node.TEXT_NODE || in getWholeTextForward()
253 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
343 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
361 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
420 if (lType == Node.TEXT_NODE in canModifyPrev()
444 } else if (type == Node.TEXT_NODE in canModifyPrev()
504 if (lType == Node.TEXT_NODE in canModifyNext()
527 } else if (type == Node.TEXT_NODE in canModifyNext()
564 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
H A DRangeImpl.java745 if (fEndContainer.getNodeType() == Node.TEXT_NODE) { in surroundContents()
784 if (fStartContainer.getNodeType() == Node.TEXT_NODE in toString()
821 if (node.getNodeType() == Node.TEXT_NODE in toString()
829 if (fEndContainer.getNodeType() == Node.TEXT_NODE in toString()
876 && fEndContainer.getNodeType() == Node.TEXT_NODE) { in receiveSplitData()
912 && fEndContainer.getNodeType() == Node.TEXT_NODE) { in receiveDeletedText()
947 && fEndContainer.getNodeType() == Node.TEXT_NODE) { in receiveInsertedText()
966 && fEndContainer.getNodeType() == Node.TEXT_NODE) { in receiveReplacedText()
1726 if ( n.getNodeType()==Node.TEXT_NODE ) in traverseNode()
1893 if (type == Node.TEXT_NODE in checkIndex()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java97 return Node.TEXT_NODE; in getNodeType()
206 else if (type == Node.TEXT_NODE || in getWholeTextForward()
253 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
343 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
361 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
420 if (lType == Node.TEXT_NODE in canModifyPrev()
444 } else if (type == Node.TEXT_NODE in canModifyPrev()
504 if (lType == Node.TEXT_NODE in canModifyNext()
527 } else if (type == Node.TEXT_NODE in canModifyNext()
564 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
H A DRangeImpl.java745 if (fEndContainer.getNodeType() == Node.TEXT_NODE) { in surroundContents()
784 if (fStartContainer.getNodeType() == Node.TEXT_NODE in toString()
821 if (node.getNodeType() == Node.TEXT_NODE in toString()
829 if (fEndContainer.getNodeType() == Node.TEXT_NODE in toString()
876 && fEndContainer.getNodeType() == Node.TEXT_NODE) { in receiveSplitData()
912 && fEndContainer.getNodeType() == Node.TEXT_NODE) { in receiveDeletedText()
947 && fEndContainer.getNodeType() == Node.TEXT_NODE) { in receiveInsertedText()
966 && fEndContainer.getNodeType() == Node.TEXT_NODE) { in receiveReplacedText()
1726 if ( n.getNodeType()==Node.TEXT_NODE ) in traverseNode()
1893 if (type == Node.TEXT_NODE in checkIndex()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java97 return Node.TEXT_NODE; in getNodeType()
206 else if (type == Node.TEXT_NODE || in getWholeTextForward()
253 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
343 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
361 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
420 if (lType == Node.TEXT_NODE in canModifyPrev()
444 } else if (type == Node.TEXT_NODE in canModifyPrev()
504 if (lType == Node.TEXT_NODE in canModifyNext()
527 } else if (type == Node.TEXT_NODE in canModifyNext()
564 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java97 return Node.TEXT_NODE; in getNodeType()
206 else if (type == Node.TEXT_NODE || in getWholeTextForward()
253 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
343 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
361 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
420 if (lType == Node.TEXT_NODE in canModifyPrev()
444 } else if (type == Node.TEXT_NODE in canModifyPrev()
504 if (lType == Node.TEXT_NODE in canModifyNext()
527 } else if (type == Node.TEXT_NODE in canModifyNext()
564 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java97 return Node.TEXT_NODE; in getNodeType()
206 else if (type == Node.TEXT_NODE || in getWholeTextForward()
253 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
343 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
361 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
420 if (lType == Node.TEXT_NODE in canModifyPrev()
444 } else if (type == Node.TEXT_NODE in canModifyPrev()
504 if (lType == Node.TEXT_NODE in canModifyNext()
527 } else if (type == Node.TEXT_NODE in canModifyNext()
564 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java97 return Node.TEXT_NODE; in getNodeType()
211 else if (type == Node.TEXT_NODE || in getWholeTextForward()
258 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
348 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
366 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
425 if (lType == Node.TEXT_NODE in canModifyPrev()
449 } else if (type == Node.TEXT_NODE in canModifyPrev()
509 if (lType == Node.TEXT_NODE in canModifyNext()
532 } else if (type == Node.TEXT_NODE in canModifyNext()
569 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java97 return Node.TEXT_NODE; in getNodeType()
206 else if (type == Node.TEXT_NODE || in getWholeTextForward()
253 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
343 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
361 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
420 if (lType == Node.TEXT_NODE in canModifyPrev()
444 } else if (type == Node.TEXT_NODE in canModifyPrev()
504 if (lType == Node.TEXT_NODE in canModifyNext()
527 } else if (type == Node.TEXT_NODE in canModifyNext()
564 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java97 return Node.TEXT_NODE; in getNodeType()
206 else if (type == Node.TEXT_NODE || in getWholeTextForward()
253 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
343 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
361 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
420 if (lType == Node.TEXT_NODE in canModifyPrev()
444 } else if (type == Node.TEXT_NODE in canModifyPrev()
504 if (lType == Node.TEXT_NODE in canModifyNext()
527 } else if (type == Node.TEXT_NODE in canModifyNext()
564 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java96 return Node.TEXT_NODE; in getNodeType()
210 else if (type == Node.TEXT_NODE || in getWholeTextForward()
257 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
347 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
365 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
424 if (lType == Node.TEXT_NODE in canModifyPrev()
448 } else if (type == Node.TEXT_NODE in canModifyPrev()
508 if (lType == Node.TEXT_NODE in canModifyNext()
531 } else if (type == Node.TEXT_NODE in canModifyNext()
568 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DTextImpl.java96 return Node.TEXT_NODE; in getNodeType()
210 else if (type == Node.TEXT_NODE || in getWholeTextForward()
257 else if (type == Node.TEXT_NODE || in getWholeTextBackward()
347 if ((prev.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
365 if ((next.getNodeType() == Node.TEXT_NODE) in replaceWholeText()
424 if (lType == Node.TEXT_NODE in canModifyPrev()
448 } else if (type == Node.TEXT_NODE in canModifyPrev()
508 if (lType == Node.TEXT_NODE in canModifyNext()
531 } else if (type == Node.TEXT_NODE in canModifyNext()
568 else if (type != Node.TEXT_NODE in hasTextOnlyChildren()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/frontend/common/
H A DTemplateReaderModel.hh32 TEXT_NODE = Reader::TEXT_NODE, enumerator
60 if (reader->getNodeType() == TEXT_NODE) value += reader->getNodeValue(); in getElementValue()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/dsig/
H A DDSIGKeyInfoX509.cpp155 DOMNode *certElt = findFirstChildOfType(tmpElt, DOMNode::TEXT_NODE); in load()
169 certElt = findNextChildOfType(certElt, DOMNode::TEXT_NODE); in load()
180 child = findFirstChildOfType(tmpElt, DOMNode::TEXT_NODE); in load()
208 while (child != 0 && child->getNodeType() != DOMNode::TEXT_NODE) in load()
234 while (child != 0 && child->getNodeType() != DOMNode::TEXT_NODE) in load()
250 DOMNode *crlElt = findFirstChildOfType(tmpElt, DOMNode::TEXT_NODE); in load()
262 child = findFirstChildOfType(tmpElt, DOMNode::TEXT_NODE); in load()
277 child = findFirstChildOfType(tmpElt, DOMNode::TEXT_NODE); in load()
/dports/devel/log4j/apache-log4j-1.2.17/tests/src/java/org/apache/log4j/xml/
H A DXMLLayoutTest.java127 assertEquals(Node.TEXT_NODE, messageNode.getNodeType()); in checkMessageElement()
142 assertEquals(Node.TEXT_NODE, messageNode.getNodeType()); in checkNDCElement()
158 assertEquals(Node.TEXT_NODE, messageNode.getNodeType()); in checkThrowableElement()
219 case Node.TEXT_NODE: in testFormat()
269 case Node.TEXT_NODE: in testFormatWithException()
322 case Node.TEXT_NODE: in testFormatWithNDC()
438 case Node.TEXT_NODE: in testProblemCharacters()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/xkms/impl/
H A DXKMSValidityIntervalImpl.cpp146 DOMNode * t = findFirstChildOfType(mp_notBeforeElement, DOMNode::TEXT_NODE); in getNotBefore()
161 DOMNode * t = findFirstChildOfType(mp_notOnOrAfterElement, DOMNode::TEXT_NODE); in getNotOnOrAfter()
209 DOMNode * t = findFirstChildOfType(mp_notBeforeElement, DOMNode::TEXT_NODE); in setNotBefore()
241 DOMNode * t = findFirstChildOfType(mp_notOnOrAfterElement, DOMNode::TEXT_NODE); in setNotOnOrAfter()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/dom/impl/
H A DDOMRangeImpl.cpp473 if((type == DOMNode::TEXT_NODE in selectNode()
517 if((type == DOMNode::TEXT_NODE in selectNodeContents()
568 if((type == DOMNode::TEXT_NODE in surroundContents()
575 if((type == DOMNode::TEXT_NODE in surroundContents()
762 if((type == DOMNode::TEXT_NODE in insertNode()
833 if((type == DOMNode::TEXT_NODE in toString()
893 if((type != DOMNode::TEXT_NODE in toString()
921 if((type == DOMNode::TEXT_NODE in toString()
1090 if((type == DOMNode::TEXT_NODE in checkIndex()
1244 if((type == DOMNode::TEXT_NODE in traverseSameContainer()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/dom/impl/
H A DDOMRangeImpl.cpp473 if((type == DOMNode::TEXT_NODE in selectNode()
517 if((type == DOMNode::TEXT_NODE in selectNodeContents()
568 if((type == DOMNode::TEXT_NODE in surroundContents()
575 if((type == DOMNode::TEXT_NODE in surroundContents()
762 if((type == DOMNode::TEXT_NODE in insertNode()
833 if((type == DOMNode::TEXT_NODE in toString()
893 if((type != DOMNode::TEXT_NODE in toString()
921 if((type == DOMNode::TEXT_NODE in toString()
1090 if((type == DOMNode::TEXT_NODE in checkIndex()
1244 if((type == DOMNode::TEXT_NODE in traverseSameContainer()
[all …]

12345678910>>...92