代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/136989/5836165
cpp export_test.cpp
// export_test.cpp,v 1.21 2002/01/29 20:20:56 okellogg Exp
#include "tao/PortableServer/ORB_Manager.h"
#include "Offer_Exporter.h"
#include "Offer_Importer.h"
#include "Service_Type_Exporter.h"
www.eeworm.com/read/115070/6120288
ldap-del-user
#!/usr/bin/perl
#
# Delete user entry from LDAP
# by pfalcon@users.sourceforge.net 2000-10-18
# $Id: ldap-del-user,v 1.2 2002/12/23 13:17:14 lo-lan-do Exp $
#
require("include.pl"); # Include all
www.eeworm.com/read/115070/6120291
ldap-dump
#!/usr/bin/perl
#
# Dump LDAP database
# by pfalcon@users.sourceforge.net 2000-10-18
# $Id: ldap-dump,v 1.2 2002/12/23 13:17:14 lo-lan-do Exp $
#
require("include.pl"); # Include all the predefi
www.eeworm.com/read/104049/6211839
h pass_persist.h
/*
* pass: pass through extensiblity
*/
#ifndef _MIBGROUP_PASS_PERSIST_H
#define _MIBGROUP_PASS_PERSIST_H
config_require(ucd-snmp/extensible util_funcs)
void init_pass_persist(void);
extern FindV
www.eeworm.com/read/397828/8019920
c parser.c
#include "global.h"
int lookahead;
parse()
{
lookahead = lexan();
while(lookahead != DONE)
{
expr();
match(';');
}
}
expr()
{
www.eeworm.com/read/136989/5827995
pm parser.pm
package Parser;
# ************************************************************
# Description : A basic parser that requires a parse_line override
# Author : Chad Elliott
# Create Date
www.eeworm.com/read/120487/6072862
h primnodes.h
/*-------------------------------------------------------------------------
*
* primnodes.h
* Definitions for "primitive" node types, those that are used in more
* than one of the parse/plan/e
www.eeworm.com/read/100926/6264319
pm parser.pm
package Parser;
# ************************************************************
# Description : A basic parser that requires a parse_line override
# Author : Chad Elliott
# Create Date
www.eeworm.com/read/130291/14198721
java jarelinterpreter.java
/**
* @author Christoph Bockisch
*/
public interface JarelInterpreter {
ParseResult parse(String programFilename) throws ParserException, ScannerException;
boolean typeC
www.eeworm.com/read/116266/14981631
c graphicparse.c
/***********************************************************************
What This Is: Graphic Parse Modual
Author: Laura Deddens
Email: lelo@cats.ucsc.edu
Last Modi