代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/277815/4150923
c evaluate.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/*
* Convert a parse tree to a list
www.eeworm.com/read/273662/4201359
py skel.py
# Python parser for Subversion skels
import string, re
from types import *
def parse(s):
if s[0] != '(' and s[-1] != ')':
raise ValueError("Improperly bounded skel: '%s'" % s)
wholeskel = s
www.eeworm.com/read/273662/4201427
rb commit-email.rb
#!/usr/bin/env ruby
require "optparse"
require "ostruct"
require "stringio"
require "tempfile"
SENDMAIL = "/usr/sbin/sendmail"
def parse(args)
options = OpenStruct.new
options.to = []
options
www.eeworm.com/read/273662/4201661
py entry.py
#!/usr/bin/env python
#
# entry.py: module to parse '.svn/entries' file
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ================
www.eeworm.com/read/273660/4202436
py skel.py
# Python parser for Subversion skels
import string, re
from types import *
def parse(s):
if s[0] != '(' and s[-1] != ')':
raise ValueError("Improperly bounded skel: '%s'" % s)
wholeskel = s
www.eeworm.com/read/273660/4202504
rb commit-email.rb
#!/usr/bin/env ruby
require "optparse"
require "ostruct"
require "stringio"
require "tempfile"
SENDMAIL = "/usr/sbin/sendmail"
def parse(args)
options = OpenStruct.new
options.to = []
options
www.eeworm.com/read/273660/4202739
py entry.py
#!/usr/bin/env python
#
# entry.py: module to parse '.svn/entries' file
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ================
www.eeworm.com/read/273525/4204308
ado findfile.ado
*! version 1.0.5 14jul2003
program findfile, rclass
version 8
gettoken fn 0 : 0, parse(" ,")
syntax [, ALL noDEScend PATH(string)]
if `"`path'"'=="" {
local path `"`c(adopath)'"'
}
www.eeworm.com/read/273525/4204355
ado ftodate.ado
*! version 2.1.1 08/09/94
program define ftodate
version 3.1
local varlist "req ex max(1)"
local if "opt"
local in "opt"
local options "Generate(string)"
parse "`*'"
if "`generat'"==""