代码搜索:DOM2
找到约 28 项符合「DOM2」的源代码
代码结果 28
www.eeworm.com/read/162614/5530409
c 20040513-2.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-dom2" } */
int link_error(void);
int s(void);
int t(int i)
{
_Bool g = i == 4;
int h = g;
_Bool j = h;
int k = j;
_Bool l = k == 0;
_Bo
www.eeworm.com/read/162614/5530542
c 20040703-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-dom2" } */
float foo(float x)
{
x += 1;
x -= 1;
return x;
}
/* We should *not* fold the arithmetic. */
/* { dg-final { scan-tree-dump-
www.eeworm.com/read/333311/3388904
js xmlutils.js
// XmlDocument factory
function XmlDocument() {}
XmlDocument.create = function () {
try {
// DOM2
if (document.implementation && document.implementation.createDocument) {
var doc = document.i
www.eeworm.com/read/383065/2622933
dxx intro.dxx
/**@name Introduction
* The Linux DOM2 XML Parser Version 1.2 (IXML) is a lightweight, portable XML
* parser supporting the standard Document Object Model (DOM) Level 2
* interfaces. The parser