From 937daf4160cdd8cadf936f7ecb5f575c522e276a Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 2 Apr 2010 03:42:12 +0000 Subject: Python scanner highlights docstrings as comments (see #190). --- test/scanners/python/pleac.expected.raydebug | 16 +- test/scanners/python/pygments.expected.raydebug | 786 +++++++++++------------ test/scanners/python/unistring.expected.raydebug | 2 +- 3 files changed, 402 insertions(+), 402 deletions(-) (limited to 'test/scanners/python') diff --git a/test/scanners/python/pleac.expected.raydebug b/test/scanners/python/pleac.expected.raydebug index 6c110f6..ec76207 100644 --- a/test/scanners/python/pleac.expected.raydebug +++ b/test/scanners/python/pleac.expected.raydebug @@ -500,7 +500,7 @@ keyword(print) string operator(*) i keyword(print) ident(wrapper)operator(.)ident(fill)operator(()ident(txt)operator(\)) comment(#-----------------------------) -string @@ -710,7 +710,7 @@ keyword(class) class(PsLineMatch)operator(:) keyword(def) method(new_line)operator(()pre_constant(self)operator(,) ident(ln)operator(\))operator(:) pre_constant(self)operator(.)ident(_ln) operator(=) ident(ln)operator(.)ident(rstrip)operator(()operator(\)) comment(# ps header for option "wwaxl" (different than in the perl code\)) - stringoperator(\)) ident(color) operator(=) ident(pond)operator([)operator(:)ident(lastfish)operator(])operator(.)ident(split)operator(()operator(\))operator([)operator(-)integer(1)operator(]) comment(##-----------------------------) -string +docstring keyword(import) include(sys)operator(,) include(re) ident(pat) operator(=) ident(sys)operator(.)ident(argv)operator([)integer(1)operator(]) @@ -6001,7 +6001,7 @@ comment(# that it works under any future Python version.) keyword(import) include(inspect)operator(,)include(dis) keyword(def) method(expecting)operator(()operator(\))operator(:) - string + docstring ident(f) operator(=) ident(inspect)operator(.)ident(currentframe)operator(()operator(\))operator(.)ident(f_back)operator(.)ident(f_back) ident(bytecode) operator(=) ident(f)operator(.)ident(f_code)operator(.)ident(co_code) ident(i) operator(=) ident(f)operator(.)ident(f_lasti) @@ -8866,7 +8866,7 @@ comment(# Show ASCII values for keypresses) comment(# _Getch is from http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/134892) keyword(class) class(_Getch)operator(:) - string + docstring keyword(def) method(__init__)operator(()pre_constant(self)operator(\))operator(:) keyword(try)operator(:) pre_constant(self)operator(.)ident(impl) operator(=) ident(_GetchWindows)operator(()operator(\)) diff --git a/test/scanners/python/pygments.expected.raydebug b/test/scanners/python/pygments.expected.raydebug index b88398a..8c651f6 100644 --- a/test/scanners/python/pygments.expected.raydebug +++ b/test/scanners/python/pygments.expected.raydebug @@ -1,6 +1,6 @@ comment(#!/usr/bin/env python) comment(# -*- coding: utf-8 -*-) -string%s)char(\\n)char(\\n)delimiter(')> operator(%) ident(code) keyword(return) pre_constant(self)operator(.)ident(pattern)operator(.)ident(sub)operator(() ident(repl)operator(,) ident(lines)operator(\))comment(# -*- coding: utf-8 -*-) -string keyword(if) ident(ATTACHMENTS)operator(:) @@ -643,7 +643,7 @@ keyword(class) class(Parser)operator(:) ident(w)operator(()ident(formatter)operator(.)ident(rawHTML)operator(()ident(highlight)operator(()pre_constant(self)operator(.)ident(raw)operator(,) pre_constant(self)operator(.)ident(lexer)operator(,) ident(htmlformatter)operator(\))operator(\))operator(\)) ident(w)operator(()ident(formatter)operator(.)ident(code_area)operator(()integer(0)operator(,) predefined(id)operator(\))operator(\)) comment(# -*- coding: utf-8 -*-) -stringoperator(,) ident(pygments_directive)operator(\)) comment(#!python) -string + docstring keyword(try)operator(:) keyword(import) include(setuptools) keyword(except) exception(ImportError)operator(:) @@ -955,7 +955,7 @@ keyword(def) method(main)operator(()ident(argv)operator(,) ident(version)operato keyword(print) string keyword(def) method(update_md5)operator(()ident(filenames)operator(\))operator(:) - string + docstring keyword(import) include(re) @@ -996,7 +996,7 @@ keyword(if) ident(__name__)operator(==)string keyword(try)operator(:) @@ -1047,7 +1047,7 @@ keyword(def) method(lex)operator(()ident(code)operator(,) ident(lexer)operator(\ keyword(def) method(format)operator(()ident(tokens)operator(,) ident(formatter)operator(,) ident(outfile)operator(=)pre_constant(None)operator(\))operator(:) - string comment(# pylint: disable-msg=R0911,R0912,R0915) @@ -1515,7 +1515,7 @@ keyword(def) method(main)operator(()ident(args)operator(=)ident(sys)operator(.)i keyword(return) integer(0) comment(# -*- coding: utf-8 -*-) -stringoperator(])operator(\)) keyword(return) stringoperator(.)ident(join)operator(()ident(result)operator(\)) comment(# -*- coding: utf-8 -*-) -string @@ -1644,7 +1644,7 @@ keyword(class) class(Filter)operator(()predefined(object)operator(\))operator(:) keyword(class) class(FunctionFilter)operator(()ident(Filter)operator(\))operator(:) - string keyword(if) ident(filtername) keyword(in) ident(FILTERS)operator(:) @@ -1700,7 +1700,7 @@ keyword(def) method(find_filter_class)operator(()ident(filtername)operator(\))op keyword(def) method(get_filter_by_name)operator(()ident(filtername)operator(,) operator(**)ident(options)operator(\))operator(:) - string @@ -1712,7 +1712,7 @@ keyword(def) method(get_filter_by_name)operator(()ident(filtername)operator(,) o keyword(def) method(get_all_filters)operator(()operator(\))operator(:) - string keyword(for) ident(name) keyword(in) ident(FILTERS)operator(:) @@ -1735,7 +1735,7 @@ keyword(def) method(_replace_special)operator(()ident(ttype)operator(,) ident(va keyword(class) class(CodeTagFilter)operator(()ident(Filter)operator(\))operator(:) - stringoperator(:) ident(VisibleWhitespaceFilter)operator(,) operator(}) comment(# -*- coding: utf-8 -*-) -stringoperator(\))operator(:) - string keyword(def) method(format)operator(()pre_constant(self)operator(,) ident(tokensource)operator(,) ident(outfile)operator(\))operator(:) - string @@ -2047,7 +2047,7 @@ keyword(class) class(Formatter)operator(()predefined(object)operator(\))operator ident(outfile) operator(=) ident(codecs)operator(.)ident(lookup)operator(()pre_constant(self)operator(.)ident(encoding)operator(\))operator([)integer(3)operator(])operator(()ident(outfile)operator(\)) keyword(return) pre_constant(self)operator(.)ident(format_unencoded)operator(()ident(tokensource)operator(,) ident(outfile)operator(\)) comment(# -*- coding: utf-8 -*-) -string + docstring keyword(for) ident(formatter) keyword(in) ident(FORMATTERS)operator(:) keyword(yield) ident(formatter) keyword(for) ident(_)operator(,) ident(formatter) keyword(in) ident(find_plugin_formatters)operator(()operator(\))operator(:) keyword(yield) ident(formatter) comment(# -*- coding: utf-8 -*-) -stringoperator(\)) comment(# -*- coding: utf-8 -*-) -string as well as single and double quotes for HTML.)delimiter(""")> + docstring as well as single and double quotes for HTML.)delimiter(""")> keyword(return) ident(text)operator(.)ident(replace)operator(()stringoperator(,) stringoperator(\))operator(.) \ ident(replace)operator(()stringoperator(,) stringoperator(\))operator(.) \ ident(replace)operator(()string)delimiter(')>operator(,) stringoperator(\))operator(.) \ @@ -2351,7 +2351,7 @@ keyword(def) method(escape_html)operator(()ident(text)operator(\))operator(:) keyword(def) method(get_random_id)operator(()operator(\))operator(:) - string + docstring keyword(from) include(random) keyword(import) include(random) keyword(from) include(time) keyword(import) include(time) keyword(try)operator(:) @@ -2420,7 +2420,7 @@ ident(DOC_FOOTER) operator(=) string`` tags within a ``
`` tag, wrapped)content(
 )content(    in a ``
`` tag. The ``
``'s CSS class can be set by the `cssclass`)content( )content( option.)content( @@ -2695,7 +2695,7 @@ keyword(class) class(HtmlFormatter)operator(()ident(Formatter)operator(\))operat pre_constant(self)operator(.)ident(_create_stylesheet)operator(()operator(\)) keyword(def) method(_get_css_class)operator(()pre_constant(self)operator(,) ident(ttype)operator(\))operator(:) - string keyword(if) ident(ttype) keyword(in) pre_constant(self)operator(.)ident(_class_cache)operator(:) keyword(return) pre_constant(self)operator(.)ident(_class_cache)operator([)ident(ttype)operator(]) @@ -2727,7 +2727,7 @@ keyword(class) class(HtmlFormatter)operator(()ident(Formatter)operator(\))operat ident(c2s)operator([)ident(name)operator(]) operator(=) operator(()ident(style)operator([)operator(:)operator(-)integer(2)operator(])operator(,) ident(ttype)operator(,) predefined(len)operator(()ident(ttype)operator(\))operator(\)) keyword(def) method(get_style_defs)operator(()pre_constant(self)operator(,) ident(arg)operator(=)pre_constant(None)operator(\))operator(:) - string)delimiter(')> keyword(def) method(_format_lines)operator(()pre_constant(self)operator(,) ident(tokensource)operator(\))operator(:) - string @@ -2968,7 +2968,7 @@ keyword(class) class(HtmlFormatter)operator(()ident(Formatter)operator(\))operat keyword(yield) integer(1)operator(,) ident(line) operator(+) operator(()ident(lspan) keyword(and) string)delimiter(')>operator(\)) operator(+) ident(lsep) keyword(def) method(_highlight_lines)operator(()pre_constant(self)operator(,) ident(tokensource)operator(\))operator(:) - string @@ -2983,7 +2983,7 @@ keyword(class) class(HtmlFormatter)operator(()ident(Formatter)operator(\))operat keyword(yield) integer(1)operator(,) ident(value) keyword(def) method(wrap)operator(()pre_constant(self)operator(,) ident(source)operator(,) ident(outfile)operator(\))operator(:) - string + docstring keyword(class) class(FontNotFound)operator(()exception(Exception)operator(\))operator(:) - string + docstring keyword(class) class(FontManager)operator(()predefined(object)operator(\))operator(:) - string @@ -3166,13 +3166,13 @@ keyword(class) class(FontManager)operator(()predefined(object)operator(\))operat ident(_winreg)operator(.)ident(CloseKey)operator(()ident(key)operator(\)) keyword(def) method(get_char_size)operator(()pre_constant(self)operator(\))operator(:) - string keyword(return) pre_constant(self)operator(.)ident(fonts)operator([)stringoperator(])operator(.)ident(getsize)operator(()stringoperator(\)) keyword(def) method(get_font)operator(()pre_constant(self)operator(,) ident(bold)operator(,) ident(oblique)operator(\))operator(:) - string keyword(if) ident(bold) keyword(and) ident(oblique)operator(:) @@ -3186,7 +3186,7 @@ keyword(class) class(FontManager)operator(()predefined(object)operator(\))operat keyword(class) class(ImageFormatter)operator(()ident(Formatter)operator(\))operator(:) - string keyword(def) method(__init__)operator(()pre_constant(self)operator(,) operator(**)ident(options)operator(\))operator(:) - string keyword(if) keyword(not) ident(pil_available)operator(:) @@ -3333,43 +3333,43 @@ keyword(class) class(ImageFormatter)operator(()ident(Formatter)operator(\))opera string instead.)delimiter(')>operator(\)) keyword(def) method(_get_line_height)operator(()pre_constant(self)operator(\))operator(:) - string keyword(return) pre_constant(self)operator(.)ident(fonth) operator(+) pre_constant(self)operator(.)ident(line_pad) keyword(def) method(_get_line_y)operator(()pre_constant(self)operator(,) ident(lineno)operator(\))operator(:) - string keyword(return) ident(lineno) operator(*) pre_constant(self)operator(.)ident(_get_line_height)operator(()operator(\)) operator(+) pre_constant(self)operator(.)ident(image_pad) keyword(def) method(_get_char_width)operator(()pre_constant(self)operator(\))operator(:) - string keyword(return) pre_constant(self)operator(.)ident(fontw) keyword(def) method(_get_char_x)operator(()pre_constant(self)operator(,) ident(charno)operator(\))operator(:) - string keyword(return) ident(charno) operator(*) pre_constant(self)operator(.)ident(fontw) operator(+) pre_constant(self)operator(.)ident(image_pad) operator(+) pre_constant(self)operator(.)ident(line_number_width) keyword(def) method(_get_text_pos)operator(()pre_constant(self)operator(,) ident(charno)operator(,) ident(lineno)operator(\))operator(:) - string keyword(return) pre_constant(self)operator(.)ident(_get_char_x)operator(()ident(charno)operator(\))operator(,) pre_constant(self)operator(.)ident(_get_line_y)operator(()ident(lineno)operator(\)) keyword(def) method(_get_linenumber_pos)operator(()pre_constant(self)operator(,) ident(lineno)operator(\))operator(:) - string keyword(return) operator(()pre_constant(self)operator(.)ident(image_pad)operator(,) pre_constant(self)operator(.)ident(_get_line_y)operator(()ident(lineno)operator(\))operator(\)) keyword(def) method(_get_text_color)operator(()pre_constant(self)operator(,) ident(style)operator(\))operator(:) - string keyword(if) ident(style)operator([)stringoperator(]) keyword(is) keyword(not) pre_constant(None)operator(:) @@ -3379,20 +3379,20 @@ keyword(class) class(ImageFormatter)operator(()ident(Formatter)operator(\))opera keyword(return) ident(fill) keyword(def) method(_get_style_font)operator(()pre_constant(self)operator(,) ident(style)operator(\))operator(:) - string keyword(return) pre_constant(self)operator(.)ident(fonts)operator(.)ident(get_font)operator(()ident(style)operator([)stringoperator(])operator(,) ident(style)operator([)stringoperator(])operator(\)) keyword(def) method(_get_image_size)operator(()pre_constant(self)operator(,) ident(maxcharno)operator(,) ident(maxlineno)operator(\))operator(:) - string keyword(return) operator(()pre_constant(self)operator(.)ident(_get_char_x)operator(()ident(maxcharno)operator(\)) operator(+) pre_constant(self)operator(.)ident(image_pad)operator(,) pre_constant(self)operator(.)ident(_get_line_y)operator(()ident(maxlineno) operator(+) integer(0)operator(\)) operator(+) pre_constant(self)operator(.)ident(image_pad)operator(\)) keyword(def) method(_draw_linenumber)operator(()pre_constant(self)operator(,) ident(lineno)operator(\))operator(:) - string pre_constant(self)operator(.)ident(_draw_text)operator(() @@ -3404,13 +3404,13 @@ keyword(class) class(ImageFormatter)operator(()ident(Formatter)operator(\))opera operator(\)) keyword(def) method(_draw_text)operator(()pre_constant(self)operator(,) ident(pos)operator(,) ident(text)operator(,) ident(font)operator(,) operator(**)ident(kw)operator(\))operator(:) - string pre_constant(self)operator(.)ident(drawables)operator(.)ident(append)operator(()operator(()ident(pos)operator(,) ident(text)operator(,) ident(font)operator(,) ident(kw)operator(\))operator(\)) keyword(def) method(_create_drawables)operator(()pre_constant(self)operator(,) ident(tokensource)operator(\))operator(:) - string ident(lineno) operator(=) ident(charno) operator(=) ident(maxcharno) operator(=) integer(0) @@ -3443,7 +3443,7 @@ keyword(class) class(ImageFormatter)operator(()ident(Formatter)operator(\))opera pre_constant(self)operator(.)ident(maxlineno) operator(=) ident(lineno) keyword(def) method(_draw_line_numbers)operator(()pre_constant(self)operator(\))operator(:) - string keyword(if) keyword(not) pre_constant(self)operator(.)ident(line_numbers)operator(:) @@ -3453,7 +3453,7 @@ keyword(class) class(ImageFormatter)operator(()ident(Formatter)operator(\))opera pre_constant(self)operator(.)ident(_draw_linenumber)operator(()ident(i)operator(\)) keyword(def) method(_paint_line_number_bg)operator(()pre_constant(self)operator(,) ident(im)operator(\))operator(:) - string keyword(if) keyword(not) pre_constant(self)operator(.)ident(line_numbers)operator(:) @@ -3470,7 +3470,7 @@ keyword(class) class(ImageFormatter)operator(()ident(Formatter)operator(\))opera keyword(del) ident(draw) keyword(def) method(format)operator(()pre_constant(self)operator(,) ident(tokensource)operator(,) ident(outfile)operator(\))operator(:) - stringoperator(]) ident(default_image_format) operator(=) string comment(# -*- coding: utf-8 -*-) -stringoperator(\))operator(:) - string @@ -3842,7 +3842,7 @@ keyword(class) class(LatexFormatter)operator(()ident(Formatter)operator(\))opera ident(styledefs) operator(=) pre_constant(self)operator(.)ident(get_style_defs)operator(()operator(\))operator(,) ident(code) operator(=) ident(outfile)operator(.)ident(getvalue)operator(()operator(\))operator(\))operator(\)) comment(# -*- coding: utf-8 -*-) -string ident(name) operator(=) string @@ -3878,7 +3878,7 @@ keyword(class) class(NullFormatter)operator(()ident(Formatter)operator(\))operat keyword(class) class(RawTokenFormatter)operator(()ident(Formatter)operator(\))operator(:) - stringrepr(tokenstring\))content(\\n)content(``. The output can later)content( @@ -3959,7 +3959,7 @@ keyword(class) class(RawTokenFormatter)operator(()ident(Formatter)operator(\))op ident(write)operator(()string operator(%) operator(()ident(ttype)operator(,) ident(value)operator(\))operator(\)) ident(flush)operator(()operator(\)) comment(# -*- coding: utf-8 -*-) -stringoperator(\)) comment(# -*- coding: utf-8 -*-) -string as well as single and double quotes for HTML.)delimiter(""")> + docstring as well as single and double quotes for HTML.)delimiter(""")> keyword(return) ident(text)operator(.)ident(replace)operator(()stringoperator(,) stringoperator(\))operator(.) \ ident(replace)operator(()stringoperator(,) stringoperator(\))operator(.) \ ident(replace)operator(()string)delimiter(')>operator(,) stringoperator(\))operator(.) \ @@ -4123,7 +4123,7 @@ keyword(def) method(escape_html)operator(()ident(text)operator(\))operator(:) ident(class2style) operator(=) operator({)operator(}) keyword(class) class(SvgFormatter)operator(()ident(Formatter)operator(\))operator(:) - string`` element with explicit ``x`` and ``y``)content( )content( coordinates containing ```` elements with the individual token styles.)content( @@ -4192,7 +4192,7 @@ keyword(class) class(SvgFormatter)operator(()ident(Formatter)operator(\))operato pre_constant(self)operator(.)ident(_stylecache) operator(=) operator({)operator(}) keyword(def) method(format_unencoded)operator(()pre_constant(self)operator(,) ident(tokensource)operator(,) ident(outfile)operator(\))operator(:) - string @@ -4620,7 +4620,7 @@ keyword(class) class(LexerMeta)operator(()predefined(type)operator(\))operator(: keyword(class) class(Lexer)operator(()predefined(object)operator(\))operator(:) - string)delimiter(')> operator(%) pre_constant(self)operator(.)ident(__class__)operator(.)ident(__name__) keyword(def) method(add_filter)operator(()pre_constant(self)operator(,) ident(filter_)operator(,) operator(**)ident(options)operator(\))operator(:) - string keyword(if) keyword(not) predefined(isinstance)operator(()ident(filter_)operator(,) ident(Filter)operator(\))operator(:) @@ -4683,7 +4683,7 @@ keyword(class) class(Lexer)operator(()predefined(object)operator(\))operator(:) pre_constant(self)operator(.)ident(filters)operator(.)ident(append)operator(()ident(filter_)operator(\)) keyword(def) method(analyse_text)operator(()ident(text)operator(\))operator(:) - string keyword(def) method(get_tokens)operator(()pre_constant(self)operator(,) ident(text)operator(,) ident(unfiltered)operator(=)pre_constant(False)operator(\))operator(:) - string keyword(pass) keyword(class) class(combined)operator(()predefined(tuple)operator(\))operator(:) - string @@ -4813,7 +4813,7 @@ keyword(class) class(combined)operator(()predefined(tuple)operator(\))operator(: keyword(class) class(_PseudoMatch)operator(()predefined(object)operator(\))operator(:) - string @@ -4840,7 +4840,7 @@ keyword(class) class(_PseudoMatch)operator(()predefined(object)operator(\))opera keyword(def) method(bygroups)operator(()operator(*)ident(args)operator(\))operator(:) - string keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(ctx)operator(=)pre_constant(None)operator(\))operator(:) @@ -4864,7 +4864,7 @@ keyword(def) method(bygroups)operator(()operator(*)ident(args)operator(\))operat keyword(class) class(_This)operator(()predefined(object)operator(\))operator(:) - string @@ -4872,7 +4872,7 @@ ident(this) operator(=) ident(_This)operator(()operator(\)) keyword(def) method(using)operator(()ident(_other)operator(,) operator(**)ident(kwargs)operator(\))operator(:) - string @@ -5012,7 +5012,7 @@ keyword(class) class(RegexLexerMeta)operator(()ident(LexerMeta)operator(\))opera keyword(class) class(RegexLexer)operator(()ident(Lexer)operator(\))operator(:) - stringoperator(,)operator(\))operator(\))operator(:) - string @@ -5113,12 +5113,12 @@ keyword(class) class(LexerContext)operator(()predefined(object)operator(\))opera keyword(class) class(ExtendedRegexLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string keyword(def) method(get_tokens_unprocessed)operator(()pre_constant(self)operator(,) ident(text)operator(=)pre_constant(None)operator(,) ident(context)operator(=)pre_constant(None)operator(\))operator(:) - string @@ -5175,7 +5175,7 @@ keyword(class) class(ExtendedRegexLexer)operator(()ident(RegexLexer)operator(\)) keyword(def) method(do_insertions)operator(()ident(insertions)operator(,) ident(tokens)operator(\))operator(:) - string ident(mod) operator(=) predefined(__import__)operator(()ident(module_name)operator(,) pre_constant(None)operator(,) pre_constant(None)operator(,) operator([)stringoperator(])operator(\)) @@ -5272,7 +5272,7 @@ keyword(def) method(_load_lexers)operator(()ident(module_name)operator(\))operat keyword(def) method(get_all_lexers)operator(()operator(\))operator(:) - string @@ -5283,7 +5283,7 @@ keyword(def) method(get_all_lexers)operator(()operator(\))operator(:) keyword(def) method(find_lexer_class)operator(()ident(name)operator(\))operator(:) - string keyword(if) ident(name) keyword(in) ident(_lexer_cache)operator(:) @@ -5300,7 +5300,7 @@ keyword(def) method(find_lexer_class)operator(()ident(name)operator(\))operator( keyword(def) method(get_lexer_by_name)operator(()ident(_alias)operator(,) operator(**)ident(options)operator(\))operator(:) - string comment(# lookup builtin lexers) @@ -5317,7 +5317,7 @@ keyword(def) method(get_lexer_by_name)operator(()ident(_alias)operator(,) operat keyword(def) method(get_lexer_for_filename)operator(()ident(_fn)operator(,) ident(code)operator(=)pre_constant(None)operator(,) operator(**)ident(options)operator(\))operator(:) - string keyword(for) ident(modname)operator(,) ident(name)operator(,) ident(_)operator(,) ident(_)operator(,) ident(mimetypes) keyword(in) ident(LEXERS)operator(.)ident(itervalues)operator(()operator(\))operator(:) @@ -5372,7 +5372,7 @@ keyword(def) method(get_lexer_for_mimetype)operator(()ident(_mime)operator(,) op keyword(def) method(_iter_lexerclasses)operator(()operator(\))operator(:) - string keyword(for) ident(module_name)operator(,) ident(name)operator(,) ident(_)operator(,) ident(_)operator(,) ident(_) keyword(in) ident(LEXERS)operator(.)ident(itervalues)operator(()operator(\))operator(:) @@ -5384,7 +5384,7 @@ keyword(def) method(_iter_lexerclasses)operator(()operator(\))operator(:) keyword(def) method(guess_lexer_for_filename)operator(()ident(_fn)operator(,) ident(_text)operator(,) operator(**)ident(options)operator(\))operator(:) - string ident(best_lexer) operator(=) operator([)float(0.0)operator(,) pre_constant(None)operator(]) @@ -5443,7 +5443,7 @@ keyword(def) method(guess_lexer)operator(()ident(_text)operator(,) operator(**)i keyword(class) class(_automodule)operator(()ident(types)operator(.)ident(ModuleType)operator(\))operator(:) - string + docstring keyword(def) method(__getattr__)operator(()pre_constant(self)operator(,) ident(name)operator(\))operator(:) ident(info) operator(=) ident(LEXERS)operator(.)ident(get)operator(()ident(name)operator(\)) @@ -5462,7 +5462,7 @@ ident(newmod)operator(.)ident(__dict__)operator(.)ident(update)operator(()ident( ident(sys)operator(.)ident(modules)operator([)stringoperator(]) operator(=) ident(newmod) keyword(del) ident(newmod)operator(.)ident(newmod)operator(,) ident(newmod)operator(.)ident(oldmod)operator(,) ident(newmod)operator(.)ident(sys)operator(,) ident(newmod)operator(.)ident(types) comment(# -*- coding: utf-8 -*-) -stringoperator(,) stringoperator(,) stringoperator(,) stringoperator(,) stringoperator(,) operator(]) comment(# -*- coding: utf-8 -*-) -stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(]) ident(option)operator(=)operator([)operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(,) operator(()stringoperator(,) stringoperator(\))operator(]) comment(# -*- coding: utf-8 -*-) -string`_ source code.)content( )content( )delimiter(""")> @@ -9739,7 +9739,7 @@ keyword(class) class(PythonLexer)operator(()ident(RegexLexer)operator(\))operato keyword(class) class(Python3Lexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code (version 3.0\).)content( )content( )content( *New in Pygments 0.10.*)content( @@ -9830,7 +9830,7 @@ keyword(class) class(Python3Lexer)operator(()ident(RegexLexer)operator(\))operat keyword(class) class(PythonConsoleLexer)operator(()ident(Lexer)operator(\))operator(:) - string`_ source code.)content( )content( )delimiter(""")> @@ -10320,7 +10320,7 @@ keyword(class) class(RubyLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(class) class(RubyConsoleLexer)operator(()ident(Lexer)operator(\))operator(:) - string`_ source code.)content( )content( )delimiter(""")> @@ -10540,7 +10540,7 @@ keyword(class) class(PerlLexer)operator(()ident(RegexLexer)operator(\))operator( keyword(class) class(LuaLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( )content( Additional options accepted:)content( @@ -10662,7 +10662,7 @@ keyword(class) class(LuaLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(MiniDLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ (a D-like scripting)content( )content( language\) source.)content( )content( )delimiter(""")> @@ -10698,7 +10698,7 @@ keyword(class) class(MiniDLexer)operator(()ident(RegexLexer)operator(\))operator operator(()stringoperator(,) ident(Number)operator(.)ident(Integer)operator(\))operator(,) comment(# CharacterLiteral) operator(()string - stringoperator(,) + docstringoperator(,) ident(String)operator(.)ident(Char) operator(\))operator(,) comment(# StringLiteral) @@ -10727,7 +10727,7 @@ keyword(class) class(MiniDLexer)operator(()ident(RegexLexer)operator(\))operator keyword(class) class(IoLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ (a small, prototype-based)content( )content( programming language\) source.)content( )content( @@ -10774,7 +10774,7 @@ keyword(class) class(IoLexer)operator(()ident(RegexLexer)operator(\))operator(:) keyword(class) class(TclLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( )content( *New in Pygments 0.11.*)content( @@ -11036,7 +11036,7 @@ keyword(class) class(ClojureLexer)operator(()ident(RegexLexer)operator(\))operat operator(])operator(,) operator(}) comment(# -*- coding: utf-8 -*-) -string ident(name) operator(=) string @@ -11132,7 +11132,7 @@ keyword(class) class(GasLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(return) ident(re)operator(.)ident(match)operator(()stringoperator(,) ident(text)operator(,) ident(re)operator(.)ident(M)operator(\)) keyword(class) class(ObjdumpLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -11187,7 +11187,7 @@ keyword(class) class(ObjdumpLexer)operator(()ident(RegexLexer)operator(\))operat keyword(class) class(DObjdumpLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -11200,7 +11200,7 @@ keyword(class) class(DObjdumpLexer)operator(()ident(DelegatingLexer)operator(\)) keyword(class) class(CppObjdumpLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -11213,7 +11213,7 @@ keyword(class) class(CppObjdumpLexer)operator(()ident(DelegatingLexer)operator(\ keyword(class) class(CObjdumpLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -11226,7 +11226,7 @@ keyword(class) class(CObjdumpLexer)operator(()ident(DelegatingLexer)operator(\)) keyword(class) class(LlvmLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -11300,7 +11300,7 @@ keyword(class) class(LlvmLexer)operator(()ident(RegexLexer)operator(\))operator( keyword(class) class(NasmLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -11369,7 +11369,7 @@ keyword(class) class(NasmLexer)operator(()ident(RegexLexer)operator(\))operator( operator(])operator(,) operator(}) comment(# -*- coding: utf-8 -*-) -string ident(name) operator(=) string @@ -11531,7 +11531,7 @@ keyword(class) class(CLexer)operator(()ident(RegexLexer)operator(\))operator(:) keyword(yield) ident(index)operator(,) ident(token)operator(,) ident(value) keyword(class) class(CppLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -11608,7 +11608,7 @@ keyword(class) class(CppLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(DLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -11662,7 +11662,7 @@ keyword(class) class(DLexer)operator(()ident(RegexLexer)operator(\))operator(:) operator(()stringoperator(,) ident(Number)operator(.)ident(Integer)operator(\))operator(,) comment(# CharacterLiteral) operator(()string - stringoperator(,) + docstringoperator(,) ident(String)operator(.)ident(Char) operator(\))operator(,) comment(# StringLiteral) @@ -11674,7 +11674,7 @@ keyword(class) class(DLexer)operator(()ident(RegexLexer)operator(\))operator(:) operator(()stringoperator(,) ident(String)operator(\))operator(,) comment(# -- EscapeSequence) operator(()string - stringoperator(,) + docstringoperator(,) ident(String) operator(\))operator(,) comment(# -- HexString) @@ -11756,7 +11756,7 @@ keyword(class) class(DLexer)operator(()ident(RegexLexer)operator(\))operator(:) keyword(class) class(DelphiLexer)operator(()ident(Lexer)operator(\))operator(:) - string`_ (Borland Object Pascal\),)content( )content( Turbo Pascal and Free Pascal source code.)content( )content( @@ -12240,7 +12240,7 @@ keyword(class) class(DelphiLexer)operator(()ident(Lexer)operator(\))operator(:) keyword(class) class(JavaLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( )delimiter(""")> @@ -12297,7 +12297,7 @@ keyword(class) class(JavaLexer)operator(()ident(RegexLexer)operator(\))operator( operator(}) keyword(class) class(ScalaLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( )delimiter(""")> @@ -12397,7 +12397,7 @@ comment(# Name.Attribute\)\),) keyword(class) class(DylanLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ language.)content( )content( )content( *New in Pygments 0.7.*)content( @@ -12442,7 +12442,7 @@ keyword(class) class(DylanLexer)operator(()ident(RegexLexer)operator(\))operator keyword(class) class(ObjectiveCLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -12676,7 +12676,7 @@ keyword(class) class(FortranLexer)operator(()ident(RegexLexer)operator(\))operat keyword(class) class(GLShaderLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string ident(name) operator(=) string @@ -12778,7 +12778,7 @@ keyword(class) class(PrologLexer)operator(()ident(RegexLexer)operator(\))operato keyword(class) class(CythonLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( )content( *New in Pygments 1.1.*)content( @@ -12942,7 +12942,7 @@ keyword(class) class(CythonLexer)operator(()ident(RegexLexer)operator(\))operato operator(])operator(,) operator(}) comment(# -*- coding: utf-8 -*-) -stringoperator(,) stringoperator(\))operator(.)ident(replace)operator(()stringoperator(,) stringoperator(\)) keyword(class) class(CSharpLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_)content( )content( source code.)content( )content( @@ -13082,7 +13082,7 @@ keyword(class) class(CSharpLexer)operator(()ident(RegexLexer)operator(\))operato keyword(class) class(BooLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( )delimiter(""")> @@ -13149,7 +13149,7 @@ keyword(class) class(BooLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(VbNetLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_)content( )content( source code.)content( @@ -13234,7 +13234,7 @@ keyword(class) class(VbNetLexer)operator(()ident(RegexLexer)operator(\))operator operator(}) keyword(class) class(GenericAspxLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -13257,7 +13257,7 @@ keyword(class) class(GenericAspxLexer)operator(()ident(RegexLexer)operator(\))op comment(#TODO support multiple languages within the same source file) keyword(class) class(CSharpAspxLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -13278,7 +13278,7 @@ keyword(class) class(CSharpAspxLexer)operator(()ident(DelegatingLexer)operator(\ keyword(return) float(0.001) comment(# TODO really only for when filename matched...) keyword(class) class(VbNetAspxLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -13297,7 +13297,7 @@ keyword(class) class(VbNetAspxLexer)operator(()ident(DelegatingLexer)operator(\) keyword(elif) ident(re)operator(.)ident(search)operator(()string]+language=[")content(\\')content(]vb)delimiter(')>operator(,) ident(text)operator(,) ident(re)operator(.)ident(I)operator(\)) keyword(is) keyword(not) pre_constant(None)operator(:) keyword(return) float(0.15) comment(# -*- coding: utf-8 -*-) -string[ )content(\\t)content(]*\)(.*)content(\\n)content(\))delimiter(')>operator(\)) keyword(class) class(LiterateHaskellLexer)operator(()ident(Lexer)operator(\))operator(:) - string`_ lexer.)content( )content( Contributed by Christopher Creutzig .)content( )content( @@ -14154,7 +14154,7 @@ keyword(class) class(MuPADLexer)operator(()ident(RegexLexer)operator(\))operator keyword(class) class(MatlabLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string.)content( )content( @@ -14259,7 +14259,7 @@ keyword(class) class(MatlabLexer)operator(()ident(RegexLexer)operator(\))operato ident(line_re) operator(=) ident(re)operator(.)ident(compile)operator(()stringoperator(\)) keyword(class) class(MatlabSessionLexer)operator(()ident(Lexer)operator(\))operator(:) - string.)content( )content( @@ -14398,7 +14398,7 @@ keyword(class) class(NumPyLexer)operator(()ident(PythonLexer)operator(\))operato keyword(class) class(SLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string keyword(in) ident(text) comment(# -*- coding: utf-8 -*-) -string @@ -14612,7 +14612,7 @@ keyword(class) class(SqlLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(MySqlLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -14686,7 +14686,7 @@ keyword(class) class(MySqlLexer)operator(()ident(RegexLexer)operator(\))operator keyword(class) class(SqliteConsoleLexer)operator(()ident(Lexer)operator(\))operator(:) - string`_)content( )content( language.)content( )content( )delimiter(""")> @@ -14758,7 +14758,7 @@ keyword(class) class(BrainfuckLexer)operator(()ident(RegexLexer)operator(\))oper keyword(class) class(BefungeLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_)content( )content( language.)content( )content( @@ -14789,7 +14789,7 @@ keyword(class) class(BefungeLexer)operator(()ident(RegexLexer)operator(\))operat keyword(class) class(BashLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string.)content( )content( @@ -15009,7 +15009,7 @@ keyword(class) class(RedcodeLexer)operator(()ident(RegexLexer)operator(\))operat keyword(class) class(MOOCodeLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ (the MOO scripting)content( )content( language\).)content( )content( @@ -15052,7 +15052,7 @@ keyword(class) class(MOOCodeLexer)operator(()ident(RegexLexer)operator(\))operat keyword(class) class(SmalltalkLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ syntax.)content( )content( Contributed by Stefan Matthias Aust.)content( )content( Rewritten by Nils Winter.)content( @@ -15174,7 +15174,7 @@ keyword(class) class(SmalltalkLexer)operator(()ident(RegexLexer)operator(\))oper keyword(class) class(TcshLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( )content( *New in Pygments 0.10.*)content( @@ -15447,7 +15447,7 @@ keyword(def) method(_shortened_many)operator(()operator(*)ident(words)operator(\ keyword(return) stringoperator(.)ident(join)operator(()predefined(map)operator(()ident(_shortened)operator(,) ident(words)operator(\))operator(\)) keyword(class) class(GnuplotLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ plotting scripts.)content( )content( )content( *New in Pygments 0.11.*)content( @@ -15606,7 +15606,7 @@ keyword(class) class(GnuplotLexer)operator(()ident(RegexLexer)operator(\))operat keyword(class) class(PovrayLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ files.)content( )content( )content( *New in Pygments 0.11.*)content( @@ -15692,7 +15692,7 @@ keyword(class) class(PovrayLexer)operator(()ident(RegexLexer)operator(\))operato keyword(class) class(AppleScriptLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_,)content( @@ -16012,7 +16012,7 @@ keyword(class) class(AppleScriptLexer)operator(()ident(RegexLexer)operator(\))op keyword(class) class(ModelicaLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( )content( *New in Pygments 1.1.*)content( @@ -16091,7 +16091,7 @@ keyword(class) class(ModelicaLexer)operator(()ident(RegexLexer)operator(\))opera keyword(class) class(RebolLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ lexer.)content( )content( )content( *New in Pygments 1.1.*)content( @@ -16304,7 +16304,7 @@ keyword(class) class(RebolLexer)operator(()ident(RegexLexer)operator(\))operator keyword(class) class(ABAPLexer)operator(()ident(RegexLexer)operator(\))operator(:) - stringoperator(,) stringoperator(]) keyword(class) class(RagelLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ lexer. Use this for)content( )content( fragments of Ragel. For ``.rl`` files, use RagelEmbeddedLexer instead)content( )content( (or one of the language-specific subclasses\).)content( @@ -16618,7 +16618,7 @@ keyword(class) class(RagelLexer)operator(()ident(RegexLexer)operator(\))operator operator(}) keyword(class) class(RagelEmbeddedLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string keyword(in) ident(text) keyword(or) float(0.1) keyword(class) class(RagelRubyLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string keyword(in) ident(text) keyword(class) class(RagelCLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string keyword(in) ident(text) keyword(class) class(RagelDLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string keyword(in) ident(text) keyword(class) class(RagelCppLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string keyword(in) ident(text) keyword(class) class(RagelObjectiveCLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string keyword(in) ident(text) keyword(class) class(RagelJavaLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string keyword(in) ident(text) keyword(class) class(AntlrLexer)operator(()ident(RegexLexer)operator(\))operator(:) - stringoperator(,) ident(text)operator(,) ident(re)operator(.)ident(M)operator(\)) keyword(class) class(AntlrObjectiveCLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - stringoperator(,) ident(text)operator(\)) keyword(class) class(AntlrCSharpLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - stringoperator(,) ident(text)operator(,) ident(re)operator(.)ident(M)operator(\)) keyword(class) class(AntlrPythonLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - stringoperator(,) ident(text)operator(,) ident(re)operator(.)ident(M)operator(\)) keyword(class) class(AntlrPerlLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - stringoperator(,) ident(text)operator(,) ident(re)operator(.)ident(M)operator(\)) keyword(class) class(AntlrActionScriptLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - stringoperator(,) ident(text)operator(,) ident(re)operator(.)ident(M)operator(\)) comment(# -*- coding: utf-8 -*-) -string ident(name) operator(=) string @@ -17202,7 +17202,7 @@ ident(_ttype_cache) operator(=) operator({)operator(}) ident(line_re) operator(=) ident(re)operator(.)ident(compile)operator(()ident(b)operator(()stringoperator(\))operator(\)) keyword(class) class(RawTokenLexer)operator(()ident(Lexer)operator(\))operator(:) - string`_ (Ruby Templating\))content( )content( lexer.)content( )content( @@ -17328,7 +17328,7 @@ keyword(class) class(ErbLexer)operator(()ident(Lexer)operator(\))operator(:) ident(Lexer)operator(.)ident(__init__)operator(()pre_constant(self)operator(,) operator(**)ident(options)operator(\)) keyword(def) method(get_tokens_unprocessed)operator(()pre_constant(self)operator(,) ident(text)operator(\))operator(:) - string`_ template lexer.)content( )content( )content( Just highlights smarty code between the preprocessor directives, other)content( @@ -17456,7 +17456,7 @@ keyword(class) class(SmartyLexer)operator(()ident(RegexLexer)operator(\))operato keyword(class) class(DjangoLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_)content( )content( and `jinja `_ template lexer.)content( )content( @@ -17538,7 +17538,7 @@ keyword(class) class(DjangoLexer)operator(()ident(RegexLexer)operator(\))operato keyword(class) class(MyghtyLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -17814,7 +17814,7 @@ keyword(class) class(CheetahPythonLexer)operator(()ident(Lexer)operator(\))opera keyword(class) class(CheetahLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -17873,7 +17873,7 @@ keyword(class) class(CheetahHtmlLexer)operator(()ident(DelegatingLexer)operator( keyword(class) class(CheetahXmlLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -17888,7 +17888,7 @@ keyword(class) class(CheetahXmlLexer)operator(()ident(DelegatingLexer)operator(\ keyword(class) class(CheetahJavascriptLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -17909,7 +17909,7 @@ keyword(class) class(CheetahJavascriptLexer)operator(()ident(DelegatingLexer)ope keyword(class) class(GenshiTextLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ text)content( )content( templates.)content( )content( )delimiter(""")> @@ -17944,7 +17944,7 @@ keyword(class) class(GenshiTextLexer)operator(()ident(RegexLexer)operator(\))ope keyword(class) class(GenshiMarkupLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -18008,7 +18008,7 @@ keyword(class) class(GenshiMarkupLexer)operator(()ident(RegexLexer)operator(\))o keyword(class) class(HtmlGenshiLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string`_ and)content( )content( `kid `_ kid HTML templates.)content( )content( )delimiter(""")> @@ -18032,7 +18032,7 @@ keyword(class) class(HtmlGenshiLexer)operator(()ident(DelegatingLexer)operator(\ keyword(class) class(GenshiLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string`_ and)content( )content( `kid `_ kid XML templates.)content( )content( )delimiter(""")> @@ -18057,7 +18057,7 @@ keyword(class) class(GenshiLexer)operator(()ident(DelegatingLexer)operator(\))op keyword(class) class(JavascriptGenshiLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18079,7 +18079,7 @@ keyword(class) class(JavascriptGenshiLexer)operator(()ident(DelegatingLexer)oper keyword(class) class(CssGenshiLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18097,7 +18097,7 @@ keyword(class) class(CssGenshiLexer)operator(()ident(DelegatingLexer)operator(\) keyword(class) class(RhtmlLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18143,7 +18143,7 @@ keyword(class) class(XmlErbLexer)operator(()ident(DelegatingLexer)operator(\))op keyword(class) class(CssErbLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18160,7 +18160,7 @@ keyword(class) class(CssErbLexer)operator(()ident(DelegatingLexer)operator(\))op keyword(class) class(JavascriptErbLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18181,7 +18181,7 @@ keyword(class) class(JavascriptErbLexer)operator(()ident(DelegatingLexer)operato keyword(class) class(HtmlPhpLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18227,7 +18227,7 @@ keyword(class) class(XmlPhpLexer)operator(()ident(DelegatingLexer)operator(\))op keyword(class) class(CssPhpLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18244,7 +18244,7 @@ keyword(class) class(CssPhpLexer)operator(()ident(DelegatingLexer)operator(\))op keyword(class) class(JavascriptPhpLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18265,7 +18265,7 @@ keyword(class) class(JavascriptPhpLexer)operator(()ident(DelegatingLexer)operato keyword(class) class(HtmlSmartyLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18309,7 +18309,7 @@ keyword(class) class(XmlSmartyLexer)operator(()ident(DelegatingLexer)operator(\) keyword(class) class(CssSmartyLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18327,7 +18327,7 @@ keyword(class) class(CssSmartyLexer)operator(()ident(DelegatingLexer)operator(\) keyword(class) class(JavascriptSmartyLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18348,7 +18348,7 @@ keyword(class) class(JavascriptSmartyLexer)operator(()ident(DelegatingLexer)oper keyword(class) class(HtmlDjangoLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18392,7 +18392,7 @@ keyword(class) class(XmlDjangoLexer)operator(()ident(DelegatingLexer)operator(\) keyword(class) class(CssDjangoLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18410,7 +18410,7 @@ keyword(class) class(CssDjangoLexer)operator(()ident(DelegatingLexer)operator(\) keyword(class) class(JavascriptDjangoLexer)operator(()ident(DelegatingLexer)operator(\))operator(:) - string @@ -18435,7 +18435,7 @@ keyword(class) class(JavascriptDjangoLexer)operator(()ident(DelegatingLexer)oper keyword(class) class(JspRootLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -18626,7 +18626,7 @@ keyword(class) class(IniLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(SourcesListLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -18797,7 +18797,7 @@ ident(DPATCH_KEYWORDS) operator(=) operator([)stringoperator(]) keyword(class) class(DarcsPatchLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -18912,7 +18912,7 @@ keyword(class) class(IrcLogsLexer)operator(()ident(RegexLexer)operator(\))operat keyword(class) class(BBCodeLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -18991,7 +18991,7 @@ keyword(class) class(TexLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(GroffLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ markup.)content( )content( )content( *New in Pygments 0.7.*)content( @@ -19281,7 +19281,7 @@ keyword(class) class(RstLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(VimLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ configuration files.)content( )content( )content( *New in Pygments 0.9.*)content( @@ -19523,7 +19523,7 @@ keyword(class) class(SquidConfLexer)operator(()ident(RegexLexer)operator(\))oper keyword(class) class(DebianControlLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`` outputs.)content( )content( )content( *New in Pygments 0.9.*)content( @@ -19579,7 +19579,7 @@ keyword(class) class(DebianControlLexer)operator(()ident(RegexLexer)operator(\)) keyword(class) class(YamlLexerContext)operator(()ident(LexerContext)operator(\))operator(:) - string + docstring keyword(def) method(__init__)operator(()pre_constant(self)operator(,) operator(*)ident(args)operator(,) operator(**)ident(kwds)operator(\))operator(:) predefined(super)operator(()ident(YamlLexerContext)operator(,) pre_constant(self)operator(\))operator(.)ident(__init__)operator(()operator(*)ident(args)operator(,) operator(**)ident(kwds)operator(\)) @@ -19590,7 +19590,7 @@ keyword(class) class(YamlLexerContext)operator(()ident(LexerContext)operator(\)) keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))operator(:) - string`_, a human-friendly data serialization)content( )content( language.)content( )content( @@ -19604,7 +19604,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(def) method(something)operator(()ident(token_class)operator(\))operator(:) - string + docstring keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(context)operator(\))operator(:) ident(text) operator(=) ident(match)operator(.)ident(group)operator(()operator(\)) keyword(if) keyword(not) ident(text)operator(:) @@ -19614,7 +19614,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(return) ident(callback) keyword(def) method(reset_indent)operator(()ident(token_class)operator(\))operator(:) - string + docstring keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(context)operator(\))operator(:) ident(text) operator(=) ident(match)operator(.)ident(group)operator(()operator(\)) ident(context)operator(.)ident(indent_stack) operator(=) operator([)operator(]) @@ -19626,7 +19626,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(return) ident(callback) keyword(def) method(save_indent)operator(()ident(token_class)operator(,) ident(start)operator(=)pre_constant(False)operator(\))operator(:) - string + docstring keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(context)operator(\))operator(:) ident(text) operator(=) ident(match)operator(.)ident(group)operator(()operator(\)) ident(extra) operator(=) string @@ -19648,7 +19648,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(return) ident(callback) keyword(def) method(set_indent)operator(()ident(token_class)operator(,) ident(implicit)operator(=)pre_constant(False)operator(\))operator(:) - string + docstring keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(context)operator(\))operator(:) ident(text) operator(=) ident(match)operator(.)ident(group)operator(()operator(\)) keyword(if) ident(context)operator(.)ident(indent) operator(<) ident(context)operator(.)ident(next_indent)operator(:) @@ -19661,7 +19661,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(return) ident(callback) keyword(def) method(set_block_scalar_indent)operator(()ident(token_class)operator(\))operator(:) - string + docstring keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(context)operator(\))operator(:) ident(text) operator(=) ident(match)operator(.)ident(group)operator(()operator(\)) ident(context)operator(.)ident(block_scalar_indent) operator(=) pre_constant(None) @@ -19678,7 +19678,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(return) ident(callback) keyword(def) method(parse_block_scalar_empty_line)operator(()ident(indent_token_class)operator(,) ident(content_token_class)operator(\))operator(:) - string + docstring keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(context)operator(\))operator(:) ident(text) operator(=) ident(match)operator(.)ident(group)operator(()operator(\)) keyword(if) operator(()ident(context)operator(.)ident(block_scalar_indent) keyword(is) pre_constant(None) keyword(or) @@ -19695,7 +19695,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(return) ident(callback) keyword(def) method(parse_block_scalar_indent)operator(()ident(token_class)operator(\))operator(:) - string + docstring keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(context)operator(\))operator(:) ident(text) operator(=) ident(match)operator(.)ident(group)operator(()operator(\)) keyword(if) ident(context)operator(.)ident(block_scalar_indent) keyword(is) pre_constant(None)operator(:) @@ -19715,7 +19715,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(return) ident(callback) keyword(def) method(parse_plain_scalar_indent)operator(()ident(token_class)operator(\))operator(:) - string + docstring keyword(def) method(callback)operator(()ident(lexer)operator(,) ident(match)operator(,) ident(context)operator(\))operator(:) ident(text) operator(=) ident(match)operator(.)ident(group)operator(()operator(\)) keyword(if) predefined(len)operator(()ident(text)operator(\)) operator(<=) ident(context)operator(.)ident(indent)operator(:) @@ -19991,7 +19991,7 @@ keyword(class) class(YamlLexer)operator(()ident(ExtendedRegexLexer)operator(\))o keyword(class) class(LighttpdConfLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ configuration files.)content( )content( )content( *New in Pygments 0.11.*)content( @@ -20019,7 +20019,7 @@ keyword(class) class(LighttpdConfLexer)operator(()ident(RegexLexer)operator(\))o keyword(class) class(NginxConfLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ configuration files.)content( )content( )content( *New in Pygments 0.11.*)content( @@ -20062,7 +20062,7 @@ keyword(class) class(NginxConfLexer)operator(()ident(RegexLexer)operator(\))oper operator(])operator(,) operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -20132,7 +20132,7 @@ keyword(class) class(JavascriptLexer)operator(()ident(RegexLexer)operator(\))ope keyword(class) class(ActionScriptLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -20435,7 +20435,7 @@ keyword(class) class(CssLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(HtmlLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -20491,7 +20491,7 @@ keyword(class) class(HtmlLexer)operator(()ident(RegexLexer)operator(\))operator( keyword(class) class(PhpLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string`_ source code.)content( )content( For PHP embedded in HTML, use the `HtmlPhpLexer`.)content( )content( @@ -20640,7 +20640,7 @@ keyword(class) class(PhpLexer)operator(()ident(RegexLexer)operator(\))operator(: keyword(class) class(XmlLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string @@ -20725,7 +20725,7 @@ keyword(class) class(XsltLexer)operator(()ident(XmlLexer)operator(\))operator(:) keyword(class) class(MxmlLexer)operator(()ident(RegexLexer)operator(\))operator(:) - string tags is highlighted by the appropriate lexer.)content( )content( )delimiter(""")> @@ -20765,7 +20765,7 @@ keyword(class) class(MxmlLexer)operator(()ident(RegexLexer)operator(\))operator( operator(])operator(,) operator(}) comment(# -*- coding: utf-8 -*-) -string keyword(class) class(Scanner)operator(()predefined(object)operator(\))operator(:) - string keyword(def) method(__init__)operator(()pre_constant(self)operator(,) ident(text)operator(,) ident(flags)operator(=)integer(0)operator(\))operator(:) - string @@ -20888,12 +20888,12 @@ keyword(class) class(Scanner)operator(()predefined(object)operator(\))operator(: pre_constant(self)operator(.)ident(_re_cache) operator(=) operator({)operator(}) keyword(def) method(eos)operator(()pre_constant(self)operator(\))operator(:) - string + docstring keyword(return) pre_constant(self)operator(.)ident(pos) operator(>=) pre_constant(self)operator(.)ident(data_length) ident(eos) operator(=) predefined(property)operator(()ident(eos)operator(,) ident(eos)operator(.)ident(__doc__)operator(\)) keyword(def) method(check)operator(()pre_constant(self)operator(,) ident(pattern)operator(\))operator(:) - string keyword(return) pre_constant(self)operator(.)ident(check)operator(()ident(pattern)operator(\)) keyword(is) keyword(not) pre_constant(None) keyword(def) method(scan)operator(()pre_constant(self)operator(,) ident(pattern)operator(\))operator(:) - string + docstring pre_constant(self)operator(.)ident(scan)operator(()stringoperator(\)) keyword(def) method(__repr__)operator(()pre_constant(self)operator(\))operator(:) @@ -20943,7 +20943,7 @@ keyword(class) class(Scanner)operator(()predefined(object)operator(\))operator(: pre_constant(self)operator(.)ident(data_length) operator(\)) comment(# -*- coding: utf-8 -*-) -string keyword(for) ident(name) keyword(in) ident(STYLE_MAP)operator(:) keyword(yield) ident(name) keyword(for) ident(name)operator(,) ident(_) keyword(in) ident(find_plugin_styles)operator(()operator(\))operator(:) keyword(yield) ident(name) comment(# -*- coding: utf-8 -*-) -string @@ -21192,7 +21192,7 @@ keyword(class) class(AutumnStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21243,7 +21243,7 @@ keyword(class) class(BorlandStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21373,7 +21373,7 @@ keyword(class) class(ColorfulStyle)operator(()ident(Style)operator(\))operator(: ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21446,7 +21446,7 @@ keyword(class) class(DefaultStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21518,7 +21518,7 @@ keyword(class) class(EmacsStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21590,7 +21590,7 @@ keyword(class) class(FriendlyStyle)operator(()ident(Style)operator(\))operator(: ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21633,7 +21633,7 @@ keyword(class) class(FruityStyle)operator(()ident(Style)operator(\))operator(:) ident(Comment)operator(.)ident(Preproc)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21708,7 +21708,7 @@ keyword(class) class(ManniStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21788,7 +21788,7 @@ keyword(class) class(MurphyStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21853,7 +21853,7 @@ keyword(class) class(NativeStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21928,7 +21928,7 @@ keyword(class) class(PastieStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -21997,7 +21997,7 @@ keyword(class) class(PerldocStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -22138,7 +22138,7 @@ keyword(class) class(TangoStyle)operator(()ident(Style)operator(\))operator(:) ident(Generic)operator(.)ident(Traceback)operator(:) stringoperator(,) comment(# class: 'gt',) operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -22201,7 +22201,7 @@ keyword(class) class(TracStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -22264,7 +22264,7 @@ keyword(class) class(VimStyle)operator(()ident(Style)operator(\))operator(:) ident(Error)operator(:) string operator(}) comment(# -*- coding: utf-8 -*-) -string operator(}) comment(# -*- coding: utf-8 -*-) -string>> string_to_token('String.Double'\))content( @@ -22505,7 +22505,7 @@ ident(STANDARD_TYPES) operator(=) operator({) ident(Generic)operator(.)ident(Traceback)operator(:) stringoperator(,) operator(}) comment(# -*- coding: utf-8 -*-) -string @@ -22609,7 +22609,7 @@ keyword(def) method(docstring_headline)operator(()ident(obj)operator(\))operator keyword(def) method(make_analysator)operator(()ident(f)operator(\))operator(:) - string @@ -22623,7 +22623,7 @@ keyword(def) method(make_analysator)operator(()ident(f)operator(\))operator(:) keyword(def) method(shebang_matches)operator(()ident(text)operator(,) ident(regex)operator(\))operator(:) - string keyword(return) ident(doctype_matches)operator(()ident(text)operator(,) stringoperator(\)) @@ -22690,7 +22690,7 @@ keyword(def) method(html_doctype_matches)operator(()ident(text)operator(\))opera ident(_looks_like_xml_cache) operator(=) operator({)operator(}) keyword(def) method(looks_like_xml)operator(()ident(text)operator(\))operator(:) - string ident(key) operator(=) predefined(hash)operator(()ident(text)operator(\)) @@ -22728,7 +22728,7 @@ keyword(else)operator(:) ident(StringIO) operator(=) ident(io)operator(.)ident(StringIO) comment(#!/usr/bin/env python) comment(# -*- coding: utf-8 -*-) -stringoperator(:) ident(build_py)operator(})operator(,) operator(\)) comment(# -*- coding: utf-8 -*-) -string + docstring keyword(def) method(__init__)operator(()pre_constant(self)operator(,) ident(testname)operator(,) ident(stream)operator(=)ident(sys)operator(.)ident(stderr)operator(\))operator(:) pre_constant(self)operator(.)ident(testname) operator(=) ident(testname) @@ -24734,7 +24734,7 @@ keyword(if) ident(__name__) operator(==) string @@ -24774,14 +24774,14 @@ keyword(import) include(os) keyword(def) method(location)operator(()ident(mod_name)operator(\))operator(:) - string ident(source) operator(=) ident(mod_name)operator(.)ident(endswith)operator(()stringoperator(\)) keyword(and) ident(mod_name)operator([)operator(:)operator(-)integer(1)operator(]) keyword(or) ident(mod_name) ident(source) operator(=) ident(os)operator(.)ident(path)operator(.)ident(abspath)operator(()ident(source)operator(\)) keyword(return) ident(source)operator(,) ident(os)operator(.)ident(path)operator(.)ident(dirname)operator(()ident(source)operator(\)) comment(# -*- coding: utf-8 -*-) -stringoperator(])operator(,) stringoperator(\)) comment(# -*- coding: utf-8 -*-) -stringoperator(:) ident(unittest)operator(.)ident(main)operator(()operator(\)) comment(# -*- coding: utf-8 -*-) -stringoperator(:) ident(unittest)operator(.)ident(main)operator(()operator(\)) comment(# -*- coding: utf-8 -*-) -stringoperator(.)ident(join)operator(()ident(ntext)operator(\)) operator(!=) ident(text)operator(:) keyword(raise) exception(AssertionError)operator(()string operator(+) ident(absfn)operator(\)) comment(# -*- coding: utf-8 -*-) -string + docstring ident(tokens) operator(=) operator({) stringoperator(:) operator([) operator(()stringoperator(,) ident(Text)operator(.)ident(Root)operator(,) stringoperator(\))operator(,) @@ -25420,7 +25420,7 @@ keyword(class) class(TupleTransTest)operator(()ident(unittest)operator(.)ident(T operator([)operator(()integer(0)operator(,) ident(Text)operator(.)ident(Root)operator(,) stringoperator(\))operator(,) operator(()integer(1)operator(,) ident(Text)operator(.)ident(Rag)operator(,) stringoperator(\))operator(,) operator(()integer(2)operator(,) ident(Text)operator(.)ident(Rag)operator(,) stringoperator(\))operator(,) operator(()integer(3)operator(,) ident(Text)operator(.)ident(Beer)operator(,) stringoperator(\))operator(,) operator(()integer(4)operator(,) ident(Text)operator(.)ident(Root)operator(,) stringoperator(\))operator(])operator(\)) comment(# -*- coding: utf-8 -*-) -stringoperator(:) ident(unittest)operator(.)ident(main)operator(()operator(\)) comment(# -*- coding: utf-8 -*-) -string keyword(def) method(f2)operator(()operator(\))operator(:) - string