Lines Matching refs:bool
3 '!!bool FALSE': ['bool', 'false()', 'false']
4 '!!bool False': ['bool', 'false()', 'false']
5 '!!bool N': ['bool', 'false()', "false"]
6 '!!bool NO': ['bool', 'false()', "false"]
7 '!!bool No': ['bool', 'false()', "false"]
8 '!!bool OFF': ['bool', 'false()', "false"]
9 '!!bool ON': ['bool', 'true()', "true"]
10 '!!bool Off': ['bool', 'false()', "false"]
11 '!!bool On': ['bool', 'true()', "true"]
12 '!!bool TRUE': ['bool', 'true()', 'true']
13 '!!bool True': ['bool', 'true()', 'true']
14 '!!bool Y': ['bool', 'true()', "true"]
15 '!!bool YES': ['bool', 'true()', "true"]
16 '!!bool Yes': ['bool', 'true()', "true"]
17 '!!bool false': ['bool', 'false()', 'false']
18 '!!bool n': ['bool', 'false()', "false"]
19 '!!bool no': ['bool', 'false()', "false"]
20 '!!bool off': ['bool', 'false()', "false"]
21 '!!bool on': ['bool', 'true()', "true"]
22 '!!bool true': ['bool', 'true()', 'true']
23 '!!bool y': ['bool', 'true()', "true"]
24 '!!bool yes': ['bool', 'true()', "true"]
239 'FALSE': ['bool', 'false()', 'false']
240 'False': ['bool', 'false()', 'false']
241 'N': ['bool', 'false()', "false"]
242 'NO': ['bool', 'false()', "false"]
245 'OFF': ['bool', 'false()', "false"]
246 'ON': ['bool', 'true()', "true"]
247 'Off': ['bool', 'false()', "false"]
248 'On': ['bool', 'true()', "true"]
249 'TRUE': ['bool', 'true()', 'true']
250 'True': ['bool', 'true()', 'true']
251 'Y': ['bool', 'true()', "true"]
252 'YES': ['bool', 'true()', "true"]
253 'Yes': ['bool', 'true()', "true"]
255 'false': ['bool', 'false()', 'false']
256 'n': ['bool', 'false()', "false"]
257 'no': ['bool', 'false()', "false"]
259 'off': ['bool', 'false()', "false"]
260 'on': ['bool', 'true()', "true"]
261 'true': ['bool', 'true()', 'true']
262 'y': ['bool', 'true()', "true"]
263 'yes': ['bool', 'true()', "true"]