Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: lib/src/prism/tests/languages/autohotkey/constant_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 a_ahkpath
2 a_ahkversion
3 a_appdata
4 a_appdatacommon
5 a_autotrim
6 a_batchlines
7 a_caretx
8 a_carety
9 a_computername
10 a_controldelay
11 a_cursor
12 a_dd
13 a_ddd
14 a_dddd
15 a_defaultmousespeed
16 a_desktop
17 a_desktopcommon
18 a_detecthiddentext
19 a_detecthiddenwindows
20 a_endchar
21 a_eventinfo
22 a_exitreason
23 a_formatfloat
24 a_formatinteger
25 a_gui
26 a_guievent
27 a_guicontrol
28 a_guicontrolevent
29 a_guiheight
30 a_guiwidth
31 a_guix
32 a_guiy
33 a_hour
34 a_iconfile
35 a_iconhidden
36 a_iconnumber
37 a_icontip
38 a_index
39 a_ipaddress1
40 a_ipaddress2
41 a_ipaddress3
42 a_ipaddress4
43 a_isadmin
44 a_iscompiled
45 a_iscritical
46 a_ispaused
47 a_issuspended
48 a_isunicode
49 a_keydelay
50 a_language
51 a_lasterror
52 a_linefile
53 a_linenumber
54 a_loopfield
55 a_loopfileattrib
56 a_loopfiledir
57 a_loopfileext
58 a_loopfilefullpath
59 a_loopfilelongpath
60 a_loopfilename
61 a_loopfileshortname
62 a_loopfileshortpath
63 a_loopfilesize
64 a_loopfilesizekb
65 a_loopfilesizemb
66 a_loopfiletimeaccessed
67 a_loopfiletimecreated
68 a_loopfiletimemodified
69 a_loopreadline
70 a_loopregkey
71 a_loopregname
72 a_loopregsubkey
73 a_loopregtimemodified
74 a_loopregtype
75 a_mday
76 a_min
77 a_mm
78 a_mmm
79 a_mmmm
80 a_mon
81 a_mousedelay
82 a_msec
83 a_mydocuments
84 a_now
85 a_nowutc
86 a_numbatchlines
87 a_ostype
88 a_osversion
89 a_priorhotkey
90 programfiles
91 a_programfiles
92 a_programs
93 a_programscommon
94 a_screenheight
95 a_screenwidth
96 a_scriptdir
97 a_scriptfullpath
98 a_scriptname
99 a_sec
100 a_space
101 a_startmenu
102 a_startmenucommon
103 a_startup
104 a_startupcommon
105 a_stringcasesense
106 a_tab
107 a_temp
108 a_thisfunc
109 a_thishotkey
110 a_thislabel
111 a_thismenu
112 a_thismenuitem
113 a_thismenuitempos
114 a_tickcount
115 a_timeidle
116 a_timeidlephysical
117 a_timesincepriorhotkey
118 a_timesincethishotkey
119 a_titlematchmode
120 a_titlematchmodespeed
121 a_username
122 a_wday
123 a_windelay
124 a_windir
125 a_workingdir
126 a_yday
127 a_year
128 a_yweek
129 a_yyyy
130 clipboard
131 clipboardall
132 comspec
133 errorlevel
134
135 ----------------------------------------------------
136
137 [
138 ["constant", "a_ahkpath"],
139 ["constant", "a_ahkversion"],
140 ["constant", "a_appdata"],
141 ["constant", "a_appdatacommon"],
142 ["constant", "a_autotrim"],
143 ["constant", "a_batchlines"],
144 ["constant", "a_caretx"],
145 ["constant", "a_carety"],
146 ["constant", "a_computername"],
147 ["constant", "a_controldelay"],
148 ["constant", "a_cursor"],
149 ["constant", "a_dd"],
150 ["constant", "a_ddd"],
151 ["constant", "a_dddd"],
152 ["constant", "a_defaultmousespeed"],
153 ["constant", "a_desktop"],
154 ["constant", "a_desktopcommon"],
155 ["constant", "a_detecthiddentext"],
156 ["constant", "a_detecthiddenwindows"],
157 ["constant", "a_endchar"],
158 ["constant", "a_eventinfo"],
159 ["constant", "a_exitreason"],
160 ["constant", "a_formatfloat"],
161 ["constant", "a_formatinteger"],
162 ["constant", "a_gui"],
163 ["constant", "a_guievent"],
164 ["constant", "a_guicontrol"],
165 ["constant", "a_guicontrolevent"],
166 ["constant", "a_guiheight"],
167 ["constant", "a_guiwidth"],
168 ["constant", "a_guix"],
169 ["constant", "a_guiy"],
170 ["constant", "a_hour"],
171 ["constant", "a_iconfile"],
172 ["constant", "a_iconhidden"],
173 ["constant", "a_iconnumber"],
174 ["constant", "a_icontip"],
175 ["constant", "a_index"],
176 ["constant", "a_ipaddress1"],
177 ["constant", "a_ipaddress2"],
178 ["constant", "a_ipaddress3"],
179 ["constant", "a_ipaddress4"],
180 ["constant", "a_isadmin"],
181 ["constant", "a_iscompiled"],
182 ["constant", "a_iscritical"],
183 ["constant", "a_ispaused"],
184 ["constant", "a_issuspended"],
185 ["constant", "a_isunicode"],
186 ["constant", "a_keydelay"],
187 ["constant", "a_language"],
188 ["constant", "a_lasterror"],
189 ["constant", "a_linefile"],
190 ["constant", "a_linenumber"],
191 ["constant", "a_loopfield"],
192 ["constant", "a_loopfileattrib"],
193 ["constant", "a_loopfiledir"],
194 ["constant", "a_loopfileext"],
195 ["constant", "a_loopfilefullpath"],
196 ["constant", "a_loopfilelongpath"],
197 ["constant", "a_loopfilename"],
198 ["constant", "a_loopfileshortname"],
199 ["constant", "a_loopfileshortpath"],
200 ["constant", "a_loopfilesize"],
201 ["constant", "a_loopfilesizekb"],
202 ["constant", "a_loopfilesizemb"],
203 ["constant", "a_loopfiletimeaccessed"],
204 ["constant", "a_loopfiletimecreated"],
205 ["constant", "a_loopfiletimemodified"],
206 ["constant", "a_loopreadline"],
207 ["constant", "a_loopregkey"],
208 ["constant", "a_loopregname"],
209 ["constant", "a_loopregsubkey"],
210 ["constant", "a_loopregtimemodified"],
211 ["constant", "a_loopregtype"],
212 ["constant", "a_mday"],
213 ["constant", "a_min"],
214 ["constant", "a_mm"],
215 ["constant", "a_mmm"],
216 ["constant", "a_mmmm"],
217 ["constant", "a_mon"],
218 ["constant", "a_mousedelay"],
219 ["constant", "a_msec"],
220 ["constant", "a_mydocuments"],
221 ["constant", "a_now"],
222 ["constant", "a_nowutc"],
223 ["constant", "a_numbatchlines"],
224 ["constant", "a_ostype"],
225 ["constant", "a_osversion"],
226 ["constant", "a_priorhotkey"],
227 ["constant", "programfiles"],
228 ["constant", "a_programfiles"],
229 ["constant", "a_programs"],
230 ["constant", "a_programscommon"],
231 ["constant", "a_screenheight"],
232 ["constant", "a_screenwidth"],
233 ["constant", "a_scriptdir"],
234 ["constant", "a_scriptfullpath"],
235 ["constant", "a_scriptname"],
236 ["constant", "a_sec"],
237 ["constant", "a_space"],
238 ["constant", "a_startmenu"],
239 ["constant", "a_startmenucommon"],
240 ["constant", "a_startup"],
241 ["constant", "a_startupcommon"],
242 ["constant", "a_stringcasesense"],
243 ["constant", "a_tab"],
244 ["constant", "a_temp"],
245 ["constant", "a_thisfunc"],
246 ["constant", "a_thishotkey"],
247 ["constant", "a_thislabel"],
248 ["constant", "a_thismenu"],
249 ["constant", "a_thismenuitem"],
250 ["constant", "a_thismenuitempos"],
251 ["constant", "a_tickcount"],
252 ["constant", "a_timeidle"],
253 ["constant", "a_timeidlephysical"],
254 ["constant", "a_timesincepriorhotkey"],
255 ["constant", "a_timesincethishotkey"],
256 ["constant", "a_titlematchmode"],
257 ["constant", "a_titlematchmodespeed"],
258 ["constant", "a_username"],
259 ["constant", "a_wday"],
260 ["constant", "a_windelay"],
261 ["constant", "a_windir"],
262 ["constant", "a_workingdir"],
263 ["constant", "a_yday"],
264 ["constant", "a_year"],
265 ["constant", "a_yweek"],
266 ["constant", "a_yyyy"],
267 ["constant", "clipboard"],
268 ["constant", "clipboardall"],
269 ["constant", "comspec"],
270 ["constant", "errorlevel"]
271 ]
272
273 ----------------------------------------------------
274
275 Checks for all constants.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698