Lines Matching refs:i

68 		for ( my $i = 0; $i <= $#{$packagemapcontent}; $i++ )
70 my $line = ${$packagemapcontent}[$i];
126 my $errorline = $i + 1;
154 for ( my $i = 0; $i <= $#{$fileref}; $i++ )
156 my $line = ${$fileref}[$i];
161 my $counter = $i + 1;
221 for ( my $i = 0; $i <= $#{$directoriesarrayref}; $i++ )
223 my $onedir = ${$directoriesarrayref}[$i];
247 for ( my $i = 0; $i <= $#{$filesinproductarrayref}; $i++ )
249 my $onefile = ${$filesinproductarrayref}[$i];
281 for ( my $i = 0; $i <= $#{$linksinproductarrayref}; $i++ )
283 my $onelink = ${$linksinproductarrayref}[$i];
300 for ( my $i = 0; $i <= $#{$unixlinksinproductarrayref}; $i++ )
302 my $onelink = ${$unixlinksinproductarrayref}[$i];
439 for ( my $i = 0; $i <= $#{$filesinproduct}; $i++ )
441 my $onefile = ${$filesinproduct}[$i];
468 …for ( my $i = 0; $i <= $#{$languagesref}; $i++ ) { $languagestring = $languagestring . "_" . ${$la…
477 …for ( my $i = 0; $i <= $#{$installer::globals::englishlicense}; $i++ ) { push(@{$copyrightfile}, $…
532 for ( my $i = 0; $i <= $#{$allreplaces}; $i++ )
534 my $onereplaces = ${$allreplaces}[$i];
596 for ( my $i = 0; $i <= $#{$allprovides}; $i++ )
598 my $oneprovides = ${$allprovides}[$i];
627 for ( my $i = 0; $i <= $#{$allrequires}; $i++ )
629 my $onerequires = ${$allrequires}[$i];
662 for ( my $i = 0; $i <= $#{$allrequires}; $i++ )
664 my $onerequires = ${$allrequires}[$i];
699 for ( my $i = 0; $i <= $#{$epmheaderref}; $i++ )
701 push( @{$epmfileref}, ${$epmheaderref}[$i] );
715 for ( my $i = 0; $i <= $#{$scriptref}; $i++ )
717 ${$scriptref}[$i] =~ s/\$\{$searchstring\}/$variable/g;
729 for ( my $i = 0; $i <= $#{$scriptref}; $i++ )
731 ${$scriptref}[$i] =~ s/\%$searchstring/$variable/g;
772 for ( my $i = 0; $i <= $#{$shellscriptsfileref}; $i++ )
774 push( @{$epmfileref}, ${$shellscriptsfileref}[$i] );
945 for ( my $i = 1; $i <= $maxepmcalls; $i++ )
955 $installer::logger::Lang->printf("Systemcall (Try %d): \n", $i, $systemcall);
959 if ( $i < $maxepmcalls ) { $epmoutput[$j] =~ s/\bERROR\b/PROBLEM/ig; }
965 … $installer::logger::Lang->printf("Try %d : Could not execute \"%s\"!\n", $i, $systemcall);
966 …if ( $i == $maxepmcalls ) { installer::exiter::exit_program("ERROR: \"$systemcall\"!", "call_epm")…
970 …taller::logger::Info->printf("Success: Executed (Try %d): \"%s\" successfully\n", $i, $systemcall);
971 …taller::logger::Lang->printf("Success: Executed (Try %d): \"%s\" successfully\n", $i, $systemcall);
997 for ( my $i = 0; $i <= $#{$file}; $i++ )
999 if ( ${$file}[$i] =~ /^\s*Group\:\s*/ )
1001 splice(@{$file},$i+1,0,$insertline);
1038 for ( my $i = 0; $i <= $#{$file}; $i++ )
1040 if ( ${$file}[$i] =~ /^\s*(VERSION\=.*?)\s*$/ )
1044 ${$file}[$i] =~ s/$oldstring/$newstring/;
1093 for ( my $i = 0; $i <= $#{$file}; $i++ )
1095 if ( ${$file}[$i] =~ /^\s*(VERSION\=).*?\s*$/ )
1099 my $oldstring = ${$file}[$i];
1100 ${$file}[$i] = $newstring;
1135 for ( my $i = 0; $i <= $#{$allpatches}; $i++ )
1137 my $patchdefinition = ${$allpatches}[$i];
1187 for ( my $i = 0; $i <= $#usedpatches; $i++ )
1189 my $patchid = $usedpatches[$i];
1303 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1305 if ( ${$changefile}[$i] =~ /^\s*ARCH=i86pc\s*$/ )
1307 ${$changefile}[$i] =~ s/i86pc/i386/;
1328 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1330 if ( ${$changefile}[$i] =~ /^\s*\%define _topdir\s+/ )
1332 my $removeline = ${$changefile}[$i];
1334 splice(@{$changefile},$i,1);
1346 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1348 if ( ${$changefile}[$i] =~ /^\s*Group\:\s*/ )
1350 splice(@{$changefile},$i+1,0,$topdirline);
1372 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1374 if ( ${$changefile}[$i] =~ /^\s*Packager\s*:\s*(.+?)\s*$/ )
1377 ${$changefile}[$i] =~ s/\Q$oldstring\E/$packager/;
1397 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1399 if ( ${$changefile}[$i] =~ /^\s*Requires:\s*(.+?)\s*$/ )
1401 my $oldstring = ${$changefile}[$i];
1402 ${$changefile}[$i] =~ s/Requires:/$prereq/;
1405 ${$changefile}[$i]);
1431 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1434 if ( ${$changefile}[$i] =~ /^\s*Group\:\s*/ )
1436 splice(@{$changefile},$i+1,0,$autoreqprovline);
1455 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1457 if ( ${$changefile}[$i] =~ /^\s*Copyright\s*:\s*(.+?)\s*$/ )
1459 ${$changefile}[$i] = "License: $license\n";
1479 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1481 if ( ${$prototypefile}[$i] =~ /^\s*\w\s+\w+\s+\/\w+/ ) # this is an object line
1483 …${$prototypefile}[$i] =~ s/$relocatablepath//; # Important: $relocatablepath has a "/" at the end.…
1492 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1494 if ( ${$prototypefile}[$i] =~ /^\s*d\s+\w+\s+\Q$relocatablepath\E/ )
1496 my $line = ${$prototypefile}[$i];
1497 splice(@{$prototypefile},$i,1); # removing the line
1506 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1508 if ( ${$prototypefile}[$i] =~ /\\\$/ )
1510 ${$prototypefile}[$i] =~ s/\\\$/\$/g;
1511 …aller::logger::Lang->printf("Info: Changed line in prototype file: %s !\n", ${$prototypefile}[$i]);
1527 for ( my $i = 0; $i <= $#{$filesref}; $i++ )
1529 my $onefile = ${$filesref}[$i];
1567 for ( my $i = 0; $i <= $#{$scriptfile}; $i++ )
1569 if ( ${$scriptfile}[$i] =~ /\Q$oldstring\E/ )
1571 my $oldline = ${$scriptfile}[$i];
1573 ${$scriptfile}[$i] =~ s/\Q$oldstring\E/$newstring/g;
1596 for ( my $i = 0; $i <= $#{$scriptfile}; $i++ )
1598 if ( ${$scriptfile}[$i] =~ /\Q$oldstring\E/ )
1600 my $oldline = ${$scriptfile}[$i];
1601 ${$scriptfile}[$i] =~ s/\Q$oldstring\E/$newstring/g;
1602 ${$scriptfile}[$i] =~ s/\/\//\//g; # replacing "//" by "/" , if path $newstring is empty!
1610 $installer::logger::Lang->printf("New Line: %s", ${$scriptfile}[$i]);
1652 for ( my $i = 0; $i <= $#{$filesref}; $i++ )
1654 my $onefile = ${$filesref}[$i];
1690 for ( my $i = 0; $i <= $#{$filesref}; $i++ )
1692 my $onefile = ${$filesref}[$i];
1733 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1735 if ( ${$changefile}[$i] =~ /^\s*CLASSES\=none/ )
1737 ${$changefile}[$i] =~ s/\s*$//;
1738 my $oldline = ${$changefile}[$i];
1739 ${$changefile}[$i] = ${$changefile}[$i] . " " . $classesstring . "\n";
1740 my $newline = ${$changefile}[$i];
1762 for ( my $i = 0; $i <= $#{$specfile}; $i++ )
1764 my $line = ${$specfile}[$i];
1789 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1791 my $line = ${$prototypefile}[$i];
1822 for ( my $i = 0; $i <= $#installer::globals::solarispatchscriptsforextensions; $i++ )
1824 my $sourcefilename = $path . $installer::globals::solarispatchscriptsforextensions[$i];
1825 my $destfile = $installer::globals::solarispatchscriptsforextensions[$i];
1857 for ( my $i = 0; $i <= $#installer::globals::solarispatchscripts; $i++ )
1859 …= "i $installer::globals::solarispatchscripts[$i]=" . $path . $installer::globals::solarispatchscr…
1866 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1868 if ( ${$prototypefile}[$i] =~ /^\s*i\s+copyright/ )
1870 splice(@{$prototypefile}, $i, 1); # ignoring old copyright text, using patch standard
1873 if ( ${$prototypefile}[$i] =~ /^\s*i\s+/ ) { next; }
1874 splice(@{$prototypefile}, $i, 0, @newlines);
2008 for ( my $i = 0; $i <= $#{$file}; $i++ )
2010 my $line = ${$file}[$i];
2051 for ( my $i = 0; $i <= $#{$file}; $i++ )
2053 my $line = ${$file}[$i];
2066 ${$file}[$i] = $line . "\t" . $packagename . "\n";
2193 for ( my $i = 0; $i <= $#{$specfile}; $i++ )
2195 …if (( ${$specfile}[$i] =~ /^\s*Requires/ ) && ( ${$specfile}[$i] =~ /\bperl\b/ ) && ( ! ( ${$spec…
2197 my $oldline = ${$specfile}[$i];
2198 ${$specfile}[$i] =~ s/perl/\/usr\/bin\/perl/;
2199 my $newline = ${$specfile}[$i];
2318 for ( my $i = 0; $i <= $#fullrpmout; $i++ )
2320 my $rpmout = $fullrpmout[$i];
2364 for ( my $i = 1; $i <= $maxpkgmkcalls; $i++ )
2374 $installer::logger::Lang->printf("Systemcall (Try %d): %s\n", $i, $systemcall);
2378 if ( $i < $maxpkgmkcalls ) { $pkgmkoutput[$j] =~ s/\bERROR\b/PROBLEM/ig; }
2385 $i, $systemcall);
2386 …if ( $i == $maxpkgmkcalls ) { installer::exiter::exit_program("ERROR: \"$systemcall\"!", "create_p…
2391 $i, $systemcall);
2393 $i, $systemcall);
2546 for ( my $i = 1; $i <= $maxrpmcalls; $i++ )
2556 $installer::logger::Lang->printf("Systemcall (Try %d): %s\n", $i, $systemcall);
2567 … $installer::logger::Lang->printf("Try %d : Could not execute \"%s\"!\n", $i, $systemcall);
2572 …taller::logger::Info->printf("Success (Try %d): Executed \"%s\" successfully!\n", $i, $systemcall);
2573 …taller::logger::Lang->printf("Success (Try %d): Executed \"%s\" successfully!\n", $i, $systemcall);
2651 for ( my $i = 0; $i <= $#extensions; $i++ )
2653 my $removefile = $epmdir . $packagename . $extensions[$i];
2654 my $destfile = $loggingdir . $packagename . $extensions[$i] . ".log";
2808 for ( my $i = 0; $i <= $#{$modulesarrayref}; $i++ )
2810 my $onemodule = ${$modulesarrayref}[$i];
2832 for ( my $i = 0; $i <= $#{$allmodules}; $i++ )
2834 my $onemodule = ${$allmodules}[$i];
2888 for ( my $i = 0; $i <= $#{$allmodules}; $i++ )
2891 my $onemodule = ${$allmodules}[$i];
3000 for ( my $i = 0; $i <= $#{$content}; $i++ )
3002 if ( -d ${$content}[$i] )
3004 $subdir = ${$content}[$i];
3006 my $allpackages = installer::systemactions::read_directory(${$content}[$i]);
3016 push(@newcontent, ${$content}[$i]);
3050 for ( my $i = 0; $i <= $#{$allmodules}; $i++ )
3052 my $onemodule = ${$allmodules}[$i];
3166 for ( my $i = 0; $i <= $#installer::globals::installsetfiles; $i++ )
3168 my $onefile = $installer::globals::installsetfiles[$i];
3188 for ( my $i = 0; $i <= $#{$file}; $i++ )
3190 ${$file}[$i] =~ s/$placeholder/$value/g;
3252 for ( my $i = 0; $i <= $#installer::globals::solarispatchfiles; $i++ )
3254 …cefile = $sourcepath . $installer::globals::separator . $installer::globals::solarispatchfiles[$i];
3255 …$destfile = $patchid . $installer::globals::separator . $installer::globals::solarispatchfiles[$i];
3297 …for ( my $i = 0; $i <= $#{$rpmfiles}; $i++ ) { installer::pathanalyzer::make_absolute_filename_to_…
3316 for ( my $i = 0; $i <= $#{$rpmfiles}; $i++ )
3318 if ( ${$rpmfiles}[$i] =~ /-core01-/ )
3320 $searchpackagename = ${$rpmfiles}[$i];