Home
last modified time | relevance | path

Searched refs:syntax_error (Results 1 – 25 of 1569) sorted by relevance

12345678910>>...63

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/
H A Dsyntax_SUITE.erl68 {"i",4,{syntax_error,'END'}},
97 {"&id,",3,{syntax_error,','}},
123 {syntax_error,garbage}},
133 3,{syntax_error,'Type'}},
135 4,{syntax_error,'END'}},
137 4,{syntax_error,'END'}}
157 {"H-",1,{syntax_error,'-'}},
158 {"42",1,{syntax_error,42}},
263 4,{syntax_error,'END'}},
265 3,{syntax_error,','}},
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/
H A Dsyntax_SUITE.erl68 {"i",4,{syntax_error,'END'}},
97 {"&id,",3,{syntax_error,','}},
123 {syntax_error,garbage}},
133 3,{syntax_error,'Type'}},
135 4,{syntax_error,'END'}},
137 4,{syntax_error,'END'}}
157 {"H-",1,{syntax_error,'-'}},
158 {"42",1,{syntax_error,42}},
263 4,{syntax_error,'END'}},
265 3,{syntax_error,','}},
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/
H A Dsyntax_SUITE.erl68 {"i",4,{syntax_error,'END'}},
97 {"&id,",3,{syntax_error,','}},
123 {syntax_error,garbage}},
133 3,{syntax_error,'Type'}},
135 4,{syntax_error,'END'}},
137 4,{syntax_error,'END'}}
157 {"H-",1,{syntax_error,'-'}},
158 {"42",1,{syntax_error,42}},
263 4,{syntax_error,'END'}},
265 3,{syntax_error,','}},
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/
H A Dsyntax_SUITE.erl68 {"i",4,{syntax_error,'END'}},
97 {"&id,",3,{syntax_error,','}},
123 {syntax_error,garbage}},
133 3,{syntax_error,'Type'}},
135 4,{syntax_error,'END'}},
137 4,{syntax_error,'END'}}
157 {"H-",1,{syntax_error,'-'}},
158 {"42",1,{syntax_error,42}},
263 4,{syntax_error,'END'}},
265 3,{syntax_error,','}},
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/
H A Dsyntax_SUITE.erl68 {"i",4,{syntax_error,'END'}},
97 {"&id,",3,{syntax_error,','}},
123 {syntax_error,garbage}},
133 3,{syntax_error,'Type'}},
135 4,{syntax_error,'END'}},
137 4,{syntax_error,'END'}}
157 {"H-",1,{syntax_error,'-'}},
158 {"42",1,{syntax_error,42}},
263 4,{syntax_error,'END'}},
265 3,{syntax_error,','}},
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/
H A Dsyntax_SUITE.erl68 {"i",4,{syntax_error,'END'}},
97 {"&id,",3,{syntax_error,','}},
123 {syntax_error,garbage}},
133 3,{syntax_error,'Type'}},
135 4,{syntax_error,'END'}},
137 4,{syntax_error,'END'}}
157 {"H-",1,{syntax_error,'-'}},
158 {"42",1,{syntax_error,42}},
263 4,{syntax_error,'END'}},
265 3,{syntax_error,','}},
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/
H A Dsyntax_SUITE.erl68 {"i",4,{syntax_error,'END'}},
97 {"&id,",3,{syntax_error,','}},
123 {syntax_error,garbage}},
133 3,{syntax_error,'Type'}},
135 4,{syntax_error,'END'}},
137 4,{syntax_error,'END'}}
157 {"H-",1,{syntax_error,'-'}},
158 {"42",1,{syntax_error,42}},
263 4,{syntax_error,'END'}},
265 3,{syntax_error,','}},
[all …]
/dports/devel/srecord/srecord-1.64/srecord/input/file/
H A Dmif.cc226 srecord::input_file_mif::syntax_error(const char *text) in syntax_error() function in srecord::input_file_mif
236 syntax_error("equals (=) expected"); in get_equals()
244 syntax_error("decimal number expected"); in get_number()
253 syntax_error("semicolon (;) expected"); in get_semicolon()
261 syntax_error("colon (:) expected"); in get_colon()
283 syntax_error("radix specifier expected"); in get_radix()
308 syntax_error("header expected"); in read()
320 syntax_error("width out of range"); in read()
339 syntax_error("BEGIN expected"); in read()
350 syntax_error("address expected"); in read()
[all …]
H A Dppx.cc124 syntax_error(); in get_next_token()
132 srecord::input_file_ppx::syntax_error(void) in syntax_error() function in srecord::input_file_ppx
176 syntax_error(); in read()
205 syntax_error(); in read()
224 syntax_error(); in read()
268 syntax_error(); in read()
291 syntax_error(); in read()
305 syntax_error(); in read()
/dports/devel/toml11/toml11-3.7.0/tests/
H A Dtest_error_detection.cpp15 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
21 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
27 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
38 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
49 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
60 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
69 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
78 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
87 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
100 BOOST_CHECK_THROW(toml::parse(stream), toml::syntax_error); in BOOST_AUTO_TEST_CASE()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dchangeset-utils.c127 syntax_error: in arch_read_changeset_index()
149 goto syntax_error; in arch_read_changeset_index()
160 goto syntax_error; in arch_read_changeset_index()
220 syntax_error: in arch_read_changeset_dir_metadata()
241 goto syntax_error; in arch_read_changeset_dir_metadata()
259 goto syntax_error; in arch_read_changeset_dir_metadata()
300 syntax_error: in arch_read_permissions_patch()
312 goto syntax_error; in arch_read_permissions_patch()
315 goto syntax_error; in arch_read_permissions_patch()
380 syntax_error: in arch_parse_permissions_params()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dxmllib.py194 self.syntax_error("bogus `&'")
213 self.syntax_error("bogus `&'")
220 self.syntax_error("bogus `&'")
395 self.syntax_error("bogus `]]>'")
409 self.syntax_error("bogus `%s'" % data)
434 self.syntax_error("`--' inside comment")
487 self.syntax_error('garbage in DOCTYPE')
697 self.syntax_error('garbage in end tag')
712 self.syntax_error('name-less end tag')
794 def syntax_error(self, message): member in XMLParser
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dxmllib.py194 self.syntax_error("bogus `&'")
213 self.syntax_error("bogus `&'")
220 self.syntax_error("bogus `&'")
395 self.syntax_error("bogus `]]>'")
409 self.syntax_error("bogus `%s'" % data)
434 self.syntax_error("`--' inside comment")
487 self.syntax_error('garbage in DOCTYPE')
697 self.syntax_error('garbage in end tag')
712 self.syntax_error('name-less end tag')
794 def syntax_error(self, message): member in XMLParser
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dxmllib.py194 self.syntax_error("bogus `&'")
213 self.syntax_error("bogus `&'")
220 self.syntax_error("bogus `&'")
395 self.syntax_error("bogus `]]>'")
409 self.syntax_error("bogus `%s'" % data)
434 self.syntax_error("`--' inside comment")
487 self.syntax_error('garbage in DOCTYPE')
697 self.syntax_error('garbage in end tag')
712 self.syntax_error('name-less end tag')
794 def syntax_error(self, message): member in XMLParser
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dxmllib.py194 self.syntax_error("bogus `&'")
213 self.syntax_error("bogus `&'")
220 self.syntax_error("bogus `&'")
395 self.syntax_error("bogus `]]>'")
409 self.syntax_error("bogus `%s'" % data)
434 self.syntax_error("`--' inside comment")
487 self.syntax_error('garbage in DOCTYPE')
697 self.syntax_error('garbage in end tag')
712 self.syntax_error('name-less end tag')
794 def syntax_error(self, message): member in XMLParser
[all …]
/dports/print/texinfo/texinfo-6.8/info/
H A Dinfokey.c36 static void syntax_error (const char *filename, unsigned int linenum,
226 syntax_error(filename, lnum, \ in compile()
383 syntax_error (filename, lnum, in compile()
412 syntax_error (filename, lnum, in compile()
436 syntax_error (filename, lnum, _("missing action name")); in compile()
453 syntax_error (filename, lnum, in compile()
515 syntax_error (filename, lnum, in compile()
527 syntax_error (filename, lnum, _("missing variable name")); in compile()
535 syntax_error (filename, lnum, in compile()
567 syntax_error (filename, lnum, _("value too long")); in compile()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/strings/
H A Djson_lib.c757 unexpected_eos, syntax_error, end_object, syntax_error, syntax_error,
758 syntax_error, syntax_error, read_keyname, syntax_error, syntax_error,
762 syntax_error, struct_end_cm,syntax_error, syntax_error, syntax_error,
763 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
770 syntax_error, struct_end_cm, syntax_error, syntax_error, syntax_error,
773 done, syntax_error, syntax_error, syntax_error, syntax_error,
774 syntax_error, syntax_error, syntax_error, syntax_error, syntax_error,
775 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
778 syntax_error, next_key, syntax_error, syntax_error, syntax_error,
781 unexpected_eos, syntax_error, syntax_error, syntax_error, end_array,
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/strings/
H A Djson_lib.c757 unexpected_eos, syntax_error, end_object, syntax_error, syntax_error,
758 syntax_error, syntax_error, read_keyname, syntax_error, syntax_error,
762 syntax_error, struct_end_cm,syntax_error, syntax_error, syntax_error,
763 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
770 syntax_error, struct_end_cm, syntax_error, syntax_error, syntax_error,
773 done, syntax_error, syntax_error, syntax_error, syntax_error,
774 syntax_error, syntax_error, syntax_error, syntax_error, syntax_error,
775 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
778 syntax_error, next_key, syntax_error, syntax_error, syntax_error,
781 unexpected_eos, syntax_error, syntax_error, syntax_error, end_array,
[all …]
/dports/devel/ncc/ncc-2.8/
H A Dparser.C146 syntax_error (p, "No :]"); in dirdcl()
178 syntax_error (p, "absurd"); in semantics()
501 syntax_error (p, "Crap argument"); in argument()
912 syntax_error (EP, "parse error"); in primary_expression()
936 syntax_error (EP, "missing ']'"); in postfix_expression()
944 syntax_error (EP, "missing ')'"); in postfix_expression()
1286 syntax_error (p, "'(' expression"); in parenth_expression()
1304 syntax_error (p, "do w/o while"); in do_statement()
1314 syntax_error (p, "for '('..."); in for_statement()
1324 syntax_error (p, "for (;; ')'"); in for_statement()
[all …]
/dports/x11/polybar/polybar-3.5.7/tests/unit_tests/components/
H A Dconfig_parser.cpp101 EXPECT_THROW(parser->parse_line("unknown"), syntax_error); in TEST_F()
102 EXPECT_THROW(parser->parse_line("\ufeff"), syntax_error); in TEST_F()
193 EXPECT_THROW(parser->parse_key("= empty name"), syntax_error); in TEST_F()
194 EXPECT_THROW(parser->parse_key("forbidden char = value"), syntax_error); in TEST_F()
228 EXPECT_THROW(parser->parse_header("[]"), syntax_error); in TEST_F()
229 EXPECT_THROW(parser->parse_header("[no_end"), syntax_error); in TEST_F()
230 EXPECT_THROW(parser->parse_header("[forbidden char]"), syntax_error); in TEST_F()
231 EXPECT_THROW(parser->parse_header("[forbidden\tchar]"), syntax_error); in TEST_F()
234 EXPECT_THROW(parser->parse_header("[self]"), syntax_error); in TEST_F()
235 EXPECT_THROW(parser->parse_header("[BAR]"), syntax_error); in TEST_F()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/strings/
H A Djson_lib.c757 unexpected_eos, syntax_error, end_object, syntax_error, syntax_error,
758 syntax_error, syntax_error, read_keyname, syntax_error, syntax_error,
762 syntax_error, struct_end_cm,syntax_error, syntax_error, syntax_error,
763 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
770 syntax_error, struct_end_cm, syntax_error, syntax_error, syntax_error,
773 done, syntax_error, syntax_error, syntax_error, syntax_error,
774 syntax_error, syntax_error, syntax_error, syntax_error, syntax_error,
775 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
778 syntax_error, next_key, syntax_error, syntax_error, syntax_error,
781 unexpected_eos, syntax_error, syntax_error, syntax_error, end_array,
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/strings/
H A Djson_lib.c757 unexpected_eos, syntax_error, end_object, syntax_error, syntax_error,
758 syntax_error, syntax_error, read_keyname, syntax_error, syntax_error,
762 syntax_error, struct_end_cm,syntax_error, syntax_error, syntax_error,
763 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
770 syntax_error, struct_end_cm, syntax_error, syntax_error, syntax_error,
773 done, syntax_error, syntax_error, syntax_error, syntax_error,
774 syntax_error, syntax_error, syntax_error, syntax_error, syntax_error,
775 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
778 syntax_error, next_key, syntax_error, syntax_error, syntax_error,
781 unexpected_eos, syntax_error, syntax_error, syntax_error, end_array,
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/strings/
H A Djson_lib.c772 unexpected_eos, syntax_error, end_object, syntax_error, syntax_error,
773 syntax_error, syntax_error, read_keyname, syntax_error, syntax_error,
777 syntax_error, struct_end_cm,syntax_error, syntax_error, syntax_error,
778 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
785 syntax_error, struct_end_cm, syntax_error, syntax_error, syntax_error,
788 done, syntax_error, syntax_error, syntax_error, syntax_error,
789 syntax_error, syntax_error, syntax_error, syntax_error, syntax_error,
790 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
793 syntax_error, next_key, syntax_error, syntax_error, syntax_error,
796 unexpected_eos, syntax_error, syntax_error, syntax_error, end_array,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/strings/
H A Djson_lib.c772 unexpected_eos, syntax_error, end_object, syntax_error, syntax_error,
773 syntax_error, syntax_error, read_keyname, syntax_error, syntax_error,
777 syntax_error, struct_end_cm,syntax_error, syntax_error, syntax_error,
778 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
785 syntax_error, struct_end_cm, syntax_error, syntax_error, syntax_error,
788 done, syntax_error, syntax_error, syntax_error, syntax_error,
789 syntax_error, syntax_error, syntax_error, syntax_error, syntax_error,
790 syntax_error, syntax_error, syntax_error, not_json_chr, bad_chr},
793 syntax_error, next_key, syntax_error, syntax_error, syntax_error,
796 unexpected_eos, syntax_error, syntax_error, syntax_error, end_array,
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dntriples.c162 syntax_error(IOSTREAM *in, const char *msg) in syntax_error() function
390 return syntax_error(in, "EOF in uriref"); in get_iri_code()
461 return syntax_error(in, "invalid nodeID"); in read_node_id()
493 return syntax_error(in, "invalid nodeID"); in read_node_id()
558 return syntax_error(in, "subject expected"); in read_subject()
598 return syntax_error(in, "graph expected"); in read_graph()
709 return syntax_error(in, "^ expected"); in read_literal()
727 return syntax_error(in, "EOF in string"); in read_literal()
731 return syntax_error(in, "newline in string"); in read_literal()
763 return syntax_error(in, "object expected"); in read_object()
[all …]

12345678910>>...63