Home
last modified time | relevance | path

Searched refs:oldparser (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/python39/Python-3.9.9/Modules/
H A D_peg_parser.c24 …_parser(char *str, char *filename, int mode, PyCompilerFlags *flags, PyArena *arena, int oldparser) in _run_parser() argument
27 if (!oldparser) { in _run_parser()
43 int oldparser = 0; in _Py_compile_string() local
46 &the_string, &filename, &mode_str, &oldparser)) { in _Py_compile_string()
63 mod_ty mod = _run_parser(the_string, filename, mode, &flags, arena, oldparser); in _Py_compile_string()
87 int oldparser = 0; in _Py_parse_string() local
91 &the_string, &filename, &mode_str, &oldparser, &ast)) { in _Py_parse_string()
108 mod_ty mod = _run_parser(the_string, filename, mode, &flags, arena, oldparser); in _Py_parse_string()
/dports/lang/python39/Python-3.9.9/Tools/peg_generator/scripts/
H A Dtest_parse_directory.py85 expected_tree = _peg_parser.parse_string(f.read(), oldparser=True)
114 def parse_file(source: str, file: str, mode: int, oldparser: bool) -> Tuple[Any, float]:
120 oldparser=oldparser,
126 oldparser=oldparser,
135 _peg_parser.parse_string(source, mode="exec", oldparser=True)
169 oldparser: bool,
174 if oldparser and tree_arg:
194 result, dt = parse_file(source, file, mode, oldparser)
248 oldparser=False,
H A Dbenchmark.py73 oldparser=True,
82 return _peg_parser.parse_string(source, oldparser=True)
90 return _peg_parser.parse_string(source, oldparser=True, ast=False)
114 oldparser=(parser == "old"),
H A Dshow_parse.py83 tree = _peg_parser.parse_string(source, oldparser=True)
103 a = _peg_parser.parse_string(program, oldparser=True)
115 tree = _peg_parser.parse_string(program, oldparser=True)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_peg_parser.py736 expected_ast = peg_parser.parse_string(source, oldparser=True)
762 expected_ast = peg_parser.parse_string(source, oldparser=True)
772 expected_ast = peg_parser.parse_string(source, oldparser=True)
788 expected_ast = peg_parser.parse_string(source, mode='eval', oldparser=True)
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/misc/
H A Dselector.py118 oldparser = self.parser
127 self.parser = oldparser
240 oldparser = self.parser
261 self.parser = oldparser
/dports/www/py-selector/selector-0.10.1/
H A Dselector.py77 oldparser = self.parser
86 self.parser = oldparser
172 oldparser = self.parser
192 self.parser = oldparser
/dports/mail/p5-Mail-MboxParser/Mail-MboxParser-0.55/t/
H A Dold_1_mmb.t11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
H A Dold_6_autoload.t11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
H A Dold_7_attach.t11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
H A Dold_5_body.t11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
H A Dold_8_from_trace.t11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
H A Dold_2_for.t11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
H A Dold_4_index.t11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
H A Dold_3_while.t11 my $mb = Mail::MboxParser->new($src, oldparser => 3);
/dports/mail/p5-Mail-MboxParser/Mail-MboxParser-0.55/
H A DMboxParser.pm298 if ($self->{CONFIG}->{oldparser} or ! HAVE_MSGPARSER
340 $opt{ oldparser } = 1;
/dports/devel/wxformbuilder/source/src/codegen/
H A Dcodegen.h226 virtual PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template ) = 0;
H A Dphpcg.h70 PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template );
H A Dpythoncg.h67 PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template );
H A Dluacg.h68 PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template );
H A Dcppcg.h58 PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template );
H A Dphpcg.cpp74 PTemplateParser PHPTemplateParser::CreateParser( const TemplateParser* oldparser, wxString _templat… in CreateParser() argument
76 const PHPTemplateParser* phpOldParser = dynamic_cast< const PHPTemplateParser* >( oldparser ); in CreateParser()
H A Dluacg.cpp76 PTemplateParser LuaTemplateParser::CreateParser( const TemplateParser* oldparser, wxString _templat… in CreateParser() argument
78 const LuaTemplateParser* luaOldParser = dynamic_cast< const LuaTemplateParser* >( oldparser ); in CreateParser()
/dports/www/tdom/tdom-0.9.1/generic/
H A Dtclexpat.c3222 XML_Parser extparser, oldparser = NULL; in TclGenExpatExternalEntityRefHandler() local
3346 oldparser = expat->parser; in TclGenExpatExternalEntityRefHandler()
3385 expat->parser = oldparser; in TclGenExpatExternalEntityRefHandler()
3408 expat->parser = oldparser; in TclGenExpatExternalEntityRefHandler()
3454 expat->parser = oldparser; in TclGenExpatExternalEntityRefHandler()
3466 expat->parser = oldparser; in TclGenExpatExternalEntityRefHandler()
3471 activeCHandlerSet->parserResetProc (oldparser, in TclGenExpatExternalEntityRefHandler()
3502 if (oldparser) { in TclGenExpatExternalEntityRefHandler()
3503 expat->parser = oldparser; in TclGenExpatExternalEntityRefHandler()
H A Ddom.c1801 XML_Parser extparser, oldparser = NULL; in externalEntityRefHandler() local
1918 oldparser = info->parser; in externalEntityRefHandler()
1971 XML_StopParser (oldparser, 1); in externalEntityRefHandler()
2006 XML_StopParser (oldparser, 1); in externalEntityRefHandler()
2023 info->parser = oldparser; in externalEntityRefHandler()
2032 if (oldparser) { in externalEntityRefHandler()
2033 info->parser = oldparser; in externalEntityRefHandler()

12