Lines Matching refs:condition
1473 my ( $table, $tablename, $dialog, $control, $event, $argument, $condition, $ordering) = @_;
1475 …my $line = $dialog . "\t" . $control. "\t" . $event. "\t" . $argument. "\t" . $condition. "\t" . $…
1492 my ( $table, $tablename, $dialog, $control, $event, $condition) = @_;
1494 my $line = $dialog . "\t" . $control. "\t" . $event. "\t" . $condition. "\n";
1966 my $condition = "";
1970 $condition = $condition . " &$module=3 Or";
1973 $condition =~ s/^\s*//;
1974 $condition =~ s/\s*Or\s*$//; # removing the ending "Or"
1976 if ( $condition eq "" ) { $condition = "1"; }
1980 ${$onefile}[$j] =~ s/LANGUAGECONDITIONINSTALL/$condition/;
1985 $condition = "";
1989 $condition = $condition . " &$module=3 Or";
1992 $condition =~ s/^\s*//;
1993 $condition =~ s/\s*Or\s*$//; # removing the ending "Or"
1995 if ( $condition eq "" ) { $condition = "1"; }
1999 ${$onefile}[$j] =~ s/APPLICATIONCONDITIONINSTALL/$condition/;