代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/344017/3212456
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/343156/3224035
h ptnode.h
#ifndef __PTNode_H__
#define __PTNode_H__
#include
#include
#include "SmartPtr.H"
// This file defines all the various parse tree (or PT) nodes that are used by
// the
www.eeworm.com/read/343156/3224049
h ptnode.h
#ifndef __PTNode_H__
#define __PTNode_H__
#include
#include
#include "SmartPtr.H"
// This file defines all the various parse tree (or PT) nodes that are used by
// the
www.eeworm.com/read/339873/3292938
cmd runrc.cmd
/*
Copyright (c) 2003 The Apache Software Foundation. All rights
reserved.
Run RC file, name is in the first arg, second arg is either PATH
ENV or -r or nothing
*/
parse
www.eeworm.com/read/339446/3307718
py content.py
# Content (c) 2002, 2004, 2006, 2007 David Turner
#
# This file contains routines used to parse the content of documentation
# comment blocks and build more structured objects
www.eeworm.com/read/339155/3310777
h regexpparser.h
#ifndef REGEXPPARSER_H
#define REGEXPPARSER_H
#include "node.h"
class RegExpParser
{
public:
Node *parse(const QString ®Exp);
private:
Node *parseRegExp();
Node *parseExpression();
www.eeworm.com/read/336847/3346457
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package org.apache.lucene.queryParser.precedence;
/**
* This exception is thrown when parse errors are encountered.
www.eeworm.com/read/336847/3346516
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package org.apache.lucene.queryParser.surround.parser;
/**
* This exception is thrown when parse errors are encount
www.eeworm.com/read/334125/3372937
readme
This is the popt command line option parsing library. While it is similiar
to getopt(3), it contains a number of enhancements, including:
1) popt is fully reentrant
2) popt can parse arbitrary argv
www.eeworm.com/read/334125/3373386
pytorture
#!/usr/bin/python
import sys
from optparse import OptionParser
# Parse command line
parser = OptionParser()
parser.add_option("-b", "--binding", action="store", type="string",
de