Lines Matching refs:ONE
2 while evaluating variable "LIST" with value "one two three four five six"
5 LIST:[0]="one two three four five six"
6 LIST:[0x0]="one two three four five six"
7 LIST:[000]="one two three four five six"
8 LIST:[*]="one two three four five six"
9 LIST:[@]="one two three four five six"
10 LIST:[0]:C/ /,/="one,two three four five six"
11 LIST:[0]:C/ /,/g="one,two,three,four,five,six"
12 LIST:[0]:C/ /,/1g="one,two,three,four,five,six"
13 LIST:[*]:C/ /,/="one,two three four five six"
14 LIST:[*]:C/ /,/g="one,two,three,four,five,six"
15 LIST:[*]:C/ /,/1g="one,two,three,four,five,six"
16 LIST:[@]:C/ /,/="one two three four five six"
17 LIST:[@]:C/ /,/g="one two three four five six"
18 LIST:[@]:C/ /,/1g="one two three four five six"
19 LIST:[@]:[0]:C/ /,/="one,two three four five six"
20 LIST:[0]:[@]:C/ /,/="one two three four five six"
21 LIST:[@]:[*]:C/ /,/="one,two three four five six"
22 LIST:[*]:[@]:C/ /,/="one two three four five six"
41 LIST:[1]="one"
43 while evaluating variable "LIST" with value "one two three four five six"
47 while evaluating variable "LIST" with value "one two three four five six"
55 while evaluating variable "LIST" with value "one two three four five six"
59 while evaluating variable "LIST" with value "one two three four five six"
64 LIST:[-6]="one"
70 LIST:[0]:[1]="one two three four five six"
71 LIST:[*]:[1]="one two three four five six"
72 LIST:[@]:[1]="one"
81 while evaluating variable "LIST" with value "one two three four five six"
85 while evaluating variable "LIST" with value "one two three four five six"
89 while evaluating variable "LIST" with value "one two three four five six"
92 LIST:[1..1]="one"
94 while evaluating variable "LIST" with value "one two three four five six"
97 LIST:[1..2]="one two"
98 LIST:[2..1]="two one"
102 while evaluating variable "LIST" with value "one two three four five six"
106 while evaluating variable "LIST" with value "one two three four five six"
109 LIST:[-1..1]="six five four three two one"
110 LIST:[0..0]="one two three four five six"
112 LIST:[-3..-99]="four three two one"
113 LIST:[-99..-3]="one two three four"
116 LIST:[${ZERO}]="one two three four five six"
117 LIST:[${ZERO}x${ONE}]="one"
118 LIST:[${ONE}]="one"
120 LIST:[${STAR}]="one two three four five six"
121 LIST:[${AT}]="one two three four five six"
123 while evaluating variable "LIST" with value "one two three four five six"
126 LIST:[${LONGLIST:[21]:S/2//}]="one"
130 LIST:S/ /,/="one two three four five six"
131 LIST:S/ /,/W="one,two three four five six"
132 LIST:S/ /,/gW="one,two,three,four,five,six"
135 LIST:C/ /,/="one two three four five six"
136 LIST:C/ /,/W="one,two three four five six"
137 LIST:C/ /,/gW="one,two,three,four,five,six"
140 LIST:tW="one two three four five six"
141 LIST:tw="one two three four five six"
142 LIST:tW:C/ /,/="one,two three four five six"
143 LIST:tW:C/ /,/g="one,two,three,four,five,six"
144 LIST:tW:C/ /,/1g="one,two,three,four,five,six"
145 LIST:tw:C/ /,/="one two three four five six"
146 LIST:tw:C/ /,/g="one two three four five six"
147 LIST:tw:C/ /,/1g="one two three four five six"
148 LIST:tw:tW:C/ /,/="one,two three four five six"
149 LIST:tW:tw:C/ /,/="one two three four five six"