Searched refs:tidy (Results 1 – 25 of 35) sorted by relevance
12
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | 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/markdown/extensions/ |
D | html_tidy.py | 32 import tidy 57 return unicode(tidy.parseString(text.encode('utf-8'),
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | 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 ) )
|
D | dfa.rb | 161 message = Util.tidy( <<-END ) 224 ANTLR3.bug!( Util.tidy( <<-END ) ) 288 ANTLR3.bug!( Util.tidy( <<-END ) )
|
D | util.rb | 23 def tidy( here_doc, flow = false ) method
|
D | task.rb | 187 warn( Util.tidy( <<-END, true ) ) 393 file = group.locate( "#{ imp }.g" ) or raise( Util.tidy( <<-END ) )
|
D | template.rb | 74 raise ArgumentError, Util.tidy( <<-END, true )
|
D | profile.rb | 346 … $stderr.puts( Util.tidy( <<-END ) % [ __FILE__, __LINE__, @output, error.class, error.message ] )
|
D | recognizers.rb | 1331 raise ArgumentError, Util.tidy( <<-END, true ) 1340 raise ArgumentError, Util.tidy( <<-END, true )
|
D | main.rb | 173 @output.puts( tidy( <<-END ) )
|
/external/markdown/docs/extensions/ |
D | HTML_Tidy.txt | 9 [HTML Tidy]: http://tidy.sourceforge.net/ 20 [options]: http://tidy.sourceforge.net/docs/quickref.html
|
/external/markdown/MarkdownTest/ |
D | readme.txt | 1 MarkdownTest_1.0_2007-05-09 updated for the new version of tidy.
|
/external/dropbear/ |
D | Makefile.in | 189 .PHONY : clean sizes thisclean distclean tidy ltc-clean ltm-clean 206 distclean: clean tidy 210 tidy:
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | README.txt | 31 (1) Generally tidy up something which needs tidying up
|
/external/dnsmasq/contrib/webmin/ |
D | README | 18 a lot of things that could be done to tidy up the code - eg,
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
D | rewrite.rb | 264 ANTLR3.bug!( Util.tidy( <<-END ) % [ self.class, operation, other_operaiton ] )
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | wizard.rb | 378 else raise( ArgumentError, tidy( <<-'END', true ) )
|
/external/oprofile/ |
D | ChangeLog-2001 | 211 * util/Makefile.in: tidy 1097 * dae/oprofiled.c: fix little bug, tidy a bit 1157 * pp/oprofpp.cpp: small tidy 1161 * pp/opf_filter.cpp: minor tidy 1217 * dae/op_start: re-organise, tidy 1538 * oprofile.c: small tidy in apic setup 1598 * dae/opd_util.c: small tidy 1860 memory leaks when setting up the sysctls fails, small tidy 1881 * results/intro: tidy up
|
D | ChangeLog-2003 | 329 * libutil++/tests/string_filter_tests.cpp: minor tidy 340 * libutil++/path_filter.cpp: minor tidy 540 * libpp/symbol_sort.cpp: minor tidy 1661 * libpp/locate_images.cpp: minor tidy 2039 * libregex/op_regex.cpp: tidy 2106 * libutil++/string_manip.cpp: and tidy erase_to_last_of(), rtrim() and 2233 * libpp/format_out.cpp: handle multiple counter + a general tidy 2596 * pp/opreport_options.cpp: minor tidy 2932 * libpp/name_storage.h: minor tidy 3953 * libpp/symbol_container.cpp: minor tidy [all …]
|
D | ChangeLog-2002 | 571 * daemon/oprofiled.c: abi tidy 3300 * pp/op_time.cpp: small tidy 3475 * pp/oprofpp.h: tidy, gives a negative form to header output 3510 * pp/op_merge.cpp: small tidy 3537 * module/oprofile_nmi.S: small tidy
|
D | ChangeLog-2005 | 102 * libutil++/op_bfd.cpp: minor tidy
|
D | ChangeLog-2004 | 1018 * libregex/op_regex.h: tidy a bit private interface
|
/external/sepolicy/ |
D | README | 94 the "tidy" or "xmllint" command will assist you.
|
/external/libmtp/ |
D | ChangeLog | 784 types and tidy up a bit. 2140 * src/ptp.c: tidy up ptp_usb_getdata
|
/external/strace/ |
D | ChangeLog | 860 * debian/rules: use *-stamp instead of stamp-*, so dh_clean can tidy
|
12