代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/180137/5289507
readme
CCL test module
This module is required to parse the queries given to the yaz-client
test program. It is *not* a part of the YAZ module, and it is
distributed under a different license.
Eventually,
www.eeworm.com/read/177356/5328097
c htmime.c
/* MIME Message Parse HTMIME.c
** ==================
**
** This is RFC 1341-specific code.
** The input stream pushed into this parser is assumed to be
** stripped on CRs, ie lines end with LF,
www.eeworm.com/read/167562/5458337
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 string,
www.eeworm.com/read/162614/5521307
c crash58.c
// { dg-do assemble }
// GROUPS passed old-abort
class X {
public:
void doit();
};
X::::doit()// { dg-error "" } (syntax|parse) error.*
{
}
www.eeworm.com/read/347663/3163996
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 string,
www.eeworm.com/read/344520/3208204
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 string,
www.eeworm.com/read/340665/3273319
c typename3.c
// { dg-do compile }
// crash test - PR 7266
template
struct B {
typedef A::C::D E; // { dg-error "no type|(parse|syntax) error" }
};
www.eeworm.com/read/339873/3292929
cmd ant.cmd
/*
Copyright (c) 2003 The Apache Software Foundation. All rights
reserved.
Run ant
*/
parse arg mode envarg '::' antarg
if mode\='.' & mode\='..' & mode\='/' then do
enva