Searched refs:syntax_error (Results 1 – 9 of 9) sorted by relevance
194 self.syntax_error("bogus `&'")206 self.syntax_error("`;' missing after char reference")213 self.syntax_error("bogus `&'")217 self.syntax_error("reference to unknown entity `&%s;'" % str)220 self.syntax_error("bogus `&'")263 self.syntax_error('illegal data at start of file')266 self.syntax_error('data not in content')268 self.syntax_error('illegal character in content')314 self.syntax_error("<?xml?> declaration not at start of document")341 self.syntax_error('multiple DOCTYPE elements')[all …]
1179 goto syntax_error; in parseOptions()1185 goto syntax_error; in parseOptions()1196 goto syntax_error; in parseOptions()1207 goto syntax_error; in parseOptions()1214 goto syntax_error; in parseOptions()1223 goto syntax_error; in parseOptions()1237 goto syntax_error; in parseOptions()1249 goto syntax_error; in parseOptions()1254 goto syntax_error; in parseOptions()1261 goto syntax_error; in parseOptions()[all …]
66 syntax_error = 'syntax error' variable78 raise syntax_error, 'expected "("'83 raise syntax_error, 'missing ")"'
605 goto syntax_error; in kmod_config_parse()612 goto syntax_error; in kmod_config_parse()620 goto syntax_error; in kmod_config_parse()628 goto syntax_error; in kmod_config_parse()637 goto syntax_error; in kmod_config_parse()646 goto syntax_error; in kmod_config_parse()654 syntax_error: in kmod_config_parse()
214 .. method:: syntax_error(message)221 without first calling :meth:`syntax_error`.247 implementation calls :meth:`syntax_error` to signal an error.
636 goto syntax_error; in cfg_file_parse()650 goto syntax_error; in cfg_file_parse()664 syntax_error: in cfg_file_parse()
2263 DEFINE_ERROR(SyntaxError, syntax_error) in DEFINE_ERROR()
9072 DEFINE_ERROR(SyntaxError, syntax_error) in DEFINE_ERROR()