代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/474814/1390651
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
www.eeworm.com/read/472167/1418769
pm nntp.pm
package URI::URL::nntp;
require URI::URL::_generic;
@ISA = qw(URI::URL::_generic);
use URI::Escape;
sub default_port { 119 }
sub _parse {
my($self, $init) = @_;
$self->URI::URL::_generic::_
www.eeworm.com/read/472167/1418772
pm ftp.pm
package URI::URL::ftp;
require URI::URL::_generic;
@ISA = qw(URI::URL::_generic);
sub default_port { 21 }
sub _parse {
my($self, $init) = @_;
# The ftp URLs can't have any query string
$
www.eeworm.com/read/471667/1426643
java textparseexception.java
// Copyright (c) 2002-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS;
import java.io.*;
/**
* An exception thrown when unable to parse text.
*
* @author Brian Wellington
*/
p
www.eeworm.com/read/470720/1447583
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/470693/1459529
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/461213/1554514
imakefile
CURRENT_DIR = $(QCCPACK)/src/libQccPack/lib
OBJS = \@@\
init.o \@@\
parse.o \@@\
string.o \@@\
env.o \@@\
version.o \@@\
error.o \@@\
binary_values.o \@@\
file
www.eeworm.com/read/460691/1558611
pm ftp.pm
package URI::URL::ftp;
require URI::URL::_generic;
@ISA = qw(URI::URL::_generic);
sub default_port { 21 }
sub _parse {
my($self, $init) = @_;
# The ftp URLs can't have any query stri