Blame view

bower_components/prism/tests/languages/autohotkey/constant_feature.test 6.03 KB
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
  a_ahkpath

  a_ahkversion

  a_appdata

  a_appdatacommon

  a_autotrim

  a_batchlines

  a_caretx

  a_carety

  a_computername

  a_controldelay

  a_cursor

  a_dd

  a_ddd

  a_dddd

  a_defaultmousespeed

  a_desktop

  a_desktopcommon

  a_detecthiddentext

  a_detecthiddenwindows

  a_endchar

  a_eventinfo

  a_exitreason

  a_formatfloat

  a_formatinteger

  a_gui

  a_guievent

  a_guicontrol

  a_guicontrolevent

  a_guiheight

  a_guiwidth

  a_guix

  a_guiy

  a_hour

  a_iconfile

  a_iconhidden

  a_iconnumber

  a_icontip

  a_index

  a_ipaddress1

  a_ipaddress2

  a_ipaddress3

  a_ipaddress4

  a_isadmin

  a_iscompiled

  a_iscritical

  a_ispaused

  a_issuspended

  a_isunicode

  a_keydelay

  a_language

  a_lasterror

  a_linefile

  a_linenumber

  a_loopfield

  a_loopfileattrib

  a_loopfiledir

  a_loopfileext

  a_loopfilefullpath

  a_loopfilelongpath

  a_loopfilename

  a_loopfileshortname

  a_loopfileshortpath

  a_loopfilesize

  a_loopfilesizekb

  a_loopfilesizemb

  a_loopfiletimeaccessed

  a_loopfiletimecreated

  a_loopfiletimemodified

  a_loopreadline

  a_loopregkey

  a_loopregname

  a_loopregsubkey

  a_loopregtimemodified

  a_loopregtype

  a_mday

  a_min

  a_mm

  a_mmm

  a_mmmm

  a_mon

  a_mousedelay

  a_msec

  a_mydocuments

  a_now

  a_nowutc

  a_numbatchlines

  a_ostype

  a_osversion

  a_priorhotkey

  programfiles

  a_programfiles

  a_programs

  a_programscommon

  a_screenheight

  a_screenwidth

  a_scriptdir

  a_scriptfullpath

  a_scriptname

  a_sec

  a_space

  a_startmenu

  a_startmenucommon

  a_startup

  a_startupcommon

  a_stringcasesense

  a_tab

  a_temp

  a_thisfunc

  a_thishotkey

  a_thislabel

  a_thismenu

  a_thismenuitem

  a_thismenuitempos

  a_tickcount

  a_timeidle

  a_timeidlephysical

  a_timesincepriorhotkey

  a_timesincethishotkey

  a_titlematchmode

  a_titlematchmodespeed

  a_username

  a_wday

  a_windelay

  a_windir

  a_workingdir

  a_yday

  a_year

  a_yweek

  a_yyyy

  clipboard

  clipboardall

  comspec

  errorlevel

  

  ----------------------------------------------------

  

  [

  	["constant", "a_ahkpath"],

  	["constant", "a_ahkversion"],

  	["constant", "a_appdata"],

  	["constant", "a_appdatacommon"],

  	["constant", "a_autotrim"],

  	["constant", "a_batchlines"],

  	["constant", "a_caretx"],

  	["constant", "a_carety"],

  	["constant", "a_computername"],

  	["constant", "a_controldelay"],

  	["constant", "a_cursor"],

  	["constant", "a_dd"],

  	["constant", "a_ddd"],

  	["constant", "a_dddd"],

  	["constant", "a_defaultmousespeed"],

  	["constant", "a_desktop"],

  	["constant", "a_desktopcommon"],

  	["constant", "a_detecthiddentext"],

  	["constant", "a_detecthiddenwindows"],

  	["constant", "a_endchar"],

  	["constant", "a_eventinfo"],

  	["constant", "a_exitreason"],

  	["constant", "a_formatfloat"],

  	["constant", "a_formatinteger"],

  	["constant", "a_gui"],

  	["constant", "a_guievent"],

  	["constant", "a_guicontrol"],

  	["constant", "a_guicontrolevent"],

  	["constant", "a_guiheight"],

  	["constant", "a_guiwidth"],

  	["constant", "a_guix"],

  	["constant", "a_guiy"],

  	["constant", "a_hour"],

  	["constant", "a_iconfile"],

  	["constant", "a_iconhidden"],

  	["constant", "a_iconnumber"],

  	["constant", "a_icontip"],

  	["constant", "a_index"],

  	["constant", "a_ipaddress1"],

  	["constant", "a_ipaddress2"],

  	["constant", "a_ipaddress3"],

  	["constant", "a_ipaddress4"],

  	["constant", "a_isadmin"],

  	["constant", "a_iscompiled"],

  	["constant", "a_iscritical"],

  	["constant", "a_ispaused"],

  	["constant", "a_issuspended"],

  	["constant", "a_isunicode"],

  	["constant", "a_keydelay"],

  	["constant", "a_language"],

  	["constant", "a_lasterror"],

  	["constant", "a_linefile"],

  	["constant", "a_linenumber"],

  	["constant", "a_loopfield"],

  	["constant", "a_loopfileattrib"],

  	["constant", "a_loopfiledir"],

  	["constant", "a_loopfileext"],

  	["constant", "a_loopfilefullpath"],

  	["constant", "a_loopfilelongpath"],

  	["constant", "a_loopfilename"],

  	["constant", "a_loopfileshortname"],

  	["constant", "a_loopfileshortpath"],

  	["constant", "a_loopfilesize"],

  	["constant", "a_loopfilesizekb"],

  	["constant", "a_loopfilesizemb"],

  	["constant", "a_loopfiletimeaccessed"],

  	["constant", "a_loopfiletimecreated"],

  	["constant", "a_loopfiletimemodified"],

  	["constant", "a_loopreadline"],

  	["constant", "a_loopregkey"],

  	["constant", "a_loopregname"],

  	["constant", "a_loopregsubkey"],

  	["constant", "a_loopregtimemodified"],

  	["constant", "a_loopregtype"],

  	["constant", "a_mday"],

  	["constant", "a_min"],

  	["constant", "a_mm"],

  	["constant", "a_mmm"],

  	["constant", "a_mmmm"],

  	["constant", "a_mon"],

  	["constant", "a_mousedelay"],

  	["constant", "a_msec"],

  	["constant", "a_mydocuments"],

  	["constant", "a_now"],

  	["constant", "a_nowutc"],

  	["constant", "a_numbatchlines"],

  	["constant", "a_ostype"],

  	["constant", "a_osversion"],

  	["constant", "a_priorhotkey"],

  	["constant", "programfiles"],

  	["constant", "a_programfiles"],

  	["constant", "a_programs"],

  	["constant", "a_programscommon"],

  	["constant", "a_screenheight"],

  	["constant", "a_screenwidth"],

  	["constant", "a_scriptdir"],

  	["constant", "a_scriptfullpath"],

  	["constant", "a_scriptname"],

  	["constant", "a_sec"],

  	["constant", "a_space"],

  	["constant", "a_startmenu"],

  	["constant", "a_startmenucommon"],

  	["constant", "a_startup"],

  	["constant", "a_startupcommon"],

  	["constant", "a_stringcasesense"],

  	["constant", "a_tab"],

  	["constant", "a_temp"],

  	["constant", "a_thisfunc"],

  	["constant", "a_thishotkey"],

  	["constant", "a_thislabel"],

  	["constant", "a_thismenu"],

  	["constant", "a_thismenuitem"],

  	["constant", "a_thismenuitempos"],

  	["constant", "a_tickcount"],

  	["constant", "a_timeidle"],

  	["constant", "a_timeidlephysical"],

  	["constant", "a_timesincepriorhotkey"],

  	["constant", "a_timesincethishotkey"],

  	["constant", "a_titlematchmode"],

  	["constant", "a_titlematchmodespeed"],

  	["constant", "a_username"],

  	["constant", "a_wday"],

  	["constant", "a_windelay"],

  	["constant", "a_windir"],

  	["constant", "a_workingdir"],

  	["constant", "a_yday"],

  	["constant", "a_year"],

  	["constant", "a_yweek"],

  	["constant", "a_yyyy"],

  	["constant", "clipboard"],

  	["constant", "clipboardall"],

  	["constant", "comspec"],

  	["constant", "errorlevel"]

  ]

  

  ----------------------------------------------------

  

  Checks for all constants.