Lines Matching refs:TIMEOUT
22 $FTP_PASSIVE $TIMEOUT $DEBUG $WARN $FORCEIPV4
34 $TIMEOUT = 0;
600 $ua->timeout( $TIMEOUT ) if $TIMEOUT;
644 my $http = HTTP::Tiny->new( ( $TIMEOUT ? ( timeout => $TIMEOUT ) : () ) );
690 $http->{timeout} = $TIMEOUT if $TIMEOUT;
794 while ( $select->can_read( $TIMEOUT || 60 ) ) {
804 return $self->_error(loc("Socket timed out after '%1' seconds", ( $TIMEOUT || 60 )));
853 push(@options, Timeout => $TIMEOUT) if $TIMEOUT;
906 push(@$cmd, '--timeout=' . $TIMEOUT) if $TIMEOUT;
963 $str .= "set net:timeout $TIMEOUT;\n" if $TIMEOUT;
1091 push @$cmd, "-connect_timeout=$TIMEOUT" if $TIMEOUT;
1121 push @$cmd, "-connect_timeout=$TIMEOUT" if $TIMEOUT;
1228 push(@$cmd, '--connect-timeout', $TIMEOUT) if $TIMEOUT;
1284 push(@$cmd, '-T', $TIMEOUT) if $TIMEOUT;
1408 push(@$cmd, '--timeout=' . $TIMEOUT) if $TIMEOUT;