代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4208905
ado _vec_opck.ado
*! version 1.0.0 15mar2004
program define _vec_opck
version 8.2
syntax , [ optname(string) opts(string) ]
if `"`opts'"' != "" {
if `"`optname'"' != "" {
di as err `"{cmd:`optname'()}
www.eeworm.com/read/273525/4208922
ado _brr_sum.ado
*! version 1.0.5 24feb2005
program _brr_sum, rclass
version 9
syntax [anything(name=namelist)] [using/] [if] [in] [, * ]
if `"`using'"' != "" {
preserve
quietly use `"`using'"', clear
www.eeworm.com/read/273525/4208969
ado _gpc.ado
*! version 7.0.2 01oct2004
program define _gpc
version 6.0, missing
syntax newvarname =/exp [if] [in] [, prop BY(varlist)]
marksample touse, novarlist
quietly {
local x = 100
if "`
www.eeworm.com/read/273525/4209033
ado _bs_sum.ado
*! version 1.0.5 16feb2005
program _bs_sum, rclass
version 9, missing
syntax [anything(name=namelist)] [using/] [if] [in] [, * ]
if `"`using'"' != "" {
preserve
quietly use `"`using'"'
www.eeworm.com/read/273525/4209036
ado _vec_grcroots.ado
*! version 1.0.3 07mar2005
program define _vec_grcroots,
version 8.2
syntax , ///
re(name) ///
im(name) ///
mod(name) ///
[ ///
addplot(string) ///
plot(stri
www.eeworm.com/read/273525/4209046
ado _score_spec.ado
*! version 1.0.3 30mar2005
program _score_spec, sclass
version 9
syntax [anything(name=vlist)] [if] [in] ///
[, ///
b(name) ///
SCores /// ignored
EQuation(string) ///
S
www.eeworm.com/read/273525/4209131
ado _gstd.ado
*! version 2.1.2 01oct2004
program define _gstd
version 6, missing
syntax newvarname =/exp [if] [in] [, Mean(real 0) Std(real 1) /*
*/ BY(string)]
if `"`by'"' != "" {
_egennoby std() `"
www.eeworm.com/read/273525/4209171
ado _gcut.ado
*! version 2.0.8 01oct2004
program define _gcut
version 7, missing
syntax newvarname(gen) =/exp [if] [in] /*
*/ [, AT(numlist asc) Group(real 0) ICodes Label BY(string)]
if `"`by'"' != "" {
www.eeworm.com/read/273525/4209289
ado _e2r.ado
*! version 1.0.1 03jan2005
program _e2r, rclass
version 9
syntax [, ///
XMACros(namelist) ///
XSCAlars(namelist) ///
XMATrices(namelist) ///
ADD ///
]
// save the macros
www.eeworm.com/read/273525/4209402
ado prais.ado
*! version 6.1.9 02mar2005
program define prais, eclass
version 6.0, missing
if replay() {
syntax [ , Level(cilevel) noDW CORC ]
if !("`e(cmd)'" == "prais" | /*
*/ ("`e(cmd)'" ==