代码搜索:parse

找到约 10,000 项符合「parse」的源代码

代码结果 10,000
www.eeworm.com/read/273525/4207355

ado mata_matdescribe.ado

*! version 1.0.0 05jan2005 program mata_matdescribe version 9 // : mata matdescribe gettoken fn 0 : 0, parse(" ,") if `"`fn'"'=="" { di as err "nothing found where filename
www.eeworm.com/read/273525/4208486

ado gr_example.ado

*! version 1.0.4 23jan2004 program gr_example version 8.2 if (_caller() < 8.2) version 8 else version 8.2 gettoken dsn : 0, parse(" :") if "`dsn'"=="graph" { `0' exit }
www.eeworm.com/read/273525/4208937

ado _assert_obs.ado

*! version 1.0.1 17jan2002 jw/ics program define _assert_obs version 8 gettoken subcmd 0 : 0, parse(" ,") if `"`subcmd'"' == "define" { Define `0' } else if `"`subcmd'"' == "beginche
www.eeworm.com/read/273525/4209007

ado _prefix_checkopt.ado

*! version 1.0.0 03jan2005 program _prefix_checkopt, sclass version 9 gettoken SPEC 0 : 0, parse(",") sreturn clear if (`"`SPEC'"' == ",") { local SPEC local 0 `", `0'"' } synt
www.eeworm.com/read/273525/4209106

ado _mfrmvec.ado

*! version 6.0.0 09apr1998 program define _mfrmvec version 6 tokenize `"`0'"', parse(" :,") if "`2'" != ":" { di in red "_mfrmvec expects -- new_matrix : existing_matrix" exit 198 }
www.eeworm.com/read/273525/4209232

ado _gs_rdfilehdr.ado

*! version 1.0.1 14nov2003 program _gs_rdfilehdr args filename filehndl // Stata file header file read `filehndl' line gettoken stfile line : line , parse(:) gettoken colon
www.eeworm.com/read/273525/4209470

ado poisson_estat.ado

*! version 1.0.0 03jan2005 program poisson_estat, rclass version 9 if "`e(cmd)'" != "poisson" { error 301 } gettoken key rest : 0, parse(", ") local lkey = length(`"`key'"') if `"
www.eeworm.com/read/273525/4209506

ado palette.ado

*! verison 1.0.10 04apr2004 program palette gettoken cmd 0 : 0, parse(" ,") local l = length("`cmd'") if "`cmd'"==substr("symbolpalette",1,max(3,`l')) { symbolpalette `0' } else if
www.eeworm.com/read/273525/4209658

ado twoway__function_gen.ado

*! version 1.1.8 30jun2003 // parse and optionally generate variables for -graph twoway function- program twoway__function_gen, rclass sortpreserve version 8.0 syntax anything(id="expression"
www.eeworm.com/read/273525/4209723

ado ttest.ado

*! version 4.1.1 30dec2004 program define ttest, rclass byable(recall) version 6, missing /* turn "==" into "=" if needed before calling -syntax- */ gettoken vn rest : 0, parse(" =") getto