Home
last modified time | relevance | path

Searched refs:oldfile (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/postgres/
H A Dcompare_schemas.pl77 for my $oldfile (@old) {
78 print "Loading $oldfile\n";
79 my $info = parse_sql($oldfile);
83 $old{$oldfile} = $info;
88 my $oldfile = shift;
90 open my $oldfh, '<', $oldfile or die qq{Could not open $oldfile: $!\n};
145 for my $oldfile (@old) {
151 my $t = $old{$oldfile}{$table};
427 for my $t (sort keys %{$old{$oldfile}}) {
434 my $oldcol = $old{$oldfile}{$t}{column};
[all …]
/dports/converters/convmv/convmv-2.05/
H A Dconvmv615 my $oldfile=shift;
624 return $oldfile;
628 return $oldfile;
634 $newname=$oldfile;
638 return $oldfile;
657 my $oldfile=shift;
688 rename ($oldfile, $tmpfile);
690 $oldfile=$tmpfile;
693 $oldfile=$tmpfile;
779 my $oldfile=shift;
[all …]
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/
H A Dc++-rename-class-and-file12 oldfile=$oldname
15 oldfile=`echo $oldname | tr A-Z a-z`
54 if [ -f ${oldfile}.h ]; then
55 my_mv $oldfile.h $newfile.h
57 my_mv $oldfile.cpp $newfile.cpp
58 if [ -f ${oldfile}_p.h ]; then
59 my_mv ${oldfile}_p.h ${newfile}_p.h
61 if [ -f ${oldfile}.ui ]; then
62 my_mv ${oldfile}.ui ${newfile}.ui
73 …perl -pi -e "s/\b$oldfile\.cpp/$newfile.cpp/;s/\b$oldfile\.h/$newfile\.h/;s/\b$oldfile\.ui/$newfil…
[all …]
H A Dc++-copy-class-and-file12 oldfile=$oldname
15 oldfile=`echo $oldname | tr A-Z a-z`
19 echo "Copying $oldfile.{cpp,h} to $newfile.{cpp,h}"
22 cp $oldfile.h $newfile.h
23 cp $oldfile.cpp $newfile.cpp
24 if [ -f ${oldfile}_p.h ]; then
25 cp ${oldfile}_p.h ${newfile}_p.h
/dports/devel/p5-File-Flock/File-Flock-2014.01/lib/File/
H A DFlock.pm200 my $obj = $oldfile;
201 $oldfile = $obj->[0];
213 $locks{$newfile} = $locks{$oldfile} if exists $locks{$oldfile};
214 $shared{$newfile} = $shared{$oldfile} if exists $shared{$oldfile};
215 $pid{$newfile} = $pid{$oldfile} if exists $pid{$oldfile};
216 $lockHandle{$newfile} = $lockHandle{$oldfile} if exists $lockHandle{$oldfile};
217 $rm{$newfile} = $rm{$oldfile} if exists $rm{$oldfile};
219 delete $locks{$oldfile};
220 delete $shared{$oldfile};
221 delete $pid{$oldfile};
[all …]
/dports/audio/mp3-archive-tools/mp3-archive-tools-0.9/bin/
H A Dpmv51 my $oldfile=shift;
52 $_=$oldfile;
54 unless(-e $oldfile)
56 warn("$me: $oldfile: file not found\n");
60 my $file=$oldfile;
71 if($file ne $oldfile)
84 if(($oldfile eq $_) ||
106 print "$oldfile -> $_\n" if($verbose || $dryrun);
109 rename($oldfile,$_) or warn("$me: could not rename $oldfile to $_: $!\n");
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dfop004.tcl97 set oldfile $path/$oldname
102 set oldfile $oldname
118 check_file_exist $oldfile $env $path 0
123 $omethod $envargs $args $oldfile]
137 check_file_exist $oldfile $env $path 1
145 $oldfile $newfile] 0
149 $oldfile $newfile] 0
155 $oldfile $newfile] 0
160 check_file_exist $oldfile $env $path 0
188 $envargs $omethod $args $oldfile]
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/
H A Dmerge.sh128 oldfile=${OLDDIR}/src/runtime/$from
129 if test -f ${oldfile}; then
130 sed -e 's/·/_/g' < ${oldfile} > ${oldfile}.tmp
131 oldfile=${oldfile}.tmp
136 merge $from ${oldfile} ${newfile} ${libgofile}
151 oldfile=${OLDDIR}/src/$f
154 merge $f ${oldfile} ${newfile} ${libgofile}
169 oldfile=${oldtd}/$f
172 merge ${name} ${oldfile} ${newfile} ${libgofile}
186 oldfile=${OLDDIR}/src/$f
/dports/lang/gcc48/gcc-4.8.5/libgo/
H A Dmerge.sh127 oldfile=${OLDDIR}/src/pkg/runtime/$from
128 if test -f ${oldfile}; then
129 sed -e 's/·/_/g' < ${oldfile} > ${oldfile}.tmp
130 oldfile=${oldfile}.tmp
135 merge $from ${oldfile} ${newfile} ${libgofile}
140 oldfile=${OLDDIR}/src/pkg/$f
143 merge $f ${oldfile} ${newfile} ${libgofile}
159 oldfile=${oldtd}/$f
162 merge ${name} ${oldfile} ${newfile} ${libgofile}
175 oldfile=${OLDDIR}/src/pkg/$f
/dports/lang/gnat_util/gcc-6-20180516/libgo/
H A Dmerge.sh128 oldfile=${OLDDIR}/src/runtime/$from
129 if test -f ${oldfile}; then
130 sed -e 's/·/_/g' < ${oldfile} > ${oldfile}.tmp
131 oldfile=${oldfile}.tmp
136 merge $from ${oldfile} ${newfile} ${libgofile}
151 oldfile=${OLDDIR}/src/$f
154 merge $f ${oldfile} ${newfile} ${libgofile}
169 oldfile=${oldtd}/$f
172 merge ${name} ${oldfile} ${newfile} ${libgofile}
186 oldfile=${OLDDIR}/src/$f
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/
H A Dmerge.sh127 oldfile=${OLDDIR}/src/pkg/runtime/$from
128 if test -f ${oldfile}; then
129 sed -e 's/·/_/g' < ${oldfile} > ${oldfile}.tmp
130 oldfile=${oldfile}.tmp
135 merge $from ${oldfile} ${newfile} ${libgofile}
140 oldfile=${OLDDIR}/src/pkg/$f
143 merge $f ${oldfile} ${newfile} ${libgofile}
159 oldfile=${oldtd}/$f
162 merge ${name} ${oldfile} ${newfile} ${libgofile}
175 oldfile=${OLDDIR}/src/pkg/$f
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/
H A Dmerge.sh128 oldfile=${OLDDIR}/src/runtime/$from
129 if test -f ${oldfile}; then
130 sed -e 's/·/_/g' < ${oldfile} > ${oldfile}.tmp
131 oldfile=${oldfile}.tmp
136 merge $from ${oldfile} ${newfile} ${libgofile}
151 oldfile=${OLDDIR}/src/$f
154 merge $f ${oldfile} ${newfile} ${libgofile}
169 oldfile=${oldtd}/$f
172 merge ${name} ${oldfile} ${newfile} ${libgofile}
186 oldfile=${OLDDIR}/src/$f
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/
H A Dmerge.sh127 oldfile=${OLDDIR}/src/pkg/runtime/$from
128 if test -f ${oldfile}; then
129 sed -e 's/·/_/g' < ${oldfile} > ${oldfile}.tmp
130 oldfile=${oldfile}.tmp
135 merge $from ${oldfile} ${newfile} ${libgofile}
140 oldfile=${OLDDIR}/src/pkg/$f
143 merge $f ${oldfile} ${newfile} ${libgofile}
159 oldfile=${oldtd}/$f
162 merge ${name} ${oldfile} ${newfile} ${libgofile}
175 oldfile=${OLDDIR}/src/pkg/$f
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/postprocessor/
H A Dmovefilesafterdownload.py32 for oldfile, newfile in info['__files_to_move'].items():
34 newfile = make_newfilename(oldfile)
35 if os.path.abspath(encodeFilename(oldfile)) == os.path.abspath(encodeFilename(newfile)):
37 if not os.path.exists(encodeFilename(oldfile)):
38 self.report_warning('File "%s" cannot be found' % oldfile)
47 % (oldfile, newfile))
50 self.to_screen('Moving file "%s" to "%s"' % (oldfile, newfile))
51 shutil.move(oldfile, newfile) # os.rename cannot move between volumes
/dports/textproc/source-highlight/source-highlight-3.1.9/src/
H A Ddiff.lang4 state oldfile = '(?=^[-]{3})' begin
5 oldfile start '^[-]{3}'
6 oldfile start '^[-]'
12 state oldfile = '(?=^[*]{3})' begin
13 environment oldfile = '^[*]{3}[[:blank:]]+[[:digit:]]' begin
17 oldfile start '^[*]{3}'
30 oldfile start '^[<]'
/dports/sysutils/modules/modules-4.6.0/compat/
H A DModuleCmd_Switch.c103 *oldfile, in ModuleCmd_Switch() local
116 if ((char *) NULL == (oldfile = stringer(NULL, MOD_BUFSIZE, NULL))) in ModuleCmd_Switch()
171 if( !IsLoaded( interp, oldmodule, &realname, oldfile)) in ModuleCmd_Switch()
180 ret_val = Locate_ModuleFile( interp, realname, oldname, oldfile); in ModuleCmd_Switch()
190 oldname, oldfile))) in ModuleCmd_Switch()
198 if( !IsLoaded( interp, oldname, NULL, oldfile)) in ModuleCmd_Switch()
231 if( Read_Modulefile( interp, oldfile) == 0) in ModuleCmd_Switch()
232 Update_LoadedList( interp, oldname, oldfile); in ModuleCmd_Switch()
267 if( Read_Modulefile( interp, oldfile) == 0) in ModuleCmd_Switch()
291 null_free((void *) &oldfile); in ModuleCmd_Switch()
[all …]
/dports/german/hunspell/igerman98-20161207/ligature/
H A Drmligs.skel53 $oldfile = $_;
54 open(OLDFILE, "< $oldfile") or print $outerr "Can't open $oldfile: $!\n\n" and next;
65 print $outmesg " >>> $jobs corrections in $corrlines of $linenumber lines in $oldfile\n\n";
67 close(OLDFILE) or print $outerr "Can't close $oldfile: $!\n\n";
72 rename($oldfile,$bakfile) or die "Can't rename $oldfile to $bakfile: $!\n" and next;
73 rename($newfile,$oldfile) or die "Can't rename $newfile to $oldfile: $!\n" and next;
/dports/german/aspell/igerman98-20161207/ligature/
H A Drmligs.skel53 $oldfile = $_;
54 open(OLDFILE, "< $oldfile") or print $outerr "Can't open $oldfile: $!\n\n" and next;
65 print $outmesg " >>> $jobs corrections in $corrlines of $linenumber lines in $oldfile\n\n";
67 close(OLDFILE) or print $outerr "Can't close $oldfile: $!\n\n";
72 rename($oldfile,$bakfile) or die "Can't rename $oldfile to $bakfile: $!\n" and next;
73 rename($newfile,$oldfile) or die "Can't rename $newfile to $oldfile: $!\n" and next;
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dfop004.tcl136 set oldfile $path/$oldname
144 set oldfile $oldname
163 check_file_exist $oldfile $env $path 0
167 $oldfile"
186 check_file_exist $oldfile $env $path 1
199 $envargs $oldfile \
205 $oldfile $newfile] 0
211 $oldfile $newfile] 0
218 $oldfile $env $path 0
223 $oldfile $env $path 1
[all …]
/dports/mail/cone/cone-1.1/
H A Dsysconftool65 my $oldfile=new IO::File;
67 if ( ! $oldfile->open($filename))
69 $oldfile=undef;
75 ($dummy, $configver)= sysconftool_readver($oldfile);
79 $oldfile=undef; # Legacy config file
92 if (defined $oldfile)
99 while (defined ($line=<$oldfile>))
123 $oldfile=undef;
200 my $oldfile=shift;
213 while (defined($line=<$oldfile>))
/dports/security/courier-authlib-base/courier-authlib-0.71.4/
H A Dsysconftool65 my $oldfile=new IO::File;
67 if ( ! $oldfile->open($filename))
69 $oldfile=undef;
75 ($dummy, $configver)= sysconftool_readver($oldfile);
79 $oldfile=undef; # Legacy config file
92 if (defined $oldfile)
99 while (defined ($line=<$oldfile>))
123 $oldfile=undef;
200 my $oldfile=shift;
213 while (defined($line=<$oldfile>))
/dports/databases/courier-authlib-pgsql/courier-authlib-0.71.4/
H A Dsysconftool65 my $oldfile=new IO::File;
67 if ( ! $oldfile->open($filename))
69 $oldfile=undef;
75 ($dummy, $configver)= sysconftool_readver($oldfile);
79 $oldfile=undef; # Legacy config file
92 if (defined $oldfile)
99 while (defined ($line=<$oldfile>))
123 $oldfile=undef;
200 my $oldfile=shift;
213 while (defined($line=<$oldfile>))
/dports/net/courier-authlib-ldap/courier-authlib-0.71.4/
H A Dsysconftool65 my $oldfile=new IO::File;
67 if ( ! $oldfile->open($filename))
69 $oldfile=undef;
75 ($dummy, $configver)= sysconftool_readver($oldfile);
79 $oldfile=undef; # Legacy config file
92 if (defined $oldfile)
99 while (defined ($line=<$oldfile>))
123 $oldfile=undef;
200 my $oldfile=shift;
213 while (defined($line=<$oldfile>))
/dports/mail/sqwebmail/sqwebmail-6.0.6/
H A Dsysconftool65 my $oldfile=new IO::File;
67 if ( ! $oldfile->open($filename))
69 $oldfile=undef;
75 ($dummy, $configver)= sysconftool_readver($oldfile);
79 $oldfile=undef; # Legacy config file
92 if (defined $oldfile)
99 while (defined ($line=<$oldfile>))
123 $oldfile=undef;
200 my $oldfile=shift;
213 while (defined($line=<$oldfile>))
/dports/mail/courier/courier-0.65.3/
H A Dsysconftool66 my $oldfile=new IO::File;
68 if ( ! $oldfile->open($filename))
70 $oldfile=undef;
76 ($dummy, $configver)= sysconftool_readver($oldfile);
80 $oldfile=undef; # Legacy config file
93 if (defined $oldfile)
100 while (defined ($line=<$oldfile>))
124 $oldfile=undef;
201 my $oldfile=shift;
214 while (defined($line=<$oldfile>))

12345678910>>...40