代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/141300/5772581
c inpdpar.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
/*
* INPdevParse()
*
* parse a given input acc
www.eeworm.com/read/130122/5964450
jcup miniparser.jcup
package com.croftsoft.apps.compiler.mini.parse;
import java_cup.runtime.*;
import com.croftsoft.apps.compiler.mini.node.*;
/***********************************************
www.eeworm.com/read/119649/6082928
format stringfilterby.format
' {2}
Public Function FilterBy{1}(ByVal searchValue As String) As {0}Collection
Return FilterBy{1}({3}.Parse(searchValue), CompareType.Exact)
End Function
www.eeworm.com/read/100925/6264824
h node.h
/*
* PROGRAM: Dynamic SQL runtime support
* MODULE: node.h
* DESCRIPTION: Definitions needed for accessing a parse tree
*
* The contents of this file are subject to the Interbase Public
* Licen
www.eeworm.com/read/404226/11489785
h ast_decl.h
/* File: ast_decl.h
* ----------------
* In our parse tree, Decl nodes are used to represent and
* manage declarations. There are 4 subclasses of the base class,
* specialized for declarations
www.eeworm.com/read/154957/11909788
doc getopt.doc
/*
Parse the command line options, System V style.
Standard option syntax is:
option ::= SW [optLetter]* [argLetter space* argument]
where
- SW is either '/' or '-', accord
www.eeworm.com/read/255742/12061035
h node_pool.h
/**
* Pool allocator for the subtree and parse tree classes (homebrew and not compliant to ANSI allocator requirements)
* (c) copyright Maarten Keijzer 1999, 2000
* Permission to copy, use, mo
www.eeworm.com/read/131204/14156837
py urlparser.py
""" HarvestManUrlPathParser.py - Module to parse a url string based
on a directory and extract useful information like
directory, filename path etc. This software is part of
the Harvest
www.eeworm.com/read/127767/14336360
txt e480. parsing a jndi compound name.txt
This example parses a compound name using a parser from an LDAP service in which components are arranged from right to left, delimited by the comma character (,).
try {
NameParser parse
www.eeworm.com/read/127651/14344811
java multvarvarpase.java
public class MultvarVarParse extends InterpChain {
protected boolean parse() {
//reduce MULTVAR VAR to MULTVAR
if(topStack(ParseObject.MULTVAR, ParseObject.VAR))
{
MultVar mv