Lines Matching refs:line
91 foreach my $line (@$scriptref)
93 next if $line =~ /^\s*Installation\s+\w+\s*$/; # Already processed.
94 last if $line =~ /^\s*End\s*$/;
96 if ($line =~ /^\s*(\w+)\s+\=\s*\"?(.*?)\"?\s*\;\s*$/ )
216 foreach my $line (@newlines)
219 if ($line =~ /\%\w+/)
221 if (( $line =~ /%1/ ) || ( $line =~ /%2/ ) || ( $line =~ /%verify/ ))
227 $installer::logger::Info->printf("%s\n", $line);
250 my $line = ${$scriptref}[$i];
252 if ( $line =~ /^\s*\Q$searchitem\E\s+(\S+)\s*$/ )
262 while (!( $line =~ /^\s*End\s*$/ ))
267 $line = ${$scriptref}[$counter];
270 if ( $line =~ /^\s*(.+?)\s*\=\s*(.+?)\s*\;\s*$/ ) # only oneliner!
289 if (( $line =~ /^\s*(.+?)\s*\=\s*\(/ ) && (!($line =~ /\)\;\s*$ / )))
291 if ( $line =~ /^\s*(.+?)\s*\=\s*(.+)/ ) # the first line
301 $line = ${$scriptref}[$valuecounter];
302 installer::remover::remove_leading_and_ending_whitespaces(\$line);
303 $itemvalue = $itemvalue . $line;
305 while (!( $line =~ /\)\;\s*$/ ))
308 $line = ${$scriptref}[$valuecounter];
309 installer::remover::remove_leading_and_ending_whitespaces(\$line);
310 $itemvalue = $itemvalue . $line;