代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4210438
ado split.ado
*! version 2.0.4 28jun2005
program define split, rclass
version 7, missing
syntax varname(str) [if] [in] /*
*/ [, Generate(str) noTrim Parse(str asis) DESTRING /*
*/ force float Ignore(strin
www.eeworm.com/read/270919/4231670
pm findinclude.pm
package FindInclude;
use strict;
my @dirs = ();
my %found = ();
sub parse_include_opts {
my @args_in = @_;
my @args_out = ();
for my $arg (@args_in) {
if( $arg =~ /-I(.*)/ ) {
my $
www.eeworm.com/read/447738/1697279
readme
Notes on how the HPPA testsuite is organized:
basic.parse -- this directory contains the basic instruction parsing
tests and a simple .stab parsing test. This would be where you'd
add code to make s
www.eeworm.com/read/442179/1764933
xtp sax.xtp
SAX parsers use a callback mechanism to parse XML. Applications
register a to receive the parsing events. Although
this is a little more complicate
www.eeworm.com/read/440906/1777080
c enum9.c
// Build don't link:
// GROUPS passed enums
enum fig {
figgy,
pudding,
}; // ERROR - comma
class X {
public:
static fig (*open)(void *thing, const char *filename);
static fig (*parse
www.eeworm.com/read/438718/1822709
py parsesetup.py
# Parse Makefiles and Python Setup(.in) files.
import regex
import string
# Extract variable definitions from a Makefile.
# Return a dictionary mapping names to values.
# May raise IOError.
makeva
www.eeworm.com/read/432012/1901482
fs userboot.fs
\ 7.4.3.5 User commands for booting
: boot ( "{param-text}" -- )
linefeed parse cr
s" platform-boot" $find if
execute
else
2drop
cr ." Booting " type cr
." ... not sup
www.eeworm.com/read/430599/1919448
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package jade.content.lang.sl;
/**
* This exception is thrown when parse errors are encountered.
* You can expl
www.eeworm.com/read/409505/2230819
properties messages.properties
DWRServlet.FileError=Parse error reading from dwr.xml
DWRServlet.MissingFile=Could not find dwr configuration file at: {0}.
DWRServlet.ExecutionContextInit=Failed to load implementation of {0} wit
www.eeworm.com/read/407313/2266610
fs userboot.fs
\ 7.4.3.5 User commands for booting
: boot ( "{param-text}" -- )
linefeed parse cr
s" platform-boot" $find if
execute
else
2drop
cr ." Booting " type cr
." ... not sup