代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/317414/3580844
vm showlist1.vm
##页面头
#parse("$action.getText('config.templatePath')/Header.vm")
##接收参数
#set($strTitle = $req.getParameter("strTitle"))
#set($gName = $strTitle)
#if($strTitle != "")
#set($strTitle = "$action
www.eeworm.com/read/313224/3645061
pm basename.pm
=head1 NAME
File::Basename - Parse file paths into directory, filename and suffix.
=head1 SYNOPSIS
use File::Basename;
($name,$path,$suffix) = fileparse($fullname,@suffixlist);
$name =
www.eeworm.com/read/305823/3768567
java configfactory.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package biz.tbuy.huliqing.jloading.downloader;
import java.io.File;
import javax.xml.parsers.Parse
www.eeworm.com/read/305277/3778266
scala json.scala
import scala.util.parsing.json._
object Test extends Application {
def printJSON(s: String) {
println(JSON parse s)
}
printJSON("{\"name\": \"value\"}")
printJSON("{\"name\": \"va1ue\"}")
www.eeworm.com/read/292758/3941590
pl concat.pl
#!/usr/bin/perl
require "subparseform.lib";
&Parse_Form;
$first = $formdata{'first_name'};
$married = $formdata{'fiance_last'};
$fullname = $first . " " . $married;
print "Content-type:
www.eeworm.com/read/288222/4008934
1 getopt.1
.TH GETOPT 1 "May 31, 1997" Linux ""
.SH NAME
getopt \- parse command options (enhanced)
.SH SYNOPSIS
.BR getopt " optstring parameters"
.BR getopt " [options] [" -- "] optstring parameters"
.BR get
www.eeworm.com/read/288089/4011964
makefile
SRCS = include.c main.c parse.c pr.c cppsetup.c ifparser.c
OBJS = $(SRCS:.c=.o)
vncmkdepend: $(OBJS)
$(CC) $^ -o $@
www.eeworm.com/read/283915/4073527
pl concat.pl
#!/usr/bin/perl
require "subparseform.lib";
&Parse_Form;
$first = $formdata{'first_name'};
$married = $formdata{'fiance_last'};
$fullname = $first . " " . $married;
print "Content-type:
www.eeworm.com/read/278867/4141076
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