代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4205489
ado iis.ado
*! version 1.1.4 10jan1999
program define iis /* varname */
version 6
syntax [varname(default=none numeric)] [, CLEAR]
if "`varlist'" == "" {
if "`clear'" != "" {
char _dta[iis]
ex
www.eeworm.com/read/273525/4205583
hlp in.hlp
{smcl}
{* 05apr2005}{...}
{cmd:help in}
{hline}
{title:Title}
{pstd}
{hi:[U] 11.1.4 in range} {hline 2} in qualifier
{title:Syntax}
{it:command} {cmd:in} {it:range}
where {it
www.eeworm.com/read/273525/4205869
ado xtgee_p.ado
*! version 1.1.1 19jan2005
program define xtgee_p
version 6, missing
syntax [anything] [if] [in] [, SCores * ]
if `"`scores'"' != "" {
GenScores `0'
exit
}
/* Step 1:
place
www.eeworm.com/read/273525/4206253
ado svydes_8.ado
*! version 2.0.2 29sep2004
program define svydes_8, rclass sortpreserve
version 8, missing
syntax [varlist(numeric default=none)] /*
*/ [pweight iweight] /*
*/ [if] [in] [, BYPsu /*
*/
www.eeworm.com/read/273525/4206619
ado svynbreg.ado
*! version 1.0.13 20dec2004
program define svynbreg, sortpreserve
version 8
if replay() {
if "`e(cmd)'" != "svynbreg" {
error 301
}
syntax [, IRr * ]
svyopts invalid diopts, `o
www.eeworm.com/read/273525/4206644
ado symmetry.ado
*! version 6.0.8 29sep2004
program define symmetry, rclass
version 6, missing
syntax varlist(min=2 max=2) [if] [in] [fweight] /*
*/ [, CONtrib EXact MH noTabl
www.eeworm.com/read/273525/4206794
ado svar_p.ado
*! version 1.0.6 15jul2002
program define svar_p, sortpreserve
version 8.0
syntax newvarname [if] [in] , [Residuals /*
*/ XB STDP EQuation(string) /*
*/ force ]
// force is undocument
www.eeworm.com/read/273525/4206903
ado lowess_7.ado
*! version 1.0.0 05sep2002
program lowess_7, sortpreserve
version 8.0
syntax varlist(min=2 max=2 numeric) ///
[if] [in] [, ///
noGraph ///
GENerate(string) ///
BY(varlist) //
www.eeworm.com/read/273525/4206925
ado logit_p.ado
*! version 1.0.7 24feb2005
program define logit_p, sort
version 6, missing
syntax [anything] [if] [in] [, SCores * ]
if `"`scores'"' != "" {
GenScores `0'
exit
}
/* Step 1:
www.eeworm.com/read/273525/4207135
ado median.ado
*! version 7.0.4 22sep2004
program define median, rclass byable(recall)
version 7, missing
syntax varlist(max=1) [if] [in] [fweight], by(varname) /*
*/ [ Exact MEDianties(string) ]