/third_party/node/tools/gyp/tools/ |
D | pretty_vcproj.py | 67 if node.nodeType == Node.TEXT_NODE: 160 if sub_node.nodeType == Node.TEXT_NODE: 232 if child2.nodeType == Node.TEXT_NODE:
|
/third_party/python/Lib/xml/dom/ |
D | expatbuilder.py | 36 TEXT_NODE = Node.TEXT_NODE variable 283 elif childNodes and childNodes[-1].nodeType == TEXT_NODE: 296 if childNodes and childNodes[-1].nodeType == TEXT_NODE: 418 if child.nodeType == TEXT_NODE and not child.data.strip(): 501 Node.TEXT_NODE: NodeFilter.SHOW_TEXT,
|
D | minidom.py | 182 if child.nodeType == Node.TEXT_NODE: 334 Node.TEXT_NODE, 353 _child_node_types = (Node.TEXT_NODE, Node.ENTITY_REFERENCE_NODE) 675 Node.TEXT_NODE, 890 Node.TEXT_NODE, Node.CDATA_SECTION_NODE)): 1093 nodeType = Node.TEXT_NODE 1121 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE): 1128 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE): 1141 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE): 1151 if n.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE): [all …]
|
D | __init__.py | 31 TEXT_NODE = 3 variable in Node
|
/third_party/python/Doc/includes/ |
D | minidom-example.py | 24 if node.nodeType == node.TEXT_NODE:
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.errors.txt | 1 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv… 3 …TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; onpaste: any; readonly activeElement:… 4 …TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; onpaste: any; readonly activeElement:… 28 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv… 30 …TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; onpaste: any; readonly activeElement:… 31 …TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; onpaste: any; readonly activeElement:…
|
D | mappedTypeRecursiveInference.types | 94 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv… 95 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv… 100 …TEXT_NODE: any; dispatchEvent: any; ariaAtomic: any; ariaAutoComplete: any; ariaBusy: any; ariaChe… 101 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv… 102 …TEXT_NODE: any; dispatchEvent: any; ariaAtomic: any; ariaAutoComplete: any; ariaBusy: any; ariaChe… 107 …TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; onpaste: any; readonly activeElement:… 108 …TEXT_NODE: any; dispatchEvent: any; ariaAtomic: any; ariaAutoComplete: any; ariaBusy: any; ariaChe… 109 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv… 110 …TEXT_NODE: any; dispatchEvent: any; ariaAtomic: any; ariaAutoComplete: any; ariaBusy: any; ariaChe… 111 …TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; onpaste: any; readonly activeElement:…
|
/third_party/googletest/googletest/test/ |
D | gtest_xml_test_utils.py | 141 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
|
/third_party/vk-gl-cts/scripts/log/ |
D | log_parser.py | 87 if node.nodeType == node.TEXT_NODE:
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 374 if (node.getNodeType() == Node.TEXT_NODE) { in TestDetection() 380 if (valueNode.getNodeType() != Node.TEXT_NODE) { in TestDetection()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 377 if (node.getNodeType() == Node.TEXT_NODE) { in TestDetection() 383 if (valueNode.getNodeType() != Node.TEXT_NODE) { in TestDetection()
|
/third_party/python/Lib/test/ |
D | test_minidom.py | 1080 self.assertEqual(text.nodeType, Node.TEXT_NODE) 1344 self.assertEqual(text.nodeType, Node.TEXT_NODE)
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | dom.idl | 205 const unsigned short TEXT_NODE = 3;
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
D | StableAPI.java | 996 if (n.getNodeType() == Node.TEXT_NODE) in dumpNode()
|
/third_party/python/Doc/library/ |
D | xml.dom.rst | 246 :const:`TEXT_NODE`, :const:`CDATA_SECTION_NODE`, :const:`ENTITY_NODE`,
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 11999 TEXT_NODE: number; property 12022 TEXT_NODE: number; variable
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 10142 readonly TEXT_NODE: number; property 10178 readonly TEXT_NODE: number; variable
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 10162 readonly TEXT_NODE: number; property 10198 readonly TEXT_NODE: number; variable
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 83788 TEXT_NODE = 3U, enumerator
|