view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/NewRelic/Agent/FFI/Procedural.pm view on Meta::CPAN
=item Object oriented interface is slower
Because the unused C<$agent> instance needs to be shifted off the stack before calling the underlying C code there is a lot more overhead in the
object oriented interface.
=item Functions aren't renamed
The object oriented version renames a number of its methods, so translating C/C++ example code is nearly impossible.
The procedural version uses the same function name and constants, so translating example code from other languages
is easy.
=item API is complete
view all matches for this distribution
view release on metacpan or search on metacpan
site such as uunet.uu.net, or by allowing the Copyright Holder to include
your modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict
with standard executables, which must also be provided, and provide
a separate manual page for each non-standard executable that clearly
documents how it differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
site such as uunet.uu.net, or by allowing the Copyright Holder to include
your modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict
with standard executables, which must also be provided, and provide
a separate manual page for each non-standard executable that clearly
documents how it differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
#endif
/*
* The grok_* routines have been modified to use warn() instead of
* Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
* which is why the stack variable has been renamed to 'xdigit'.
*/
#ifndef grok_bin
#if defined(NEED_grok_bin)
static UV DPPP_(my_grok_bin)(pTHX_ char *start, STRLEN *len_p, I32 *flags, NV *result);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alvis/Buffer.pm view on Meta::CPAN
1;
}
############################################
#
# rename output XML buffer file to xml-add/N.xml for some N
# and create a new output XML buffer file, name is returned;
# return undef on fatal error, after printing error message
sub save() {
print ABUF $TRAILER;
CORE::close(ABUF);
lib/Alvis/Buffer.pm view on Meta::CPAN
closedir(XA);
}
$latest++;
my $nf = "xml-add/$latest.xml";
# now save
rename($BUFFER,$nf);
if ( ! &fix() ) {
return undef;
}
return $nf;
}
view all matches for this distribution
view release on metacpan or search on metacpan
- Definition of a section to manage XML output
- Render time is saved in the xml file (Client/server and
stantalone mode)
0.2
- rename client.pl, server.pl, go.pl, as alvis-nlp-client, alvis-nlp-server, alvis-nlp-standalone
- set the default parsing wrapper (forgot in the version 0.1)
- configuration files have been moved in the alvis-nlpplatform
- writing functions printing header and footer of the
documentCollection
- managing annoation of several document in the standalone
view all matches for this distribution
view release on metacpan or search on metacpan
Version of the Package.
b) use the modified Package only within your corporation or
organization.
c) rename any non-standard executables so the names do not
conflict with standard executables, which must also be provided,
and provide a separate manual page for each non-standard
executable that clearly documents how it differs from the Standard
Version.
view all matches for this distribution
view release on metacpan or search on metacpan
Version of the Package.
b) use the modified Package only within your corporation or
organization.
c) rename any non-standard executables so the names do not
conflict with standard executables, which must also be provided,
and provide a separate manual page for each non-standard
executable that clearly documents how it differs from the Standard
Version.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alzabo/RDBMSRules.pm view on Meta::CPAN
else
{
push @sql, $self->recreate_table_sql( new => $new_t,
old => $old_t,
);
push @sql, $self->rename_sequences( new => $new_t,
old => $old_t,
);
# no need to do more because table will be
# recreated from scratch
view all matches for this distribution
view release on metacpan or search on metacpan
Mon Dec 17 10:16:01 2018 Rob Lauer <rlauer6@comcast.net>
[1.1.4-1]:
* cpan/buildspec.yml: add ChangeLog
* cpan/Makefile.am
- rename tarball if minor relase
- PHONY, not PHONEY
* configure.ac: bump
Fri Dec 7 13:44:32 2018 Rob Lauer <rlauer6@comcast.net>
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
Tue Dec 11 12:53:58 2018 Rob Lauer <rlauer6@comcast.net>
[1.0.10-1]:
* configure.ac: bump release
* cpan/Makefile.am: rename tarball for minor release only
* src/main/perl/t/02-credentials.t: GMT, not UTC
* README.md: mention 'make cpan'
* cpan/extra-files: new
Mon Dec 10 13:44:31 2018 Rob Lauer <rlauer6@comcast.net>
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Amazon/DynamoDB/Simple.pm view on Meta::CPAN
# returns all the keys in the table
$table->keys();
# delete $old_key, create $new_key
$table->rename($old_key, $new_key);
# sync data between AWS regions using the 'last_updated' field to select
# the newest data. This method will permanently delete any items marked as
# 'deleted'.
$table->sync_regions();
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
- add head_object method
- refine document
0.09 2015-03-02T13:11:39Z
- rename Signer.pm -> SignerV2.pm
0.07 2015-03-01T15:49:47Z
- separate Signer class
view all matches for this distribution
view release on metacpan or search on metacpan
(initiate_multipart_upload): likewise
(upload_part_of_multipart_upload): likewise
(make_xml_document_simple): replaced with _create_multipart_upload_request()
(get_key): call _get_key() now
(_get_key)
- renamed from get_key()
- allow additional headers
(copy_object): refactored
(delete_keys)
- refactored
- allow additional headers
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
ChangeLog.md view on Meta::CPAN
## [0.1.6] - 2024-04-04
### Fixed
- Allow spaces in country names (and rename some countries)
## [0.1.5] - 2024-04-02
### Fixed
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution
view release on metacpan or search on metacpan
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
my $fn = $hDir{dirTemplates} . '/main.xsl';
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
my $txt = $stylesheet->output_string($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
my $fn = $hDir{dirTemplates} . '/list_json.xsl';
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
my $txt = $stylesheet->output_string($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
my $fn = $hDir{dirTemplates} . '/authorize.xsl';
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
my $txt = $stylesheet->output_string($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
my $fn = $hDir{dirTemplates} . '/tree_json.xsl';
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
my $txt = $stylesheet->output_string($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $results = $stylesheet->transform($document);
my $fn = $dirOut . '/' . ($lc ? lc($name) : $name) . $fileSuffix;
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
if ( open my $fh, ">", $fn)
{
print $fh $stylesheet->output_as_bytes($results);
close $fh;
share/Managers/buildApp.pm view on Meta::CPAN
my $results = $stylesheet->transform($document);
my $fn = $dirOut . '/' . $name . $fileSuffix;
if ( -e $fn )
{
rename $fn, $fn . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $fn)
if ( open my $fh, ">", $fn)
{
print $fh $stylesheet->output_as_bytes($results);
share/Managers/buildApp.pm view on Meta::CPAN
my $stylesheet = $self->xslt->parse_stylesheet($style_doc);
my $results = $stylesheet->transform($self->source);
if ( -e $dirOut )
{
rename $dirOut, $dirOut . '.bak';
}
#if ( open my $fh, ">:encoding($encoding)", $dirOut)
if ( open my $fh, ">", $dirOut )
{
print $fh $stylesheet->output_string($results);
view all matches for this distribution
view release on metacpan or search on metacpan
such as ftp.uu.net, or by allowing the Copyright Holder to include your
modifications in the Standard Version of the Package.
b) use the modified Package only within your corporation or organization.
c) rename any non-standard executables so the names do not conflict with
standard executables, which must also be provided, and provide a separate
manual page for each non-standard executable that clearly documents how it
differs from the Standard Version.
d) make other distribution arrangements with the Copyright Holder.
view all matches for this distribution