代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4207314
ado ml_technique.ado
*! version 1.1.4 04mar2005
program ml_technique, sclass
version 8.0
// parse the -technique()- and -vce()- options of -ml-
syntax [, ///
TECHnique(string) ///
VCE(string) ///
no
www.eeworm.com/read/273525/4207433
hlp matmacfunc.hlp
{smcl}
{* 28mar2005}{...}
{cmd:help matmacfunc}
{hline}
{title:Title}
{phang}
Macro extended functions regarding matrices
{title:Syntax}
{pstd}
The following extended macro function
www.eeworm.com/read/273525/4207766
ado areg_p.ado
*! version 1.1.2 25jan2005
program define areg_p /* predict after areg */
version 6, missing
syntax [anything] [if] [in] [, SCores * ]
if `"`scores'"' != "" {
GenScores `0'
exit
}
www.eeworm.com/read/273525/4207979
hlp varlabelpos.hlp
{smcl}
{* 16mar2005}{...}
{cmd:help varlabelpos}
{hline}
{title:Title}
{phang}
Set the variable-label position for the Variables window
{title:Syntax}
{cmd:set varlabelpos} {it:#}
www.eeworm.com/read/273525/4207994
ado vargranger.ado
*! version 1.6.3 01apr2005
program define vargranger, rclass
version 8.0
syntax, [ESTimates(string) /*
*/ SEParator(numlist integer >=0 max=1)]
if "`estimates'" == "" {
local e
www.eeworm.com/read/273525/4208045
ado varirf_ctable.ado
*! version 2.4.7 17jan2005
program varirf_ctable, rclass
version 8.0
syntax anything(name=tabspeclist id="table specifications") /*
*/ [, /*
*/ INdividual /*
*/ STep(numlist max
www.eeworm.com/read/273525/4208105
ado jkstat.ado
*! version 1.0.3 18jan2005
program jkstat
version 9
if !inlist(`"`e(cmd)'"',"jackknife","svy") {
Estimate `0'
exit
}
syntax [anything] [using/] [if] [in] [fw pw iw] ///
[, //
www.eeworm.com/read/273525/4208420
ado gamma_p.ado
*! version 6.2.0 10sep2004
program define gamma_p, sort
version 7, missing
syntax [anything] [if] [in] [, SCores * ]
if `"`scores'"' != "" {
marksample touse, novarlist
confirm variabl
www.eeworm.com/read/273525/4208857
ado _cvar.ado
*! version 1.1.1 08jul2004
program define _cvar, eclass
version 8.0
syntax varlist(ts) [if] [in], /*
*/ CONSTraints(numlist) /*
*/ [Lags(numlist min=1 >=1 ascending integer) /*
www.eeworm.com/read/273525/4208875
ado _varirf.ado
*! version 1.7.10 01apr2005
program define _varirf, rclass
version 8.0
syntax [varlist(ts default=none)], /*
*/ SAving(string) /*
*/ irfname(string) /*
*/[ Step(integer 4) /*