Searched refs:write_line (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dfind_naughty.pl43 # It works by making a a callback object with a write_line() method to
66 # run perltidy, which will call $formatter's write_line() for each line
78 sub write_line { subroutine
H A Dperllinetype.pl46 # start perltidy, which will start calling our write_line()
66 sub write_line { subroutine
H A Dbreak_long_quotes.pl68 # This is a class with a write_line() method which receives
86 sub write_line { subroutine
153 } ## end sub write_line
H A Dperlcomment.pl77 # The CommentFormatter object has a write_line() method which receives
96 sub write_line { subroutine
H A Dperlmask.pl83 # It works by making a a callback object with a write_line() method to
84 # receive tokenized lines from perltidy. This write_line method
128 # run perltidy, which will call $formatter's write_line() for each line
142 # called from write_line to dispatch one line (either masked or original)..
155 sub write_line { subroutine
H A Dperlxmltok.pl44 # start perltidy, which will start calling our write_line()
102 sub write_line { subroutine
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1135 $sink_object->write_line($line);
1164 $sink_object->write_line($line);
3542 $beauty->write_line($line_of_tokens);
3915 # the Perl::Tidy::LineSink class supplies a write_line method for
3973 sub write_line { subroutine
5793 sub write_line { subroutine
6386 # we are given an object with a write_line() method to take lines
6550 sub write_line { subroutine
10606 $file_writer_object->write_line( $_[0] );
22231 $self->write_line("\
22253 sub write_line { subroutine
[all...]

Completed in 105 milliseconds