代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/317414/3580815
vm bottom.vm
##页面头
#parse("$action.getText('config.templatePath')/Header0.vm")
##-------------------------------------------------------------
www.eeworm.com/read/307055/3729385
java~ cookieparse.java~
package com.heaton.bot;
/**
* This class is used to parse cookies that are transmitted
* with the HTTP headers.
*
* Copyright 2001 by Jeff Heaton
*
* @author Jeff Heaton
* @version 1.0
*/
pub
www.eeworm.com/read/306512/3738052
java~ cookieparse.java~
package com.heaton.bot;
/**
* This class is used to parse cookies that are transmitted
* with the HTTP headers.
*
* Copyright 2001 by Jeff Heaton
*
* @author Jeff Heaton
* @version 1.0
*/
pub
www.eeworm.com/read/303917/3804440
java quit.java
package agenda.command;
import agenda.Exception.*;
/**
* Quit command
* @author wc
*/
public class QUIT implements Command{
/**
* Command parse method
* @param args
* @thro
www.eeworm.com/read/288248/4008674
assert checkselectnum.assert
#if($item == "advice")
Integer txt=mainForm.getNumberSelected();
int result=new Integer($target);
if(txt.equals(result))
$success
else
$failure
#end
#if($item == "finished")
#parse
www.eeworm.com/read/288248/4008690
assert checkdifficultyvalue.assert
#if($item == "advice")
int d = freesudoku.board.diffSlider.getValue();
int result = $target;
if(d == result)
$success
else
$failure
#end
#if($item == "finished")
#parse("repositories/ass
www.eeworm.com/read/277815/4150794
c inpdoopt.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/* INPdoOpts(ckt,option card)
* parse the options off of
www.eeworm.com/read/274903/4180332
c htmime.c
/* MIME Message Parse HTMIME.c
** ==================
**
** This is RFC 1341-specific code.
** The input stream pushed into this parser is assumed to be
** stripped on CRs, ie lines end with LF,
www.eeworm.com/read/273525/4205111
ado checkdlgfiles.ado
*! version 1.0.3 21mar2005
program checkdlgfiles
version 8
gettoken cmd 0 : 0, parse(" ,")
syntax [, PATH(string) System]
if "`system'" != "" {
if `"`path'"'!="" {
di as err ///
www.eeworm.com/read/273525/4205315
ado clustermat.ado
*! version 1.0.0 19feb2005
program clustermat
version 9
gettoken subcmd 0 : 0 , parse(" ,")
local subcmd = lower(`"`subcmd'"')
if `"`subcmd'"' == "" | `"`subcmd'"' == "," {
di as erro