Searched refs:autoflush (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/JavaMap/
H A DFileAppender.pm31 my $autoflush;
34 $autoflush = 1;
36 $autoflush = 0;
41 $autoflush = 1;
49 autoflush => $autoflush,
68 BufferedIO "true|false|1|0" default=false (i.e. autoflush is on)
74 autoflush 0|1
H A DRollingFileAppender.pm31 my $autoflush;
34 $autoflush = 1;
36 $autoflush = 0;
41 $autoflush = 1;
68 autoflush => $autoflush,
92 BufferedIO "true|false|1|0" default=false (i.e. autoflush is on)
100 autoflush 0|1
/macosx-10.10.1/diskdev_cmds-576/fuser.tproj/
H A Dfuser.pl43 STDERR->autoflush(1);
44 STDOUT->autoflush(1);
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm52 autoflush => {
91 $self->{autoflush} = $p{autoflush};
103 if ( $self->{autoflush} ) {
233 =item * autoflush ($)
/macosx-10.10.1/apache-793/httpd/support/
H A Dlogresolve.pl.in124 $CHILDSOCK{$child}->autoflush;
192 $talk->autoflush;
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D056SyncApp2.t52 log4perl.appender.Logfile.autoflush = 1
H A D042SyncApp.t64 log4perl.appender.Logfile.autoflush = 1
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DFile.pm23 autoflush => 1,
134 if ($self->{autoflush} and ! $self->{syswrite}) {
276 autoflush => 1,
311 =item autoflush
313 C<autoflush>, if set to a true value, triggers flushing the data
314 out to the file on every call to C<log()>. C<autoflush> is on by default.
H A DSocket.pm39 $self->{socket}->autoflush(1);
40 #autoflush has been the default behavior since 1997
H A DSynchronized.pm109 log4perl.appender.Logfile.autoflush = 1
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dtestlib.pl74 $wh->autoflush;
H A Dreadline.t142 $to_client->autoflush;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dterminal.c87 autoflush = TerminalAutoFlush();
H A Dtelnet.c73 autoflush = 0, /* flush output when interrupting? */ variable
2237 if (autoflush) {
2303 if (autoflush) {
2317 if (autoflush) {
2331 if (autoflush) {
2345 if (autoflush) {
H A Dexterns.h74 autoflush, /* flush output when interrupting? */
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dterminal.c110 autoflush = TerminalAutoFlush();
H A Dtelnet.c111 autoflush = 0, /* flush output when interrupting? */
2247 if (autoflush) {
2311 if (autoflush) {
2325 if (autoflush) {
2339 if (autoflush) {
2353 if (autoflush) {
110 autoflush = 0, /* flush output when interrupting? */ variable
H A Dexterns.h125 autoflush, /* flush output when interrupting? */
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm36 $self->status_write()->autoflush(1);
215 $slave->autoflush(1);
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm36 $self->status_write()->autoflush(1);
215 $slave->autoflush(1);
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/IO/
H A DScalar.pm290 sub autoflush {} subroutine
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DCatalyst.pm56 autoflush => 0,
77 # Unless we have autoflush, Catalyst likes to buffer all messages
82 if(! $options{autoflush} ) {
285 'autoflush' => 1 # Log without buffering ('abort' not supported)
/macosx-10.10.1/PostgreSQL-97/Support/backup_restore/
H A Dxpostgres927 STDERR->autoflush(1);
928 STDOUT->autoflush(1);
/macosx-10.10.1/postfix-255/
H A Dchunking.pl227 $to_imap->autoflush(1);
409 $to_smtp->autoflush(1);
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm368 $DEBUG->autoflush();
1056 $s->autoflush(1);
2625 $s->autoflush(1);

Completed in 227 milliseconds

12