代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/177353/5328234
c table.c
/* HTML tables parser */
/* Note that this does *not* fit to the HTML parser infrastructure yet, it has
* some special custom calling conventions and is managed from
* document/html/tables.c. */
#
www.eeworm.com/read/337445/3340265
docs sip.docs
/* -*- c -*- */
/**@MODULEPAGE "sip" - SIP Parser Module
*
* @section sip_meta Module Meta Information
*
* The Sofia @b sip module contains interface to the SIP parser and the
* header and messa
www.eeworm.com/read/337445/3340437
docs msg.docs
/* -*- text -*- */
/**@MODULEPAGE "msg" - Message Parser Module
@section msg_meta Module Meta Information
This module contains parser and functions for manipulating messages and
headers for text-ba
www.eeworm.com/read/275358/4178191
svn-base docbparser.h.svn-base
/*
* Summary: old DocBook SGML parser
* Description: interface for a DocBook SGML non-verifying parser
* This code is DEPRECATED, and should not be used anymore.
*
* Copy: See Copyright for the s
www.eeworm.com/read/431664/1904985
docs msg.docs
/* -*- text -*- */
/**@mainpage Sofia SIP Stack: Message Parser, Message and Header Objects
@section msg_meta Module Meta Information
This module contains parser and functions for manipulating mes
www.eeworm.com/read/390680/2526119
h docbparser.h
/*
* Summary: old DocBook SGML parser
* Description: interface for a DocBook SGML non-verifying parser
* This code is DEPRECATED, and should not be used anymore.
*
* Copy: See Copyright for the s
www.eeworm.com/read/377343/2702052
py site.py
"""DOM parser for Site Explorer results
Implement a simple DOM parsers for the Yahoo Search Web Services site
explorer APIs. This provides parser for the following classes:
PageData - Shows
www.eeworm.com/read/132665/14080994
h docbparser.h
/*
* Summary: old DocBook SGML parser
* Description: interface for a DocBook SGML non-verifying parser
* This code is DEPRECATED, and should not be used anymore.
*
* Copy: See Copyright for the s
www.eeworm.com/read/474814/1390869
makefile
all: vb
CFLAGS=-Wall
lex.yy.c: lexer.l
flex -i $<
parser.tab.c: parser.y
bison -v -d $<
vb: emit.o parser.tab.o lex.yy.o main.o
gcc lex.yy.o main.o emit.o parser.tab.o -o $@ -lfl
clean:
rm *
www.eeworm.com/read/323581/3515001
makefile
all: vb
CFLAGS=-Wall
lex.yy.c: lexer.l
flex -i $<
parser.tab.c: parser.y
bison -v -d $<
vb: emit.o parser.tab.o lex.yy.o main.o
gcc lex.yy.o main.o emit.o parser.tab.o -o $@ -lfl
clean:
rm *