Lines Matching refs:line
1097 my ($number, $line);
1101 $line = ${$controltable}[$i];
1103 if ( $line =~ /^\s*\bLicenseAgreement\b\t\bMemo\t/ )
1119 …if ( $line =~ /^\s*(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.…
1243 my $line = ${$sequencetable}[$i];
1245 if ( $line =~ /^\s*\w+\t.*\t\s*(\d+)\s$/ )
1269 my $line = ${$sequencetable}[$i];
1271 if ( $line =~ /^\s*(\w+)\t.*\t\s*(\d+)\s$/ )
1317 …my $line = $actionname . "\t" . $actionflags . "\t" . $customaction_exefilename . "\t" . $actionpa…
1318 push(@{$customactionidttable}, $line);
1366 …my $line = $actionname . "\t" . $actionflags . "\t" . $customaction_exefilename . "\t" . $actionpa…
1367 push(@{$customactionidttable}, $line);
1403 my $line = $actionname . "\t" . $actioncondition . "\t" . $actionposition . "\n";
1404 push(@{$installtable}, $line);
1454 my $line = $actionname . "\t" . $actioncondition . "\t" . $positiontemplate . "\n";
1455 push(@{$installtable}, $line);
1475 …my $line = $dialog . "\t" . $control. "\t" . $event. "\t" . $argument. "\t" . $condition. "\t" . $…
1477 push(@{$table}, $line);
1479 $line =~ s/\s*$//g;
1481 $infoline = "Added line \"$line\" into table $tablename\n";
1494 my $line = $dialog . "\t" . $control. "\t" . $event. "\t" . $condition. "\n";
1496 push(@{$table}, $line);
1498 $line =~ s/\s*$//g;
1500 $infoline = "Added line \"$line\" into table $tablename\n";
1653 $line = "$newuniquename\t$newparent\t$newname\n";
1654 push(@{$directorytable}, $line);
1655 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1656 $infoline = "Added $line into directory table $directorytablename\n";
1732 my $line = "";
1756 $line = "SystemFolder\tTARGETDIR\t\.\n";
1757 push(@{$directorytable}, $line);
1758 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1759 $infoline = "Added $line into table $directorytablename\n";
1798 …$line = "InstallJava\t98\tSystemFolder\t[SourceDir]$installer::globals::javafile->{'Subdir'}\\$ins…
1799 push(@{$customactiontable} ,$line);
1800 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1801 $infoline = "Added $line into table $customactiontablename\n";
1807 …$line = "InstallUre\t98\tSystemFolder\t$installer::globals::urefile->{'Subdir'}\\$installer::globa…
1808 push(@{$customactiontable} ,$line);
1809 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1810 $infoline = "Added $line into table $customactiontablename\n";
1816 …$line = "MaintenanceJava\t82\t$installer::globals::javafile->{'uniquename'}\t\/qb REBOOT=Suppress …
1817 push(@{$customactiontable} ,$line);
1818 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1819 $infoline = "Added $line into table $customactiontablename\n";
1825 $line = "MaintenanceUre\t82\t$installer::globals::urefile->{'uniquename'}\t\/S\n";
1826 push(@{$customactiontable} ,$line);
1827 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1828 $infoline = "Added $line into table $customactiontablename\n";
1843 $line = "InstallAdabas\t\&$featurename\=3 And Not Installed And Not PATCH\t$number\n";
1844 push(@{$installuitable} ,$line);
1845 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1846 $infoline = "Added $line into table $installuitablename\n";
1854 …if ( $featurename ) { $line = "InstallJava\t\&$featurename\=3 And Not Installed And JAVAPATH\=\"\"…
1855 …else { $line = "InstallJava\tNot Installed And JAVAPATH\=\"\" And Not PATCH\t$number\n"; } # featu…
1856 push(@{$installuitable} ,$line);
1857 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1858 $infoline = "Added $line into table $installuitablename\n";
1866 $line = "MaintenanceAdabas\t\&$featurename\=3 And Installed And Not PATCH\t$number\n";
1867 push(@{$installuitable} ,$line);
1868 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1869 $infoline = "Added $line into table $installuitablename\n";
1877 …if ( $featurename ) { $line = "MaintenanceJava\t\&$featurename\=3 And Installed And JAVAPATH\=\"\"…
1878 …else { $line = "MaintenanceJava\tInstalled And JAVAPATH\=\"\" And Not PATCH\t$number\n"; } # featu…
1879 push(@{$installuitable} ,$line);
1880 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1881 $infoline = "Added $line into table $installuitablename\n";
1889 if ( $featurename ) { $line = "InstallUre\t\&$featurename\=3 And Not Installed\t$number\n"; }
1890 else { $line = "InstallUre\tNot Installed\t$number\n"; } # feature belongs to root
1891 push(@{$installuitable} ,$line);
1892 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1893 $infoline = "Added $line into table $installuitablename\n";
1901 if ( $featurename ) { $line = "MaintenanceUre\t\&$featurename\=3 And Installed\t$number\n"; }
1902 else { $line = "MaintenanceUre\tInstalled\t$number\n"; } # feature belongs to root
1903 push(@{$installuitable} ,$line);
1904 installer::remover::remove_leading_and_ending_whitespaces(\$line);
1905 $infoline = "Added $line into table $installuitablename\n";
2113 my $line = ${$sequencetable}[$i];
2115 if ( $line =~ /^\s*([\w\.]+)\t.*\t\s*(\d+)\s$/ ) # matching only, if position is a number!