Lines Matching refs:commands
46 commands []*RuleBuilderCommand member
149 if len(r.commands) > 0 {
167 if len(r.commands) > 0 {
185 if len(r.commands) > 0 {
206 r.commands = append(r.commands, command)
241 for _, c := range r.commands {
268 for _, c := range r.commands {
290 for _, c := range r.commands {
310 for _, c := range r.commands {
340 for _, c := range r.commands {
375 for _, c := range r.commands {
388 for _, c := range r.commands {
404 for _, c := range r.commands {
433 for _, c := range r.commands {
444 for _, c := range r.commands {
453 var commands []string
454 for _, c := range r.commands {
455 commands = append(commands, c.String())
457 return commands
513 commands := r.Commands()
518 if len(commands) == 0 {
525 commandString := strings.Join(commands, " && ")
548 for _, c := range r.commands {