Lines Matching refs:format
116 The sed format outputs sed commands that should fix some of the errors.
119 format. Sed commands are written to stdout, not stderr, so you should be
1264 # output format:
1265 # "emacs" - format that emacs can parse (default)
1266 # "eclipse" - format that eclipse can parse
1267 # "vs7" - format that Microsoft Visual Studio 7 can parse
1268 # "junit" - format that Jenkins, Bamboo, etc can parse
1279 """Sets the output format for errors."""
1411 texts = [template.format(f[1], f[2], f[3], f[4]) for f in failures]
1422 """Gets the module's output format."""
1427 """Sets the module's output format."""
3311 '%q in format strings is deprecated. Use %ll instead.')
5307 # Check for potential format string bugs like printf(foo).
5321 'Potential format string bug. Do %s("%%s", %s) instead.'
6726 This may set the output format and verbosity level as side-effects.