代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/213567/4915283
ih regcomp.ih
/* ========= begin header generated by ./mkh ========= */
#ifdef __cplusplus
extern "C" {
#endif
/* === regcomp.c === */
static void p_ere(register struct parse *p, int stop);
static void p_ere_exp(r
www.eeworm.com/read/207461/5001528
c parser.c
/*
* Jabber AIM-Transport libfaim interface
*
*/
#include "aimtrans.h"
void at_parse_packet(void *arg)
{
at_mtq_data amd;
at_session s;
xmlnode dupx;
char *ns;
unsigned char *u
www.eeworm.com/read/207028/5002822
java constants.java
package us.k5n.ical;
/**
* iCal constants
* @version $Id$
* @author Craig Knudsen, craig@k5n.us
*/
interface Constants
{
/** Parse iCal data strictly. ParseException errors will be gene
www.eeworm.com/read/191699/5163535
java parseexception.java
/*
* ParseException.java
*
* Created on 14. November 2004, 15:19
*/
package com.libGPS4j2me.devices.StdGPS.exceptions;
/**
* Is being thrown when GPS parser fails to parse data deliver
www.eeworm.com/read/190666/5174376
c crash1.c
// Build don't link:
template
struct S1 {};
namespace N {
}
struct S2
{
typedef N::S1 S2_T; // ERROR - parse error
};
www.eeworm.com/read/190666/5175434
c 900331_04.c
// g++ 1.37.1 bug 900331_04
// g++ is unable to correctly parse declarations of formal parameters and
// local objects which have pointer-to-array types or reference-to-array
// types.
// Cfront 2.0
www.eeworm.com/read/190346/5184071
py getversion.py
#!/usr/bin/env python
#
# getversion.py - Parse version numbers from C header files.
#
import re
__all__ = ['Parser', 'Result']
class Result:
pass
class Parser:
def __init__(self)
www.eeworm.com/read/186487/5231690
1 prepare_corpus.1
.\" Process this file with
.\" groff -man -Tascii prepare_corpus.1
.TH PREPARE_CORPUS 1 "FEBRUARY 2004" "Infomap Project" "Infomap NLP Manual"
.SH NAME
.TP
prepare_corpus \- parse corpus for ot
www.eeworm.com/read/177235/5331351
h agentx_config.h
#ifndef __AGENTX_CONFIG_H__
#define __AGENTX_CONFIG_H__
config_belongs_in(agent_module)
#ifdef __cplusplus
extern "C" {
#endif
void agentx_parse_master(const char *token, ch