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

  /external/chromium_org/ppapi/c/documentation/
check.sh 6 # simple script to check html via tidy. Either specify html files on
17 tidy -e -q $1
  /external/chromium_org/ppapi/cpp/documentation/
check.sh 6 # simple script to check html via tidy. Either specify html files on
17 tidy -e -q $1
  /system/media/camera/docs/
metadata-parser-sanity-check 33 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1
34 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
metadata-check-dependencies 108 binary_check tidy tidy tidy
  /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...]
  /external/chromium_org/third_party/mesa/src/
Android.mk 49 # tidy up
  /external/mesa3d/
Android.mk 49 # tidy up
  /development/testrunner/coverage/
coverage.py 260 """Runs tidy on all generated html files.
263 Assumes tidy is on current PATH.
269 """Recursively tidy all html files in given dir_path."""
273 os.system("tidy -m -errors -quiet %s" % html_file_path)
324 "-t", "--tidy", dest="tidy", default=False, action="store_true",
325 help="Run tidy on all generated html files")
332 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 821 milliseconds