Group
Extension

Matches 1364

Config-AutoConf ( A/AM/AMBS/Config-AutoConf-0.320.tar.gz, AMBS, 2021; MetaCPAN )
Config-AutoConf/lib/Config/AutoConf.pm ( view source; MetaCPAN )
g_build_program( prologue, body )

Builds program for current chosen language. If no prologue is given
(I<undef>), the default headers are used. If body is missing, default
body is used.

Typical call
App-GhaProve ( T/TO/TOBYINK/App-GhaProve-0.008.tar.gz, TOBYINK, 2021; MetaCPAN )
App-GhaProve/lib/App/GhaProve.pm ( view source; MetaCPAN )
print "# ~~ Standard testing\n" unless $QUIET;
		push @errors, $system->( 'prove', @args );
	}

	if ( $testing_mode =~ /^(extended|both|1|2)$/i ) {
		$ENV{EXTENDED_TESTING} = 1;
		print "# ~~ Extended
Games-Simutrans-Pakset ( W/WL/WLINDLEY/Games-Simutrans-Pakset-0.02.tar.gz, WLINDLEY, 2021; MetaCPAN )
Games-Simutrans-Pakset/lib/Games/Simutrans/Pakset.pm ( view source; MetaCPAN )
=head2 translate ($string, $language)

Returns the translation of C<$string> in the C<$language> given (or in
the current language if C<$language> is C<undef>).

=head2 language_tables

Returns the ac
Dancer-Plugin-Swagger ( Y/YA/YANICK/Dancer-Plugin-Swagger-0.3.0.tar.gz, YANICK, 2021; MetaCPAN )
Dancer-Plugin-Swagger/lib/Dancer/Plugin/Swagger.pm ( view source; MetaCPAN )
ormation' }
        },
    },
    get '/judge/:judge_name' => { ... };

If the key C<example> is given (instead of C<examples> as defined by the Swagger specs), 
and the serializer used by the applica
Mojolicious-Plugin-AssetPack-Che ( M/MC/MCHE/Mojolicious-Plugin-AssetPack-Che-2.106.tar.gz, MCHE, 2020; MetaCPAN )
Mojolicious-Plugin-AssetPack-Che/lib/Mojolicious/Plugin/AssetPack/Pipe/CombineFile.pm ( view source; MetaCPAN )
or store
  my $store = $self->assetpack->store;
  
  return
      unless $self->enabled || $format ~~ ['html', 'json'];
  
  DEBUG && diag "Process topic [%s]", $topic;
  #~ return unless $self->enabl
~ my $format = $collect->[0]->format;
    
    #~ return
      #~ unless $self->enabled || $format ~~ ['html', 'json'];
     
    $content = $collect->map('content')->map(sub { /\n$/ ? $_ : "$_\n" })-
Sub-Go ( R/RO/RODRIGO/Sub-Go-0.01.tar.gz, RODRIGO, 2011; MetaCPAN )
Sub-Go/lib/Sub/Go.pm ( view source; MetaCPAN )

        goto &$old_warn_handler if $old_warn_handler;
        warn( @_ );
    }
};

use overload '~~' => \&over_go;
#use overload '>>' => \&over_go_assign;

sub over_go_assign {
    $_[0]->{assign};
           : $ret ~~ $_go_self->{rest};
        }
        else {
            return $_go_self->{ by }
                ? $_go_self->{rest}->{code}->( @$ret )
                : $ret ~~ $_go_self->{rest}
1, 2, 3 ] ~~ go { say $_  };
    # 1
    # 2
    # 3

    # hashes with $a and $b

    %h ~~ go { say "key $a, value $b" };

    undef ~~ go {
        # never gets called...
    };

    '' ~~ go {
   
App-pimpd ( W/WO/WOLDRICH/App-pimpd-0.350.tar.gz, WOLDRICH, 2021; MetaCPAN )
App-pimpd/lib/App/Pimpd/Playlist/Favorite.pm ( view source; MetaCPAN )
  }
    else {
      return;
    }
  }

  chomp(my @songs = <$fh>);
  close($fh);

  return ($file ~~ @songs) ? 1 : 0;
}


sub remove_favorite {
  my $query = shift;
  return if !defined($query);

  t
Archive-Extract ( B/BI/BINGOS/Archive-Extract-0.88.tar.gz, BINGOS, 2021; MetaCPAN )
Archive-Extract/lib/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 now
Date-Pcalc ( D/DL/DLAMBLEY/Date-Pcalc-6.2.tar.gz, DLAMBLEY, 2021; MetaCPAN )
Date-Pcalc/Pcalc.pod ( view source; MetaCPAN )
is function returns a string containing the (english) abbreviation
of the ordinal number for the given (cardinal) number "C<$number>".

I.e.,

    0  =>  '0th'    10  =>  '10th'    20  =>  '20th'
    
App-HTTP_Proxy_IMP ( S/SU/SULLR/App-HTTP_Proxy_IMP-0.958.tar.gz, SULLR, 2021; MetaCPAN )
App-HTTP_Proxy_IMP/lib/App/HTTP_Proxy_IMP/IMP/FakeResponse.pm ( view source; MetaCPAN )
5data} = Digest::MD5->new )->add("\000$qstring\001")
        if defined $qstring;
    if ( $method ~~ [ 'GET','HEAD' ] ) {
	$fname .= "-".$file{md5data}->hexdigest if $file{md5data};
	goto TRY_FNAME;
Tk ( S/SR/SREZIC/Tk-804.036.tar.gz, ILYAZ, 2021; MetaCPAN )
Tk/blib/lib/Tk/place.pod ( view source; MetaCPAN )
.
Thus if I<where> is B<se> then the lower-right corner of
I<$slave>'s border will appear at the given (x,y) location
in the master.
The anchor position defaults to B<nw>.

=item B<-width> => I<size>
Tk ( S/SR/SREZIC/Tk-804.036.tar.gz, SREZIC, 2021; MetaCPAN )
Tk/PNG/zlib/contrib/iostream2/zstream.h ( view source; MetaCPAN )
       gzFile fp() { return m_fp; }

    private:
        gzFile m_fp;
};

/*
 * Binary read the given (array of) object(s) from the compressed file.
 * If the input file was not in gzip format, read(
       }

    private:
        gzFile m_fp;
        ostrstream* m_os;
};

/*
 * Binary write the given (array of) object(s) into the compressed file.
 * returns the number of uncompressed bytes actual
Tk ( S/SR/SREZIC/Tk-804.036.tar.gz, SREZIC, 2021; MetaCPAN )
Tk/pod/place.pod ( view source; MetaCPAN )
.
Thus if I<where> is B<se> then the lower-right corner of
I<$slave>'s border will appear at the given (x,y) location
in the master.
The anchor position defaults to B<nw>.

=item B<-bordermode> => I<m
Apache-Config-Preproc ( S/SG/SGRAY/Apache-Config-Preproc-1.07.tar.gz, SGRAY, 2021; MetaCPAN )
Apache-Config-Preproc/lib/Apache/Config/Preproc.pm ( view source; MetaCPAN )
o drawbacks:
#
#   1. It iterates over entire statement tree no matter what arguments are
#      given (see Apache/Admin/Config.pm, lines 417-439)
#   2. It makes unnecessary memory allocations (ibid.
TeX-Hyphen-Pattern ( I/IP/IPENBURG/TeX-Hyphen-Pattern-v1.1.8.tar.gz, IPENBURG, 2021; MetaCPAN )
TeX-Hyphen-Pattern/tools/build_catalog_from_ctan.pl ( view source; MetaCPAN )
indicator(
            'task'   => q{generate},
            'pos'    => 0,
            'target' => ~~ @locales,
        )
      );

    while ( my $locale = shift @locales ) {
        $package = ucfir
BioPerl ( C/CJ/CJFIELDS/BioPerl-1.7.8.tar.gz, CJFIELDS, 2021; MetaCPAN )
BioPerl/lib/Bio/Search/Hit/PullHitI.pm ( view source; MetaCPAN )
it.
           If there are no alternatives, then only the primary accession will 
           be given (if there is one).
 Returns : list of all accession numbers in the description
 Args    : none

=
Geo-Ellipsoid ( P/PJ/PJACKLAM/Geo-Ellipsoid-1.15.tar.gz, PJACKLAM, 2021; MetaCPAN )
Geo-Ellipsoid/lib/Geo/Ellipsoid.pm ( view source; MetaCPAN )
eturn ($x,$y);
}

=pod

=item location

Returns the list (latitude,longitude) of a location at a given (x,y)
displacement from a given location.

        my @loc = $geo->location( $lat, $lon, $x, $y )
Gtk2-SourceView2 ( X/XA/XAOC/Gtk2-SourceView2-0.12.tar.gz, XAOC, 2021; MetaCPAN )
Gtk2-SourceView2/xs/GtkSourceStyleSchemeManager.xs ( view source; MetaCPAN )
doc

Sets the list of directories where the manager looks for style scheme files. If
no dirs are given (empty list) then the search path is cleared, if C<undef> is
passed then the search path is reset
Gtk2-SourceView2 ( X/XA/XAOC/Gtk2-SourceView2-0.12.tar.gz, XAOC, 2021; MetaCPAN )
Gtk2-SourceView2/xs/GtkSourceLanguageManager.xs ( view source; MetaCPAN )

=for apidoc

Sets the list of directories where the lm looks for language files. If no dirs
are given (empty list) then the search path is cleared, if C<undef> is passed
then the search path is reset
D64-Disk-Layout-Dir ( P/PA/PAWELKROL/D64-Disk-Layout-Dir-0.06.tar.gz, PAWELKROL, 2021; MetaCPAN )
D64-Disk-Layout-Dir/Dir.pm ( view source; MetaCPAN )
$data ne 'ARRAY') {
        die sprintf q{Unable to initialize disk directory: Invalid arguments given (expected %d bytes)}, $expected_data_size;
    }

    unless (scalar (@{$data}) == $expected_data
ctors eq 'ARRAY') {
        die sprintf q{Unable to initialize disk directory: Invalid arguments given (expected %d sectors)}, $expected_sectors_size;
    }

    unless (scalar (@{$sectors}) == $expec
items eq 'ARRAY') {
        die sprintf q{Unable to initialize disk directory: Invalid arguments given (expected up to %d items)}, $expected_items_size;
    }

    unless (scalar (@{$items}) <= $expec

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