Lines Matching refs:position
1239 my $position = 0;
1248 if ( $newposition > $position ) { $position = $newposition; }
1252 return $position;
1263 my $position = 0;
1274 $position = $2;
1279 return $position;
1385 …my ($installtable, $exefilename, $actionname, $actioncondition, $position, $filesref, $installtabl…
1399 …if ( $position eq "end" ) { $actionposition = get_last_position_in_sequencetable($installtable) + …
1400 …elsif ( $position =~ /^\s*behind_/ ) { $actionposition = get_position_in_sequencetable($position, …
1401 else { $actionposition = get_position_in_sequencetable($position, $installtable) - 2; }
1451 …if ( $position =~ /^\s*\d+\s*$/ ) { $positiontemplate = $position; } # setting the position direct…
1452 else { $positiontemplate = "POSITIONTEMPLATE_" . $position; }
2109 my $position = -1;
2122 $position = $localposition;
2128 return $position;
2195 my $position = get_customaction_position($customaction, $sequencetable);
2197 … if ( $position >= 0 ) # Found CustomAction and is has a position. Otherwise return value is "-1".
2200 if ( $setbehind ) { $newposition = $position + 2; }
2201 else { $newposition = $position - 2; }
2204 …"$newposition\" for custom action \"$onename\" (scp: \"$positionname\" at position $position).\n";