Lines Matching refs:commands
50 commands []*RuleBuilderCommand member
172 if len(r.commands) > 0 {
189 if len(r.commands) > 0 {
230 if len(r.commands) > 0 {
248 if len(r.commands) > 0 {
269 r.commands = append(r.commands, command)
304 for _, c := range r.commands {
331 for _, c := range r.commands {
353 for _, c := range r.commands {
373 for _, c := range r.commands {
403 for _, c := range r.commands {
416 for _, c := range r.commands {
432 for _, c := range r.commands {
461 for _, c := range r.commands {
472 for _, c := range r.commands {
481 var commands []string
482 for _, c := range r.commands {
483 commands = append(commands, c.String())
485 return commands
547 commands := r.Commands()
552 if len(commands) == 0 {
559 commandString := strings.Join(commands, " && ")
608 for _, c := range r.commands {
661 for _, c := range r.commands {