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

  /external/markdown/markdown/extensions/
html_tidy.py 4 HTML Tidy Extension for Python-Markdown
7 Runs [HTML Tidy][] on the output of Python-Markdown using the [uTidylib][]
10 Note than any Tidy [options][] can be passed in as extension configs. So,
12 indent the output, set ``indent=auto`` and to have Tidy wrap the output in
15 [HTML Tidy]: http://tidy.sourceforge.net/
17 [options]: http://tidy.sourceforge.net/docs/quickref.html
26 * [HTML Tidy](http://utidylib.berlios.de/)
32 import tidy namespace
49 md.postprocessors['tidy'] = TidyProcessor(md
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-template.rb 134 define_template( :class_definition, tidy( <<-'END'.chomp ) )
150 define_template( :attribute, tidy( <<-'END'.chomp ) )
161 define_template( :method, tidy( <<-'END'.chomp ) )
190 vegetable.to_s.should == tidy( <<-END.chomp )
234 vegetable.to_s.should == tidy( <<-END.chomp )
  /external/markdown/MarkdownTest/
MarkdownTest.pl 27 "tidy" => \$use_tidy,
70 # Escape the strings, pass them through to CLI tidy tool for tag-level equivalency
73 $t_result = `echo '$t_result' | tidy -quiet --show-warnings n`;
74 $t_output = `echo '$t_output' | tidy -quiet --show-warnings n`;
131 =item B<--tidy>
133 Flag to turn on using the command line 'tidy' tool to normalize HTML
135 Assumes that the 'tidy' command is available in your PATH. Defaults to
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 71 TREE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
83 NODE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
87 EDGE_TEMPLATE = ERB.new( Util.tidy( <<-END ) )
util.rb 23 def tidy( here_doc, flow = false ) method in class:ANTLR3.Util.parse_version
dfa.rb 161 message = Util.tidy( <<-END )
224 ANTLR3.bug!( Util.tidy( <<-END ) )
288 ANTLR3.bug!( Util.tidy( <<-END ) )
task.rb 187 warn( Util.tidy( <<-END, true ) )
393 file = group.locate( "#{ imp }.g" ) or raise( Util.tidy( <<-END ) )
template.rb 74 raise ArgumentError, Util.tidy( <<-END, true )
profile.rb 346 $stderr.puts( Util.tidy( <<-END ) % [ __FILE__, __LINE__, @output, error.class, error.message ] )
recognizers.rb     [all...]
  /development/testrunner/
coverage.py 261 """Runs tidy on all generated html files.
264 Assumes tidy is on current PATH.
270 """Recursively tidy all html files in given dir_path."""
274 os.system("tidy -m -errors -quiet %s" % html_file_path)
322 "-t", "--tidy", dest="tidy", default=False, action="store_true",
323 help="Run tidy on all generated html files")
330 if options.tidy:
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 264 ANTLR3.bug!( Util.tidy( <<-END ) % [ self.class, operation, other_operaiton ] )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 378 else raise( ArgumentError, tidy( <<-'END', true ) )

Completed in 597 milliseconds