代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/242875/12975699
am makefile.am
EXTRA_DIST = dom_build.dsp dom_parse_entities.dsp dom_parser.dsp \
dom_read_write.dsp dom_xpath.dsp import_node.dsp Makefile.am \
sax_exception.dsp sax_parser.dsp sax_parser_build_dom.dsp \
sax_par
www.eeworm.com/read/136989/5832141
cpp client.cpp
// client.cpp,v 1.5 2002/01/29 20:21:08 okellogg Exp
#include "ace/Get_Opt.h"
#include "ace/Read_Buffer.h"
#include "test_i.h"
#include "tao/Strategies/advanced_resource.h"
ACE_RCSID(Nested
www.eeworm.com/read/258097/11884797
c kfptr.c
//
// FILE
// kfptr.c
//
// kernel functional-pointer value
//
#include "config.h"
#include "regmap.h"
#ifndef SDRAM_16Mb_Mode //terry,2004/12/3 07:19PM
#define SUPPORT_CVDOGT
#define SU
www.eeworm.com/read/127087/6008116
def libisccfg.def
LIBRARY libisccfg
; Exported Functions
EXPORTS
cfg_parser_create
cfg_parser_setcallback
cfg_parse_file
cfg_parse_buffer
cfg_parser_destroy
cfg_obj_isvoid
cfg_obj_ismap
cfg_map_get
cfg_map_getname
cf
www.eeworm.com/read/250524/4430107
extra entries.extra
/Jamfile////*///
/module.mk////*///
/rules.mk////*///
/t42drivr.c////*///
/t42drivr.h////*///
/t42error.h////*///
/t42objs.c////*///
/t42objs.h////*///
/t42parse.c////*///
/t42parse.h////*///
www.eeworm.com/read/242657/4550418
cpp http_request.cpp
// $Id: http_request.cpp 73790 2006-07-27 20:43:46Z wotte $
#include "HTTPU/http_request.h"
#include "HTTPU/parse_http_request.h"
void
HTTP_Request::parse_line (void)
{
this->status_ = STATUS_OK;
www.eeworm.com/read/189320/5201158
cpp http_request.cpp
// http_request.cpp,v 1.1 2000/04/27 23:43:17 jxh Exp
#include "HTTPU/http_request.h"
#include "HTTPU/parse_http_request.h"
void
HTTP_Request::parse_line (void)
{
this->status_ = STATUS_OK;
thi
www.eeworm.com/read/179153/5309754
t preferred.t
use strict;
use Test;
BEGIN { plan test => 25; }
use Net::IPv6Addr;
ok(1);
my @x;
# Test ipv6_parse_preferred, garbage input.
eval { @x = Net::IPv6Addr::ipv6_parse_preferred("nathan jones"); };
ok(
www.eeworm.com/read/179153/5309758
t compressed.t
use strict;
use Test;
BEGIN { plan test => 19; }
use Net::IPv6Addr;
ok(1);
my @x;
# Test ipv6_parse_compressed, bad digits.
eval { @x = Net::IPv6Addr::ipv6_parse_compressed("::x"); };
ok($@);
ok($@