代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/206619/5006883
cs parser.cs
/*----------------------------------------------------------------------
Compiler Generator Coco/R,
Copyright (c) 1990, 2004 Hanspeter Moessenboeck, University of Linz
extended by M. Loeberbauer &
www.eeworm.com/read/206619/5006910
cs parser.cs
using System;
using System.Text.RegularExpressions;
namespace RJH.CommandLineHelper
{
/// Implementation of a command-line parsing class. Is capable of
/// having switches registere
www.eeworm.com/read/206619/5006930
frame parser.frame
using System;
using System.Reflection;
-->namespace
-->tokens
public class Parser
{
-->constants
const bool T = true;
const bool x = false;
const int
www.eeworm.com/read/206619/5006931
cs parser.cs
#line 1 "cs.ATG"
using System.Drawing;
using System.Collections;
using System.Collections.Specialized;
using System.Text;
using ICSharpCode.SharpRefactory.Parser;
using ICSharpCode.SharpRefa
www.eeworm.com/read/206619/5007241
frame parser.frame
using System;
using System.Reflection;
-->namespace
-->tokens
public class Parser
{
-->constants
const bool T = true;
const bool x = false;
const int
www.eeworm.com/read/206619/5007243
cs parser.cs
#line 1 "VBNET.ATG"
using System.Drawing;
using System.Collections;
using System.Collections.Specialized;
using System.Text;
using ICSharpCode.SharpRefactory.Parser.AST.VB;
using ICSharpCode
www.eeworm.com/read/205898/5014154
pm parser.pm
# $Id: Parser.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Parser;
use strict;
use vars qw/
$NCName
$QName
$NCWild
$QNWild
$NUMBER_RE
$N
www.eeworm.com/read/205824/5016223
h parser.h
/*
* Summary: the core parser module
* Description: Interfaces, constants and types related to the XML parser
*
* Copy: See Copyright for the status of this software.
*
* Author: Daniel Ve
www.eeworm.com/read/205824/5016303
c parser.c
/*
* parser.c : an XML 1.0 parser, namespaces and validity support are mostly
* implemented on top of the SAX interfaces
*
* References:
* The XML specification:
* http://
www.eeworm.com/read/205824/5017092
h parser.h
#ifndef PARSER_H
#define PARSER_H
int parse_dhcp_options( DHCPMESSAGE *, DHCPOPTIONS *);
int process_dhcp_packet( DHCPMESSAGE *, DHCPOPTIONS *);
int write_packet( DHCPMESSAGE *, char *);
#end