代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/420735/2065449
svn-base win32_functions.cpp.svn-base
// XGetopt.cpp Version 1.2
//
// Author: Hans Dietrich
// hdietrich2@hotmail.com
//
// Description:
// XGetopt.cpp implements getopt(), a function to parse command lines.
//
//
www.eeworm.com/read/416732/2120184
as xmlsa.as
// Constructor
_global.XMLSA=function ( watchXML ){
this.$xml = this.$root = this.$parent = new Object();
ASSetPropFlags(this,null,1,1);
if (watchXML != undefined) {this._parse.apply (this,a
www.eeworm.com/read/412905/2164977
cs token.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace EvaluationEngine.Parser
{
public enum ParseState
{
Parse_State_Operand, // the parser i
www.eeworm.com/read/410723/2205371
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package javacctp;
/**
* This exception is thrown when parse errors are encountered.
* You can explicitly creat
www.eeworm.com/read/409921/2220030
todo
124907 HTML parse buffer problem when parsing larse in-memory docs
124110 DTD validation && wrong namespace
123564 xmllint --html --format
TODO for the XML parser and stuff:
=====
www.eeworm.com/read/409921/2220810
c tree.c
/* tree.c
Routines for manipulating parse trees... */
/*
* Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source
www.eeworm.com/read/409921/2221679
c sc.c
/*
* PROJECT: ReactOS Services
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/system/sc/sc.c
* PURPOSE: parse command line
* COPYRIGHT: Copyright 2
www.eeworm.com/read/407497/2263755
java htmlparser.java
/**
* The HTMLParse class is used to parse an HTML page. It is
* just a utility class, and does NOT store any values.
*
* Copyright 2001 by Jeff Heaton
*
* @author Jeff Heaton
* @version 1.0
www.eeworm.com/read/395296/2442821
c apinames.c
/*
* This little program is used to parse the FreeType headers and
* find the declaration of all public APIs. This is easy, because
* they all look like the following:
*
* FT_EXPORT( return_ty
www.eeworm.com/read/386059/2573983
js page.js
/* parse the entered query String */
function parseSearchQuery(theForm, message) {
var queryValue = theForm.elements["query2"].value;
var testValue = queryValue.replace(/ /g, "");
if (testValue