Lines Matching refs:commands
47 commands []*RuleBuilderCommand member
143 if len(r.commands) > 0 {
158 if len(r.commands) > 0 {
176 if len(r.commands) > 0 {
197 r.commands = append(r.commands, command)
232 for _, c := range r.commands {
259 for _, c := range r.commands {
281 for _, c := range r.commands {
301 for _, c := range r.commands {
331 for _, c := range r.commands {
366 for _, c := range r.commands {
379 for _, c := range r.commands {
395 for _, c := range r.commands {
424 for _, c := range r.commands {
435 for _, c := range r.commands {
444 var commands []string
445 for _, c := range r.commands {
446 commands = append(commands, c.String())
448 return commands
504 commands := r.Commands()
509 if len(commands) == 0 {
516 commandString := strings.Join(commands, " && ")
539 for _, c := range r.commands {