代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/189308/5201470
java symbol.java
package java_cup.runtime;
/** This class represents a (terminal or non-terminal) symbol that, among
* other things can be placed on the parse stack. Symbols are used to
* keep track of st
www.eeworm.com/read/186020/5234783
c uni_data.c
/*
* uni_data.c --
*
* Declarations of Unicode character information tables. This file is
* automatically generated by the uni_parse.tcl script. Do not
* modify this file by hand.
*
* Copyrig
www.eeworm.com/read/183001/5259326
readme
This directory does more than tokenize and parse SQL queries. It also
creates Query structures for the various complex queries that is passed
to the optimizer and then executor.
parser.c things star
www.eeworm.com/read/180437/5284144
com make_unz.com
$ !
$ ! "Makefile" for VMS versions of unzip and zipinfo
$ ! (version: no crypt + no inflate)
$ !
$ ! Find out current disk and directory
$ !
$ my_name = f$env("procedure")
$ here = f$parse(my_nam
www.eeworm.com/read/180437/5284148
com make_unz.com
$ !
$ ! "Makefile" for VMS versions of unzip and zipinfo
$ ! (version: crypt + no inflate)
$ !
$ ! Find out current disk and directory
$ !
$ my_name = f$env("procedure")
$ here = f$parse(my_name,,
www.eeworm.com/read/180227/5288173
c tkparse.c
/*
* tkparse.c
*
* Eric Youngdale was the original author of xconfig.
* Michael Elizabeth Chastain (mec@shout.net) is the current maintainer.
*
* Parse a config.in file and translate it to a wis
www.eeworm.com/read/173347/5374937
ksh firstfunc.ksh
#!/bin/ksh
# Purpose: To parse a long pathname.
#
# Name: firstfunc.ksh
function parsepath
{
name=$1
print
print "The pathname is: $name"
while [[ -n $name ]]
do
print $name
www.eeworm.com/read/169979/5407753
com make_unz.com
$ !
$ ! "Makefile" for VMS versions of unzip and zipinfo
$ ! (version: no crypt + no inflate)
$ !
$ ! Find out current disk and directory
$ !
$ my_name = f$env("procedure")
$ here = f$parse(my_nam
www.eeworm.com/read/169979/5407757
com make_unz.com
$ !
$ ! "Makefile" for VMS versions of unzip and zipinfo
$ ! (version: crypt + no inflate)
$ !
$ ! Find out current disk and directory
$ !
$ my_name = f$env("procedure")
$ here = f$parse(my_name,,
www.eeworm.com/read/169351/5424082
postrm
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
# source debconf library
. /usr/share/debconf/confmodule
INIT="/etc/ntop/init.cfg"
if [ -f $INIT ] ; then
# parse config file for user
. $INIT