代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4209326
ado _matplot.ado
*! version 1.0.1 24feb2005
program _matplot
version 9.0
syntax anything(id=matrix name=M) ///
[, ///
noNAMes ///
COLumns(numlist integer min=2 max=2) ///
MATRIX ///
www.eeworm.com/read/273525/4209342
ado _sumaccum.ado
*! version 1.1.1 18jan2005
program _sumaccum, rclass
version 8.0
syntax [varlist(numeric)] [if] [in] [fw iw pw][, MSE(name) ]
if "`mse'" != "" {
confirm matrix `mse'
if rowsof(`mse') !=
www.eeworm.com/read/273525/4209920
ado tobit_p.ado
*! version 1.1.1 03jan2005
program define tobit_p
version 6, missing
syntax [anything] [if] [in] [, SCores * ]
if `"`scores'"' != "" {
if "`e(cmd)'" != "cnsreg" {
di as err "option sc
www.eeworm.com/read/273525/4210066
ado hadimvo.ado
*! version 1.2.6 31jul2001
program hadimvo, rclass
version 6, missing
syntax varlist [if] [in], Generate(string) [ P(real .05) ]
tokenize `"`generat'"'
if `"`3'"'!="" { error 198 }
local
www.eeworm.com/read/273525/4210077
maint hlpnotused.maint
* Last revised -- 08apr2005
*
* List of hlp files not to be referenced in the contents.hlp hierarchy of
* hlp files and/or the base set of hlp files.
*
* syntax is [contents|base
www.eeworm.com/read/273525/4210116
ado hotel.ado
*! version 2.0.6 21sep2004
program define hotel, rclass
version 6, missing
syntax varlist [if] [in] [aw fw] [, BY(varname numeric) noTable ]
marksample touse
markout `touse' `by'
quietly
www.eeworm.com/read/273525/4210190
ado dfuller.ado
*! version 1.2.3 23oct2004
program define dfuller, rclass
version 6.0, missing
syntax varname(ts) [if] [in] [, TRend noCONstant /*
*/ DRift Lags(int -1) REGress]
if "`drift'" != "" {
i
www.eeworm.com/read/273525/4210216
ado describe.ado
*! version 2.0.2 24feb2005
program describe, rclass
version 9
local version : di "version " string(_caller()) ":"
syntax [anything] [using] [, SImple *]
local varlist `"`anything'"'
i
www.eeworm.com/read/273525/4210242
ado dstdize.ado
*! version 1.4.8 17mar2005
program define dstdize, rclass
version 6.0 , missing
syntax varlist(min=3) [if] [in], BY(varlist) [ /*
*/ BAse(string) USing(string) nores /*
*/ SAVing(string)
www.eeworm.com/read/273525/4210307
ado dirstats.ado
*! version 1.0.0 03jul2002
program define dirstats, rclass
version 8
local NUMOFLTRSTOLIST 10
syntax [, BASE LEAVE PLUS UPDATES]
local cnt = ("`base'"!="") + ("`plus'"!="") + ("`update