Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dpretty_vcproj.py70 if node.nodeType == Node.TEXT_NODE:
160 if sub_node.nodeType == Node.TEXT_NODE:
232 if child2.nodeType == Node.TEXT_NODE:
/third_party/node/tools/gyp/tools/
Dpretty_vcproj.py73 if node.nodeType == Node.TEXT_NODE:
166 if sub_node.nodeType == Node.TEXT_NODE:
238 if child2.nodeType == Node.TEXT_NODE:
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py36 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,
Dminidom.py182 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__.py31 TEXT_NODE = 3 variable in Node
/third_party/python/Doc/includes/
Dminidom-example.py24 if node.nodeType == node.TEXT_NODE:
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.types94 …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…
100TEXT_NODE: any; dispatchEvent: any; animate: any; getAnimations: any; after: any; before: any; rem…
101 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv…
102TEXT_NODE: any; dispatchEvent: any; animate: any; getAnimations: any; after: any; before: any; rem…
107TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; onpaste: any; readonly activeElement:…
108TEXT_NODE: any; dispatchEvent: any; animate: any; getAnimations: any; after: any; before: any; rem…
109 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv…
110TEXT_NODE: any; dispatchEvent: any; animate: any; getAnimations: any; after: any; before: any; rem…
111TEXT_NODE: any; dispatchEvent: any; oncopy: any; oncut: any; onpaste: any; readonly activeElement:…
DmappedTypeRecursiveInference.errors.txt1 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv…
2 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv…
26 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv…
28 …NOTATION_NODE: any; readonly PROCESSING_INSTRUCTION_NODE: any; readonly TEXT_NODE: any; dispatchEv…
/third_party/googletest/googletest/test/
Dgtest_xml_test_utils.py141 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
/third_party/vk-gl-cts/scripts/log/
Dlog_parser.py87 if node.nodeType == node.TEXT_NODE:
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java377 if (node.getNodeType() == Node.TEXT_NODE) { in TestDetection()
383 if (valueNode.getNodeType() != Node.TEXT_NODE) { in TestDetection()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java374 if (node.getNodeType() == Node.TEXT_NODE) { in TestDetection()
380 if (valueNode.getNodeType() != Node.TEXT_NODE) { in TestDetection()
/third_party/python/Lib/test/
Dtest_minidom.py1080 self.assertEqual(text.nodeType, Node.TEXT_NODE)
1344 self.assertEqual(text.nodeType, Node.TEXT_NODE)
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl202 const unsigned short TEXT_NODE = 3;
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
DStableAPI.java991 if (n.getNodeType() == Node.TEXT_NODE) in dumpNode()
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js954 case Node.TEXT_NODE:
/third_party/python/Doc/library/
Dxml.dom.rst246 :const:`TEXT_NODE`, :const:`CDATA_SECTION_NODE`, :const:`ENTITY_NODE`,
/third_party/typescript/tests/lib/
Dlib.d.ts11999 TEXT_NODE: number; property
12022 TEXT_NODE: number; variable
/third_party/typescript/lib/
Dlib.dom.d.ts10989 readonly TEXT_NODE: number; property
11051 readonly TEXT_NODE: number; variable
/third_party/typescript/src/lib/
Ddom.generated.d.ts10969 readonly TEXT_NODE: number; property
11031 readonly TEXT_NODE: number; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp83788 TEXT_NODE = 3U, enumerator