Group
Extension

Matches 1310

RRD-Daemon ( F/FL/FLUFFY/RRD-Daemon-1.01.tar.gz, FLUFFY, 2010; MetaCPAN )
RRD-Daemon/lib/RRD/Daemon/RRDB/Graph.pm ( view source; MetaCPAN )
----------

sub graph {
  my ($self, $out_fn) = @_;

  my @rras = map $_->rras, $self->rrdbs;

  given ( $self->range || '' ) { # make sure it's defined so when ( /.../ ) doesn't whinge
    when ( '' 
Data-Dmap ( M/MA/MADZ/Data-Dmap-0.08.tar.gz, MADZ, 2010; MetaCPAN )
Data-Dmap/lib/Data/Dmap.pm ( view source; MetaCPAN )
          if($recurse) {
                    foreach my $val (@mapped) {
                        given(reftype $val) {
                            when('HASH') {
                                for(ke
Dist-Release ( Y/YA/YANICK/Dist-Release-0.0_5.tar.gz, YANICK, 2010; MetaCPAN )
Dist-Release/lib/Dist/Release/Action/Github.pm ( view source; MetaCPAN )
Uploader;

extends 'Dist::Release::Action';

our $VERSION = '0.0_5';

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

sub check {
    my ($self) = @_;

    # we have 'github' registered 
q{no 'github' remote repository found})
      unless 'github' ~~ @remotes;

}

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

sub release {
    my $self = shift;

    unless ( $self->di
strel->vcs->command( push => '--tags', 'github', 'master' );
    }
}

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1;

__END__

=head1 NAME

Dist::Release::Action::Github - pushes rep
Net-OpenAMD ( A/AN/ANDREW/Net-OpenAMD-v0.1.1.tar.gz, ANDREW, 2010; MetaCPAN )
Net-OpenAMD/script/test_server.pl ( view source; MetaCPAN )
            ref $_ ne 'HASH'
                || ( !exists $_->{$param} )
                || $value ~~ $_->{$param}
        } @data;
    }

    $self->render_json( \@data );
};

app->start;
__DATA__

@
Mail-Decency ( U/UK/UKAUTZ/Mail-Decency-0.1.6.tar.gz, UKAUTZ, 2010; MetaCPAN )
Mail-Decency/lib/Mail/Decency/Policy/Throttle.pm ( view source; MetaCPAN )
Ref' );

=head2 require_sasl_username : CodeRef

Enable throttle module only if sasl_username is given (this happens if the SMTP connection contains AUTH information.. )

=cut

has require_sasl_userna
Mail-Decency ( U/UK/UKAUTZ/Mail-Decency-0.1.6.tar.gz, UKAUTZ, 2010; MetaCPAN )
Mail-Decency/lib/Mail/Decency/Core/POEForking/SMTP.pm ( view source; MetaCPAN )
t (eg RCPT TO)

=cut

sub smtp_response {
    my ( $heap, $session, $cmd, $line ) = @_;
    
    given ( $cmd ) {
        when ( "EHLO" ) {
            $heap->{ client }->put( 250 => 'XFORWARD NAME AD
OpenOffice-OODoc ( J/JM/JMGDOC/OpenOffice-OODoc-2.125.tar.gz, JMGDOC, 2010; MetaCPAN )
OpenOffice-OODoc/OODoc/Text.pod ( view source; MetaCPAN )
ent(id [, key1 => value1, key2 => value2, ...])

	Gets, and optionally sets, the properties of a given (existing)
	bibliographic entry. The optionally updated properties are provides
	as a hash. The r
ion means
        that the given substring will be deleted and replaced by the mark. The
        given (negative) offset means that the substring must be searched
        backward and that the last 20
y numbered by the printing/editing applications
        and that it should be represented by the given (arbitrary) string; if
        'label' is defined, it becomes the default value of 'citation';
  
Mail-Decency ( U/UK/UKAUTZ/Mail-Decency-0.1.6.tar.gz, UKAUTZ, 2010; MetaCPAN )
Mail-Decency/lib/Mail/Decency/ContentFilter.pm ( view source; MetaCPAN )
ropped. No further handling. 
        # 
        
        if ( $err ) {
            
            given ( $err ) {
                
                # got final SPAM
                when( blessed( $_ ) 
ge => "Could not reinject" } );
        }
    };
    
    return CF_FINAL_OK unless $@;
    
    given ( $@ ) {
        
        # reinect failure -> save to failure dir and log
        when( blessed(
File-Butler ( S/SI/SIFUKURT/File-Butler-v4.0.0.tar.gz, SIFUKURT, 2010; MetaCPAN )
File-Butler/lib/File/Butler.pm ( view source; MetaCPAN )
sses ) {
        my $text   = "";
        my $method = $_ % 10;
        my $pattern;
        given ( $method ) {
            when ( [ 1, 2, 3 ] ) {
                while ( length $text < $length
Mail-Decency ( U/UK/UKAUTZ/Mail-Decency-0.1.6.tar.gz, UKAUTZ, 2010; MetaCPAN )
Mail-Decency/lib/Mail/Decency/Policy.pm ( view source; MetaCPAN )
 gettimeofday() ] ) );
            }
            
            # handle error, if any
            given ( $err ) {
                
                # REJECT
                when( blessed( $_ ) && $_->i
smokeinabox ( B/BI/BINGOS/smokeinabox-0.24.tar.gz, BINGOS, 2010; MetaCPAN )
smokeinabox/cpansmokebox/inc/bundle/Archive/Extract.pm ( view source; MetaCPAN )
ions of 'tar' (1.21 and up) now print record size
            ### to STDERR as well if v OR t is given (used to be both). This 
            ### is a 'feature' according to the changelog, so we must no
Graph-Fast ( P/PE/PENMA/Graph-Fast-0.02.tar.gz, PENMA, 2010; MetaCPAN )
Graph-Fast/lib/Graph/Fast.pm ( view source; MetaCPAN )
are already present in the result set
			foreach my $n (@new) {
				push(@d, $n) unless (grep { $n ~~ $_ } @d);
			}
		}
	}

	@d;
}

sub add_edge {
	my ($self, $from, $to, $weight, $user_data) = @_;
	
Perl6-Gather ( D/DC/DCONWAY/Perl6-Gather-0.42.tar.gz, DCONWAY, 2009; MetaCPAN )
Perl6-Gather/lib/Perl6/Gather.pm ( view source; MetaCPAN )
   my @wanted;
                for <> -> $line {
                    push @wanted, $line  if $line ~~ /\D/;
                    push @wanted, -$line if some_other_condition($line);
                }
 
 print gather {
                    for <> -> $line {
                        take $line  if $line ~~ /\D/;
                        take -$line if some_other_condition($line);
                    }
  
Bigtop ( P/PH/PHILCROW/Bigtop-0.38.tar.gz, PHILCROW, 2010; MetaCPAN )
Bigtop/lib/Bigtop/Docs/TentRef.pod ( view source; MetaCPAN )

something different just for the main listing, specify that here.  Labels
are used in the order given (blank boxes are ignored) until they run out.
At that point labels are taken from field definitio
TM-View ( A/AL/ALPHAZULU/TM-View-0.7.tar.gz, ALPHAZULU, 2010; MetaCPAN )
TM-View/lib/TM/View.pm ( view source; MetaCPAN )
tid> [,I<position>]);

This method adds the topic I<tid> to the view. If no position argument
is given (or if it is invalid), the topic is added at the end of the sequence. 
The position argument is a
Data-SPath ( S/SA/SABECK/Data-SPath-0.0004.tar.gz, SABECK, 2010; MetaCPAN )
Data-SPath/lib/Data/SPath.pm ( view source; MetaCPAN )
on_non_method}->( $key, $current, $args, $depth )
                if defined $args;

            given ( ref $current ) {
                when( 'HASH' ) {

                    return $opts->{key_miss}
Games-RailRoad ( J/JQ/JQUELIN/Games-RailRoad-1.101330.tar.gz, JQUELIN, 2010; MetaCPAN )
Games-RailRoad/lib/Games/RailRoad/Node.pm ( view source; MetaCPAN )
 the surrounding ones, we just
    # need to draw half of the segments.
    return unless $segment ~~ [ qw{ e sw s se } ];
    my $move = Games::RailRoad::Vector->new_dir($segment);
    my $end  = $po
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/ext/Net-IRC/lib/Net/IRC.pm ( view source; MetaCPAN )
Str $msg) is export {
  state $is_fresh;
  $is_fresh //= 1;

  print "» " if $is_fresh;
  if $msg ~~ rx:P5/ $/ {
    print "$msg";
    $is_fresh = 0;
  } else {
    say $msg;
    $is_fresh++;
  }
}
s
nicks) = $event<rest> ~~ m:P5/^. ([^ ]+) :?(.*)$/;
    return unless defined $chan;
    $chan = normalize $chan;

    my @nicks = split(" ", $nicks)\
               .map:{ ($_ ~~ m:P5/^[@+%]?(.+)/)[0]
 line from the server and process it
    readline => {
      my $line = readline $hdl;
      $line ~~ s:P5/[\015\012]*$//; # Hack to remove all "\r\n"s
      debug_recv $line if $debug_raw;
      # We
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/docs/talks/perl6-apw2005/code/op/smart2.pl ( view source; MetaCPAN )
$s ~~ @a        # $s Element in @a
123 ~~ @a       # ?@a[123]
123 ~~ *@a      # 123 Element in @a
@a ~~ /regex/   # irgendein Element
@a ~~ @b        # alle Elemente
$s ~~ %h        # ?%h{$s}
%h ~~ /r
egex/   # ein passender Hash-Key
%a ~~ %b        # gleiche Hashes
any($a,'b',/regex/) ~~ any(@a, 'c', 'd') # cool, nicht?
Perl6-Pugs ( A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz, AUDREYT, 2006; MetaCPAN )
Perl6-Pugs/ext/Net-IRC/lib/Net/IRC/OO.pm ( view source; MetaCPAN )
Str $msg) is export {
  state $is_fresh;
  $is_fresh //= 1;

  print "» " if $is_fresh;
  if $msg ~~ / $/ {
    print "$msg";
    $is_fresh = 0;
  } else {
    say $msg;
    $is_fresh++;
  }
}
sub de
s) = $event<rest> ~~ m:P5/^. ([^ ]+) :?(.*)$/;
      return unless defined $chan;
      $chan = normalize $chan;

      my @nicks = split(" ", $nicks)\
                 .map:{ ($_ ~~ m:P5/^[@+%]?(.+)/
e from the server and process it
  method readline() {
    my $line = readline $!socket;
    $line ~~ s:P5/[\015\012]*$//; # Hack to remove all "\r\n"s
    debug_recv $line if $.debug_raw;
    # We re

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.