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] );
929 for ( my $i = 1; $i <= $maxepmcalls; $i++ )
939 $installer::logger::Lang->printf("Systemcall (Try %d): \n", $i, $systemcall);
943 if ( $i < $maxepmcalls ) { $epmoutput[$j] =~ s/\bERROR\b/PROBLEM/ig; }
949 … $installer::logger::Lang->printf("Try %d : Could not execute \"%s\"!\n", $i, $systemcall);
950 …if ( $i == $maxepmcalls ) { installer::exiter::exit_program("ERROR: \"$systemcall\"!", "call_epm")…
954 …taller::logger::Info->printf("Success: Executed (Try %d): \"%s\" successfully\n", $i, $systemcall);
955 …taller::logger::Lang->printf("Success: Executed (Try %d): \"%s\" successfully\n", $i, $systemcall);
981 for ( my $i = 0; $i <= $#{$file}; $i++ )
983 if ( ${$file}[$i] =~ /^\s*Group\:\s*/ )
985 splice(@{$file},$i+1,0,$insertline);
1022 for ( my $i = 0; $i <= $#{$file}; $i++ )
1024 if ( ${$file}[$i] =~ /^\s*(VERSION\=.*?)\s*$/ )
1028 ${$file}[$i] =~ s/$oldstring/$newstring/;
1077 for ( my $i = 0; $i <= $#{$file}; $i++ )
1079 if ( ${$file}[$i] =~ /^\s*(VERSION\=).*?\s*$/ )
1083 my $oldstring = ${$file}[$i];
1084 ${$file}[$i] = $newstring;
1119 for ( my $i = 0; $i <= $#{$allpatches}; $i++ )
1121 my $patchdefinition = ${$allpatches}[$i];
1171 for ( my $i = 0; $i <= $#usedpatches; $i++ )
1173 my $patchid = $usedpatches[$i];
1287 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1289 if ( ${$changefile}[$i] =~ /^\s*ARCH=i86pc\s*$/ )
1291 ${$changefile}[$i] =~ s/i86pc/i386/;
1312 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1314 if ( ${$changefile}[$i] =~ /^\s*\%define _topdir\s+/ )
1316 my $removeline = ${$changefile}[$i];
1318 splice(@{$changefile},$i,1);
1330 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1332 if ( ${$changefile}[$i] =~ /^\s*Group\:\s*/ )
1334 splice(@{$changefile},$i+1,0,$topdirline);
1356 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1358 if ( ${$changefile}[$i] =~ /^\s*Packager\s*:\s*(.+?)\s*$/ )
1361 ${$changefile}[$i] =~ s/\Q$oldstring\E/$packager/;
1381 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1383 if ( ${$changefile}[$i] =~ /^\s*Requires:\s*(.+?)\s*$/ )
1385 my $oldstring = ${$changefile}[$i];
1386 ${$changefile}[$i] =~ s/Requires:/$prereq/;
1389 ${$changefile}[$i]);
1415 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1418 if ( ${$changefile}[$i] =~ /^\s*Group\:\s*/ )
1420 splice(@{$changefile},$i+1,0,$autoreqprovline);
1439 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1441 if ( ${$changefile}[$i] =~ /^\s*Copyright\s*:\s*(.+?)\s*$/ )
1443 ${$changefile}[$i] = "License: $license\n";
1463 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1465 if ( ${$prototypefile}[$i] =~ /^\s*\w\s+\w+\s+\/\w+/ ) # this is an object line
1467 …${$prototypefile}[$i] =~ s/$relocatablepath//; # Important: $relocatablepath has a "/" at the end.…
1476 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1478 if ( ${$prototypefile}[$i] =~ /^\s*d\s+\w+\s+\Q$relocatablepath\E/ )
1480 my $line = ${$prototypefile}[$i];
1481 splice(@{$prototypefile},$i,1); # removing the line
1490 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1492 if ( ${$prototypefile}[$i] =~ /\\\$/ )
1494 ${$prototypefile}[$i] =~ s/\\\$/\$/g;
1495 …aller::logger::Lang->printf("Info: Changed line in prototype file: %s !\n", ${$prototypefile}[$i]);
1511 for ( my $i = 0; $i <= $#{$filesref}; $i++ )
1513 my $onefile = ${$filesref}[$i];
1551 for ( my $i = 0; $i <= $#{$scriptfile}; $i++ )
1553 if ( ${$scriptfile}[$i] =~ /\Q$oldstring\E/ )
1555 my $oldline = ${$scriptfile}[$i];
1557 ${$scriptfile}[$i] =~ s/\Q$oldstring\E/$newstring/g;
1580 for ( my $i = 0; $i <= $#{$scriptfile}; $i++ )
1582 if ( ${$scriptfile}[$i] =~ /\Q$oldstring\E/ )
1584 my $oldline = ${$scriptfile}[$i];
1585 ${$scriptfile}[$i] =~ s/\Q$oldstring\E/$newstring/g;
1586 ${$scriptfile}[$i] =~ s/\/\//\//g; # replacing "//" by "/" , if path $newstring is empty!
1594 $installer::logger::Lang->printf("New Line: %s", ${$scriptfile}[$i]);
1636 for ( my $i = 0; $i <= $#{$filesref}; $i++ )
1638 my $onefile = ${$filesref}[$i];
1674 for ( my $i = 0; $i <= $#{$filesref}; $i++ )
1676 my $onefile = ${$filesref}[$i];
1717 for ( my $i = 0; $i <= $#{$changefile}; $i++ )
1719 if ( ${$changefile}[$i] =~ /^\s*CLASSES\=none/ )
1721 ${$changefile}[$i] =~ s/\s*$//;
1722 my $oldline = ${$changefile}[$i];
1723 ${$changefile}[$i] = ${$changefile}[$i] . " " . $classesstring . "\n";
1724 my $newline = ${$changefile}[$i];
1746 for ( my $i = 0; $i <= $#{$specfile}; $i++ )
1748 my $line = ${$specfile}[$i];
1773 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1775 my $line = ${$prototypefile}[$i];
1806 for ( my $i = 0; $i <= $#installer::globals::solarispatchscriptsforextensions; $i++ )
1808 my $sourcefilename = $path . $installer::globals::solarispatchscriptsforextensions[$i];
1809 my $destfile = $installer::globals::solarispatchscriptsforextensions[$i];
1841 for ( my $i = 0; $i <= $#installer::globals::solarispatchscripts; $i++ )
1843 …= "i $installer::globals::solarispatchscripts[$i]=" . $path . $installer::globals::solarispatchscr…
1850 for ( my $i = 0; $i <= $#{$prototypefile}; $i++ )
1852 if ( ${$prototypefile}[$i] =~ /^\s*i\s+copyright/ )
1854 splice(@{$prototypefile}, $i, 1); # ignoring old copyright text, using patch standard
1857 if ( ${$prototypefile}[$i] =~ /^\s*i\s+/ ) { next; }
1858 splice(@{$prototypefile}, $i, 0, @newlines);
1992 for ( my $i = 0; $i <= $#{$file}; $i++ )
1994 my $line = ${$file}[$i];
2035 for ( my $i = 0; $i <= $#{$file}; $i++ )
2037 my $line = ${$file}[$i];
2050 ${$file}[$i] = $line . "\t" . $packagename . "\n";
2177 for ( my $i = 0; $i <= $#{$specfile}; $i++ )
2179 …if (( ${$specfile}[$i] =~ /^\s*Requires/ ) && ( ${$specfile}[$i] =~ /\bperl\b/ ) && ( ! ( ${$spec…
2181 my $oldline = ${$specfile}[$i];
2182 ${$specfile}[$i] =~ s/perl/\/usr\/bin\/perl/;
2183 my $newline = ${$specfile}[$i];
2302 for ( my $i = 0; $i <= $#fullrpmout; $i++ )
2304 my $rpmout = $fullrpmout[$i];
2348 for ( my $i = 1; $i <= $maxpkgmkcalls; $i++ )
2358 $installer::logger::Lang->printf("Systemcall (Try %d): %s\n", $i, $systemcall);
2362 if ( $i < $maxpkgmkcalls ) { $pkgmkoutput[$j] =~ s/\bERROR\b/PROBLEM/ig; }
2369 $i, $systemcall);
2370 …if ( $i == $maxpkgmkcalls ) { installer::exiter::exit_program("ERROR: \"$systemcall\"!", "create_p…
2375 $i, $systemcall);
2377 $i, $systemcall);
2530 for ( my $i = 1; $i <= $maxrpmcalls; $i++ )
2540 $installer::logger::Lang->printf("Systemcall (Try %d): %s\n", $i, $systemcall);
2551 … $installer::logger::Lang->printf("Try %d : Could not execute \"%s\"!\n", $i, $systemcall);
2556 …taller::logger::Info->printf("Success (Try %d): Executed \"%s\" successfully!\n", $i, $systemcall);
2557 …taller::logger::Lang->printf("Success (Try %d): Executed \"%s\" successfully!\n", $i, $systemcall);
2635 for ( my $i = 0; $i <= $#extensions; $i++ )
2637 my $removefile = $epmdir . $packagename . $extensions[$i];
2638 my $destfile = $loggingdir . $packagename . $extensions[$i] . ".log";
2792 for ( my $i = 0; $i <= $#{$modulesarrayref}; $i++ )
2794 my $onemodule = ${$modulesarrayref}[$i];
2816 for ( my $i = 0; $i <= $#{$allmodules}; $i++ )
2818 my $onemodule = ${$allmodules}[$i];
2872 for ( my $i = 0; $i <= $#{$allmodules}; $i++ )
2875 my $onemodule = ${$allmodules}[$i];
2984 for ( my $i = 0; $i <= $#{$content}; $i++ )
2986 if ( -d ${$content}[$i] )
2988 $subdir = ${$content}[$i];
2990 my $allpackages = installer::systemactions::read_directory(${$content}[$i]);
3000 push(@newcontent, ${$content}[$i]);
3034 for ( my $i = 0; $i <= $#{$allmodules}; $i++ )
3036 my $onemodule = ${$allmodules}[$i];
3150 for ( my $i = 0; $i <= $#installer::globals::installsetfiles; $i++ )
3152 my $onefile = $installer::globals::installsetfiles[$i];
3172 for ( my $i = 0; $i <= $#{$file}; $i++ )
3174 ${$file}[$i] =~ s/$placeholder/$value/g;
3236 for ( my $i = 0; $i <= $#installer::globals::solarispatchfiles; $i++ )
3238 …cefile = $sourcepath . $installer::globals::separator . $installer::globals::solarispatchfiles[$i];
3239 …$destfile = $patchid . $installer::globals::separator . $installer::globals::solarispatchfiles[$i];
3281 …for ( my $i = 0; $i <= $#{$rpmfiles}; $i++ ) { installer::pathanalyzer::make_absolute_filename_to_…
3300 for ( my $i = 0; $i <= $#{$rpmfiles}; $i++ )
3302 if ( ${$rpmfiles}[$i] =~ /-core01-/ )
3304 $searchpackagename = ${$rpmfiles}[$i];