/dports/lang/python39/Python-3.9.9/Modules/ |
H A D | _peg_parser.c | 24 …_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 D | test_parse_directory.py | 85 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 D | benchmark.py | 73 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 D | show_parse.py | 83 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 D | test_peg_parser.py | 736 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 D | selector.py | 118 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 D | selector.py | 77 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 D | old_1_mmb.t | 11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
|
H A D | old_6_autoload.t | 11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
|
H A D | old_7_attach.t | 11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
|
H A D | old_5_body.t | 11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
|
H A D | old_8_from_trace.t | 11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
|
H A D | old_2_for.t | 11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
|
H A D | old_4_index.t | 11 my $mb = Mail::MboxParser->new($src, oldparser => 1);
|
H A D | old_3_while.t | 11 my $mb = Mail::MboxParser->new($src, oldparser => 3);
|
/dports/mail/p5-Mail-MboxParser/Mail-MboxParser-0.55/ |
H A D | MboxParser.pm | 298 if ($self->{CONFIG}->{oldparser} or ! HAVE_MSGPARSER 340 $opt{ oldparser } = 1;
|
/dports/devel/wxformbuilder/source/src/codegen/ |
H A D | codegen.h | 226 virtual PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template ) = 0;
|
H A D | phpcg.h | 70 PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template );
|
H A D | pythoncg.h | 67 PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template );
|
H A D | luacg.h | 68 PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template );
|
H A D | cppcg.h | 58 PTemplateParser CreateParser( const TemplateParser* oldparser, wxString _template );
|
H A D | phpcg.cpp | 74 PTemplateParser PHPTemplateParser::CreateParser( const TemplateParser* oldparser, wxString _templat… in CreateParser() argument 76 const PHPTemplateParser* phpOldParser = dynamic_cast< const PHPTemplateParser* >( oldparser ); in CreateParser()
|
H A D | luacg.cpp | 76 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 D | tclexpat.c | 3222 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 D | dom.c | 1801 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()
|