代码搜索:parse

找到约 10,000 项符合「parse」的源代码

代码结果 10,000
www.eeworm.com/read/101657/15822723

pas crp.pas

UNIT CRP; (* Parser generated by Coco/R (Pascal version) *) INTERFACE PROCEDURE Parse; FUNCTION Successful : BOOLEAN; (* Returns TRUE if no errors have been recorded while parsing *) PRO
www.eeworm.com/read/433274/8534323

cpp pdoh.cpp

// Copyright (c) 2007, Arne Steinarson // Licensing for DynObj project - see DynObj-license.txt in parent folder /* This is a utility to parse through DynObj header files and generate type related
www.eeworm.com/read/389295/8535007

c xgetopt.c

/* * The Sleuth Kit */ // XGetopt.cpp Version 1.2 // // Author: Hans Dietrich // hdietrich2@hotmail.com // // Description: // XGetopt.cpp implements getopt(), a function to parse com
www.eeworm.com/read/187283/8835400

projects

0. Improved efficiency. * Parse and output array initializers an element at a time, freeing storage after each, instead of parsing the whole initializer first and then outputting. This would reduce
www.eeworm.com/read/374163/9418995

readme

This package contains a reimplementation of getopt(1). PREFACE Getopt(1) is a program to help shell scripts parse command-line parameters. It is for example included in the util-linux distribution (
www.eeworm.com/read/366065/9834079

c tclparse.c

/* * tclParse.c -- * * This file contains procedures that parse Tcl scripts. They * do so in a general-purpose fashion that can be used for many * different purposes, including compilation, dir
www.eeworm.com/read/363101/9967614

changes

Release 1.95.8 Fri Jul 23 2004 - Major new feature: suspend/resume. Handlers can now request that a parse be suspended for later resumption or aborted altogether. See
www.eeworm.com/read/363101/9967631

mmp parsefile.mmp

// Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd // See the file COPYING for copying permission. // using relative paths for source and userinclude directories TARGET Parse
www.eeworm.com/read/166568/10016409

java budgetdata.java

import java.io.*; import java.util.*; public class BudgetData { public static List parse(InputStream src) throws IOException { // The document as published by the OMB is encoded in Lat
www.eeworm.com/read/361386/10055770

java shift_action.java

package java_cup; /** This class represents a shift action within the parse table. * The action simply stores the state that it shifts to and responds * to queries about its type. * * @versi