Searched refs:filecontent (Results 1 – 14 of 14) sorted by relevance
| /trunk/main/solenv/bin/modules/installer/ |
| H A D | followme.pm | 49 my @filecontent = (); 51 push(@filecontent, "finalinstalldir: $finalinstalldir\n"); 52 push(@filecontent, "downloadname: $downloadname\n"); 53 push(@filecontent, "currentinstallnumber: $current_install_number\n"); 54 push(@filecontent, "loggingdir: $loggingdir\n"); 55 push(@filecontent, "installlogdir: $installlogdir\n"); 56 push(@filecontent, "languagestring: $$languagestringref\n"); 57 …foreach my $element ( @{$languagesarrayref} ) { push(@filecontent, "languagesarray: $element\n"); } 58 foreach my $path ( @{$includepatharrayref} ) { push(@filecontent, "includepatharray: $path"); } 59 …foreach my $key ( sort keys %{$allvariableshashref} ) { push(@filecontent, "allvariableshash: $key… [all …]
|
| H A D | downloadsigner.pm | 357 my $filecontent = installer::files::read_file($followmefile); 359 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 361 if ( ${$filecontent}[$i] =~ /^\s*\Q$key\E\s*\:\s*(.*?)\s*$/ )
|
| H A D | download.pm | 1527 my @filecontent = (); 1528 push(@filecontent, $textstring); 1529 installer::files::save_file($filename, \@filecontent);
|
| H A D | packagepool.pm | 441 my $filecontent = installer::files::read_file($lockfilename); 444 …ning: \"$lockfilename\" blocks this process for $waittime. Lock content: \"${$filecontent}[0]\"\n";
|
| /trunk/main/setup_native/scripts/ |
| H A D | admin.pl | 666 my ($filecontent) = @_; 670 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 674 if ( ${$filecontent}[$i] =~ /^\s*(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\s*$/ ) 688 my ($filecontent) = @_; 694 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 696 if ( ${$filecontent}[$i] =~ /^\s*RegisterExtensions\s+/ ) 712 my ($filecontent) = @_; 716 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 720 if ( ${$filecontent}[$i] =~ /^\s*(.*?)\t(.*?)\t(.*?)\s*$/ ) 745 my ($filecontent) = @_; [all …]
|
| /trunk/main/solenv/bin/modules/installer/windows/ |
| H A D | admin.pm | 219 my ($filecontent) = @_; 223 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 227 if ( ${$filecontent}[$i] =~ /^\s*(.*?)\t(.*?)\t(.*?)\s*$/ ) 252 my ($filecontent) = @_; 256 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 260 if ( ${$filecontent}[$i] =~ /^\s*(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\s*$/ ) 278 my ($filecontent) = @_; 282 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 286 if ( ${$filecontent}[$i] =~ /^\s*(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\s*$/ ) 305 my ($filecontent) = @_; [all …]
|
| H A D | sign.pm | 278 my $filecontent = installer::files::read_file($file); 280 my $pw = ${$filecontent}[0]; 310 my ($filecontent) = @_; 314 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 318 … if ( ${$filecontent}[$i] =~ /^\s*(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\s*$/ ) 336 my ($filecontent) = @_; 341 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 345 if ( ${$filecontent}[$i] =~ /^\s*(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\s*$/ ) 374 my $filecontent = installer::files::read_file($filename); 375 my ( $diskidhash, $lastsequencehash ) = analyze_media_file($filecontent); [all …]
|
| H A D | upgrade.pm | 114 my $filecontent = installer::files::read_file($langpackcodefilename); 115 my $newlines = analyze_file_for_upgrade_table($filecontent); 144 my ($filecontent) = @_; 148 for ( my $i = 0; $i <= $#{$filecontent}; $i++ ) 150 my $line = ${$filecontent}[$i];
|
| H A D | msiglobal.pm | 1301 my $filecontent = installer::files::read_file($fullfilename); 1303 for ( my $i = 3; $i <= $#{$filecontent}; $i++ ) # ignoring the first three lines 1305 my $oneline = ${$filecontent}[$i]; 1309 ${$filecontent}[$i] =~ s/\bVersionNT\b/VersionNT64/g; 1317 installer::files::save_file($fullfilename ,$filecontent);
|
| /trunk/main/soltools/mkdepend/ |
| H A D | main.c | 171 struct filepointer *filecontent; local 452 filecontent = getfile(*fp); 456 find_includes(filecontent, ip, ip, 0, FALSE, incCollection, includes); 459 freefile(filecontent);
|
| /trunk/main/solenv/bin/modules/pre2par/ |
| H A D | work.pm | 342 my ($filecontent, $filename) = @_; 344 …if ( $#{$filecontent} < 0 ) { pre2par::exiter::exit_program("Error: $filename has no content!", "c…
|
| /trunk/main/javainstaller2/src/Helpfiles/ |
| H A D | create_helpfiles.pl | 254 my ($filename, $filecontent) = @_; 258 print OUT @{$filecontent};
|
| /trunk/main/javainstaller2/src/Properties/ |
| H A D | create_property.pl | 287 my ($outputpath, $filename, $filecontent) = @_; 293 print OUT @{$filecontent};
|
| /trunk/main/solenv/bin/modules/par2script/ |
| H A D | work.pm | 90 my $filecontent = par2script::files::read_file($filename); 95 foreach ( @{$filecontent} ) { $parfilesref = analyze_comma_separated_list($_, $parfilesref); }
|