代码搜索:parse

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

代码结果 10,000
www.eeworm.com/read/274903/4180329

c htparse.c

/* Parse HyperText Document Address HTParse.c ** ================================ */ #include #include #include #define HEX_ESCAPE '%' struct struct_parts {
www.eeworm.com/read/273662/4201404

py po-merge.py

#!/usr/bin/env python import os, sys def parse_translation(f): """Read a single translation entry from the file F and return a tuple with the comments, msgid and msgstr. The comments is ret
www.eeworm.com/read/273660/4202481

py po-merge.py

#!/usr/bin/env python import os, sys def parse_translation(f): """Read a single translation entry from the file F and return a tuple with the comments, msgid and msgstr. The comments is ret
www.eeworm.com/read/273525/4204477

ado for.ado

*! version 3.1.11 17sep2004 program define for if _caller()
www.eeworm.com/read/273525/4205159

ado checkhlpfiles.ado

*! version 1.0.5 09mar2005 program checkhlpfiles version 8 if `c(SE)' != 1 { di as err "checkhelpfiles: requires Stata/SE" exit 198 } gettoken cmd 0 : 0, parse(" ,") syntax [,
www.eeworm.com/read/273525/4205913

ado xtmixed_estat.ado

*! version 1.0.3 16mar2005 program xtmixed_estat version 9 if "`e(cmd)'" != "xtmixed" { error 301 } gettoken sub rest: 0, parse(" ,") local lsub = length(`"`sub'"') if `"`sub'"' =
www.eeworm.com/read/273525/4206457

ado sdtest.ado

*! version 3.0.9 20dec2004 program define sdtest, rclass byable(recall) version 6.0, missing /* turn "==" into "=" if needed before calling -syntax- */ gettoken vn rest : 0, parse(" =") ge
www.eeworm.com/read/273525/4206469

ado split.ado

*! version 2.0.3 29sep2004 program define split, rclass version 7, missing syntax varname(str) [if] [in] /* */ [, Generate(str) noTrim Parse(str asis) DESTRING /* */ force float Ignore(stri
www.eeworm.com/read/273525/4206756

ado svygen.ado

*! version 1.1.1 08jan2005 program svygen, sortpreserve version 9 // get the subroutine gettoken cmd 0 : 0, parse(" ,") local lcmd : length local cmd // generate weights adjust for pos
www.eeworm.com/read/273525/4207025

ado lfit.ado

*! version 3.3.2 15feb2005 program define lfit, rclass sort version 6.0, miss /* Parse and generate `touse', `p' (predicted probabilities), and `w' (weights). */ tempvar touse p w yob