代码搜索:libxml
找到约 1,579 项符合「libxml」的源代码
代码结果 1,579
www.eeworm.com/read/422060/2044700
phpt oo_002.phpt
--TEST--
XMLWriter: libxml2 XML Writer, membuffer, flush
--SKIPIF--
--FILE--
www.eeworm.com/read/422060/2044702
phpt 001.phpt
--TEST--
XMLWriter: libxml2 XML Writer, file buffer, flush
--SKIPIF--
--FILE--
www.eeworm.com/read/422060/2044706
phpt oo_004.phpt
--TEST--
XMLWriter: libxml2 XML Writer, file buffer, flush
--SKIPIF--
--FILE--
www.eeworm.com/read/422060/2044707
phpt 006.phpt
--TEST--
XMLWriter: libxml2 XML Writer, startDTD/writeElementNS
--SKIPIF--
--FILE--
www.eeworm.com/read/422060/2044708
phpt oo_001.phpt
--TEST--
XMLWriter: libxml2 XML Writer, file buffer, flush
--SKIPIF--
--FILE--
www.eeworm.com/read/182886/9187382
makefile2
#
# Makefile of mod_xslt on MediaBox (by hideki)
#
CFLAGS += -O0 -g -c -I/usr/include/libxml2 -I/usr/include/libxslt \
-I/opt/apache/include
LDFLAGS += -shared -lc -lxml2 -lxslt
all: build mod_xs
www.eeworm.com/read/221578/14736913
makefile
# FIXME: use libs only where required
CFLAGS=-ansi -Wall -ggdb
# libxml
CFLAGS+=${shell xml2-config --cflags}
LDFLAGS+=${shell xml2-config --libs}
# cdk
CFLAGS+=-I/usr/include/cdk
LDFLAGS+=-lcdk -lncu
www.eeworm.com/read/242732/4537516
py check-xml-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
sys.path.insert(0, "python")
import libxml2
test_nr = 0
test_succeed = 0
test_failed = 0
test_error = 0
#
# the testsui
www.eeworm.com/read/216802/4881345
py check-xml-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
sys.path.insert(0, "python")
import libxml2
test_nr = 0
test_succeed = 0
test_failed = 0
test_error = 0
#
# the testsui
www.eeworm.com/read/205824/5016207
py check-xml-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
sys.path.insert(0, "python")
import libxml2
test_nr = 0
test_succeed = 0
test_failed = 0
test_error = 0
#
# the testsui