代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4544960
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( retu
www.eeworm.com/read/233448/4678416
tree syntax-1.tree
// { dg-do compile }
external_reference void exit(int); // { dg-error "(parse|syntax) error" }
static int foo (int a);
foo
{
return a;
}
www.eeworm.com/read/232657/4696757
java primitivecommandnode.java
package language;
// ::= go | right | left
public class PrimitiveCommandNode extends Node {
private String name;
private Executor executor;
public void parse(Con
www.eeworm.com/read/232657/4696758
java commandnode.java
package language;
// ::= |
public class CommandNode extends Node {
private Node node;
public void parse(Context context) throws ParseExcept
www.eeworm.com/read/232657/4696766
java programnode.java
// ::= program
public class ProgramNode extends Node {
private Node commandListNode;
public void parse(Context context) throws ParseException {
context.ski
www.eeworm.com/read/232657/4696768
java repeatcommandnode.java
// ::= repeat
public class RepeatCommandNode extends Node {
private int number;
private Node commandListNode;
public void parse(Context context
www.eeworm.com/read/222917/4816651
phpt xml007.phpt
--TEST--
xml_parse_into_struct/umlauts in tags
--SKIPIF--
www.eeworm.com/read/216802/4887173
py content.py
#
# this file contains routines used to parse the content of documentation
# comment block and build a more structured objects out of them
#
from sources import *
from utils import *
import
www.eeworm.com/read/205824/5022623
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( retu
www.eeworm.com/read/205824/5022630
py content.py
#
# this file contains routines used to parse the content of documentation
# comment block and build a more structured objects out of them
#
from sources import *
from utils import *
import