Lines Matching refs:commands
47 commands []*RuleBuilderCommand member
153 if len(r.commands) > 0 {
168 if len(r.commands) > 0 {
186 if len(r.commands) > 0 {
207 r.commands = append(r.commands, command)
242 for _, c := range r.commands {
269 for _, c := range r.commands {
291 for _, c := range r.commands {
311 for _, c := range r.commands {
341 for _, c := range r.commands {
354 for _, c := range r.commands {
370 for _, c := range r.commands {
399 for _, c := range r.commands {
410 for _, c := range r.commands {
419 var commands []string
420 for _, c := range r.commands {
421 commands = append(commands, c.String())
423 return commands
489 commands := r.Commands()
494 if len(commands) == 0 {
501 commandString := strings.Join(commands, " && ")
524 for _, c := range r.commands {