代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/227686/4769118
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package org.openrdf.sesame.query.rdql.parser;
/**
* This exception is thrown when parse errors are encountered.
* Y
www.eeworm.com/read/227686/4769183
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package org.openrdf.sesame.query.rql.parser;
/**
* This exception is thrown when parse errors are encountered.
* Yo
www.eeworm.com/read/227264/4776266
java behaviorboxhandler.java
/**
* Description: Provide the initialization for behaviors: R_INI, R_G, and R_T
*
* @ Author Create/Modi Note
* Xiaofeng Xie Nov 03, 2006
*/
package maosKernel.infoIO.parse
www.eeworm.com/read/226285/4786128
java main.java
import java.text.DateFormat;
import java.text.ParsePosition;
class Main {
// Create a parse position object to track parsing.
static ParsePosition pos = new ParsePosition(0);
public sta
www.eeworm.com/read/209036/4987824
java cmdline.java
package org.placelab.util;
import java.lang.NumberFormatException;
/**
* For parsing command line arguments.
* In your main method, call Cmdline.parse(args)
* and then anywhere in your app, you
www.eeworm.com/read/204986/5026798
java cmdline.java
package org.placelab.util;
/**
* For parsing command line arguments.
* In your main method, call Cmdline.parse(args)
* and then anywhere in your app, you can get a value
* for the argument by d
www.eeworm.com/read/193981/5137699
java abstractparse.java
package opennlp.tools.coref.mention;
import java.util.ArrayList;
import java.util.List;
/**
* Provides default implemenation of many of the methods in the {@link Parse} interface.
*/
public abst
www.eeworm.com/read/193974/5138354
py test_pyexpat.py
# Very simple test - Parse a file and print what happens
# XXX TypeErrors on calling handlers, or on bad return values from a
# handler, are obscure and unhelpful.
import pyexpat
from xml.parsers im
www.eeworm.com/read/193974/5138574
py tzparse.py
"""Parse a timezone specification."""
# XXX Unfinished.
# XXX Only the typical form "XXXhhYYY;ddd/hh,ddd/hh" is currently supported.
import warnings
warnings.warn(
"The tzparse module is obsolet