代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/180500/5283189
java saxparseexception.java
// SAX exception class.
// No warranty; no copyright -- use this as you will.
// $Id: SAXParseException.java,v 1.4 2000/05/15 16:10:53 mojo Exp $
package org.xml.sax;
/**
* Encapsulate an XML parse
www.eeworm.com/read/177353/5328163
c plural.c
/* A Bison parser, made from plural.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse gettext__parse
#define yylex gettext__lex
#define yyerror g
www.eeworm.com/read/162614/5520217
c defarg8.c
// { dg-do assemble }
// Default arguments containing more than one non-nested explicit
// template argument leads to parse error
// This might be ill formed. See DR 325 (which would like to make i
www.eeworm.com/read/162614/5522088
c 900331_04.c
// { dg-do run }
// 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
// typ
www.eeworm.com/read/340665/3276030
c 900324_03.c
// g++ 1.37.1 bug 900324_03
// g++ is unable to correctly parse declarations of non-global function-pointer
// variables and/or function-pointer formal parameters.
// Cfront 2.0 passes this test.
/
www.eeworm.com/read/334125/3373631
yml meta.yml
name: Parse-Pidl
abstract: Generate parsers / DCE/RPC-clients from IDL
author:
- Andrew Tridgell
- Jelmer Vernooij
- Stefan Metzmacher
www.eeworm.com/read/334125/3374840
c kerberos_pac.c
/*
Unix SMB/CIFS implementation.
Create and parse the krb5 PAC
Copyright (C) Andrew Bartlett 2004-2005
Copyright (C) Andrew Tridgell 2001
Copyright (C) Luke H
www.eeworm.com/read/331135/3416216
h fatal.h
/* Fatal Error Definitions */
#define OUTOFMEM_ERROR -7; /* out of memory */
#define ERROR -1 /* non specific error */
#define SUCCESS 1
#define FAILURE -1
#define PARSE_ERROR -11
#define DIV_BY_ZERO
www.eeworm.com/read/331090/3417340
java xlssheetreader.java
package net.sf.jxls.reader;
import java.util.List;
import java.util.Map;
import org.apache.poi.hssf.usermodel.HSSFSheet;
/**
* Interface to parse XLS sheet
* @author Leonid Vysochyn
*
www.eeworm.com/read/324447/3503344
java xyzapp.java
/*
* A set of classes to parse, represent and display Chemical compounds in
* .xyz format (see http://chem.leeds.ac.uk/Project/MIME.html)
*/
import java.applet.Applet;
import java.awt.Image;
impor