/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBxliffExporter.java | 111 source.appendChild(xml.createTextNode(parent_item.getTranslation())); in addTransUnit() 112 transUnit.appendChild(source); in addTransUnit() 121 target.appendChild(xml.createTextNode(item.getTranslation())); in addTransUnit() 122 transUnit.appendChild(target); in addTransUnit() 127 comment_prop.appendChild(xml.createTextNode(item.getComment())); in addTransUnit() 128 transUnit.appendChild(comment_prop); in addTransUnit() 139 creator_prop.appendChild(xml.createTextNode(item.getCreator())); in addTransUnit() 140 transUnit_prop_group_elem.appendChild(creator_prop); in addTransUnit() 146 created_prop.appendChild(xml.createTextNode(convertToISO(item.getCreatedDate()))); in addTransUnit() 147 transUnit_prop_group_elem.appendChild(created_prop); in addTransUnit() [all …]
|
D | RBReporter.java | 207 h2_elem.appendChild(h2_text); in generateReports() 208 p1_elem.appendChild(p1_text); in generateReports() 209 p2_elem.appendChild(p2_text); in generateReports() 210 p3_elem.appendChild(p3_text); in generateReports() 211 block_elem.appendChild(p1_elem); in generateReports() 212 block_elem.appendChild(p2_elem); in generateReports() 213 block_elem.appendChild(p3_elem); in generateReports() 214 body_elem.appendChild(h2_elem); in generateReports() 215 body_elem.appendChild(block_elem); in generateReports() 223 ul_elem.appendChild(missing_text); in generateReports() [all …]
|
D | RBTMXExporter.java | 108 comment_prop.appendChild(xml.createTextNode(item.getComment())); 110 tuv.appendChild(comment_prop); 113 translated_prop.appendChild(xml.createTextNode(String.valueOf(item.isTranslated()))); 115 tuv.appendChild(translated_prop); 123 lookup_prop.appendChild(xml.createTextNode(key + "=" + value)); 125 tuv.appendChild(lookup_prop); 129 seg.appendChild(xml.createTextNode(item.getTranslation())); 130 tuv.appendChild(seg); 132 tu.appendChild(tuv); 155 xml.appendChild(root); [all …]
|
/third_party/python/Lib/test/ |
D | test_minidom.py | 133 dom.documentElement.appendChild(orig) 135 frag.appendChild(c1) 136 frag.appendChild(c2) 137 frag.appendChild(c3) 159 dom.documentElement.appendChild(dom.createComment("Hello")) 166 dom.documentElement.appendChild(frag) 186 self.assertRaises(xml.dom.HierarchyRequestErr, dom.appendChild, text) 188 dom.appendChild(elem) 200 elem.appendChild(text) 223 dom.appendChild(dom.createComment("foo")) [all …]
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
D | SimpleScan.java | 48 capabilities.appendChild(e); in addCapability() 65 out.appendChild(base); in createProduct() 68 base.appendChild(products); in createProduct() 72 products.appendChild(product); in createProduct() 78 product.appendChild(releases); in createRelease() 82 releases.appendChild(release); in createRelease() 98 release.appendChild(capabilities); in runMain()
|
D | CapScan.java | 50 capabilities.appendChild(e); in addCapability() 67 out.appendChild(base); in createProduct() 70 base.appendChild(products); in createProduct() 74 products.appendChild(product); in createProduct() 80 product.appendChild(releases); in createRelease() 84 releases.appendChild(release); in createRelease() 101 release.appendChild(capabilities); in runMain()
|
D | ScanJava.java | 65 locs.appendChild(tt); in addCollation() 72 … locs.appendChild(out.createComment("Note: Java locales have different conventions than ICU.")); in addCollation() 100 locs.appendChild(tt); in addFormatting() 107 … locs.appendChild(out.createComment("Note: Java locales have different conventions than ICU.")); in addFormatting()
|
/third_party/icu/icu4j/perf-tests/ |
D | perftests.pl | 99 $root->appendChild($jdkElement); 110 $root->appendChild($icuElement); 143 $root->appendChild($jdkElement); 153 $root->appendChild($icuElement); 235 $root->appendChild($ICU); 242 $root->appendChild($Key); 249 $root->appendChild($JDK); 256 $root->appendChild($Key);
|
/third_party/vk-gl-cts/scripts/log/ |
D | log_to_xml.py | 47 self.getCurElement().appendChild(elem) 83 self.getCurElement().appendChild(txt) 135 resultElem.appendChild(doc.createTextNode(result.statusDetails)) 136 testCaseResult.appendChild(resultElem) 145 dstDoc.appendChild(batchResultNode) 158 batchResultNode.appendChild(summaryElem)
|
/third_party/skia/experimental/docs/ |
D | svgBackend.js | 65 svgRoot.appendChild(cache.element); 78 svgRoot.appendChild(svgDefs); 122 e.appendChild(s); 125 svgDefs.appendChild(e); 132 svgText.appendChild(textNode); 239 svgPicture.appendChild(svgElement);
|
/third_party/flutter/skia/experimental/docs/ |
D | svgBackend.js | 65 svgRoot.appendChild(cache.element); 78 svgRoot.appendChild(svgDefs); 122 e.appendChild(s); 125 svgDefs.appendChild(e); 132 svgText.appendChild(textNode); 239 svgPicture.appendChild(svgElement);
|
/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
D | Blob-constructor-dom.window.js | 24 element.appendChild(document.createElement("div")); 25 element.appendChild(document.createElement("p")); 37 select.appendChild(document.createElement("option"));
|
/third_party/jsframework/runtime/main/model/ |
D | domHelper.ts | 82 element.appendChild(start); 83 element.appendChild(end); 151 dest.appendChild(target.start); 152 dest.appendChild(target.end); 154 return dest.appendChild(target);
|
/third_party/node/test/fixtures/wpt/FileAPI/url/ |
D | url-in-tags.window.js | 13 document.body.appendChild(e); 26 document.body.appendChild(frame); 44 document.body.appendChild(frame);
|
D | url-in-tags-revoke.window.js | 12 document.body.appendChild(frame); 30 document.body.appendChild(frame); 98 document.body.appendChild(e); 112 document.body.appendChild(anchor);
|
/third_party/protobuf/ |
D | update_version.py | 268 elem.appendChild(document.createTextNode('\n' + (' ' * indent))) 269 elem.appendChild(child) 271 elem.appendChild(document.createTextNode('\n' + (' ' * indent))) 292 changelog.appendChild(document.createTextNode(' ')) 307 changelog.appendChild(release) 308 changelog.appendChild(document.createTextNode('\n '))
|
/third_party/typescript/tests/baselines/reference/ |
D | importMeta(module=es2020,target=es5).types | 4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P… 5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () … 6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =… 72 document.body.appendChild(image); 73 >document.body.appendChild(image) : HTMLImageElement 74 >document.body.appendChild : <T extends Node>(newChild: T) => T 78 >appendChild : <T extends Node>(newChild: T) => T
|
D | importMeta(module=commonjs,target=es5).types | 4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P… 5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () … 6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =… 72 document.body.appendChild(image); 73 >document.body.appendChild(image) : HTMLImageElement 74 >document.body.appendChild : <T extends Node>(newChild: T) => T 78 >appendChild : <T extends Node>(newChild: T) => T
|
D | importMeta(module=system,target=es5).types | 4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P… 5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () … 6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =… 72 document.body.appendChild(image); 73 >document.body.appendChild(image) : HTMLImageElement 74 >document.body.appendChild : <T extends Node>(newChild: T) => T 78 >appendChild : <T extends Node>(newChild: T) => T
|
D | importMeta(module=esnext,target=esnext).types | 4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P… 5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () … 6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =… 72 document.body.appendChild(image); 73 >document.body.appendChild(image) : HTMLImageElement 74 >document.body.appendChild : <T extends Node>(newChild: T) => T 78 >appendChild : <T extends Node>(newChild: T) => T
|
D | importMeta(module=esnext,target=es5).types | 4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P… 5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () … 6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =… 72 document.body.appendChild(image); 73 >document.body.appendChild(image) : HTMLImageElement 74 >document.body.appendChild : <T extends Node>(newChild: T) => T 78 >appendChild : <T extends Node>(newChild: T) => T
|
D | importMeta(module=commonjs,target=esnext).types | 4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P… 5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () … 6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =… 72 document.body.appendChild(image); 73 >document.body.appendChild(image) : HTMLImageElement 74 >document.body.appendChild : <T extends Node>(newChild: T) => T 78 >appendChild : <T extends Node>(newChild: T) => T
|
D | importMeta(module=system,target=esnext).types | 4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P… 5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () … 6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =… 72 document.body.appendChild(image); 73 >document.body.appendChild(image) : HTMLImageElement 74 >document.body.appendChild : <T extends Node>(newChild: T) => T 78 >appendChild : <T extends Node>(newChild: T) => T
|
D | importMeta(module=es2020,target=esnext).types | 4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P… 5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () … 6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =… 72 document.body.appendChild(image); 73 >document.body.appendChild(image) : HTMLImageElement 74 >document.body.appendChild : <T extends Node>(newChild: T) => T 78 >appendChild : <T extends Node>(newChild: T) => T
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | compositing_test.dart | 108 scene1.appendChild(clip1); 109 clip1.appendChild(opacity); 110 opacity.appendChild(picture); 128 scene2.appendChild(clip2); 130 clip2.appendChild(opacity); 143 scene3.appendChild(clip3); 145 clip3.appendChild(opacity);
|