代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2880010
c 20070129.c
/* This testcase would cause a hang in PTA solving due to a complex copy
constraint and marking the wrong variable as changed. */
typedef struct RExC_state_t
{
char *end;
char *parse;
} RExC_st
www.eeworm.com/read/366702/2884626
c uninit-4.c
/* Spurious uninit variable warnings, case 4.
Simplified version of cppexp.c (cpp_parse_expr).
This one is really fragile, it gets it right if you take out case
1, or if the structure is rep
www.eeworm.com/read/358128/2999772
pm parsesource.pm
package ExtUtils::XSBuilder::ParseSource;
use strict;
use vars qw{$VERSION $verbose} ;
use Config ();
use Data::Dumper ;
use Carp;
use Parse::RecDescent;
use File::Path qw(mkpath);
use E
www.eeworm.com/read/358128/3000082
pm recdescent.pm
# GENERATE RECURSIVE DESCENT PARSER OBJECTS FROM A GRAMMARC
# SEE RecDescent.pod FOR FULL DETAILS
use 5.005;
use strict;
package Parse::RecDescent;
use Text::Balanced qw ( extract_codeblock extract
www.eeworm.com/read/358128/3000205
pm zlib.pm
package Compress::Raw::Zlib;
require 5.004 ;
require Exporter;
use AutoLoader;
use Carp ;
#use Parse::Parameters;
use strict ;
use warnings ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT,
www.eeworm.com/read/358128/3003112
phpt 001.phpt
--TEST--
XML Parser: parse simple string
--SKIPIF--
--FILE--
www.eeworm.com/read/352920/3092087
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package com.laoer.bbscs.lucene.html;
/**
* This exception is thrown when parse errors are encountered.
* You can ex
www.eeworm.com/read/267456/4267141
java iparsefile.java
/*
* FileName ParseFile.java
* Create Time 2005-7-29 10:04:56
* Author shiwei
* Descript 解析文件
* Version
*/
package com.snoics.reptile.parse;
public interface IParseFile {
/**
www.eeworm.com/read/267439/4267190
s ncrtso.s
! This is the C run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _main expects them.
! It also initializes _
www.eeworm.com/read/267439/4267277
s crtso.s
! This is the C run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _main expects them.
! It also initializes _