Group
Extension

Matches 1309

App-combinesheets ( T/TU/TULSOFT/App-combinesheets-0.2.14.tar.gz, TULSOFT, 2013; MetaCPAN )
App-combinesheets/lib/App/combinesheets.pm ( view source; MetaCPAN )
          warn "[WR07] Configuration defines columns from an input '$input_id' but no such input given (or was ignored). These columns will be ignored.\n";
        }
        $col->{ignored} = 1;
    }
Proc-Async ( T/TU/TULSOFT/Proc-Async-0.2.0.tar.gz, TULSOFT, 2013; MetaCPAN )
Proc-Async/lib/Proc/Async/Config.pm ( view source; MetaCPAN )
rgument with the
# property value.
#
# Return a sorted list of all property names if no argument given (the
# list may be empty).
# -----------------------------------------------------------------
su
NG ( C/CH/CHENRYN/NG-0.001_05.tar.gz, CHENRYN, 2013; MetaCPAN )
NG/lib/NG/Excel/Cell.pm ( view source; MetaCPAN )


sub english_to_num {
    my ( $class, $width, $style ) = @_;
    given ( lc $style ) {
        when ('solid') {
            given ($width) {
                when (0) { return 7; }
                wh
              default  { return 7; }
            }
        }
        when ('dash') {
            given ($width) {
                when (1) { return 3; }
                when (2) { return 8; }
        
      default  { return 9; }
            }
        }
        when ('dash dot dot') {
            given ($width) {
                when (1) { return 11; }
                when (2) { return 12; }
      
File-CachingFind ( D/DO/DORNER/File-CachingFind-0.67.tar.gz, DORNER, 2013; MetaCPAN )
File-CachingFind/lib/File/CachingFind.pm ( view source; MetaCPAN )
#################################################

=item B<findInPath> - locate all files with a given (normalized) name

    @list = $obj->findInPath($a_file_name);

Example:

    @time_h = $includes
###########################################

=item B<findFirstInPath> - locate first file with a given (normalized) name

    @list = $obj->findFirstInPath($a_file_name);

Example:

    $includes2 =
	
#############################################

=item B<findBestInPath> - locate best file with a given (normalized) name

    @list = $obj->findBestInPath($a_file_name,
				 $reference_to_comparison_f
Padre-Plugin-Cookbook ( B/BO/BOWTIE/Padre-Plugin-Cookbook-0.24.tar.gz, BOWTIE, 2013; MetaCPAN )
Padre-Plugin-Cookbook/lib/Padre/Plugin/Cookbook/Recipe04/Main.pm ( view source; MetaCPAN )

#######
# Event Handler Button Warning Clicked
#######
sub clean_clicked {
	my $self = shift;

	given ( $self->relation_name ) {

		when ('DebugBreakpoints') {
			clean_debug_breakpoints_files($self)
#####
# Composed Method
# _display_relation
#######
sub _display_relation {
	my $self = shift;

	given ( $self->relation_name ) {
		when ('DebugBreakpoints') {
			$self->clean->Enable;
			_display_any
Padre-Plugin-Cookbook ( B/BO/BOWTIE/Padre-Plugin-Cookbook-0.24.tar.gz, BOWTIE, 2013; MetaCPAN )
Padre-Plugin-Cookbook/lib/Padre/Plugin/Cookbook/Recipe02/Main.pm ( view source; MetaCPAN )
 = shift;
	my $main   = $self->main;
	my $config = $main->config;
	my $output = $main->output;

	given ( $self->user_name->GetStringSelection() ) {
		when ('nick') {
			$self->name_label->SetLabel( 'u
DataCube ( D/DA/DAVEGMX/DataCube.tgz, DAVEGMX, 2012; MetaCPAN )
DataCube/lib/DataCube/Cube/Style/HTML/CSS.pm ( view source; MetaCPAN )
 C:\WINDOWS\SoftwareDistribution\SelfUpdate\WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.2.6001.788.mum</td> </tr> 
 <tr> <td class="foot" align="center">5</td> <td class="foot" align="c
C:\WINDOWS\SoftwareDistribution\SelfUpdate\WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.2.6001.788.mum</td> </tr> 
 <tr> <td class="foot" align="center">4</td> <td class="foot" align="c
Data-Password-BasicCheck ( B/BR/BRONTO/Data-Password-BasicCheck-2.03.tar.gz, BRONTO, 2013; MetaCPAN )
Data-Password-BasicCheck/BasicCheck.pm ( view source; MetaCPAN )
mbols, the password, its reverse and
all possible rotations don't match any personal information given
(name, surname, city, username)

=back


=head1 METHODS

=head2 new

creates a password checker o
Rex-WebUI ( M/MI/MIKET/Rex-WebUI-0.01.tar.gz, MIKET, 2013; MetaCPAN )
Rex-WebUI/lib/Rex/WebUI/Model/RexInterface.pm ( view source; MetaCPAN )

		foreach my $server (@$task_servers) {
			push @$servers, $server->{name} unless $server->{name} ~~ $servers;
		}
	}

	# expand server list into hashrefs, adding info from db if available
	# TODO: a
Data-SimplePath ( S/ST/STG/Data-SimplePath-0.005.tar.gz, STG, 2013; MetaCPAN )
Data-SimplePath/lib/Data/SimplePath.pm ( view source; MetaCPAN )
>) these methods will return the current value of
the option, else the option will be set to the given (scalar) value and the old setting will be
returned.

=cut

sub auto_array   { return shift -> _c
Perl6-Doc ( H/HI/HINRIK/Perl6-Doc-0.47.tar.gz, HINRIK, 2010; MetaCPAN )
Perl6-Doc/share/man_pages/perlreintro.pod ( view source; MetaCPAN )
f, but how do we apply these rules to a string other than C<$_>?
We use the smart match operator C<~~>.  This operator is called "smart
match" because it does quite a bit more than just apply regular

expression against the string contained in a variable called C<$foo>,
we'd do this:

        $foo ~~ / <regex here> /;

There's a more general syntax that allows the author to choose
different delimi
h the
C</> character and you don't feel like writing C<\/> so much:

        $foo ~~ m/ <regex here> /;
        $foo ~~ m! <regex here> !;      # different delimiter

=head3 Modifiers

The more genera
PulseAudio ( E/EC/ECARROLL/PulseAudio-0.07.tar.gz, ECARROLL, 2013; MetaCPAN )
PulseAudio/lib/PulseAudio/Types.pm ( view source; MetaCPAN )
ith the letters 'f' or 'n'. Case is
## ignored.
coerce PA_Bool
	, from Str
	, via {
		my $arg;
		given ( $_ ) {
			when ( qr/on/i )    { $arg = 1 }
			when ( qr/off/i )   { $arg = 0 }
			when ( qr/^[t
;
	}
;

## Furthers the volume functionality
coerce PA_Volume
	, from Str , via {
		my $ratio;
		given ( $_ ) {
			when ( 'MAX' )  { $ratio = FULL_VOLUME }
			when ( 'HALF' ) { $ratio = 0.50 * FULL_VO
Unicorn-Manager ( M/MU/MUGENKEN/Unicorn-Manager-0.006009.tar.gz, MUGENKEN, 2013; MetaCPAN )
Unicorn-Manager/script/uc.pl ( view source; MetaCPAN )
                for my $worker ( @{ $pidref->{$master} } ) {
                    if ( ref($worker) ~~ 'HASH' ) {
                        for ( keys %$worker ) {
                            print "    
Namespace-Dispatch ( S/SH/SHELLING/Namespace-Dispatch-0.07.tar.gz, SHELLING, 2013; MetaCPAN )
Namespace-Dispatch/lib/Namespace/Dispatch.pm ( view source; MetaCPAN )
  my $name    = shift;
    my @leaves = @{$class->leaves} if $class->can("leaves");
    if ( $name ~~ @leaves ) {
        return $class . "::" . ucfirst($name);
    } else {
        return 0;
    }
}
App-Taskflow ( F/FA/FARHAD/App-Taskflow-1.0.tar.gz, FARHAD, 2013; MetaCPAN )
App-Taskflow/lib/App/Taskflow.pm ( view source; MetaCPAN )
     }
                }
                my @pids = keys %processes;
                if ($pid_file ~~ @pids and exists $processes{$pid_file}[2] and $processes{$pid_file}[2] == 0) {
                   
FusqlFS ( K/KS/KSTEPME/FusqlFS-0.009.tar.gz, KSTEPME, 2013; MetaCPAN )
FusqlFS/lib/FusqlFS/Artifact/Table/Lazy.pm ( view source; MetaCPAN )
4 ] }, c => \"string" };

=end testing
=cut
sub clone
{
    my $ref = $_[0];
    my $result;
    given (ref $ref)
    {
        when ('HASH')   { $result = { map { $_ => clone($ref->{$_}) } keys %$ref
FusqlFS ( K/KS/KSTEPME/FusqlFS-0.009.tar.gz, KSTEPME, 2013; MetaCPAN )
FusqlFS/lib/FusqlFS/Entry.pm ( view source; MetaCPAN )
$entry = $pkg->get(@names);
        }
        elsif (my $ref = ref $entry)
        {
            given ($ref)
            {
                when ('HASH')  { $entry = defined $entry->{$p}? $entry->{$p}
ntry;
    $tailref = ref $tailref eq 'HASH'? $tailref->{$_}: $tailref->[$_] foreach (@tail);
    given (ref $tailref)
    {
        when ('HASH')  { if (defined $data) { $tailref->{$tail} = $data } el
Lingua-Translate-Yandex ( M/MI/MILOVIDOV/Lingua-Translate-Yandex-0.03.tar.gz, MILOVIDOV, 2013; MetaCPAN )
Lingua-Translate-Yandex/lib/Lingua/Translate/Yandex.pm ( view source; MetaCPAN )
lf->detectLanguage($text);
    my $pair = lc($text_lang . "-" . $to);
    unless (@$language_pairs ~~ /($pair)/) {
       croak "Unsupported languege pair";
    }

    my $response = $self->getXmlResp
e.yandex.net/api/v1/tr/translate?lang=$pair&text=$text");
    my $code = $response->{code}; 
    given ($code) {
        when (200) {break;}
        when (413) {croak "The text size exceeds the maximu
Net-OpenVPN-TrayIcon ( M/MU/MUGENKEN/Net-OpenVPN-TrayIcon-v0.2.2.tar.gz, MUGENKEN, 2012; MetaCPAN )
Net-OpenVPN-TrayIcon/lib/Net/OpenVPN/TrayIcon.pm ( view source; MetaCPAN )
tch->{set_icon}->('active') if $sig ~~ 'USR1';
    return 1;
}

sub _sig_usr2_handler {
    my ($sig) = @_;
    $this->dispatch->{set_icon}->('inactive') if $sig ~~ 'USR2';
    return 1;
}

sub BUILD 
= @_;

    Gtk2->main;
}

sub click {
    my ($self, $gtk_evnt_box, $gtk_evnt_button) = @_;

    given ($gtk_evnt_button->button){
        when (1){   # left click
            $self->menu;
        }
 

        my ($routes) = qx[/sbin/ip r]; # first line -> default route

        return 1 if $routes ~~ /default\svia\s\d{0,3}\.\d{0,3}\.\d{0,3}\.\d{0,3}\sdev\s$tunnel/;

        Time::HiRes::usleep 100
marc-mir-template ( M/MA/MARCC/marc-mir-template-0.1.tar.gz, MARCC, 2013; MetaCPAN )
marc-mir-template/lib/MARC/MIR/Template.pm ( view source; MetaCPAN )
ptions ) = @_;
    my $template = [ $spec ];
    while ( my ( $k, $v ) = each %$spec ) {
        given ( ref $v ) {
            when ('')     { $$template[FOR_DATA]{ $v } = _data_control $k }
        

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