Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 24 of 24) sorted by relevance

/third_party/googletest/googletest/test/
Dgtest_xml_test_utils.py65 self.assertEquals(expected_node.nodeValue, actual_node.nodeValue)
144 not child.nodeValue.isspace()):
146 child.nodeValue)
148 children['detail'].nodeValue += child.nodeValue
195 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
197 child.nodeValue = re.sub(r'Stack trace:\n(.|\n)*',
/third_party/node/tools/gyp/tools/
Dpretty_vcproj.py45 if node.nodeValue:
46 node_string += node.nodeValue
92 if node.nodeValue:
93 print("{} {}".format(" " * indent, node.nodeValue))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dpretty_vcproj.py45 if node.nodeValue:
46 node_string += node.nodeValue
92 if node.nodeValue:
93 print("{} {}".format(" " * indent, node.nodeValue))
/third_party/node/lib/internal/
Devent_target.js697 [kHybridDispatch](nodeValue, type, event) { argument
700 event = this[kCreateEvent](nodeValue, type);
749 arg = nodeValue;
775 [kCreateEvent](nodeValue, type) { argument
776 return new NodeCustomEvent(type, { detail: nodeValue });
/third_party/python/Lib/test/
Dtest_minidom.py215 self.confirm(a.nodeValue == "bar",
356 and el.attributes["spam"].nodeValue == "bam"
362 and el.attributes["spam"].nodeValue == "ham"
368 and el.attributes["spam"].nodeValue == "ham"
371 and el.attributes["spam2"].nodeValue == "bam"
376 and el.attributes["spam"].nodeValue == "ham"
379 and el.attributes["spam2"].nodeValue == "bam2"
649 and a1.nodeValue == a2.nodeValue
1088 node.childNodes[1].nodeValue = ""
1629 pi.nodeValue = "crash"
/third_party/python/Lib/xml/dom/
Dminidom.py330 nodeValue = None variable in DocumentFragment
397 nodeValue = value = property(_get_value, _set_value) variable in Attr
667 nodeValue = None variable in Element
1003 nodeValue = property(_get_nodeValue, _set_nodeValue) variable in ProcessingInstruction
1034 data = nodeValue = property(_get_data, _set_data)
1308 nodeValue = None variable in DocumentType
1369 nodeValue = None variable in Entity
1408 nodeValue = None variable in Notation
1553 nodeValue = None variable in Document
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.errors.txt1 …donly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly p…
3nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
4nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
28 …donly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly p…
30nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
31nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
DmappedTypeRecursiveInference.types94 …donly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly p…
95 …donly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly p…
100nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
101 …donly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly p…
102nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
107nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
108nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
109 …donly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly p…
110nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
111nodeValue: any; readonly parentElement: any; readonly parentNode: any; readonly previousSibling: a…
/third_party/vk-gl-cts/scripts/log/
Dlog_parser.py209 statusCode = resultItems[0].getAttributeNode('StatusCode').nodeValue
/third_party/protobuf/
Dupdate_version.py287 if Find(old_version, 'release').firstChild.nodeValue == NEW_VERSION:
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/
Dprettify.js7 ….name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=n…
/third_party/node/deps/v8/third_party/test262-harness/src/
Dtest262.py568 SkipElement.attrib["message"] = unicode(EXCLUDE_REASON[x].firstChild.nodeValue)
/third_party/typescript/src/compiler/
DcommandLineParser.ts2830 …const nodeValue = firstDefined(getTsConfigPropArray(sourceFile, "files"), property => property.ini… constant
2831 const error = nodeValue
2832 … ? createDiagnosticForNodeInSourceFile(sourceFile, nodeValue, diagnosticMessage, fileName)
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js16nodeValue!==false?e.toLowerCase():L},set:function(bv,bx,e){var bw;if(bx===false){b.removeAttr(bv,e…
23nodeValue}}}else{for(bS=0;(bT=bU[bS]);bS++){if(bT.nodeType!==8){bR+=bw(bT)}}}return bR};var bE=by.…
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl232 [CEReactions] attribute DOMString? nodeValue;
/third_party/python/Doc/library/
Dxml.dom.rst329 .. attribute:: Node.nodeValue
714 :attr:`nodeValue` attribute.
/third_party/libevdev/doc/html/
Djquery.js2 …(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r…
/third_party/typescript/tests/lib/
Dlib.d.ts11961 nodeValue: string; property
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 …children",parentNode:"parent",previousSibling:"prev",nextSibling:"next",nodeValue:"data"};class a{… property
/third_party/typescript/src/lib/
Ddom.generated.d.ts10080 nodeValue: string | null; property
/third_party/typescript/lib/
Dlib.dom.d.ts10100 nodeValue: string | null; property
DtypingsInstaller.js43174 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) …
43175 var error = nodeValue
43176 … ? ts.createDiagnosticForNodeInSourceFile(sourceFile, nodeValue, diagnosticMessage, fileName)
Dtsc.js35369 …var nodeValue = ts.firstDefined(ts.getTsConfigPropArray(sourceFile, "files"), function (property) …
35370 var error = nodeValue
35371 … ? ts.createDiagnosticForNodeInSourceFile(sourceFile, nodeValue, diagnosticMessage, fileName)
/third_party/chromium/patch/
D0001-cve.patch3849 String nodeValue() const override { return value(); }
3877 String nodeValue() const final;
3887 @@ -368,7 +368,7 @@ String Node::nodeValue() const {
3893 // By default, setting nodeValue has no effect.
3903 virtual String nodeValue() const;
3918 - [CEReactions] attribute DOMString? nodeValue;
3919 + [CEReactions, RaisesException=Setter] attribute DOMString? nodeValue;
5965 + nodes[1].attributes[0].nodeValue = "yyy";
5976 + element.attributes[0].nodeValue = "sdflkgjdlkgjdg";
5978 + }, `Set ${element.localName}.${element.attributes[0].localName} via nodeValue`);