代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4207087
ado mdytoe.ado
*! version 2.1.0 02/27/93
program define mdytoe
version 3.1
local varlist "req ex min(3) max(3)"
local if "opt"
local in "opt"
local options "Generate(string)"
parse "`*'"
if "`generat
www.eeworm.com/read/273525/4207099
ado mata_matsave.ado
*! version 1.0.0 03jan2005
program mata_matsave
version 9
// : mata matsave filename namelist [, replace]
gettoken fn 0 : 0, parse(" ,")
if `"`fn'"'=="" {
di as err "nothing found whe
www.eeworm.com/read/273525/4207257
ado manova_estat.ado
*! version 1.0.0 04feb2005
program manova_estat, rclass
version 9
if "`e(cmd)'" != "manova" {
error 301
}
gettoken key rest : 0, parse(", ")
local lkey = length(`"`key'"')
if `"`k
www.eeworm.com/read/273525/4207279
ado mdytof.ado
*! version 2.1.0 02/27/93
program define mdytof
version 3.1
local varlist "req ex min(3) max(3)"
local if "opt"
local in "opt"
local options "Generate(string)"
parse "`*'"
if "`generat
www.eeworm.com/read/273525/4207339
ado mata_matuse.ado
*! version 1.0.0 03jan2005
program mata_matuse
version 9
// : mata matuse filename [, replace]
gettoken fn 0 : 0, parse(" ,")
if `"`fn'"'=="" {
di as err "nothing found where filename
www.eeworm.com/read/273525/4207703
ado arch_estat.ado
*! version 1.0.0 16feb2005
program arch_estat, rclass
version 9
if "`e(cmd)'" != "arch" {
error 301
}
gettoken key rest : 0, parse(", ")
local lkey = length(`"`key'"')
if `"`key'"
www.eeworm.com/read/273525/4207716
ado arima_estat.ado
*! version 1.0.0 16feb2005
program arima_estat, rclass
version 9
if "`e(cmd)'" != "arima" {
error 301
}
gettoken key rest : 0, parse(", ")
local lkey = length(`"`key'"')
if `"`key
www.eeworm.com/read/273525/4207749
ado anova_estat.ado
*! version 1.0.0 04feb2005
program anova_estat, rclass
version 9
if "`e(cmd)'" != "anova" {
error 301
}
gettoken key rest : 0, parse(", ")
local lkey = length(`"`key'"')
if `"`key
www.eeworm.com/read/273525/4209198
ado _prefix_footnote.ado
*! version 1.0.6 30mar2005
program _prefix_footnote
version 9
syntax [, deff ]
local footnote `"`e(footnote)'"'
gettoken cmd args : footnote, parse(" ,")
capture which `cmd'
if !c(rc)
www.eeworm.com/read/273525/4209223
ado _mtest.ado
*! version 1.3.2 18jan2002
program define _mtest
version 8
gettoken key 0 : 0, parse(" ,")
local nkey = length(`"`key'"')
if `"`key'"' == substr("query", 1, `nkey') {
Query `0'
}
el