HomeSort by relevance Sort by last modified time
    Searched refs:str2html (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
formatter.py 257 q_long_source = str2html(long_source, False, 4, True)
258 q_source = str2html(source, True, 0, False)
475 def str2html(src, strip=False, indent_subsequent=0, function
494 src = PySourceColor.str2html(src, form='snip')
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
doctest_webapp.py 215 % PySourceColor.str2html(data, PySourceColor.dark))
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
middleware.py 286 input_html = formatter.str2html(input)
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
PySourceColor.py 177 'str2file', 'str2html', 'str2css', 'str2markup', 'path2file',
907 def str2html(sourcestring, colors=None, title='', function
    [all...]

Completed in 104 milliseconds