foodcritic 16.0.0 → 16.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/chef_dsl_metadata/chef_14.12.9.json +0 -170
- data/chef_dsl_metadata/{chef_15.0.293.json → chef_15.1.36.json} +239 -707
- data/lib/foodcritic/api.rb +13 -7
- data/lib/foodcritic/command_line.rb +5 -0
- data/lib/foodcritic/linter.rb +2 -1
- data/lib/foodcritic/rules/fc123.rb +14 -0
- data/lib/foodcritic/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88268f792552b22579c4aeb8bc24a33a8a6270864dfd3684694d7d008016cc23
|
|
4
|
+
data.tar.gz: 6368014ea6d53878de4033f2826a76db1b40aa18cdfe95d1f3e7b4d8e8019250
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 373856d556ba3d1e8b7d75f13f4f7aa37965920cc1913e9225840a8ad24a3c7cb4b2087c6fa93b2dfe3b38a8df69c5d5a3c940639a14168e475f3292b4627e44
|
|
7
|
+
data.tar.gz: 06eb84f6f4f546d04f8ab10160b5a4204cbeb121c038ea95267c6c9510d7515acfe6b3da3e86fa149883db40f0ca50de8c8d63aacad93fcd8df4b27735279e5b
|
|
@@ -1,29 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dsl_methods": [
|
|
3
|
-
"!",
|
|
4
|
-
"!=",
|
|
5
|
-
"!~",
|
|
6
|
-
"<=>",
|
|
7
|
-
"==",
|
|
8
|
-
"===",
|
|
9
|
-
"=~",
|
|
10
|
-
"[]",
|
|
11
|
-
"__id__",
|
|
12
|
-
"__send__",
|
|
13
3
|
"a_to_s",
|
|
14
4
|
"add_machine_options",
|
|
15
5
|
"aix_user",
|
|
16
|
-
"apply_expansion_attributes",
|
|
17
6
|
"apt_package",
|
|
18
7
|
"apt_preference",
|
|
19
8
|
"apt_repository",
|
|
20
9
|
"apt_update",
|
|
21
10
|
"assert_valid_windows_architecture!",
|
|
22
|
-
"attribute",
|
|
23
|
-
"attribute?",
|
|
24
|
-
"attributes",
|
|
25
|
-
"automatic_attrs",
|
|
26
|
-
"automatic_attrs=",
|
|
27
11
|
"bash",
|
|
28
12
|
"batch",
|
|
29
13
|
"bff_package",
|
|
@@ -37,7 +21,6 @@
|
|
|
37
21
|
"chef_data_bag",
|
|
38
22
|
"chef_data_bag_item",
|
|
39
23
|
"chef_environment",
|
|
40
|
-
"chef_environment=",
|
|
41
24
|
"chef_gem",
|
|
42
25
|
"chef_group",
|
|
43
26
|
"chef_handler",
|
|
@@ -45,27 +28,13 @@
|
|
|
45
28
|
"chef_node",
|
|
46
29
|
"chef_organization",
|
|
47
30
|
"chef_role",
|
|
48
|
-
"chef_server_rest",
|
|
49
31
|
"chef_user",
|
|
50
32
|
"chocolatey_config",
|
|
51
33
|
"chocolatey_package",
|
|
52
34
|
"chocolatey_source",
|
|
53
|
-
"class",
|
|
54
|
-
"class_from_file",
|
|
55
35
|
"clean_array",
|
|
56
|
-
"clone",
|
|
57
|
-
"constantize",
|
|
58
|
-
"construct_attributes",
|
|
59
|
-
"consume_attributes",
|
|
60
|
-
"consume_chef_environment",
|
|
61
|
-
"consume_external_attrs",
|
|
62
|
-
"consume_ohai_data",
|
|
63
|
-
"consume_run_list",
|
|
64
36
|
"control_group",
|
|
65
|
-
"convert_to_class_name",
|
|
66
|
-
"convert_to_snake_case",
|
|
67
37
|
"cookbook_file",
|
|
68
|
-
"create",
|
|
69
38
|
"cron",
|
|
70
39
|
"cron_access",
|
|
71
40
|
"cron_d",
|
|
@@ -75,21 +44,11 @@
|
|
|
75
44
|
"current_machine_options",
|
|
76
45
|
"data_bag",
|
|
77
46
|
"data_bag_item",
|
|
78
|
-
"dclone",
|
|
79
47
|
"declare_resource",
|
|
80
|
-
"default",
|
|
81
|
-
"default!",
|
|
82
|
-
"default_attrs",
|
|
83
|
-
"default_attrs=",
|
|
84
|
-
"default_unless",
|
|
85
|
-
"define_singleton_method",
|
|
86
48
|
"delete_resource",
|
|
87
49
|
"delete_resource!",
|
|
88
|
-
"destroy",
|
|
89
50
|
"directory",
|
|
90
51
|
"disable_wow64_file_redirection",
|
|
91
|
-
"display",
|
|
92
|
-
"display_hash",
|
|
93
52
|
"dmg_package",
|
|
94
53
|
"dnf_package",
|
|
95
54
|
"docker?",
|
|
@@ -97,80 +56,41 @@
|
|
|
97
56
|
"dsc_resource",
|
|
98
57
|
"dsc_script",
|
|
99
58
|
"dscl_user",
|
|
100
|
-
"dup",
|
|
101
|
-
"each",
|
|
102
|
-
"each_attribute",
|
|
103
|
-
"each_key",
|
|
104
|
-
"each_value",
|
|
105
59
|
"edit_resource",
|
|
106
60
|
"edit_resource!",
|
|
107
61
|
"encrypted?",
|
|
108
|
-
"enum_for",
|
|
109
62
|
"env",
|
|
110
|
-
"environment",
|
|
111
|
-
"eql?",
|
|
112
|
-
"equal?",
|
|
113
63
|
"evaluate_resource_definition",
|
|
114
64
|
"execute",
|
|
115
|
-
"expand!",
|
|
116
|
-
"extend",
|
|
117
|
-
"ffi_yajl",
|
|
118
65
|
"file",
|
|
119
|
-
"filename_to_qualified_string",
|
|
120
66
|
"find_resource",
|
|
121
67
|
"find_resource!",
|
|
122
|
-
"for_json",
|
|
123
|
-
"force_default!",
|
|
124
|
-
"force_override!",
|
|
125
68
|
"forced_32bit_override_required?",
|
|
126
69
|
"freebsd_package",
|
|
127
|
-
"freeze",
|
|
128
|
-
"from_file",
|
|
129
|
-
"frozen?",
|
|
130
|
-
"gem",
|
|
131
70
|
"gem_package",
|
|
132
71
|
"get_private_key",
|
|
133
72
|
"git",
|
|
134
73
|
"group",
|
|
135
|
-
"has_key?",
|
|
136
74
|
"has_resource_definition?",
|
|
137
|
-
"hash",
|
|
138
75
|
"homebrew_cask",
|
|
139
76
|
"homebrew_package",
|
|
140
77
|
"homebrew_tap",
|
|
141
78
|
"hostname",
|
|
142
79
|
"http_request",
|
|
143
80
|
"ifconfig",
|
|
144
|
-
"include_attribute",
|
|
145
81
|
"include_recipe",
|
|
146
|
-
"inspect",
|
|
147
|
-
"instance_eval",
|
|
148
|
-
"instance_exec",
|
|
149
|
-
"instance_of?",
|
|
150
|
-
"instance_variable_defined?",
|
|
151
|
-
"instance_variable_get",
|
|
152
|
-
"instance_variable_set",
|
|
153
|
-
"instance_variables",
|
|
154
82
|
"ips_package",
|
|
155
|
-
"is_a?",
|
|
156
83
|
"is_i386_process_on_x86_64_windows?",
|
|
157
|
-
"itself",
|
|
158
84
|
"kernel_module",
|
|
159
|
-
"key?",
|
|
160
|
-
"keys",
|
|
161
|
-
"kind_of?",
|
|
162
85
|
"ksh",
|
|
163
86
|
"l_w_r_p_base",
|
|
164
87
|
"launchd",
|
|
165
|
-
"lazy",
|
|
166
88
|
"link",
|
|
167
89
|
"linux_user",
|
|
168
90
|
"load_balancer",
|
|
169
91
|
"load_recipe",
|
|
170
|
-
"loaded_recipe",
|
|
171
92
|
"locale",
|
|
172
93
|
"log",
|
|
173
|
-
"logger",
|
|
174
94
|
"mac_os_x_userdefaults",
|
|
175
95
|
"machine",
|
|
176
96
|
"machine_batch",
|
|
@@ -181,24 +101,11 @@
|
|
|
181
101
|
"macosx_service",
|
|
182
102
|
"macports_package",
|
|
183
103
|
"mdadm",
|
|
184
|
-
"method",
|
|
185
|
-
"method_missing",
|
|
186
|
-
"methods",
|
|
187
104
|
"mount",
|
|
188
105
|
"msu_package",
|
|
189
|
-
"name",
|
|
190
|
-
"nil?",
|
|
191
|
-
"node",
|
|
192
106
|
"node_supports_windows_architecture?",
|
|
193
107
|
"node_windows_architecture",
|
|
194
|
-
"normal",
|
|
195
|
-
"normal!",
|
|
196
|
-
"normal_attrs",
|
|
197
|
-
"normal_attrs=",
|
|
198
|
-
"normal_unless",
|
|
199
|
-
"normalize_snake_case_name",
|
|
200
108
|
"notifying_block",
|
|
201
|
-
"object_id",
|
|
202
109
|
"ohai",
|
|
203
110
|
"ohai_hint",
|
|
204
111
|
"older_than_win_2012_or_8?",
|
|
@@ -215,24 +122,12 @@
|
|
|
215
122
|
"openssl_x509_request",
|
|
216
123
|
"osx_config_profile",
|
|
217
124
|
"osx_profile",
|
|
218
|
-
"override",
|
|
219
|
-
"override!",
|
|
220
|
-
"override_attrs",
|
|
221
|
-
"override_attrs=",
|
|
222
|
-
"override_runlist",
|
|
223
|
-
"override_runlist=",
|
|
224
|
-
"override_unless",
|
|
225
125
|
"package",
|
|
226
126
|
"pacman_package",
|
|
227
127
|
"paludis_package",
|
|
228
|
-
"parse_attribute_file_spec",
|
|
229
128
|
"perl",
|
|
230
129
|
"platform?",
|
|
231
130
|
"platform_family?",
|
|
232
|
-
"policy_group",
|
|
233
|
-
"policy_group=",
|
|
234
|
-
"policy_name",
|
|
235
|
-
"policy_name=",
|
|
236
131
|
"portage_package",
|
|
237
132
|
"powershell_exec",
|
|
238
133
|
"powershell_out",
|
|
@@ -240,29 +135,13 @@
|
|
|
240
135
|
"powershell_package",
|
|
241
136
|
"powershell_package_source",
|
|
242
137
|
"powershell_script",
|
|
243
|
-
"pretty_inspect",
|
|
244
|
-
"pretty_print",
|
|
245
|
-
"pretty_print_cycle",
|
|
246
|
-
"pretty_print_inspect",
|
|
247
|
-
"pretty_print_instance_variables",
|
|
248
|
-
"primary_runlist",
|
|
249
138
|
"private_key",
|
|
250
|
-
"private_methods",
|
|
251
|
-
"protected_methods",
|
|
252
139
|
"ps_credential",
|
|
253
140
|
"public_key",
|
|
254
|
-
"public_method",
|
|
255
|
-
"public_methods",
|
|
256
|
-
"public_send",
|
|
257
141
|
"pw_user",
|
|
258
142
|
"python",
|
|
259
|
-
"read",
|
|
260
|
-
"read!",
|
|
261
143
|
"reboot",
|
|
262
144
|
"reboot_pending?",
|
|
263
|
-
"recipe?",
|
|
264
|
-
"recipe_list",
|
|
265
|
-
"recipe_list=",
|
|
266
145
|
"registry_data_exists?",
|
|
267
146
|
"registry_get_subkeys",
|
|
268
147
|
"registry_get_values",
|
|
@@ -272,43 +151,22 @@
|
|
|
272
151
|
"registry_value_exists?",
|
|
273
152
|
"remote_directory",
|
|
274
153
|
"remote_file",
|
|
275
|
-
"remove_instance_variable",
|
|
276
154
|
"require_recipe",
|
|
277
|
-
"reset_defaults_and_overrides",
|
|
278
155
|
"resources",
|
|
279
|
-
"respond_to?",
|
|
280
156
|
"restore_wow64_file_redirection",
|
|
281
157
|
"rhsm_errata",
|
|
282
158
|
"rhsm_errata_level",
|
|
283
159
|
"rhsm_register",
|
|
284
160
|
"rhsm_repo",
|
|
285
161
|
"rhsm_subscription",
|
|
286
|
-
"rm",
|
|
287
|
-
"rm_default",
|
|
288
|
-
"rm_normal",
|
|
289
|
-
"rm_override",
|
|
290
|
-
"role?",
|
|
291
162
|
"route",
|
|
292
163
|
"rpm_package",
|
|
293
164
|
"ruby",
|
|
294
165
|
"ruby_block",
|
|
295
|
-
"run_context",
|
|
296
|
-
"run_context=",
|
|
297
|
-
"run_list",
|
|
298
|
-
"run_list=",
|
|
299
|
-
"run_list?",
|
|
300
|
-
"run_state",
|
|
301
|
-
"run_state=",
|
|
302
|
-
"save",
|
|
303
166
|
"scm",
|
|
304
167
|
"script",
|
|
305
168
|
"search",
|
|
306
|
-
"select_run_list",
|
|
307
|
-
"send",
|
|
308
169
|
"service",
|
|
309
|
-
"set_cookbook_attribute",
|
|
310
|
-
"set_or_return",
|
|
311
|
-
"set_unless",
|
|
312
170
|
"shell_out",
|
|
313
171
|
"shell_out!",
|
|
314
172
|
"shell_out_compact",
|
|
@@ -317,15 +175,9 @@
|
|
|
317
175
|
"shell_out_compact_timeout!",
|
|
318
176
|
"shell_out_with_systems_locale",
|
|
319
177
|
"shell_out_with_systems_locale!",
|
|
320
|
-
"singleton_class",
|
|
321
|
-
"singleton_method",
|
|
322
|
-
"singleton_methods",
|
|
323
178
|
"smartos_package",
|
|
324
|
-
"snake_case_basename",
|
|
325
179
|
"solaris_package",
|
|
326
180
|
"solaris_user",
|
|
327
|
-
"source_file",
|
|
328
|
-
"source_file=",
|
|
329
181
|
"ssh_known_hosts_entry",
|
|
330
182
|
"subcontext_block",
|
|
331
183
|
"subversion",
|
|
@@ -334,30 +186,11 @@
|
|
|
334
186
|
"sysctl",
|
|
335
187
|
"sysctl_param",
|
|
336
188
|
"systemd_unit",
|
|
337
|
-
"tag",
|
|
338
|
-
"tags",
|
|
339
|
-
"taint",
|
|
340
|
-
"tainted?",
|
|
341
|
-
"tap",
|
|
342
189
|
"template",
|
|
343
|
-
"then",
|
|
344
190
|
"timezone",
|
|
345
|
-
"to_enum",
|
|
346
|
-
"to_hash",
|
|
347
|
-
"to_json",
|
|
348
|
-
"to_s",
|
|
349
|
-
"to_yaml",
|
|
350
|
-
"trust",
|
|
351
|
-
"unlink",
|
|
352
|
-
"unlink!",
|
|
353
|
-
"untaint",
|
|
354
|
-
"untrust",
|
|
355
|
-
"untrusted?",
|
|
356
|
-
"update_from!",
|
|
357
191
|
"user",
|
|
358
192
|
"user_resource_abstract_base_class",
|
|
359
193
|
"valid_windows_architecture?",
|
|
360
|
-
"validate",
|
|
361
194
|
"value_for_platform",
|
|
362
195
|
"value_for_platform_family",
|
|
363
196
|
"whyrun_safe_ruby_block",
|
|
@@ -394,9 +227,6 @@
|
|
|
394
227
|
"with_run_context",
|
|
395
228
|
"wow64_architecture_override_required?",
|
|
396
229
|
"wow64_directory",
|
|
397
|
-
"write",
|
|
398
|
-
"write!",
|
|
399
|
-
"yield_self",
|
|
400
230
|
"yum_package",
|
|
401
231
|
"yum_repository",
|
|
402
232
|
"zypper_package",
|
|
@@ -1,28 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dsl_methods": [
|
|
3
|
-
"!",
|
|
4
|
-
"!=",
|
|
5
|
-
"!~",
|
|
6
|
-
"<=>",
|
|
7
|
-
"==",
|
|
8
|
-
"===",
|
|
9
|
-
"=~",
|
|
10
|
-
"[]",
|
|
11
|
-
"__id__",
|
|
12
|
-
"__send__",
|
|
13
3
|
"aix_user",
|
|
14
|
-
"apply_expansion_attributes",
|
|
15
4
|
"apt_package",
|
|
16
5
|
"apt_preference",
|
|
17
6
|
"apt_repository",
|
|
18
7
|
"apt_update",
|
|
19
8
|
"archive_file",
|
|
20
9
|
"assert_valid_windows_architecture!",
|
|
21
|
-
"attribute",
|
|
22
|
-
"attribute?",
|
|
23
|
-
"attributes",
|
|
24
|
-
"automatic_attrs",
|
|
25
|
-
"automatic_attrs=",
|
|
26
10
|
"bash",
|
|
27
11
|
"batch",
|
|
28
12
|
"bff_package",
|
|
@@ -36,7 +20,6 @@
|
|
|
36
20
|
"chef_data_bag",
|
|
37
21
|
"chef_data_bag_item",
|
|
38
22
|
"chef_environment",
|
|
39
|
-
"chef_environment=",
|
|
40
23
|
"chef_gem",
|
|
41
24
|
"chef_group",
|
|
42
25
|
"chef_handler",
|
|
@@ -44,25 +27,12 @@
|
|
|
44
27
|
"chef_node",
|
|
45
28
|
"chef_organization",
|
|
46
29
|
"chef_role",
|
|
47
|
-
"chef_server_rest",
|
|
48
30
|
"chef_user",
|
|
49
31
|
"chocolatey_config",
|
|
32
|
+
"chocolatey_feature",
|
|
50
33
|
"chocolatey_package",
|
|
51
34
|
"chocolatey_source",
|
|
52
|
-
"class",
|
|
53
|
-
"class_from_file",
|
|
54
|
-
"clone",
|
|
55
|
-
"constantize",
|
|
56
|
-
"construct_attributes",
|
|
57
|
-
"consume_attributes",
|
|
58
|
-
"consume_chef_environment",
|
|
59
|
-
"consume_external_attrs",
|
|
60
|
-
"consume_ohai_data",
|
|
61
|
-
"consume_run_list",
|
|
62
|
-
"convert_to_class_name",
|
|
63
|
-
"convert_to_snake_case",
|
|
64
35
|
"cookbook_file",
|
|
65
|
-
"create",
|
|
66
36
|
"cron",
|
|
67
37
|
"cron_access",
|
|
68
38
|
"cron_d",
|
|
@@ -70,21 +40,11 @@
|
|
|
70
40
|
"csh",
|
|
71
41
|
"data_bag",
|
|
72
42
|
"data_bag_item",
|
|
73
|
-
"dclone",
|
|
74
43
|
"declare_resource",
|
|
75
|
-
"default",
|
|
76
|
-
"default!",
|
|
77
|
-
"default_attrs",
|
|
78
|
-
"default_attrs=",
|
|
79
|
-
"default_unless",
|
|
80
|
-
"define_singleton_method",
|
|
81
44
|
"delete_resource",
|
|
82
45
|
"delete_resource!",
|
|
83
|
-
"destroy",
|
|
84
46
|
"directory",
|
|
85
47
|
"disable_wow64_file_redirection",
|
|
86
|
-
"display",
|
|
87
|
-
"display_hash",
|
|
88
48
|
"dmg_package",
|
|
89
49
|
"dnf_package",
|
|
90
50
|
"docker?",
|
|
@@ -92,103 +52,51 @@
|
|
|
92
52
|
"dsc_resource",
|
|
93
53
|
"dsc_script",
|
|
94
54
|
"dscl_user",
|
|
95
|
-
"dup",
|
|
96
|
-
"each",
|
|
97
|
-
"each_attribute",
|
|
98
|
-
"each_key",
|
|
99
|
-
"each_value",
|
|
100
55
|
"edit_resource",
|
|
101
56
|
"edit_resource!",
|
|
102
57
|
"encrypted?",
|
|
103
|
-
"enum_for",
|
|
104
58
|
"env",
|
|
105
|
-
"environment",
|
|
106
|
-
"eql?",
|
|
107
|
-
"equal?",
|
|
108
59
|
"evaluate_resource_definition",
|
|
109
60
|
"execute",
|
|
110
|
-
"expand!",
|
|
111
|
-
"extend",
|
|
112
|
-
"ffi_yajl",
|
|
113
61
|
"file",
|
|
114
|
-
"filename_to_qualified_string",
|
|
115
62
|
"find_resource",
|
|
116
63
|
"find_resource!",
|
|
117
|
-
"for_json",
|
|
118
|
-
"force_default!",
|
|
119
|
-
"force_override!",
|
|
120
64
|
"forced_32bit_override_required?",
|
|
121
65
|
"freebsd_package",
|
|
122
|
-
"freeze",
|
|
123
|
-
"from_file",
|
|
124
|
-
"frozen?",
|
|
125
|
-
"gem",
|
|
126
66
|
"gem_package",
|
|
127
67
|
"get_private_key",
|
|
128
68
|
"git",
|
|
129
69
|
"group",
|
|
130
|
-
"has_key?",
|
|
131
70
|
"has_resource_definition?",
|
|
132
|
-
"hash",
|
|
133
71
|
"homebrew_cask",
|
|
134
72
|
"homebrew_package",
|
|
135
73
|
"homebrew_tap",
|
|
136
74
|
"hostname",
|
|
137
75
|
"http_request",
|
|
138
76
|
"ifconfig",
|
|
139
|
-
"include_attribute",
|
|
140
77
|
"include_recipe",
|
|
141
|
-
"inspect",
|
|
142
|
-
"instance_eval",
|
|
143
|
-
"instance_exec",
|
|
144
|
-
"instance_of?",
|
|
145
|
-
"instance_variable_defined?",
|
|
146
|
-
"instance_variable_get",
|
|
147
|
-
"instance_variable_set",
|
|
148
|
-
"instance_variables",
|
|
149
78
|
"ips_package",
|
|
150
|
-
"is_a?",
|
|
151
79
|
"is_i386_process_on_x86_64_windows?",
|
|
152
|
-
"itself",
|
|
153
80
|
"kernel_module",
|
|
154
|
-
"key?",
|
|
155
|
-
"keys",
|
|
156
|
-
"kind_of?",
|
|
157
81
|
"ksh",
|
|
158
82
|
"l_w_r_p_base",
|
|
159
83
|
"launchd",
|
|
160
|
-
"lazy",
|
|
161
84
|
"libarchive_file",
|
|
162
85
|
"link",
|
|
163
86
|
"linux_user",
|
|
164
87
|
"load_recipe",
|
|
165
|
-
"loaded_recipe",
|
|
166
88
|
"locale",
|
|
167
89
|
"log",
|
|
168
|
-
"logger",
|
|
169
90
|
"mac_os_x_userdefaults",
|
|
170
91
|
"macos_userdefaults",
|
|
171
92
|
"macosx_service",
|
|
172
93
|
"macports_package",
|
|
173
94
|
"mdadm",
|
|
174
|
-
"method",
|
|
175
|
-
"method_missing",
|
|
176
|
-
"methods",
|
|
177
95
|
"mount",
|
|
178
96
|
"msu_package",
|
|
179
|
-
"name",
|
|
180
|
-
"nil?",
|
|
181
|
-
"node",
|
|
182
97
|
"node_supports_windows_architecture?",
|
|
183
98
|
"node_windows_architecture",
|
|
184
|
-
"normal",
|
|
185
|
-
"normal!",
|
|
186
|
-
"normal_attrs",
|
|
187
|
-
"normal_attrs=",
|
|
188
|
-
"normal_unless",
|
|
189
|
-
"normalize_snake_case_name",
|
|
190
99
|
"notifying_block",
|
|
191
|
-
"object_id",
|
|
192
100
|
"ohai",
|
|
193
101
|
"ohai_hint",
|
|
194
102
|
"older_than_win_2012_or_8?",
|
|
@@ -205,25 +113,12 @@
|
|
|
205
113
|
"openssl_x509_request",
|
|
206
114
|
"osx_config_profile",
|
|
207
115
|
"osx_profile",
|
|
208
|
-
"override",
|
|
209
|
-
"override!",
|
|
210
|
-
"override_attrs",
|
|
211
|
-
"override_attrs=",
|
|
212
|
-
"override_runlist",
|
|
213
|
-
"override_runlist=",
|
|
214
|
-
"override_runlist_set?",
|
|
215
|
-
"override_unless",
|
|
216
116
|
"package",
|
|
217
117
|
"pacman_package",
|
|
218
118
|
"paludis_package",
|
|
219
|
-
"parse_attribute_file_spec",
|
|
220
119
|
"perl",
|
|
221
120
|
"platform?",
|
|
222
121
|
"platform_family?",
|
|
223
|
-
"policy_group",
|
|
224
|
-
"policy_group=",
|
|
225
|
-
"policy_name",
|
|
226
|
-
"policy_name=",
|
|
227
122
|
"portage_package",
|
|
228
123
|
"powershell_exec",
|
|
229
124
|
"powershell_out",
|
|
@@ -231,29 +126,13 @@
|
|
|
231
126
|
"powershell_package",
|
|
232
127
|
"powershell_package_source",
|
|
233
128
|
"powershell_script",
|
|
234
|
-
"pretty_inspect",
|
|
235
|
-
"pretty_print",
|
|
236
|
-
"pretty_print_cycle",
|
|
237
|
-
"pretty_print_inspect",
|
|
238
|
-
"pretty_print_instance_variables",
|
|
239
|
-
"primary_runlist",
|
|
240
129
|
"private_key",
|
|
241
|
-
"private_methods",
|
|
242
|
-
"protected_methods",
|
|
243
130
|
"ps_credential",
|
|
244
131
|
"public_key",
|
|
245
|
-
"public_method",
|
|
246
|
-
"public_methods",
|
|
247
|
-
"public_send",
|
|
248
132
|
"pw_user",
|
|
249
133
|
"python",
|
|
250
|
-
"read",
|
|
251
|
-
"read!",
|
|
252
134
|
"reboot",
|
|
253
135
|
"reboot_pending?",
|
|
254
|
-
"recipe?",
|
|
255
|
-
"recipe_list",
|
|
256
|
-
"recipe_list=",
|
|
257
136
|
"registry_data_exists?",
|
|
258
137
|
"registry_get_subkeys",
|
|
259
138
|
"registry_get_values",
|
|
@@ -263,54 +142,27 @@
|
|
|
263
142
|
"registry_value_exists?",
|
|
264
143
|
"remote_directory",
|
|
265
144
|
"remote_file",
|
|
266
|
-
"remove_instance_variable",
|
|
267
|
-
"reset_defaults_and_overrides",
|
|
268
145
|
"resources",
|
|
269
|
-
"respond_to?",
|
|
270
146
|
"restore_wow64_file_redirection",
|
|
271
147
|
"rhsm_errata",
|
|
272
148
|
"rhsm_errata_level",
|
|
273
149
|
"rhsm_register",
|
|
274
150
|
"rhsm_repo",
|
|
275
151
|
"rhsm_subscription",
|
|
276
|
-
"rm",
|
|
277
|
-
"rm_default",
|
|
278
|
-
"rm_normal",
|
|
279
|
-
"rm_override",
|
|
280
|
-
"role?",
|
|
281
152
|
"route",
|
|
282
153
|
"rpm_package",
|
|
283
154
|
"ruby",
|
|
284
155
|
"ruby_block",
|
|
285
|
-
"run_context",
|
|
286
|
-
"run_context=",
|
|
287
|
-
"run_list",
|
|
288
|
-
"run_list=",
|
|
289
|
-
"run_list?",
|
|
290
|
-
"run_state",
|
|
291
|
-
"run_state=",
|
|
292
|
-
"save",
|
|
293
156
|
"scm",
|
|
294
157
|
"script",
|
|
295
158
|
"search",
|
|
296
|
-
"select_run_list",
|
|
297
|
-
"send",
|
|
298
159
|
"service",
|
|
299
|
-
"set_cookbook_attribute",
|
|
300
|
-
"set_or_return",
|
|
301
|
-
"set_unless",
|
|
302
160
|
"shell_out",
|
|
303
161
|
"shell_out!",
|
|
304
|
-
"singleton_class",
|
|
305
|
-
"singleton_method",
|
|
306
|
-
"singleton_methods",
|
|
307
162
|
"smartos_package",
|
|
308
|
-
"snake_case_basename",
|
|
309
163
|
"snap_package",
|
|
310
164
|
"solaris_package",
|
|
311
165
|
"solaris_user",
|
|
312
|
-
"source_file",
|
|
313
|
-
"source_file=",
|
|
314
166
|
"ssh_known_hosts_entry",
|
|
315
167
|
"subcontext_block",
|
|
316
168
|
"subversion",
|
|
@@ -319,35 +171,12 @@
|
|
|
319
171
|
"sysctl",
|
|
320
172
|
"sysctl_param",
|
|
321
173
|
"systemd_unit",
|
|
322
|
-
"tag",
|
|
323
174
|
"tagged?",
|
|
324
|
-
"tags",
|
|
325
|
-
"taint",
|
|
326
|
-
"tainted?",
|
|
327
|
-
"tap",
|
|
328
175
|
"template",
|
|
329
|
-
"then",
|
|
330
176
|
"timezone",
|
|
331
|
-
"to_enum",
|
|
332
|
-
"to_hash",
|
|
333
|
-
"to_json",
|
|
334
|
-
"to_s",
|
|
335
|
-
"to_yaml",
|
|
336
|
-
"train_or_powershell",
|
|
337
|
-
"train_or_powershell!",
|
|
338
|
-
"train_or_shell",
|
|
339
|
-
"train_or_shell!",
|
|
340
|
-
"trust",
|
|
341
|
-
"unlink",
|
|
342
|
-
"unlink!",
|
|
343
|
-
"untaint",
|
|
344
|
-
"untrust",
|
|
345
|
-
"untrusted?",
|
|
346
|
-
"update_from!",
|
|
347
177
|
"user",
|
|
348
178
|
"user_resource_abstract_base_class",
|
|
349
179
|
"valid_windows_architecture?",
|
|
350
|
-
"validate",
|
|
351
180
|
"value_for_platform",
|
|
352
181
|
"value_for_platform_family",
|
|
353
182
|
"whyrun_safe_ruby_block",
|
|
@@ -387,9 +216,6 @@
|
|
|
387
216
|
"with_run_context",
|
|
388
217
|
"wow64_architecture_override_required?",
|
|
389
218
|
"wow64_directory",
|
|
390
|
-
"write",
|
|
391
|
-
"write!",
|
|
392
|
-
"yield_self",
|
|
393
219
|
"yum_package",
|
|
394
220
|
"yum_repository",
|
|
395
221
|
"zypper_package",
|
|
@@ -723,10 +549,6 @@
|
|
|
723
549
|
"to_s",
|
|
724
550
|
"to_set",
|
|
725
551
|
"to_yaml",
|
|
726
|
-
"train_or_powershell",
|
|
727
|
-
"train_or_powershell!",
|
|
728
|
-
"train_or_shell",
|
|
729
|
-
"train_or_shell!",
|
|
730
552
|
"transform_keys",
|
|
731
553
|
"transform_keys!",
|
|
732
554
|
"transform_values",
|
|
@@ -841,6 +663,11 @@
|
|
|
841
663
|
"set",
|
|
842
664
|
"unset"
|
|
843
665
|
],
|
|
666
|
+
"chocolatey_feature": [
|
|
667
|
+
"disable",
|
|
668
|
+
"enable",
|
|
669
|
+
"nothing"
|
|
670
|
+
],
|
|
844
671
|
"chocolatey_package": [
|
|
845
672
|
"install",
|
|
846
673
|
"lock",
|
|
@@ -853,6 +680,8 @@
|
|
|
853
680
|
],
|
|
854
681
|
"chocolatey_source": [
|
|
855
682
|
"add",
|
|
683
|
+
"disable",
|
|
684
|
+
"enable",
|
|
856
685
|
"nothing",
|
|
857
686
|
"remove"
|
|
858
687
|
],
|
|
@@ -1811,10 +1640,6 @@
|
|
|
1811
1640
|
"to_s",
|
|
1812
1641
|
"to_text",
|
|
1813
1642
|
"to_yaml",
|
|
1814
|
-
"train_or_powershell",
|
|
1815
|
-
"train_or_powershell!",
|
|
1816
|
-
"train_or_shell",
|
|
1817
|
-
"train_or_shell!",
|
|
1818
1643
|
"trust",
|
|
1819
1644
|
"untaint",
|
|
1820
1645
|
"untrust",
|
|
@@ -2042,10 +1867,6 @@
|
|
|
2042
1867
|
"to_s",
|
|
2043
1868
|
"to_text",
|
|
2044
1869
|
"to_yaml",
|
|
2045
|
-
"train_or_powershell",
|
|
2046
|
-
"train_or_powershell!",
|
|
2047
|
-
"train_or_shell",
|
|
2048
|
-
"train_or_shell!",
|
|
2049
1870
|
"trust",
|
|
2050
1871
|
"untaint",
|
|
2051
1872
|
"untrust",
|
|
@@ -2283,10 +2104,6 @@
|
|
|
2283
2104
|
"to_s",
|
|
2284
2105
|
"to_text",
|
|
2285
2106
|
"to_yaml",
|
|
2286
|
-
"train_or_powershell",
|
|
2287
|
-
"train_or_powershell!",
|
|
2288
|
-
"train_or_shell",
|
|
2289
|
-
"train_or_shell!",
|
|
2290
2107
|
"trust",
|
|
2291
2108
|
"trusted",
|
|
2292
2109
|
"trusted=",
|
|
@@ -2510,10 +2327,6 @@
|
|
|
2510
2327
|
"to_s",
|
|
2511
2328
|
"to_text",
|
|
2512
2329
|
"to_yaml",
|
|
2513
|
-
"train_or_powershell",
|
|
2514
|
-
"train_or_powershell!",
|
|
2515
|
-
"train_or_shell",
|
|
2516
|
-
"train_or_shell!",
|
|
2517
2330
|
"trust",
|
|
2518
2331
|
"untaint",
|
|
2519
2332
|
"untrust",
|
|
@@ -2747,10 +2560,6 @@
|
|
|
2747
2560
|
"to_s",
|
|
2748
2561
|
"to_text",
|
|
2749
2562
|
"to_yaml",
|
|
2750
|
-
"train_or_powershell",
|
|
2751
|
-
"train_or_powershell!",
|
|
2752
|
-
"train_or_shell",
|
|
2753
|
-
"train_or_shell!",
|
|
2754
2563
|
"trust",
|
|
2755
2564
|
"untaint",
|
|
2756
2565
|
"untrust",
|
|
@@ -3002,10 +2811,6 @@
|
|
|
3002
2811
|
"to_s",
|
|
3003
2812
|
"to_text",
|
|
3004
2813
|
"to_yaml",
|
|
3005
|
-
"train_or_powershell",
|
|
3006
|
-
"train_or_powershell!",
|
|
3007
|
-
"train_or_shell",
|
|
3008
|
-
"train_or_shell!",
|
|
3009
2814
|
"trust",
|
|
3010
2815
|
"umask",
|
|
3011
2816
|
"umask=",
|
|
@@ -3263,10 +3068,6 @@
|
|
|
3263
3068
|
"to_s",
|
|
3264
3069
|
"to_text",
|
|
3265
3070
|
"to_yaml",
|
|
3266
|
-
"train_or_powershell",
|
|
3267
|
-
"train_or_powershell!",
|
|
3268
|
-
"train_or_shell",
|
|
3269
|
-
"train_or_shell!",
|
|
3270
3071
|
"trust",
|
|
3271
3072
|
"umask",
|
|
3272
3073
|
"umask=",
|
|
@@ -3497,10 +3298,6 @@
|
|
|
3497
3298
|
"to_s",
|
|
3498
3299
|
"to_text",
|
|
3499
3300
|
"to_yaml",
|
|
3500
|
-
"train_or_powershell",
|
|
3501
|
-
"train_or_powershell!",
|
|
3502
|
-
"train_or_shell",
|
|
3503
|
-
"train_or_shell!",
|
|
3504
3301
|
"trust",
|
|
3505
3302
|
"untaint",
|
|
3506
3303
|
"untrust",
|
|
@@ -3720,10 +3517,6 @@
|
|
|
3720
3517
|
"to_s",
|
|
3721
3518
|
"to_text",
|
|
3722
3519
|
"to_yaml",
|
|
3723
|
-
"train_or_powershell",
|
|
3724
|
-
"train_or_powershell!",
|
|
3725
|
-
"train_or_shell",
|
|
3726
|
-
"train_or_shell!",
|
|
3727
3520
|
"trust",
|
|
3728
3521
|
"untaint",
|
|
3729
3522
|
"untrust",
|
|
@@ -3943,10 +3736,6 @@
|
|
|
3943
3736
|
"to_s",
|
|
3944
3737
|
"to_text",
|
|
3945
3738
|
"to_yaml",
|
|
3946
|
-
"train_or_powershell",
|
|
3947
|
-
"train_or_powershell!",
|
|
3948
|
-
"train_or_shell",
|
|
3949
|
-
"train_or_shell!",
|
|
3950
3739
|
"trust",
|
|
3951
3740
|
"untaint",
|
|
3952
3741
|
"untrust",
|
|
@@ -4173,10 +3962,6 @@
|
|
|
4173
3962
|
"to_s",
|
|
4174
3963
|
"to_text",
|
|
4175
3964
|
"to_yaml",
|
|
4176
|
-
"train_or_powershell",
|
|
4177
|
-
"train_or_powershell!",
|
|
4178
|
-
"train_or_shell",
|
|
4179
|
-
"train_or_shell!",
|
|
4180
3965
|
"trust",
|
|
4181
3966
|
"untaint",
|
|
4182
3967
|
"untrust",
|
|
@@ -4413,10 +4198,6 @@
|
|
|
4413
4198
|
"to_s",
|
|
4414
4199
|
"to_text",
|
|
4415
4200
|
"to_yaml",
|
|
4416
|
-
"train_or_powershell",
|
|
4417
|
-
"train_or_powershell!",
|
|
4418
|
-
"train_or_shell",
|
|
4419
|
-
"train_or_shell!",
|
|
4420
4201
|
"trust",
|
|
4421
4202
|
"untaint",
|
|
4422
4203
|
"untrust",
|
|
@@ -4643,10 +4424,6 @@
|
|
|
4643
4424
|
"to_s",
|
|
4644
4425
|
"to_text",
|
|
4645
4426
|
"to_yaml",
|
|
4646
|
-
"train_or_powershell",
|
|
4647
|
-
"train_or_powershell!",
|
|
4648
|
-
"train_or_shell",
|
|
4649
|
-
"train_or_shell!",
|
|
4650
4427
|
"trust",
|
|
4651
4428
|
"type",
|
|
4652
4429
|
"type=",
|
|
@@ -4870,10 +4647,6 @@
|
|
|
4870
4647
|
"to_s",
|
|
4871
4648
|
"to_text",
|
|
4872
4649
|
"to_yaml",
|
|
4873
|
-
"train_or_powershell",
|
|
4874
|
-
"train_or_powershell!",
|
|
4875
|
-
"train_or_shell",
|
|
4876
|
-
"train_or_shell!",
|
|
4877
4650
|
"trust",
|
|
4878
4651
|
"untaint",
|
|
4879
4652
|
"untrust",
|
|
@@ -4897,6 +4670,229 @@
|
|
|
4897
4670
|
"wow64_directory",
|
|
4898
4671
|
"yield_self"
|
|
4899
4672
|
],
|
|
4673
|
+
"chocolatey_feature": [
|
|
4674
|
+
"!",
|
|
4675
|
+
"!=",
|
|
4676
|
+
"!~",
|
|
4677
|
+
"<=>",
|
|
4678
|
+
"==",
|
|
4679
|
+
"===",
|
|
4680
|
+
"=~",
|
|
4681
|
+
"__id__",
|
|
4682
|
+
"__send__",
|
|
4683
|
+
"action",
|
|
4684
|
+
"action=",
|
|
4685
|
+
"after_created",
|
|
4686
|
+
"allowed_actions",
|
|
4687
|
+
"allowed_actions=",
|
|
4688
|
+
"as_json",
|
|
4689
|
+
"assert_valid_windows_architecture!",
|
|
4690
|
+
"before_notifications",
|
|
4691
|
+
"build_resource",
|
|
4692
|
+
"class",
|
|
4693
|
+
"clone",
|
|
4694
|
+
"constantize",
|
|
4695
|
+
"convert_to_class_name",
|
|
4696
|
+
"convert_to_snake_case",
|
|
4697
|
+
"cookbook_name",
|
|
4698
|
+
"cookbook_name=",
|
|
4699
|
+
"cookbook_version",
|
|
4700
|
+
"copy_properties_from",
|
|
4701
|
+
"current_value",
|
|
4702
|
+
"current_value_does_not_exist!",
|
|
4703
|
+
"custom_exception_message",
|
|
4704
|
+
"customize_exception",
|
|
4705
|
+
"data_bag",
|
|
4706
|
+
"data_bag_item",
|
|
4707
|
+
"dclone",
|
|
4708
|
+
"declare_resource",
|
|
4709
|
+
"declared_key",
|
|
4710
|
+
"declared_type",
|
|
4711
|
+
"declared_type=",
|
|
4712
|
+
"default_guard_interpreter",
|
|
4713
|
+
"define_singleton_method",
|
|
4714
|
+
"defined_at",
|
|
4715
|
+
"delayed_action",
|
|
4716
|
+
"delayed_notifications",
|
|
4717
|
+
"delete_resource",
|
|
4718
|
+
"delete_resource!",
|
|
4719
|
+
"deny_rights",
|
|
4720
|
+
"deprecated_attr",
|
|
4721
|
+
"deprecated_attr_reader",
|
|
4722
|
+
"deprecated_attr_writer",
|
|
4723
|
+
"deprecated_ivar",
|
|
4724
|
+
"disable_wow64_file_redirection",
|
|
4725
|
+
"display",
|
|
4726
|
+
"docker?",
|
|
4727
|
+
"dup",
|
|
4728
|
+
"edit_resource",
|
|
4729
|
+
"edit_resource!",
|
|
4730
|
+
"elapsed_time",
|
|
4731
|
+
"enclosing_provider",
|
|
4732
|
+
"enclosing_provider=",
|
|
4733
|
+
"encrypted?",
|
|
4734
|
+
"enum_for",
|
|
4735
|
+
"eql?",
|
|
4736
|
+
"equal?",
|
|
4737
|
+
"events",
|
|
4738
|
+
"executed_by_runner",
|
|
4739
|
+
"executed_by_runner=",
|
|
4740
|
+
"extend",
|
|
4741
|
+
"feature_name",
|
|
4742
|
+
"feature_name=",
|
|
4743
|
+
"feature_state",
|
|
4744
|
+
"feature_state=",
|
|
4745
|
+
"fetch_feature_element",
|
|
4746
|
+
"ffi_yajl",
|
|
4747
|
+
"filename_to_qualified_string",
|
|
4748
|
+
"find_resource",
|
|
4749
|
+
"find_resource!",
|
|
4750
|
+
"forced_32bit_override_required?",
|
|
4751
|
+
"freeze",
|
|
4752
|
+
"frozen?",
|
|
4753
|
+
"gem",
|
|
4754
|
+
"guard_interpreter",
|
|
4755
|
+
"hash",
|
|
4756
|
+
"identity",
|
|
4757
|
+
"ignore_failure",
|
|
4758
|
+
"ignore_failure=",
|
|
4759
|
+
"immediate_notifications",
|
|
4760
|
+
"inherits",
|
|
4761
|
+
"inspect",
|
|
4762
|
+
"instance_eval",
|
|
4763
|
+
"instance_exec",
|
|
4764
|
+
"instance_of?",
|
|
4765
|
+
"instance_variable_defined?",
|
|
4766
|
+
"instance_variable_get",
|
|
4767
|
+
"instance_variable_set",
|
|
4768
|
+
"instance_variables",
|
|
4769
|
+
"is_a?",
|
|
4770
|
+
"is_i386_process_on_x86_64_windows?",
|
|
4771
|
+
"itself",
|
|
4772
|
+
"kind_of?",
|
|
4773
|
+
"lazy",
|
|
4774
|
+
"load_current_value!",
|
|
4775
|
+
"load_from",
|
|
4776
|
+
"logger",
|
|
4777
|
+
"lookup_provider_constant",
|
|
4778
|
+
"method",
|
|
4779
|
+
"method_missing",
|
|
4780
|
+
"methods",
|
|
4781
|
+
"name",
|
|
4782
|
+
"name=",
|
|
4783
|
+
"nil?",
|
|
4784
|
+
"node",
|
|
4785
|
+
"node_supports_windows_architecture?",
|
|
4786
|
+
"node_windows_architecture",
|
|
4787
|
+
"normalize_snake_case_name",
|
|
4788
|
+
"not_if",
|
|
4789
|
+
"notifies",
|
|
4790
|
+
"notifies_before",
|
|
4791
|
+
"notifies_delayed",
|
|
4792
|
+
"notifies_immediately",
|
|
4793
|
+
"object_id",
|
|
4794
|
+
"older_than_win_2012_or_8?",
|
|
4795
|
+
"only_if",
|
|
4796
|
+
"params",
|
|
4797
|
+
"params=",
|
|
4798
|
+
"platform?",
|
|
4799
|
+
"platform_family?",
|
|
4800
|
+
"powershell_exec",
|
|
4801
|
+
"powershell_out",
|
|
4802
|
+
"powershell_out!",
|
|
4803
|
+
"pretty_inspect",
|
|
4804
|
+
"pretty_print",
|
|
4805
|
+
"pretty_print_cycle",
|
|
4806
|
+
"pretty_print_inspect",
|
|
4807
|
+
"pretty_print_instance_variables",
|
|
4808
|
+
"private_methods",
|
|
4809
|
+
"property_description",
|
|
4810
|
+
"property_is_set?",
|
|
4811
|
+
"protected_methods",
|
|
4812
|
+
"provider",
|
|
4813
|
+
"provider=",
|
|
4814
|
+
"provider_for_action",
|
|
4815
|
+
"ps_credential",
|
|
4816
|
+
"public_method",
|
|
4817
|
+
"public_methods",
|
|
4818
|
+
"public_send",
|
|
4819
|
+
"reboot_pending?",
|
|
4820
|
+
"recipe_name",
|
|
4821
|
+
"recipe_name=",
|
|
4822
|
+
"registry_data_exists?",
|
|
4823
|
+
"registry_get_subkeys",
|
|
4824
|
+
"registry_get_values",
|
|
4825
|
+
"registry_has_subkeys?",
|
|
4826
|
+
"registry_key_exists?",
|
|
4827
|
+
"registry_value_exists?",
|
|
4828
|
+
"remove_instance_variable",
|
|
4829
|
+
"reset_property",
|
|
4830
|
+
"resolve_notification_references",
|
|
4831
|
+
"resource_initializing",
|
|
4832
|
+
"resource_initializing=",
|
|
4833
|
+
"resource_name",
|
|
4834
|
+
"resources",
|
|
4835
|
+
"respond_to?",
|
|
4836
|
+
"restore_wow64_file_redirection",
|
|
4837
|
+
"retries",
|
|
4838
|
+
"retries=",
|
|
4839
|
+
"retry_delay",
|
|
4840
|
+
"retry_delay=",
|
|
4841
|
+
"rights",
|
|
4842
|
+
"run_action",
|
|
4843
|
+
"run_context",
|
|
4844
|
+
"run_context=",
|
|
4845
|
+
"search",
|
|
4846
|
+
"send",
|
|
4847
|
+
"sensitive",
|
|
4848
|
+
"sensitive=",
|
|
4849
|
+
"set_or_return",
|
|
4850
|
+
"shell_out",
|
|
4851
|
+
"shell_out!",
|
|
4852
|
+
"should_skip?",
|
|
4853
|
+
"singleton_class",
|
|
4854
|
+
"singleton_method",
|
|
4855
|
+
"singleton_methods",
|
|
4856
|
+
"snake_case_basename",
|
|
4857
|
+
"source_line",
|
|
4858
|
+
"source_line=",
|
|
4859
|
+
"source_line_file",
|
|
4860
|
+
"source_line_number",
|
|
4861
|
+
"state_for_resource_reporter",
|
|
4862
|
+
"subscribes",
|
|
4863
|
+
"tagged?",
|
|
4864
|
+
"taint",
|
|
4865
|
+
"tainted?",
|
|
4866
|
+
"tap",
|
|
4867
|
+
"then",
|
|
4868
|
+
"to_enum",
|
|
4869
|
+
"to_h",
|
|
4870
|
+
"to_hash",
|
|
4871
|
+
"to_json",
|
|
4872
|
+
"to_s",
|
|
4873
|
+
"to_text",
|
|
4874
|
+
"to_yaml",
|
|
4875
|
+
"trust",
|
|
4876
|
+
"untaint",
|
|
4877
|
+
"untrust",
|
|
4878
|
+
"untrusted?",
|
|
4879
|
+
"updated",
|
|
4880
|
+
"updated?",
|
|
4881
|
+
"updated_by_last_action",
|
|
4882
|
+
"updated_by_last_action?",
|
|
4883
|
+
"valid_windows_architecture?",
|
|
4884
|
+
"validate",
|
|
4885
|
+
"validate_action",
|
|
4886
|
+
"validate_resource_spec!",
|
|
4887
|
+
"value_for_platform",
|
|
4888
|
+
"value_for_platform_family",
|
|
4889
|
+
"value_to_text",
|
|
4890
|
+
"with_os_architecture",
|
|
4891
|
+
"with_run_context",
|
|
4892
|
+
"wow64_architecture_override_required?",
|
|
4893
|
+
"wow64_directory",
|
|
4894
|
+
"yield_self"
|
|
4895
|
+
],
|
|
4900
4896
|
"chocolatey_package": [
|
|
4901
4897
|
"!",
|
|
4902
4898
|
"!=",
|
|
@@ -5103,10 +5099,6 @@
|
|
|
5103
5099
|
"to_s",
|
|
5104
5100
|
"to_text",
|
|
5105
5101
|
"to_yaml",
|
|
5106
|
-
"train_or_powershell",
|
|
5107
|
-
"train_or_powershell!",
|
|
5108
|
-
"train_or_shell",
|
|
5109
|
-
"train_or_shell!",
|
|
5110
5102
|
"trust",
|
|
5111
5103
|
"untaint",
|
|
5112
5104
|
"untrust",
|
|
@@ -5142,7 +5134,11 @@
|
|
|
5142
5134
|
"__send__",
|
|
5143
5135
|
"action",
|
|
5144
5136
|
"action=",
|
|
5137
|
+
"admin_only",
|
|
5138
|
+
"admin_only=",
|
|
5145
5139
|
"after_created",
|
|
5140
|
+
"allow_self_service",
|
|
5141
|
+
"allow_self_service=",
|
|
5146
5142
|
"allowed_actions",
|
|
5147
5143
|
"allowed_actions=",
|
|
5148
5144
|
"as_json",
|
|
@@ -5184,6 +5180,8 @@
|
|
|
5184
5180
|
"deprecated_attr_writer",
|
|
5185
5181
|
"deprecated_ivar",
|
|
5186
5182
|
"disable_wow64_file_redirection",
|
|
5183
|
+
"disabled",
|
|
5184
|
+
"disabled=",
|
|
5187
5185
|
"display",
|
|
5188
5186
|
"docker?",
|
|
5189
5187
|
"dup",
|
|
@@ -5336,10 +5334,6 @@
|
|
|
5336
5334
|
"to_s",
|
|
5337
5335
|
"to_text",
|
|
5338
5336
|
"to_yaml",
|
|
5339
|
-
"train_or_powershell",
|
|
5340
|
-
"train_or_powershell!",
|
|
5341
|
-
"train_or_shell",
|
|
5342
|
-
"train_or_shell!",
|
|
5343
5337
|
"trust",
|
|
5344
5338
|
"untaint",
|
|
5345
5339
|
"untrust",
|
|
@@ -5583,10 +5577,6 @@
|
|
|
5583
5577
|
"to_s",
|
|
5584
5578
|
"to_text",
|
|
5585
5579
|
"to_yaml",
|
|
5586
|
-
"train_or_powershell",
|
|
5587
|
-
"train_or_powershell!",
|
|
5588
|
-
"train_or_shell",
|
|
5589
|
-
"train_or_shell!",
|
|
5590
5580
|
"trust",
|
|
5591
5581
|
"untaint",
|
|
5592
5582
|
"untrust",
|
|
@@ -5826,10 +5816,6 @@
|
|
|
5826
5816
|
"to_s",
|
|
5827
5817
|
"to_text",
|
|
5828
5818
|
"to_yaml",
|
|
5829
|
-
"train_or_powershell",
|
|
5830
|
-
"train_or_powershell!",
|
|
5831
|
-
"train_or_shell",
|
|
5832
|
-
"train_or_shell!",
|
|
5833
5819
|
"trust",
|
|
5834
5820
|
"untaint",
|
|
5835
5821
|
"untrust",
|
|
@@ -6050,10 +6036,6 @@
|
|
|
6050
6036
|
"to_s",
|
|
6051
6037
|
"to_text",
|
|
6052
6038
|
"to_yaml",
|
|
6053
|
-
"train_or_powershell",
|
|
6054
|
-
"train_or_powershell!",
|
|
6055
|
-
"train_or_shell",
|
|
6056
|
-
"train_or_shell!",
|
|
6057
6039
|
"trust",
|
|
6058
6040
|
"untaint",
|
|
6059
6041
|
"untrust",
|
|
@@ -6305,10 +6287,6 @@
|
|
|
6305
6287
|
"to_s",
|
|
6306
6288
|
"to_text",
|
|
6307
6289
|
"to_yaml",
|
|
6308
|
-
"train_or_powershell",
|
|
6309
|
-
"train_or_powershell!",
|
|
6310
|
-
"train_or_shell",
|
|
6311
|
-
"train_or_shell!",
|
|
6312
6290
|
"trust",
|
|
6313
6291
|
"untaint",
|
|
6314
6292
|
"untrust",
|
|
@@ -6564,10 +6542,6 @@
|
|
|
6564
6542
|
"to_s",
|
|
6565
6543
|
"to_text",
|
|
6566
6544
|
"to_yaml",
|
|
6567
|
-
"train_or_powershell",
|
|
6568
|
-
"train_or_powershell!",
|
|
6569
|
-
"train_or_shell",
|
|
6570
|
-
"train_or_shell!",
|
|
6571
6545
|
"trust",
|
|
6572
6546
|
"umask",
|
|
6573
6547
|
"umask=",
|
|
@@ -6797,10 +6771,6 @@
|
|
|
6797
6771
|
"to_s",
|
|
6798
6772
|
"to_text",
|
|
6799
6773
|
"to_yaml",
|
|
6800
|
-
"train_or_powershell",
|
|
6801
|
-
"train_or_powershell!",
|
|
6802
|
-
"train_or_shell",
|
|
6803
|
-
"train_or_shell!",
|
|
6804
6774
|
"trust",
|
|
6805
6775
|
"untaint",
|
|
6806
6776
|
"untrust",
|
|
@@ -7044,10 +7014,6 @@
|
|
|
7044
7014
|
"to_s",
|
|
7045
7015
|
"to_text",
|
|
7046
7016
|
"to_yaml",
|
|
7047
|
-
"train_or_powershell",
|
|
7048
|
-
"train_or_powershell!",
|
|
7049
|
-
"train_or_shell",
|
|
7050
|
-
"train_or_shell!",
|
|
7051
7017
|
"trust",
|
|
7052
7018
|
"type",
|
|
7053
7019
|
"type=",
|
|
@@ -7282,10 +7248,6 @@
|
|
|
7282
7248
|
"to_s",
|
|
7283
7249
|
"to_text",
|
|
7284
7250
|
"to_yaml",
|
|
7285
|
-
"train_or_powershell",
|
|
7286
|
-
"train_or_powershell!",
|
|
7287
|
-
"train_or_shell",
|
|
7288
|
-
"train_or_shell!",
|
|
7289
7251
|
"trust",
|
|
7290
7252
|
"untaint",
|
|
7291
7253
|
"untrust",
|
|
@@ -7517,10 +7479,6 @@
|
|
|
7517
7479
|
"to_s",
|
|
7518
7480
|
"to_text",
|
|
7519
7481
|
"to_yaml",
|
|
7520
|
-
"train_or_powershell",
|
|
7521
|
-
"train_or_powershell!",
|
|
7522
|
-
"train_or_shell",
|
|
7523
|
-
"train_or_shell!",
|
|
7524
7482
|
"trust",
|
|
7525
7483
|
"untaint",
|
|
7526
7484
|
"untrust",
|
|
@@ -7750,10 +7708,6 @@
|
|
|
7750
7708
|
"to_s",
|
|
7751
7709
|
"to_text",
|
|
7752
7710
|
"to_yaml",
|
|
7753
|
-
"train_or_powershell",
|
|
7754
|
-
"train_or_powershell!",
|
|
7755
|
-
"train_or_shell",
|
|
7756
|
-
"train_or_shell!",
|
|
7757
7711
|
"trust",
|
|
7758
7712
|
"untaint",
|
|
7759
7713
|
"untrust",
|
|
@@ -7985,10 +7939,6 @@
|
|
|
7985
7939
|
"to_s",
|
|
7986
7940
|
"to_text",
|
|
7987
7941
|
"to_yaml",
|
|
7988
|
-
"train_or_powershell",
|
|
7989
|
-
"train_or_powershell!",
|
|
7990
|
-
"train_or_shell",
|
|
7991
|
-
"train_or_shell!",
|
|
7992
7942
|
"trust",
|
|
7993
7943
|
"untaint",
|
|
7994
7944
|
"untrust",
|
|
@@ -8234,10 +8184,6 @@
|
|
|
8234
8184
|
"to_s",
|
|
8235
8185
|
"to_text",
|
|
8236
8186
|
"to_yaml",
|
|
8237
|
-
"train_or_powershell",
|
|
8238
|
-
"train_or_powershell!",
|
|
8239
|
-
"train_or_shell",
|
|
8240
|
-
"train_or_shell!",
|
|
8241
8187
|
"trust",
|
|
8242
8188
|
"umask",
|
|
8243
8189
|
"umask=",
|
|
@@ -8482,10 +8428,6 @@
|
|
|
8482
8428
|
"to_s",
|
|
8483
8429
|
"to_text",
|
|
8484
8430
|
"to_yaml",
|
|
8485
|
-
"train_or_powershell",
|
|
8486
|
-
"train_or_powershell!",
|
|
8487
|
-
"train_or_shell",
|
|
8488
|
-
"train_or_shell!",
|
|
8489
8431
|
"trust",
|
|
8490
8432
|
"untaint",
|
|
8491
8433
|
"untrust",
|
|
@@ -8715,10 +8657,6 @@
|
|
|
8715
8657
|
"to_s",
|
|
8716
8658
|
"to_text",
|
|
8717
8659
|
"to_yaml",
|
|
8718
|
-
"train_or_powershell",
|
|
8719
|
-
"train_or_powershell!",
|
|
8720
|
-
"train_or_shell",
|
|
8721
|
-
"train_or_shell!",
|
|
8722
8660
|
"trust",
|
|
8723
8661
|
"untaint",
|
|
8724
8662
|
"untrust",
|
|
@@ -8952,10 +8890,6 @@
|
|
|
8952
8890
|
"to_s",
|
|
8953
8891
|
"to_text",
|
|
8954
8892
|
"to_yaml",
|
|
8955
|
-
"train_or_powershell",
|
|
8956
|
-
"train_or_powershell!",
|
|
8957
|
-
"train_or_shell",
|
|
8958
|
-
"train_or_shell!",
|
|
8959
8893
|
"trust",
|
|
8960
8894
|
"untaint",
|
|
8961
8895
|
"untrust",
|
|
@@ -9205,10 +9139,6 @@
|
|
|
9205
9139
|
"to_s",
|
|
9206
9140
|
"to_text",
|
|
9207
9141
|
"to_yaml",
|
|
9208
|
-
"train_or_powershell",
|
|
9209
|
-
"train_or_powershell!",
|
|
9210
|
-
"train_or_shell",
|
|
9211
|
-
"train_or_shell!",
|
|
9212
9142
|
"trust",
|
|
9213
9143
|
"untaint",
|
|
9214
9144
|
"untrust",
|
|
@@ -9444,10 +9374,6 @@
|
|
|
9444
9374
|
"to_s",
|
|
9445
9375
|
"to_text",
|
|
9446
9376
|
"to_yaml",
|
|
9447
|
-
"train_or_powershell",
|
|
9448
|
-
"train_or_powershell!",
|
|
9449
|
-
"train_or_shell",
|
|
9450
|
-
"train_or_shell!",
|
|
9451
9377
|
"trust",
|
|
9452
9378
|
"untaint",
|
|
9453
9379
|
"untrust",
|
|
@@ -9678,10 +9604,6 @@
|
|
|
9678
9604
|
"to_s",
|
|
9679
9605
|
"to_text",
|
|
9680
9606
|
"to_yaml",
|
|
9681
|
-
"train_or_powershell",
|
|
9682
|
-
"train_or_powershell!",
|
|
9683
|
-
"train_or_shell",
|
|
9684
|
-
"train_or_shell!",
|
|
9685
9607
|
"trust",
|
|
9686
9608
|
"untaint",
|
|
9687
9609
|
"untrust",
|
|
@@ -9909,10 +9831,6 @@
|
|
|
9909
9831
|
"to_s",
|
|
9910
9832
|
"to_text",
|
|
9911
9833
|
"to_yaml",
|
|
9912
|
-
"train_or_powershell",
|
|
9913
|
-
"train_or_powershell!",
|
|
9914
|
-
"train_or_shell",
|
|
9915
|
-
"train_or_shell!",
|
|
9916
9834
|
"trust",
|
|
9917
9835
|
"untaint",
|
|
9918
9836
|
"untrust",
|
|
@@ -10143,10 +10061,6 @@
|
|
|
10143
10061
|
"to_s",
|
|
10144
10062
|
"to_text",
|
|
10145
10063
|
"to_yaml",
|
|
10146
|
-
"train_or_powershell",
|
|
10147
|
-
"train_or_powershell!",
|
|
10148
|
-
"train_or_shell",
|
|
10149
|
-
"train_or_shell!",
|
|
10150
10064
|
"trust",
|
|
10151
10065
|
"untaint",
|
|
10152
10066
|
"untrust",
|
|
@@ -10374,10 +10288,6 @@
|
|
|
10374
10288
|
"to_s",
|
|
10375
10289
|
"to_text",
|
|
10376
10290
|
"to_yaml",
|
|
10377
|
-
"train_or_powershell",
|
|
10378
|
-
"train_or_powershell!",
|
|
10379
|
-
"train_or_shell",
|
|
10380
|
-
"train_or_shell!",
|
|
10381
10291
|
"trust",
|
|
10382
10292
|
"untaint",
|
|
10383
10293
|
"untrust",
|
|
@@ -10600,10 +10510,6 @@
|
|
|
10600
10510
|
"to_s",
|
|
10601
10511
|
"to_text",
|
|
10602
10512
|
"to_yaml",
|
|
10603
|
-
"train_or_powershell",
|
|
10604
|
-
"train_or_powershell!",
|
|
10605
|
-
"train_or_shell",
|
|
10606
|
-
"train_or_shell!",
|
|
10607
10513
|
"trust",
|
|
10608
10514
|
"untaint",
|
|
10609
10515
|
"untrust",
|
|
@@ -10859,10 +10765,6 @@
|
|
|
10859
10765
|
"to_s",
|
|
10860
10766
|
"to_text",
|
|
10861
10767
|
"to_yaml",
|
|
10862
|
-
"train_or_powershell",
|
|
10863
|
-
"train_or_powershell!",
|
|
10864
|
-
"train_or_shell",
|
|
10865
|
-
"train_or_shell!",
|
|
10866
10768
|
"trust",
|
|
10867
10769
|
"untaint",
|
|
10868
10770
|
"untrust",
|
|
@@ -11092,10 +10994,6 @@
|
|
|
11092
10994
|
"to_s",
|
|
11093
10995
|
"to_text",
|
|
11094
10996
|
"to_yaml",
|
|
11095
|
-
"train_or_powershell",
|
|
11096
|
-
"train_or_powershell!",
|
|
11097
|
-
"train_or_shell",
|
|
11098
|
-
"train_or_shell!",
|
|
11099
10997
|
"trust",
|
|
11100
10998
|
"untaint",
|
|
11101
10999
|
"untrust",
|
|
@@ -11319,10 +11217,6 @@
|
|
|
11319
11217
|
"to_s",
|
|
11320
11218
|
"to_text",
|
|
11321
11219
|
"to_yaml",
|
|
11322
|
-
"train_or_powershell",
|
|
11323
|
-
"train_or_powershell!",
|
|
11324
|
-
"train_or_shell",
|
|
11325
|
-
"train_or_shell!",
|
|
11326
11220
|
"trust",
|
|
11327
11221
|
"unload_dir",
|
|
11328
11222
|
"unload_dir=",
|
|
@@ -11576,10 +11470,6 @@
|
|
|
11576
11470
|
"to_s",
|
|
11577
11471
|
"to_text",
|
|
11578
11472
|
"to_yaml",
|
|
11579
|
-
"train_or_powershell",
|
|
11580
|
-
"train_or_powershell!",
|
|
11581
|
-
"train_or_shell",
|
|
11582
|
-
"train_or_shell!",
|
|
11583
11473
|
"trust",
|
|
11584
11474
|
"umask",
|
|
11585
11475
|
"umask=",
|
|
@@ -11731,6 +11621,8 @@
|
|
|
11731
11621
|
"kind_of?",
|
|
11732
11622
|
"label",
|
|
11733
11623
|
"label=",
|
|
11624
|
+
"launch_events",
|
|
11625
|
+
"launch_events=",
|
|
11734
11626
|
"launch_only_once",
|
|
11735
11627
|
"launch_only_once=",
|
|
11736
11628
|
"lazy",
|
|
@@ -11894,10 +11786,6 @@
|
|
|
11894
11786
|
"to_s",
|
|
11895
11787
|
"to_text",
|
|
11896
11788
|
"to_yaml",
|
|
11897
|
-
"train_or_powershell",
|
|
11898
|
-
"train_or_powershell!",
|
|
11899
|
-
"train_or_shell",
|
|
11900
|
-
"train_or_shell!",
|
|
11901
11789
|
"trust",
|
|
11902
11790
|
"type",
|
|
11903
11791
|
"type=",
|
|
@@ -12139,10 +12027,6 @@
|
|
|
12139
12027
|
"to_s",
|
|
12140
12028
|
"to_text",
|
|
12141
12029
|
"to_yaml",
|
|
12142
|
-
"train_or_powershell",
|
|
12143
|
-
"train_or_powershell!",
|
|
12144
|
-
"train_or_shell",
|
|
12145
|
-
"train_or_shell!",
|
|
12146
12030
|
"trust",
|
|
12147
12031
|
"untaint",
|
|
12148
12032
|
"untrust",
|
|
@@ -12366,10 +12250,6 @@
|
|
|
12366
12250
|
"to_s",
|
|
12367
12251
|
"to_text",
|
|
12368
12252
|
"to_yaml",
|
|
12369
|
-
"train_or_powershell",
|
|
12370
|
-
"train_or_powershell!",
|
|
12371
|
-
"train_or_shell",
|
|
12372
|
-
"train_or_shell!",
|
|
12373
12253
|
"trust",
|
|
12374
12254
|
"untaint",
|
|
12375
12255
|
"untrust",
|
|
@@ -12591,10 +12471,6 @@
|
|
|
12591
12471
|
"to_s",
|
|
12592
12472
|
"to_text",
|
|
12593
12473
|
"to_yaml",
|
|
12594
|
-
"train_or_powershell",
|
|
12595
|
-
"train_or_powershell!",
|
|
12596
|
-
"train_or_shell",
|
|
12597
|
-
"train_or_shell!",
|
|
12598
12474
|
"trust",
|
|
12599
12475
|
"untaint",
|
|
12600
12476
|
"untrust",
|
|
@@ -12824,10 +12700,6 @@
|
|
|
12824
12700
|
"to_s",
|
|
12825
12701
|
"to_text",
|
|
12826
12702
|
"to_yaml",
|
|
12827
|
-
"train_or_powershell",
|
|
12828
|
-
"train_or_powershell!",
|
|
12829
|
-
"train_or_shell",
|
|
12830
|
-
"train_or_shell!",
|
|
12831
12703
|
"trust",
|
|
12832
12704
|
"type",
|
|
12833
12705
|
"type=",
|
|
@@ -13089,10 +12961,6 @@
|
|
|
13089
12961
|
"to_s",
|
|
13090
12962
|
"to_text",
|
|
13091
12963
|
"to_yaml",
|
|
13092
|
-
"train_or_powershell",
|
|
13093
|
-
"train_or_powershell!",
|
|
13094
|
-
"train_or_shell",
|
|
13095
|
-
"train_or_shell!",
|
|
13096
12964
|
"trust",
|
|
13097
12965
|
"untaint",
|
|
13098
12966
|
"untrust",
|
|
@@ -13320,10 +13188,6 @@
|
|
|
13320
13188
|
"to_s",
|
|
13321
13189
|
"to_text",
|
|
13322
13190
|
"to_yaml",
|
|
13323
|
-
"train_or_powershell",
|
|
13324
|
-
"train_or_powershell!",
|
|
13325
|
-
"train_or_shell",
|
|
13326
|
-
"train_or_shell!",
|
|
13327
13191
|
"trust",
|
|
13328
13192
|
"untaint",
|
|
13329
13193
|
"untrust",
|
|
@@ -13559,10 +13423,6 @@
|
|
|
13559
13423
|
"to_s",
|
|
13560
13424
|
"to_text",
|
|
13561
13425
|
"to_yaml",
|
|
13562
|
-
"train_or_powershell",
|
|
13563
|
-
"train_or_powershell!",
|
|
13564
|
-
"train_or_shell",
|
|
13565
|
-
"train_or_shell!",
|
|
13566
13426
|
"trust",
|
|
13567
13427
|
"untaint",
|
|
13568
13428
|
"untrust",
|
|
@@ -13806,10 +13666,6 @@
|
|
|
13806
13666
|
"to_s",
|
|
13807
13667
|
"to_text",
|
|
13808
13668
|
"to_yaml",
|
|
13809
|
-
"train_or_powershell",
|
|
13810
|
-
"train_or_powershell!",
|
|
13811
|
-
"train_or_shell",
|
|
13812
|
-
"train_or_shell!",
|
|
13813
13669
|
"trust",
|
|
13814
13670
|
"untaint",
|
|
13815
13671
|
"untrust",
|
|
@@ -14040,10 +13896,6 @@
|
|
|
14040
13896
|
"to_s",
|
|
14041
13897
|
"to_text",
|
|
14042
13898
|
"to_yaml",
|
|
14043
|
-
"train_or_powershell",
|
|
14044
|
-
"train_or_powershell!",
|
|
14045
|
-
"train_or_shell",
|
|
14046
|
-
"train_or_shell!",
|
|
14047
13899
|
"trust",
|
|
14048
13900
|
"untaint",
|
|
14049
13901
|
"untrust",
|
|
@@ -14266,10 +14118,6 @@
|
|
|
14266
14118
|
"to_s",
|
|
14267
14119
|
"to_text",
|
|
14268
14120
|
"to_yaml",
|
|
14269
|
-
"train_or_powershell",
|
|
14270
|
-
"train_or_powershell!",
|
|
14271
|
-
"train_or_shell",
|
|
14272
|
-
"train_or_shell!",
|
|
14273
14121
|
"trust",
|
|
14274
14122
|
"untaint",
|
|
14275
14123
|
"untrust",
|
|
@@ -14493,10 +14341,6 @@
|
|
|
14493
14341
|
"to_s",
|
|
14494
14342
|
"to_text",
|
|
14495
14343
|
"to_yaml",
|
|
14496
|
-
"train_or_powershell",
|
|
14497
|
-
"train_or_powershell!",
|
|
14498
|
-
"train_or_shell",
|
|
14499
|
-
"train_or_shell!",
|
|
14500
14344
|
"trust",
|
|
14501
14345
|
"untaint",
|
|
14502
14346
|
"untrust",
|
|
@@ -14722,10 +14566,6 @@
|
|
|
14722
14566
|
"to_s",
|
|
14723
14567
|
"to_text",
|
|
14724
14568
|
"to_yaml",
|
|
14725
|
-
"train_or_powershell",
|
|
14726
|
-
"train_or_powershell!",
|
|
14727
|
-
"train_or_shell",
|
|
14728
|
-
"train_or_shell!",
|
|
14729
14569
|
"trust",
|
|
14730
14570
|
"untaint",
|
|
14731
14571
|
"untrust",
|
|
@@ -14978,10 +14818,6 @@
|
|
|
14978
14818
|
"to_s",
|
|
14979
14819
|
"to_text",
|
|
14980
14820
|
"to_yaml",
|
|
14981
|
-
"train_or_powershell",
|
|
14982
|
-
"train_or_powershell!",
|
|
14983
|
-
"train_or_shell",
|
|
14984
|
-
"train_or_shell!",
|
|
14985
14821
|
"trust",
|
|
14986
14822
|
"untaint",
|
|
14987
14823
|
"untrust",
|
|
@@ -15236,10 +15072,6 @@
|
|
|
15236
15072
|
"to_s",
|
|
15237
15073
|
"to_text",
|
|
15238
15074
|
"to_yaml",
|
|
15239
|
-
"train_or_powershell",
|
|
15240
|
-
"train_or_powershell!",
|
|
15241
|
-
"train_or_shell",
|
|
15242
|
-
"train_or_shell!",
|
|
15243
15075
|
"trust",
|
|
15244
15076
|
"untaint",
|
|
15245
15077
|
"untrust",
|
|
@@ -15492,10 +15324,6 @@
|
|
|
15492
15324
|
"to_s",
|
|
15493
15325
|
"to_text",
|
|
15494
15326
|
"to_yaml",
|
|
15495
|
-
"train_or_powershell",
|
|
15496
|
-
"train_or_powershell!",
|
|
15497
|
-
"train_or_shell",
|
|
15498
|
-
"train_or_shell!",
|
|
15499
15327
|
"trust",
|
|
15500
15328
|
"untaint",
|
|
15501
15329
|
"untrust",
|
|
@@ -15750,10 +15578,6 @@
|
|
|
15750
15578
|
"to_s",
|
|
15751
15579
|
"to_text",
|
|
15752
15580
|
"to_yaml",
|
|
15753
|
-
"train_or_powershell",
|
|
15754
|
-
"train_or_powershell!",
|
|
15755
|
-
"train_or_shell",
|
|
15756
|
-
"train_or_shell!",
|
|
15757
15581
|
"trust",
|
|
15758
15582
|
"untaint",
|
|
15759
15583
|
"untrust",
|
|
@@ -16006,10 +15830,6 @@
|
|
|
16006
15830
|
"to_s",
|
|
16007
15831
|
"to_text",
|
|
16008
15832
|
"to_yaml",
|
|
16009
|
-
"train_or_powershell",
|
|
16010
|
-
"train_or_powershell!",
|
|
16011
|
-
"train_or_shell",
|
|
16012
|
-
"train_or_shell!",
|
|
16013
15833
|
"trust",
|
|
16014
15834
|
"untaint",
|
|
16015
15835
|
"untrust",
|
|
@@ -16294,10 +16114,6 @@
|
|
|
16294
16114
|
"to_s",
|
|
16295
16115
|
"to_text",
|
|
16296
16116
|
"to_yaml",
|
|
16297
|
-
"train_or_powershell",
|
|
16298
|
-
"train_or_powershell!",
|
|
16299
|
-
"train_or_shell",
|
|
16300
|
-
"train_or_shell!",
|
|
16301
16117
|
"trust",
|
|
16302
16118
|
"untaint",
|
|
16303
16119
|
"untrust",
|
|
@@ -16558,10 +16374,6 @@
|
|
|
16558
16374
|
"to_s",
|
|
16559
16375
|
"to_text",
|
|
16560
16376
|
"to_yaml",
|
|
16561
|
-
"train_or_powershell",
|
|
16562
|
-
"train_or_powershell!",
|
|
16563
|
-
"train_or_shell",
|
|
16564
|
-
"train_or_shell!",
|
|
16565
16377
|
"trust",
|
|
16566
16378
|
"untaint",
|
|
16567
16379
|
"untrust",
|
|
@@ -16832,10 +16644,6 @@
|
|
|
16832
16644
|
"to_s",
|
|
16833
16645
|
"to_text",
|
|
16834
16646
|
"to_yaml",
|
|
16835
|
-
"train_or_powershell",
|
|
16836
|
-
"train_or_powershell!",
|
|
16837
|
-
"train_or_shell",
|
|
16838
|
-
"train_or_shell!",
|
|
16839
16647
|
"trust",
|
|
16840
16648
|
"untaint",
|
|
16841
16649
|
"untrust",
|
|
@@ -17061,10 +16869,6 @@
|
|
|
17061
16869
|
"to_s",
|
|
17062
16870
|
"to_text",
|
|
17063
16871
|
"to_yaml",
|
|
17064
|
-
"train_or_powershell",
|
|
17065
|
-
"train_or_powershell!",
|
|
17066
|
-
"train_or_shell",
|
|
17067
|
-
"train_or_shell!",
|
|
17068
16872
|
"trust",
|
|
17069
16873
|
"untaint",
|
|
17070
16874
|
"untrust",
|
|
@@ -17290,10 +17094,6 @@
|
|
|
17290
17094
|
"to_s",
|
|
17291
17095
|
"to_text",
|
|
17292
17096
|
"to_yaml",
|
|
17293
|
-
"train_or_powershell",
|
|
17294
|
-
"train_or_powershell!",
|
|
17295
|
-
"train_or_shell",
|
|
17296
|
-
"train_or_shell!",
|
|
17297
17097
|
"trust",
|
|
17298
17098
|
"untaint",
|
|
17299
17099
|
"untrust",
|
|
@@ -17521,10 +17321,6 @@
|
|
|
17521
17321
|
"to_s",
|
|
17522
17322
|
"to_text",
|
|
17523
17323
|
"to_yaml",
|
|
17524
|
-
"train_or_powershell",
|
|
17525
|
-
"train_or_powershell!",
|
|
17526
|
-
"train_or_shell",
|
|
17527
|
-
"train_or_shell!",
|
|
17528
17324
|
"trust",
|
|
17529
17325
|
"untaint",
|
|
17530
17326
|
"untrust",
|
|
@@ -17752,10 +17548,6 @@
|
|
|
17752
17548
|
"to_s",
|
|
17753
17549
|
"to_text",
|
|
17754
17550
|
"to_yaml",
|
|
17755
|
-
"train_or_powershell",
|
|
17756
|
-
"train_or_powershell!",
|
|
17757
|
-
"train_or_shell",
|
|
17758
|
-
"train_or_shell!",
|
|
17759
17551
|
"trust",
|
|
17760
17552
|
"untaint",
|
|
17761
17553
|
"untrust",
|
|
@@ -18009,10 +17801,6 @@
|
|
|
18009
17801
|
"to_s",
|
|
18010
17802
|
"to_text",
|
|
18011
17803
|
"to_yaml",
|
|
18012
|
-
"train_or_powershell",
|
|
18013
|
-
"train_or_powershell!",
|
|
18014
|
-
"train_or_shell",
|
|
18015
|
-
"train_or_shell!",
|
|
18016
17804
|
"trust",
|
|
18017
17805
|
"umask",
|
|
18018
17806
|
"umask=",
|
|
@@ -18243,10 +18031,6 @@
|
|
|
18243
18031
|
"to_s",
|
|
18244
18032
|
"to_text",
|
|
18245
18033
|
"to_yaml",
|
|
18246
|
-
"train_or_powershell",
|
|
18247
|
-
"train_or_powershell!",
|
|
18248
|
-
"train_or_shell",
|
|
18249
|
-
"train_or_shell!",
|
|
18250
18034
|
"trust",
|
|
18251
18035
|
"untaint",
|
|
18252
18036
|
"untrust",
|
|
@@ -18477,10 +18261,6 @@
|
|
|
18477
18261
|
"to_s",
|
|
18478
18262
|
"to_text",
|
|
18479
18263
|
"to_yaml",
|
|
18480
|
-
"train_or_powershell",
|
|
18481
|
-
"train_or_powershell!",
|
|
18482
|
-
"train_or_shell",
|
|
18483
|
-
"train_or_shell!",
|
|
18484
18264
|
"trust",
|
|
18485
18265
|
"untaint",
|
|
18486
18266
|
"untrust",
|
|
@@ -18712,10 +18492,6 @@
|
|
|
18712
18492
|
"to_s",
|
|
18713
18493
|
"to_text",
|
|
18714
18494
|
"to_yaml",
|
|
18715
|
-
"train_or_powershell",
|
|
18716
|
-
"train_or_powershell!",
|
|
18717
|
-
"train_or_shell",
|
|
18718
|
-
"train_or_shell!",
|
|
18719
18495
|
"trust",
|
|
18720
18496
|
"trusted",
|
|
18721
18497
|
"trusted=",
|
|
@@ -18974,10 +18750,6 @@
|
|
|
18974
18750
|
"to_s",
|
|
18975
18751
|
"to_text",
|
|
18976
18752
|
"to_yaml",
|
|
18977
|
-
"train_or_powershell",
|
|
18978
|
-
"train_or_powershell!",
|
|
18979
|
-
"train_or_shell",
|
|
18980
|
-
"train_or_shell!",
|
|
18981
18753
|
"trust",
|
|
18982
18754
|
"umask",
|
|
18983
18755
|
"umask=",
|
|
@@ -19234,10 +19006,6 @@
|
|
|
19234
19006
|
"to_s",
|
|
19235
19007
|
"to_text",
|
|
19236
19008
|
"to_yaml",
|
|
19237
|
-
"train_or_powershell",
|
|
19238
|
-
"train_or_powershell!",
|
|
19239
|
-
"train_or_shell",
|
|
19240
|
-
"train_or_shell!",
|
|
19241
19009
|
"trust",
|
|
19242
19010
|
"umask",
|
|
19243
19011
|
"umask=",
|
|
@@ -19464,10 +19232,6 @@
|
|
|
19464
19232
|
"to_s",
|
|
19465
19233
|
"to_text",
|
|
19466
19234
|
"to_yaml",
|
|
19467
|
-
"train_or_powershell",
|
|
19468
|
-
"train_or_powershell!",
|
|
19469
|
-
"train_or_shell",
|
|
19470
|
-
"train_or_shell!",
|
|
19471
19235
|
"trust",
|
|
19472
19236
|
"untaint",
|
|
19473
19237
|
"untrust",
|
|
@@ -19691,10 +19455,6 @@
|
|
|
19691
19455
|
"to_s",
|
|
19692
19456
|
"to_text",
|
|
19693
19457
|
"to_yaml",
|
|
19694
|
-
"train_or_powershell",
|
|
19695
|
-
"train_or_powershell!",
|
|
19696
|
-
"train_or_shell",
|
|
19697
|
-
"train_or_shell!",
|
|
19698
19458
|
"trust",
|
|
19699
19459
|
"unscrubbed_values",
|
|
19700
19460
|
"untaint",
|
|
@@ -19938,10 +19698,6 @@
|
|
|
19938
19698
|
"to_s",
|
|
19939
19699
|
"to_text",
|
|
19940
19700
|
"to_yaml",
|
|
19941
|
-
"train_or_powershell",
|
|
19942
|
-
"train_or_powershell!",
|
|
19943
|
-
"train_or_shell",
|
|
19944
|
-
"train_or_shell!",
|
|
19945
19701
|
"trust",
|
|
19946
19702
|
"untaint",
|
|
19947
19703
|
"untrust",
|
|
@@ -20200,10 +19956,6 @@
|
|
|
20200
19956
|
"to_s",
|
|
20201
19957
|
"to_text",
|
|
20202
19958
|
"to_yaml",
|
|
20203
|
-
"train_or_powershell",
|
|
20204
|
-
"train_or_powershell!",
|
|
20205
|
-
"train_or_shell",
|
|
20206
|
-
"train_or_shell!",
|
|
20207
19959
|
"trust",
|
|
20208
19960
|
"untaint",
|
|
20209
19961
|
"untrust",
|
|
@@ -20435,10 +20187,6 @@
|
|
|
20435
20187
|
"to_s",
|
|
20436
20188
|
"to_text",
|
|
20437
20189
|
"to_yaml",
|
|
20438
|
-
"train_or_powershell",
|
|
20439
|
-
"train_or_powershell!",
|
|
20440
|
-
"train_or_shell",
|
|
20441
|
-
"train_or_shell!",
|
|
20442
20190
|
"trust",
|
|
20443
20191
|
"untaint",
|
|
20444
20192
|
"untrust",
|
|
@@ -20658,10 +20406,6 @@
|
|
|
20658
20406
|
"to_s",
|
|
20659
20407
|
"to_text",
|
|
20660
20408
|
"to_yaml",
|
|
20661
|
-
"train_or_powershell",
|
|
20662
|
-
"train_or_powershell!",
|
|
20663
|
-
"train_or_shell",
|
|
20664
|
-
"train_or_shell!",
|
|
20665
20409
|
"trust",
|
|
20666
20410
|
"untaint",
|
|
20667
20411
|
"untrust",
|
|
@@ -20895,10 +20639,6 @@
|
|
|
20895
20639
|
"to_s",
|
|
20896
20640
|
"to_text",
|
|
20897
20641
|
"to_yaml",
|
|
20898
|
-
"train_or_powershell",
|
|
20899
|
-
"train_or_powershell!",
|
|
20900
|
-
"train_or_shell",
|
|
20901
|
-
"train_or_shell!",
|
|
20902
20642
|
"trust",
|
|
20903
20643
|
"untaint",
|
|
20904
20644
|
"untrust",
|
|
@@ -21120,10 +20860,6 @@
|
|
|
21120
20860
|
"to_s",
|
|
21121
20861
|
"to_text",
|
|
21122
20862
|
"to_yaml",
|
|
21123
|
-
"train_or_powershell",
|
|
21124
|
-
"train_or_powershell!",
|
|
21125
|
-
"train_or_shell",
|
|
21126
|
-
"train_or_shell!",
|
|
21127
20863
|
"trust",
|
|
21128
20864
|
"untaint",
|
|
21129
20865
|
"untrust",
|
|
@@ -21343,10 +21079,6 @@
|
|
|
21343
21079
|
"to_s",
|
|
21344
21080
|
"to_text",
|
|
21345
21081
|
"to_yaml",
|
|
21346
|
-
"train_or_powershell",
|
|
21347
|
-
"train_or_powershell!",
|
|
21348
|
-
"train_or_shell",
|
|
21349
|
-
"train_or_shell!",
|
|
21350
21082
|
"trust",
|
|
21351
21083
|
"untaint",
|
|
21352
21084
|
"untrust",
|
|
@@ -21578,10 +21310,6 @@
|
|
|
21578
21310
|
"to_s",
|
|
21579
21311
|
"to_text",
|
|
21580
21312
|
"to_yaml",
|
|
21581
|
-
"train_or_powershell",
|
|
21582
|
-
"train_or_powershell!",
|
|
21583
|
-
"train_or_shell",
|
|
21584
|
-
"train_or_shell!",
|
|
21585
21313
|
"trust",
|
|
21586
21314
|
"untaint",
|
|
21587
21315
|
"untrust",
|
|
@@ -21809,10 +21537,6 @@
|
|
|
21809
21537
|
"to_s",
|
|
21810
21538
|
"to_text",
|
|
21811
21539
|
"to_yaml",
|
|
21812
|
-
"train_or_powershell",
|
|
21813
|
-
"train_or_powershell!",
|
|
21814
|
-
"train_or_shell",
|
|
21815
|
-
"train_or_shell!",
|
|
21816
21540
|
"trust",
|
|
21817
21541
|
"untaint",
|
|
21818
21542
|
"untrust",
|
|
@@ -22066,10 +21790,6 @@
|
|
|
22066
21790
|
"to_s",
|
|
22067
21791
|
"to_text",
|
|
22068
21792
|
"to_yaml",
|
|
22069
|
-
"train_or_powershell",
|
|
22070
|
-
"train_or_powershell!",
|
|
22071
|
-
"train_or_shell",
|
|
22072
|
-
"train_or_shell!",
|
|
22073
21793
|
"trust",
|
|
22074
21794
|
"umask",
|
|
22075
21795
|
"umask=",
|
|
@@ -22295,10 +22015,6 @@
|
|
|
22295
22015
|
"to_s",
|
|
22296
22016
|
"to_text",
|
|
22297
22017
|
"to_yaml",
|
|
22298
|
-
"train_or_powershell",
|
|
22299
|
-
"train_or_powershell!",
|
|
22300
|
-
"train_or_shell",
|
|
22301
|
-
"train_or_shell!",
|
|
22302
22018
|
"trust",
|
|
22303
22019
|
"untaint",
|
|
22304
22020
|
"untrust",
|
|
@@ -22541,10 +22257,6 @@
|
|
|
22541
22257
|
"to_s",
|
|
22542
22258
|
"to_text",
|
|
22543
22259
|
"to_yaml",
|
|
22544
|
-
"train_or_powershell",
|
|
22545
|
-
"train_or_powershell!",
|
|
22546
|
-
"train_or_shell",
|
|
22547
|
-
"train_or_shell!",
|
|
22548
22260
|
"trust",
|
|
22549
22261
|
"untaint",
|
|
22550
22262
|
"untrust",
|
|
@@ -22798,10 +22510,6 @@
|
|
|
22798
22510
|
"to_s",
|
|
22799
22511
|
"to_text",
|
|
22800
22512
|
"to_yaml",
|
|
22801
|
-
"train_or_powershell",
|
|
22802
|
-
"train_or_powershell!",
|
|
22803
|
-
"train_or_shell",
|
|
22804
|
-
"train_or_shell!",
|
|
22805
22513
|
"trust",
|
|
22806
22514
|
"umask",
|
|
22807
22515
|
"umask=",
|
|
@@ -23058,10 +22766,6 @@
|
|
|
23058
22766
|
"to_s",
|
|
23059
22767
|
"to_text",
|
|
23060
22768
|
"to_yaml",
|
|
23061
|
-
"train_or_powershell",
|
|
23062
|
-
"train_or_powershell!",
|
|
23063
|
-
"train_or_shell",
|
|
23064
|
-
"train_or_shell!",
|
|
23065
22769
|
"trust",
|
|
23066
22770
|
"untaint",
|
|
23067
22771
|
"untrust",
|
|
@@ -23289,10 +22993,6 @@
|
|
|
23289
22993
|
"to_s",
|
|
23290
22994
|
"to_text",
|
|
23291
22995
|
"to_yaml",
|
|
23292
|
-
"train_or_powershell",
|
|
23293
|
-
"train_or_powershell!",
|
|
23294
|
-
"train_or_shell",
|
|
23295
|
-
"train_or_shell!",
|
|
23296
22996
|
"trust",
|
|
23297
22997
|
"untaint",
|
|
23298
22998
|
"untrust",
|
|
@@ -23522,10 +23222,6 @@
|
|
|
23522
23222
|
"to_s",
|
|
23523
23223
|
"to_text",
|
|
23524
23224
|
"to_yaml",
|
|
23525
|
-
"train_or_powershell",
|
|
23526
|
-
"train_or_powershell!",
|
|
23527
|
-
"train_or_shell",
|
|
23528
|
-
"train_or_shell!",
|
|
23529
23225
|
"trust",
|
|
23530
23226
|
"untaint",
|
|
23531
23227
|
"untrust",
|
|
@@ -23753,10 +23449,6 @@
|
|
|
23753
23449
|
"to_s",
|
|
23754
23450
|
"to_text",
|
|
23755
23451
|
"to_yaml",
|
|
23756
|
-
"train_or_powershell",
|
|
23757
|
-
"train_or_powershell!",
|
|
23758
|
-
"train_or_shell",
|
|
23759
|
-
"train_or_shell!",
|
|
23760
23452
|
"trust",
|
|
23761
23453
|
"untaint",
|
|
23762
23454
|
"untrust",
|
|
@@ -23996,10 +23688,6 @@
|
|
|
23996
23688
|
"to_s",
|
|
23997
23689
|
"to_text",
|
|
23998
23690
|
"to_yaml",
|
|
23999
|
-
"train_or_powershell",
|
|
24000
|
-
"train_or_powershell!",
|
|
24001
|
-
"train_or_shell",
|
|
24002
|
-
"train_or_shell!",
|
|
24003
23691
|
"trust",
|
|
24004
23692
|
"untaint",
|
|
24005
23693
|
"untrust",
|
|
@@ -24252,10 +23940,6 @@
|
|
|
24252
23940
|
"to_s",
|
|
24253
23941
|
"to_text",
|
|
24254
23942
|
"to_yaml",
|
|
24255
|
-
"train_or_powershell",
|
|
24256
|
-
"train_or_powershell!",
|
|
24257
|
-
"train_or_shell",
|
|
24258
|
-
"train_or_shell!",
|
|
24259
23943
|
"trust",
|
|
24260
23944
|
"untaint",
|
|
24261
23945
|
"untrust",
|
|
@@ -24506,10 +24190,6 @@
|
|
|
24506
24190
|
"to_s",
|
|
24507
24191
|
"to_text",
|
|
24508
24192
|
"to_yaml",
|
|
24509
|
-
"train_or_powershell",
|
|
24510
|
-
"train_or_powershell!",
|
|
24511
|
-
"train_or_shell",
|
|
24512
|
-
"train_or_shell!",
|
|
24513
24193
|
"trust",
|
|
24514
24194
|
"untaint",
|
|
24515
24195
|
"untrust",
|
|
@@ -24746,10 +24426,6 @@
|
|
|
24746
24426
|
"to_s",
|
|
24747
24427
|
"to_text",
|
|
24748
24428
|
"to_yaml",
|
|
24749
|
-
"train_or_powershell",
|
|
24750
|
-
"train_or_powershell!",
|
|
24751
|
-
"train_or_shell",
|
|
24752
|
-
"train_or_shell!",
|
|
24753
24429
|
"trust",
|
|
24754
24430
|
"untaint",
|
|
24755
24431
|
"untrust",
|
|
@@ -24975,10 +24651,6 @@
|
|
|
24975
24651
|
"to_s",
|
|
24976
24652
|
"to_text",
|
|
24977
24653
|
"to_yaml",
|
|
24978
|
-
"train_or_powershell",
|
|
24979
|
-
"train_or_powershell!",
|
|
24980
|
-
"train_or_shell",
|
|
24981
|
-
"train_or_shell!",
|
|
24982
24654
|
"trust",
|
|
24983
24655
|
"untaint",
|
|
24984
24656
|
"untrust",
|
|
@@ -25209,10 +24881,6 @@
|
|
|
25209
24881
|
"to_s",
|
|
25210
24882
|
"to_text",
|
|
25211
24883
|
"to_yaml",
|
|
25212
|
-
"train_or_powershell",
|
|
25213
|
-
"train_or_powershell!",
|
|
25214
|
-
"train_or_shell",
|
|
25215
|
-
"train_or_shell!",
|
|
25216
24884
|
"triggers_reload",
|
|
25217
24885
|
"triggers_reload=",
|
|
25218
24886
|
"trust",
|
|
@@ -25470,10 +25138,6 @@
|
|
|
25470
25138
|
"to_s",
|
|
25471
25139
|
"to_text",
|
|
25472
25140
|
"to_yaml",
|
|
25473
|
-
"train_or_powershell",
|
|
25474
|
-
"train_or_powershell!",
|
|
25475
|
-
"train_or_shell",
|
|
25476
|
-
"train_or_shell!",
|
|
25477
25141
|
"trust",
|
|
25478
25142
|
"untaint",
|
|
25479
25143
|
"untrust",
|
|
@@ -25699,10 +25363,6 @@
|
|
|
25699
25363
|
"to_s",
|
|
25700
25364
|
"to_text",
|
|
25701
25365
|
"to_yaml",
|
|
25702
|
-
"train_or_powershell",
|
|
25703
|
-
"train_or_powershell!",
|
|
25704
|
-
"train_or_shell",
|
|
25705
|
-
"train_or_shell!",
|
|
25706
25366
|
"trust",
|
|
25707
25367
|
"untaint",
|
|
25708
25368
|
"untrust",
|
|
@@ -25941,10 +25601,6 @@
|
|
|
25941
25601
|
"to_s",
|
|
25942
25602
|
"to_text",
|
|
25943
25603
|
"to_yaml",
|
|
25944
|
-
"train_or_powershell",
|
|
25945
|
-
"train_or_powershell!",
|
|
25946
|
-
"train_or_shell",
|
|
25947
|
-
"train_or_shell!",
|
|
25948
25604
|
"trust",
|
|
25949
25605
|
"uid",
|
|
25950
25606
|
"uid=",
|
|
@@ -26169,10 +25825,6 @@
|
|
|
26169
25825
|
"to_s",
|
|
26170
25826
|
"to_text",
|
|
26171
25827
|
"to_yaml",
|
|
26172
|
-
"train_or_powershell",
|
|
26173
|
-
"train_or_powershell!",
|
|
26174
|
-
"train_or_shell",
|
|
26175
|
-
"train_or_shell!",
|
|
26176
25828
|
"trust",
|
|
26177
25829
|
"untaint",
|
|
26178
25830
|
"untrust",
|
|
@@ -26402,10 +26054,6 @@
|
|
|
26402
26054
|
"to_s",
|
|
26403
26055
|
"to_text",
|
|
26404
26056
|
"to_yaml",
|
|
26405
|
-
"train_or_powershell",
|
|
26406
|
-
"train_or_powershell!",
|
|
26407
|
-
"train_or_shell",
|
|
26408
|
-
"train_or_shell!",
|
|
26409
26057
|
"trust",
|
|
26410
26058
|
"untaint",
|
|
26411
26059
|
"untrust",
|
|
@@ -26632,10 +26280,6 @@
|
|
|
26632
26280
|
"to_s",
|
|
26633
26281
|
"to_text",
|
|
26634
26282
|
"to_yaml",
|
|
26635
|
-
"train_or_powershell",
|
|
26636
|
-
"train_or_powershell!",
|
|
26637
|
-
"train_or_shell",
|
|
26638
|
-
"train_or_shell!",
|
|
26639
26283
|
"trust",
|
|
26640
26284
|
"untaint",
|
|
26641
26285
|
"untrust",
|
|
@@ -26863,10 +26507,6 @@
|
|
|
26863
26507
|
"to_s",
|
|
26864
26508
|
"to_text",
|
|
26865
26509
|
"to_yaml",
|
|
26866
|
-
"train_or_powershell",
|
|
26867
|
-
"train_or_powershell!",
|
|
26868
|
-
"train_or_shell",
|
|
26869
|
-
"train_or_shell!",
|
|
26870
26510
|
"trust",
|
|
26871
26511
|
"untaint",
|
|
26872
26512
|
"untrust",
|
|
@@ -27094,10 +26734,6 @@
|
|
|
27094
26734
|
"to_s",
|
|
27095
26735
|
"to_text",
|
|
27096
26736
|
"to_yaml",
|
|
27097
|
-
"train_or_powershell",
|
|
27098
|
-
"train_or_powershell!",
|
|
27099
|
-
"train_or_shell",
|
|
27100
|
-
"train_or_shell!",
|
|
27101
26737
|
"trust",
|
|
27102
26738
|
"untaint",
|
|
27103
26739
|
"untrust",
|
|
@@ -27327,10 +26963,6 @@
|
|
|
27327
26963
|
"to_s",
|
|
27328
26964
|
"to_text",
|
|
27329
26965
|
"to_yaml",
|
|
27330
|
-
"train_or_powershell",
|
|
27331
|
-
"train_or_powershell!",
|
|
27332
|
-
"train_or_shell",
|
|
27333
|
-
"train_or_shell!",
|
|
27334
26966
|
"trust",
|
|
27335
26967
|
"untaint",
|
|
27336
26968
|
"untrust",
|
|
@@ -27557,10 +27189,6 @@
|
|
|
27557
27189
|
"to_s",
|
|
27558
27190
|
"to_text",
|
|
27559
27191
|
"to_yaml",
|
|
27560
|
-
"train_or_powershell",
|
|
27561
|
-
"train_or_powershell!",
|
|
27562
|
-
"train_or_shell",
|
|
27563
|
-
"train_or_shell!",
|
|
27564
27192
|
"trust",
|
|
27565
27193
|
"untaint",
|
|
27566
27194
|
"untrust",
|
|
@@ -27786,10 +27414,6 @@
|
|
|
27786
27414
|
"to_s",
|
|
27787
27415
|
"to_text",
|
|
27788
27416
|
"to_yaml",
|
|
27789
|
-
"train_or_powershell",
|
|
27790
|
-
"train_or_powershell!",
|
|
27791
|
-
"train_or_shell",
|
|
27792
|
-
"train_or_shell!",
|
|
27793
27417
|
"trust",
|
|
27794
27418
|
"untaint",
|
|
27795
27419
|
"untrust",
|
|
@@ -28013,10 +27637,6 @@
|
|
|
28013
27637
|
"to_s",
|
|
28014
27638
|
"to_text",
|
|
28015
27639
|
"to_yaml",
|
|
28016
|
-
"train_or_powershell",
|
|
28017
|
-
"train_or_powershell!",
|
|
28018
|
-
"train_or_shell",
|
|
28019
|
-
"train_or_shell!",
|
|
28020
27640
|
"trust",
|
|
28021
27641
|
"untaint",
|
|
28022
27642
|
"untrust",
|
|
@@ -28240,10 +27860,6 @@
|
|
|
28240
27860
|
"to_s",
|
|
28241
27861
|
"to_text",
|
|
28242
27862
|
"to_yaml",
|
|
28243
|
-
"train_or_powershell",
|
|
28244
|
-
"train_or_powershell!",
|
|
28245
|
-
"train_or_shell",
|
|
28246
|
-
"train_or_shell!",
|
|
28247
27863
|
"trust",
|
|
28248
27864
|
"untaint",
|
|
28249
27865
|
"untrust",
|
|
@@ -28477,10 +28093,6 @@
|
|
|
28477
28093
|
"to_s",
|
|
28478
28094
|
"to_text",
|
|
28479
28095
|
"to_yaml",
|
|
28480
|
-
"train_or_powershell",
|
|
28481
|
-
"train_or_powershell!",
|
|
28482
|
-
"train_or_shell",
|
|
28483
|
-
"train_or_shell!",
|
|
28484
28096
|
"trust",
|
|
28485
28097
|
"untaint",
|
|
28486
28098
|
"untrust",
|
|
@@ -28707,10 +28319,6 @@
|
|
|
28707
28319
|
"to_s",
|
|
28708
28320
|
"to_text",
|
|
28709
28321
|
"to_yaml",
|
|
28710
|
-
"train_or_powershell",
|
|
28711
|
-
"train_or_powershell!",
|
|
28712
|
-
"train_or_shell",
|
|
28713
|
-
"train_or_shell!",
|
|
28714
28322
|
"trust",
|
|
28715
28323
|
"untaint",
|
|
28716
28324
|
"untrust",
|
|
@@ -28939,10 +28547,6 @@
|
|
|
28939
28547
|
"to_s",
|
|
28940
28548
|
"to_text",
|
|
28941
28549
|
"to_yaml",
|
|
28942
|
-
"train_or_powershell",
|
|
28943
|
-
"train_or_powershell!",
|
|
28944
|
-
"train_or_shell",
|
|
28945
|
-
"train_or_shell!",
|
|
28946
28550
|
"trust",
|
|
28947
28551
|
"untaint",
|
|
28948
28552
|
"untrust",
|
|
@@ -29194,10 +28798,6 @@
|
|
|
29194
28798
|
"to_s",
|
|
29195
28799
|
"to_text",
|
|
29196
28800
|
"to_yaml",
|
|
29197
|
-
"train_or_powershell",
|
|
29198
|
-
"train_or_powershell!",
|
|
29199
|
-
"train_or_shell",
|
|
29200
|
-
"train_or_shell!",
|
|
29201
28801
|
"trust",
|
|
29202
28802
|
"untaint",
|
|
29203
28803
|
"untrust",
|
|
@@ -29419,10 +29019,6 @@
|
|
|
29419
29019
|
"to_s",
|
|
29420
29020
|
"to_text",
|
|
29421
29021
|
"to_yaml",
|
|
29422
|
-
"train_or_powershell",
|
|
29423
|
-
"train_or_powershell!",
|
|
29424
|
-
"train_or_shell",
|
|
29425
|
-
"train_or_shell!",
|
|
29426
29022
|
"trust",
|
|
29427
29023
|
"untaint",
|
|
29428
29024
|
"untrust",
|
|
@@ -29657,10 +29253,6 @@
|
|
|
29657
29253
|
"to_s",
|
|
29658
29254
|
"to_text",
|
|
29659
29255
|
"to_yaml",
|
|
29660
|
-
"train_or_powershell",
|
|
29661
|
-
"train_or_powershell!",
|
|
29662
|
-
"train_or_shell",
|
|
29663
|
-
"train_or_shell!",
|
|
29664
29256
|
"trust",
|
|
29665
29257
|
"untaint",
|
|
29666
29258
|
"untrust",
|
|
@@ -29891,10 +29483,6 @@
|
|
|
29891
29483
|
"to_s",
|
|
29892
29484
|
"to_text",
|
|
29893
29485
|
"to_yaml",
|
|
29894
|
-
"train_or_powershell",
|
|
29895
|
-
"train_or_powershell!",
|
|
29896
|
-
"train_or_shell",
|
|
29897
|
-
"train_or_shell!",
|
|
29898
29486
|
"trust",
|
|
29899
29487
|
"untaint",
|
|
29900
29488
|
"untrust",
|
|
@@ -30114,10 +29702,6 @@
|
|
|
30114
29702
|
"to_s",
|
|
30115
29703
|
"to_text",
|
|
30116
29704
|
"to_yaml",
|
|
30117
|
-
"train_or_powershell",
|
|
30118
|
-
"train_or_powershell!",
|
|
30119
|
-
"train_or_shell",
|
|
30120
|
-
"train_or_shell!",
|
|
30121
29705
|
"trust",
|
|
30122
29706
|
"untaint",
|
|
30123
29707
|
"untrust",
|
|
@@ -30355,10 +29939,6 @@
|
|
|
30355
29939
|
"to_s",
|
|
30356
29940
|
"to_text",
|
|
30357
29941
|
"to_yaml",
|
|
30358
|
-
"train_or_powershell",
|
|
30359
|
-
"train_or_powershell!",
|
|
30360
|
-
"train_or_shell",
|
|
30361
|
-
"train_or_shell!",
|
|
30362
29942
|
"trust",
|
|
30363
29943
|
"untaint",
|
|
30364
29944
|
"untrust",
|
|
@@ -30592,10 +30172,6 @@
|
|
|
30592
30172
|
"to_s",
|
|
30593
30173
|
"to_text",
|
|
30594
30174
|
"to_yaml",
|
|
30595
|
-
"train_or_powershell",
|
|
30596
|
-
"train_or_powershell!",
|
|
30597
|
-
"train_or_shell",
|
|
30598
|
-
"train_or_shell!",
|
|
30599
30175
|
"trust",
|
|
30600
30176
|
"untaint",
|
|
30601
30177
|
"untrust",
|
|
@@ -30848,10 +30424,6 @@
|
|
|
30848
30424
|
"to_s",
|
|
30849
30425
|
"to_text",
|
|
30850
30426
|
"to_yaml",
|
|
30851
|
-
"train_or_powershell",
|
|
30852
|
-
"train_or_powershell!",
|
|
30853
|
-
"train_or_shell",
|
|
30854
|
-
"train_or_shell!",
|
|
30855
30427
|
"trust",
|
|
30856
30428
|
"umask",
|
|
30857
30429
|
"umask=",
|
|
@@ -31132,10 +30704,6 @@
|
|
|
31132
30704
|
"to_s",
|
|
31133
30705
|
"to_text",
|
|
31134
30706
|
"to_yaml",
|
|
31135
|
-
"train_or_powershell",
|
|
31136
|
-
"train_or_powershell!",
|
|
31137
|
-
"train_or_shell",
|
|
31138
|
-
"train_or_shell!",
|
|
31139
30707
|
"trust",
|
|
31140
30708
|
"untaint",
|
|
31141
30709
|
"untrust",
|
|
@@ -31382,10 +30950,6 @@
|
|
|
31382
30950
|
"to_s",
|
|
31383
30951
|
"to_text",
|
|
31384
30952
|
"to_yaml",
|
|
31385
|
-
"train_or_powershell",
|
|
31386
|
-
"train_or_powershell!",
|
|
31387
|
-
"train_or_shell",
|
|
31388
|
-
"train_or_shell!",
|
|
31389
30953
|
"trust",
|
|
31390
30954
|
"untaint",
|
|
31391
30955
|
"untrust",
|
|
@@ -31616,10 +31180,6 @@
|
|
|
31616
31180
|
"to_s",
|
|
31617
31181
|
"to_text",
|
|
31618
31182
|
"to_yaml",
|
|
31619
|
-
"train_or_powershell",
|
|
31620
|
-
"train_or_powershell!",
|
|
31621
|
-
"train_or_shell",
|
|
31622
|
-
"train_or_shell!",
|
|
31623
31183
|
"trust",
|
|
31624
31184
|
"untaint",
|
|
31625
31185
|
"untrust",
|
|
@@ -31889,10 +31449,6 @@
|
|
|
31889
31449
|
"to_s",
|
|
31890
31450
|
"to_text",
|
|
31891
31451
|
"to_yaml",
|
|
31892
|
-
"train_or_powershell",
|
|
31893
|
-
"train_or_powershell!",
|
|
31894
|
-
"train_or_shell",
|
|
31895
|
-
"train_or_shell!",
|
|
31896
31452
|
"trust",
|
|
31897
31453
|
"untaint",
|
|
31898
31454
|
"untrust",
|
|
@@ -32124,10 +31680,6 @@
|
|
|
32124
31680
|
"to_s",
|
|
32125
31681
|
"to_text",
|
|
32126
31682
|
"to_yaml",
|
|
32127
|
-
"train_or_powershell",
|
|
32128
|
-
"train_or_powershell!",
|
|
32129
|
-
"train_or_shell",
|
|
32130
|
-
"train_or_shell!",
|
|
32131
31683
|
"trust",
|
|
32132
31684
|
"untaint",
|
|
32133
31685
|
"untrust",
|
|
@@ -32350,10 +31902,6 @@
|
|
|
32350
31902
|
"to_s",
|
|
32351
31903
|
"to_text",
|
|
32352
31904
|
"to_yaml",
|
|
32353
|
-
"train_or_powershell",
|
|
32354
|
-
"train_or_powershell!",
|
|
32355
|
-
"train_or_shell",
|
|
32356
|
-
"train_or_shell!",
|
|
32357
31905
|
"trust",
|
|
32358
31906
|
"untaint",
|
|
32359
31907
|
"untrust",
|
|
@@ -32589,10 +32137,6 @@
|
|
|
32589
32137
|
"to_s",
|
|
32590
32138
|
"to_text",
|
|
32591
32139
|
"to_yaml",
|
|
32592
|
-
"train_or_powershell",
|
|
32593
|
-
"train_or_powershell!",
|
|
32594
|
-
"train_or_shell",
|
|
32595
|
-
"train_or_shell!",
|
|
32596
32140
|
"trust",
|
|
32597
32141
|
"untaint",
|
|
32598
32142
|
"untrust",
|
|
@@ -32898,10 +32442,6 @@
|
|
|
32898
32442
|
"to_s",
|
|
32899
32443
|
"to_text",
|
|
32900
32444
|
"to_yaml",
|
|
32901
|
-
"train_or_powershell",
|
|
32902
|
-
"train_or_powershell!",
|
|
32903
|
-
"train_or_shell",
|
|
32904
|
-
"train_or_shell!",
|
|
32905
32445
|
"trust",
|
|
32906
32446
|
"untaint",
|
|
32907
32447
|
"untrust",
|
|
@@ -33136,10 +32676,6 @@
|
|
|
33136
32676
|
"to_s",
|
|
33137
32677
|
"to_text",
|
|
33138
32678
|
"to_yaml",
|
|
33139
|
-
"train_or_powershell",
|
|
33140
|
-
"train_or_powershell!",
|
|
33141
|
-
"train_or_shell",
|
|
33142
|
-
"train_or_shell!",
|
|
33143
32679
|
"trust",
|
|
33144
32680
|
"untaint",
|
|
33145
32681
|
"untrust",
|
|
@@ -33392,10 +32928,6 @@
|
|
|
33392
32928
|
"to_s",
|
|
33393
32929
|
"to_text",
|
|
33394
32930
|
"to_yaml",
|
|
33395
|
-
"train_or_powershell",
|
|
33396
|
-
"train_or_powershell!",
|
|
33397
|
-
"train_or_shell",
|
|
33398
|
-
"train_or_shell!",
|
|
33399
32931
|
"trust",
|
|
33400
32932
|
"type",
|
|
33401
32933
|
"type=",
|