view release on metacpan or search on metacpan
migration/migrate_pagekit_0.98_to_0.99.pl view on Meta::CPAN
);
while (my ($k, $v) = each %files){
(my $dir = $k) =~ s(/[^/]*?$)();
File::Path::mkpath($dir);
rename $v, $k;
}
sub note_template {
my ($filename) = @_;
next unless (my $to_file = $filename) =~ s!^($root_dir/View/[^/]*/)(Page/|Component/)(.*)$!$1$3!;
if(exists $files{$to_file}){
# conflict!
die "Files $filename and $files{$to_file} conflict.\nPlease rename one of them and update all reference to them in your application.";
}
$files{$to_file} = $filename;
}
view all matches for this distribution
view release on metacpan or search on metacpan
PrettyPerl.pm view on Meta::CPAN
length link listen local localtime log
lstat map map mkdir msgctl msgget msgrcv
msgsnd my next oct open opendir ord our pack
pipe pop pos print printf prototype push
quotemeta rand read readdir readline
readlink readpipe recv redo ref rename
reset return reverse rewinddir rindex
rmdir scalar seek seekdir select semctl
semget semop send setgrent sethostent
setnetent setpgrp setpriority setprotoent
setpwent setservent setsockopt shift shmctl
view all matches for this distribution
view release on metacpan or search on metacpan
"7" => "Delete failed.",
"8" => "The file was successfully copied to quarantine.",
"9" => "Copy failed.",
"10" => "The file was successfully moved to quarantine.",
"11" => "Move failed.",
"12" => "The file was renamed.",
"13" => "Rename failed.",
"20" => "No TARGET is defined.",
"30" => "Engine error.",
"31" => "Syntax error.",
"32" => "Help message.",
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/Apache/Roaming.pm view on Meta::CPAN
if ($uri ne $new_uri) {
$self->{'status'} = Apache::Constants::FORBIDDEN();
die "New URI $new_uri refers to another directory than $uri";
}
rename $file, $new_file
or die "Error while renaming $file to $new_file: $!";
$self->Success(201, 'URI moved');
}
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/Apache/SWIT/Maker/Manifest.pm view on Meta::CPAN
my ($f) = ($l =~ /^(\S+)/);
$l =~ s#$from#$to#g;
my ($t) = ($l =~ /^(\S+)/);
mkpath(dirname($t));
rename($f, $t) or die "Unable to rename $f to $t";
}
write_file('MANIFEST', join("", @lines));
}
sub swmani_replace_in_files {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/SdnFw/js/tinymce/changelog.txt view on Meta::CPAN
Fixed bug where local file:// URLs where converted into absolute domain URLs.
Fixed bug where an error was produced if a editor was removed inside an editor command.
Fixed bug where force_p_newlines didn't effect the paste plugin correctly.
Fixed bug where the paste plugin was producing an exception on IE if you pasted contents with middots.
Fixed bug where delete key could produce exceptions in Gecko sometimes due to the fix for the table cell bug.
Fixed bug where the layer plugin would produce an visual add class called mceVisualAid this one is now renamed to mceItemVisualAid to mark it internal.
Fixed bug where TinyMCE wouldn't initialize properly if ActiveX controls was disabled in IE.
Fixed bug where tables and other elements that had visual aids on them would produce an extra space after any custom class names.
Fixed bug where search with an empty string would produce some odd "invalid pointer" error in IE.
Fixed bug where elements like menus where placed at incorrect positions in Opera 9.26.
Fixed bug where IE was loosing focus of the editor when you clicked some dropmenu and if it was placed in a frame or iframe.
view all matches for this distribution
view release on metacpan or search on metacpan
SecSess/DBI.pm view on Meta::CPAN
#
# DBI.pm - basic DB interface for Apache::SecSess::* objects
#
# renamed from Id: SecSessDBI.pm,v 1.8 2002/05/06 06:33:17 pliam Exp
# $Id: DBI.pm,v 1.1 2002/05/19 05:15:29 pliam Exp $
#
package Apache::SecSess::DBI;
use strict;
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
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
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
Revision history for Perl extension Apache::SimpleReplace.
0.01 4.4.2000
- original version
- actually a rename of (the now obsolete) Apache::Wrapper_0.02
0.02 05.08.2000
- fixed embarassing parsing of Filter PerlSetVar (whoops)
- TEMPLATE is no longer relative to server root
- minor pod changes
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
lib/Apache/TestRun.pm view on Meta::CPAN
return unless $file =~ /$core_pat/o;
my $core = $File::Find::name;
unless (exists $core_files{$core} && $core_files{$core} == -M $core) {
# new core file!
# XXX: could rename the file if it doesn't include the pid
# in its name (i.e., just called 'core', instead of 'core.365')
# XXX: could pass the test name and rename the core file
# to use that name as a suffix, plus pid, time or some
# other unique identifier, in case the same test is run
# more than once and each time it caused a segfault
$core_files{$core} = -M $core;
push @msg, "server dumped core, for stacktrace, run:\n" .
view all matches for this distribution
view release on metacpan or search on metacpan
throttleimg view on Meta::CPAN
}
print "Processing $file...\n" unless $quiet;
mkdir "$file.dir", 0775 or die $!;
rename $file, "$file.dir/Z-$file" or die $!;
rename "$file.dir", $file or die $!;
print "Creating control file for $time seconds.\n" unless $quiet;
open (CONF, "> $file/.throttle") or die $!;
flock (CONF, 2);
print CONF "$time\n";
throttleimg view on Meta::CPAN
next;
}
print "Processing $file...\n" unless $quiet;
rename "$file", "$file.dir" or die $!;
rename "$file.dir/Z-$file", "$file" or die $!;
opendir (SF, "$file.dir") || die $!;
foreach (readdir(SF)) {
if (/^[0-9A-Y]-$file$/ || /^\.throttle/) {
print "Removing $_...\n" unless $quiet;
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
close($outfile);
if (-f "$dest.bak" && !unlink "$dest.bak") {
print STDERR "Cannot remove $dest.bak: $!\n";
exit 10;
}
if (!rename("$dest", "$dest.bak")) {
print STDERR "Cannot rename $file to $dest.bak\n";
exit 10;
}
if (!rename("$dest.new", "$dest")) {
print STDERR "Cannot rename $dest.new to $dest: $!\n";
exit 10;
}
unlink "$dest.bak";
unless (chmod $perms, $dest) {
print STDERR "Cannot change permissions on $dest: $!\n";
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
FILES => "@CLEAN_FILES"
},
);
if ($mp_version == 2) {
# 1.9922 is 2.0.0 RC5. mod_perl package renames happend at this release.
$makeconf{PREREQ_PM}{mod_perl2} = '1.9922';
$makeconf{PREREQ_PM}{CGI} = '3.12';
}
WriteMakefile(%makeconf);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache/UploadSvr.pm view on Meta::CPAN
$targetfile = "$document_root$f";
$targetdir = dirname($targetfile);
$absfile = "$stagedir$f";
eval {
File::Path::mkpath($targetdir);
rename($absfile, $targetfile) or die $!;
};
push @done, $@ ? $self->dict("D022",$doit,$@)
: $self->dict("D023",$f,$f);
$r->log_error("doit[$doit]ERR[$@]targetfile[$targetfile] targetdir[$targetdir] absfile[$absfile]");
} elsif ($command eq "unpublish") {
lib/Apache/UploadSvr.pm view on Meta::CPAN
my($rmfile, $trashfile);
$rmfile = "$document_root$f";
$trashfile = $trashdir . "/" . basename($f);
if ($self->has_perms($f)) {
if (-f $rmfile) {
if (rename $rmfile, $trashfile) {
push @done, qq{<B>unpublish</B> $f<BR>};
my $rmf = $rmfile;
while () {
my $rmd = File::Basename::dirname($rmf);
my $d = File::Basename::dirname($f);
lib/Apache/UploadSvr.pm view on Meta::CPAN
} else {
my $targetfile = "$stagedir$lc";
my $targetdir = dirname("$targetfile");
File::Path::mkpath($targetdir);
my $absfile = "$stagedir$f";
my $ok = $self->dict(rename($absfile, $targetfile) ? "D055" : "D056");
$done = $self->dict("D057", $f, $lc, $ok);
}
return $done;
}
view all matches for this distribution
view release on metacpan or search on metacpan
Copyright Holder to include your derivative works in the Standard
Version of the Package.
b) use a derivative 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
(dispatch_handler): Added Pragma and Cache-control headers for
browser that ignores the Expires header.
1999-11-01 Francis J. Lacoste <francis.lacoste@iNsu.COM>
* lib/DBIx/UserDB.pm (group_get): $gid renamed to $gidorname.
* lib/Apache/iNcom/OrderManager.pm (checkout): Variable $profile
is really variable $order. items is an array ref. Remove
Data::Dumper reference.
(order_report): %fdat of calling page was overwritten. Order data
view all matches for this distribution
view release on metacpan or search on metacpan
t/04.status.t view on Meta::CPAN
diag( "Checking is HTTP_I_AM_A_TEAPOT (", HTTP_I_AM_A_TEAPOT, ") is a client error" ) if( $DEBUG );
ok( $s->is_client_error( HTTP_I_AM_A_TEAPOT ), 'is_client_error' );
ok( $s->is_redirect( HTTP_MOVED_PERMANENTLY ), 'is_redirect' );
ok( $s->is_redirect( HTTP_PERMANENT_REDIRECT ), 'is_redirect' );
# renamed status constants
ok( $s->is_error( HTTP_REQUEST_ENTITY_TOO_LARGE ), 'is_error' );
ok( $s->is_error( HTTP_PAYLOAD_TOO_LARGE ), 'is_error' );
ok( $s->is_error( HTTP_REQUEST_URI_TOO_LARGE ), 'is_error' );
ok( $s->is_error( HTTP_URI_TOO_LONG ), 'is_error' );
ok( $s->is_error( HTTP_REQUEST_RANGE_NOT_SATISFIABLE ), 'is_error' );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Apache2/AMFImageRendering.pm view on Meta::CPAN
push @out, $scaled;
}
my $dummy=$imagefile.".gif";
Imager->write_multi({ file => $dummy }, @out) or die "Cannot save $imagefile: ", Imager->errstr, "\n";
rename($dummy, $imagefile);
}
if ($content_type eq "image/png") {
if ($typeGraphicLibrary eq 'gd') {
my $img = Image::Scale->new("$imageToConvert") ;
$img->resize_gd( { width => $width } );
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
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
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
Do not work properly with SSL
0.1 23/03/2005
First version working in prod.
do not work with SSL
0.2 25/03/2005
Modules renamed as Apache::AuthNSympa and Apache::AuthZSympa
0.2 07/03/2005
Modification of errors treatment
0.2.1 15/04/2005
Multi lists support (union of lists)
0.3 14/02/2006
Apache2 version all rename to Apache2:: logs
0.3.1 07/02/2006
Authentication type declared by AuthType Apache tag and lists names declared with require SympaLists Apache tag
0.3.2 13/03/2006
Work with SSL authentication now
0.3.4 01/06/2006
view all matches for this distribution