encommon 0.22.0__tar.gz → 0.22.2__tar.gz
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.
- {encommon-0.22.0/encommon.egg-info → encommon-0.22.2}/PKG-INFO +1 -1
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/unitime.py +8 -5
- encommon-0.22.2/encommon/version.txt +1 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/images/failure.svg +2 -1
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/images/information.svg +2 -1
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/images/success.svg +2 -1
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/images/warning.svg +2 -1
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/color.js +15 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/default.js +75 -9
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/default.css +12 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/image.css +0 -12
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_default.py +27 -1
- {encommon-0.22.0 → encommon-0.22.2/encommon.egg-info}/PKG-INFO +1 -1
- encommon-0.22.0/encommon/version.txt +0 -1
- {encommon-0.22.0 → encommon-0.22.2}/LICENSE +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/MANIFEST.in +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/README.md +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/colors/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/colors/color.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/colors/test/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/colors/test/test_color.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/config.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/files.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/logger.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/params.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/paths.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/test/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/test/test_config.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/test/test_files.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/test/test_logger.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/test/test_paths.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/test/test_utils.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/config/utils.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/conftest.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/crypts/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/crypts/crypts.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/crypts/hashes.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/crypts/params.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/crypts/test/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/crypts/test/test_crypts.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/crypts/test/test_hashes.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/parse/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/parse/jinja2.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/parse/network.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/parse/test/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/parse/test/test_jinja2.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/parse/test/test_network.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/py.typed +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/common.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/duration.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/params.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/parse.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_duration.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_params.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_parse.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_time.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_timer.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_timers.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_unitime.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_utils.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_window.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/test/test_windows.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/time.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/timer.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/timers.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/utils.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/window.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/times/windows.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/classes.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/dicts.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/empty.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/lists.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/notate.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/strings.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/test/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/test/test_classes.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/test/test_dicts.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/test/test_empty.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/test/test_lists.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/test/test_notate.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/test/test_strings.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/types/types.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/common.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/files.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/match.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/paths.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/sample.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/stdout.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/test/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/test/test_files.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/test/test_match.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/test/test_paths.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/test/test_sample.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/utils/test/test_stdout.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/content.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/images/enasis.svg +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/index.html +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/datagrid.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/datetime.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/duration.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/helpers.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/image.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/message.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/moderate.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/numeric.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/statate.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/scripts/tagues.js +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/color.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/datagrid.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/datetime.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/duration.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/message.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/moderate.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/numeric.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/statate.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/styles/tagues.css +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/__init__.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/conftest.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_color.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_content.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_datagrid.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_datetime.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_duration.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_helpers.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_image.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_message.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_moderate.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_numeric.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_statate.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon/webkit/test/test_tagues.py +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon.egg-info/SOURCES.txt +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon.egg-info/dependency_links.txt +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon.egg-info/requires.txt +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/encommon.egg-info/top_level.txt +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/pyproject.toml +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/require/install.txt +0 -0
- {encommon-0.22.0 → encommon-0.22.2}/setup.cfg +0 -0
@@ -47,17 +47,20 @@ def unitime(
|
|
47
47
|
|
48
48
|
if isinstance(input, str):
|
49
49
|
|
50
|
-
if re_match(
|
51
|
-
input = since_time(
|
52
|
-
'now', f'+{input}')
|
53
|
-
|
54
|
-
elif re_match(STRINT, input):
|
50
|
+
if re_match(STRINT, input):
|
55
51
|
input = int(input)
|
56
52
|
|
57
53
|
elif re_match(STRFLT, input):
|
58
54
|
input = int(
|
59
55
|
input.split('.')[0])
|
60
56
|
|
57
|
+
elif re_match(NOTATE, input):
|
58
|
+
input = since_time(
|
59
|
+
'now', f'+{input}')
|
60
|
+
|
61
|
+
else: # NOCVR
|
62
|
+
raise ValueError('input')
|
63
|
+
|
61
64
|
if isinstance(input, float):
|
62
65
|
input = int(input)
|
63
66
|
|
@@ -0,0 +1 @@
|
|
1
|
+
0.22.2
|
@@ -21,6 +21,21 @@ function colordiv(
|
|
21
21
|
'encommon_colordiv');
|
22
22
|
|
23
23
|
|
24
|
+
let known = [
|
25
|
+
'gray',
|
26
|
+
'red',
|
27
|
+
'blue',
|
28
|
+
'green',
|
29
|
+
'yellow',
|
30
|
+
'pink',
|
31
|
+
'teal'];
|
32
|
+
|
33
|
+
if (known.includes(input))
|
34
|
+
input =
|
35
|
+
'rgb(var(--color-'
|
36
|
+
+ `${input}-dark))`;
|
37
|
+
|
38
|
+
|
24
39
|
let value =
|
25
40
|
$('<div/>')
|
26
41
|
.addClass('_value');
|
@@ -91,6 +91,9 @@ is permitted, for more information consult the project license file.
|
|
91
91
|
$.prototype
|
92
92
|
.attr = _enquery_attr;
|
93
93
|
|
94
|
+
$.prototype
|
95
|
+
.prop = _enquery_prop;
|
96
|
+
|
94
97
|
})(window);
|
95
98
|
|
96
99
|
|
@@ -181,20 +184,51 @@ function _enquery_remcls(
|
|
181
184
|
function _enquery_hide() {
|
182
185
|
// Helper function for Enasis Network jQuery replacement.
|
183
186
|
|
184
|
-
let returned =
|
185
|
-
this.css('display', 'none');
|
186
187
|
|
187
|
-
|
188
|
+
function _each() {
|
189
|
+
|
190
|
+
let dataset = this.dataset;
|
191
|
+
let style = this.style;
|
192
|
+
let hide = dataset.enqHide;
|
193
|
+
|
194
|
+
if (hide === undefined
|
195
|
+
&& style.display != 'none'
|
196
|
+
&& !isempty(style.display))
|
197
|
+
dataset.enqHide =
|
198
|
+
style.display;
|
199
|
+
|
200
|
+
style.display = 'none'; }
|
201
|
+
|
202
|
+
|
203
|
+
return this.each(_each); }
|
188
204
|
|
189
205
|
|
190
206
|
|
191
207
|
function _enquery_show() {
|
192
208
|
// Helper function for Enasis Network jQuery replacement.
|
193
209
|
|
194
|
-
let returned =
|
195
|
-
this.css('display', 'block');
|
196
210
|
|
197
|
-
|
211
|
+
function _each() {
|
212
|
+
|
213
|
+
let dataset = this.dataset;
|
214
|
+
let style = this.style;
|
215
|
+
let hide = dataset.enqHide;
|
216
|
+
|
217
|
+
if (hide !== undefined) {
|
218
|
+
if (!isempty(hide))
|
219
|
+
style.display = hide;
|
220
|
+
else
|
221
|
+
style
|
222
|
+
.removeProperty('display');
|
223
|
+
|
224
|
+
delete dataset.enqHide; }
|
225
|
+
|
226
|
+
else
|
227
|
+
style
|
228
|
+
.removeProperty('display'); }
|
229
|
+
|
230
|
+
|
231
|
+
return this.each(_each); }
|
198
232
|
|
199
233
|
|
200
234
|
|
@@ -262,7 +296,7 @@ function _enquery_append(
|
|
262
296
|
(x) => {
|
263
297
|
const element =
|
264
298
|
index < 1 ?
|
265
|
-
x :
|
299
|
+
x : x.cloneNode(true);
|
266
300
|
this
|
267
301
|
.appendChild(element); }); }
|
268
302
|
|
@@ -305,9 +339,17 @@ function _enquery_attr(
|
|
305
339
|
if (this.length === 0)
|
306
340
|
return undefined;
|
307
341
|
|
342
|
+
|
343
|
+
function _each() {
|
344
|
+
if (value === null)
|
345
|
+
this.removeAttribute(name);
|
346
|
+
else
|
347
|
+
this.setAttribute(
|
348
|
+
name, value); }
|
349
|
+
|
308
350
|
if (value !== undefined)
|
309
|
-
this
|
310
|
-
|
351
|
+
return this.each(_each);
|
352
|
+
|
311
353
|
|
312
354
|
let returned =
|
313
355
|
this[0]
|
@@ -317,6 +359,30 @@ function _enquery_attr(
|
|
317
359
|
|
318
360
|
|
319
361
|
|
362
|
+
function _enquery_prop(
|
363
|
+
name,
|
364
|
+
value,
|
365
|
+
) {
|
366
|
+
// Helper function for Enasis Network jQuery replacement.
|
367
|
+
|
368
|
+
if (this.length === 0)
|
369
|
+
return undefined;
|
370
|
+
|
371
|
+
|
372
|
+
function _each() {
|
373
|
+
if (value === null)
|
374
|
+
this.removeProperty(name);
|
375
|
+
else
|
376
|
+
this[name] = value; }
|
377
|
+
|
378
|
+
if (value !== undefined)
|
379
|
+
return this.each(_each);
|
380
|
+
|
381
|
+
|
382
|
+
return this[0][name]; }
|
383
|
+
|
384
|
+
|
385
|
+
|
320
386
|
function _enquery_clone() {
|
321
387
|
|
322
388
|
let clones =
|
@@ -63,6 +63,18 @@ is permitted, for more information consult the project license file.
|
|
63
63
|
|
64
64
|
|
65
65
|
|
66
|
+
/*****************************************/
|
67
|
+
/* Extended structure for image elements */
|
68
|
+
/*****************************************/
|
69
|
+
|
70
|
+
:root {
|
71
|
+
--svgicon-failure: url('/images/failure');
|
72
|
+
--svgicon-information: url('/images/information');
|
73
|
+
--svgicon-success: url('/images/success');
|
74
|
+
--svgicon-warning: url('/images/warning'); }
|
75
|
+
|
76
|
+
|
77
|
+
|
66
78
|
/************************************/
|
67
79
|
/* Initial default for all elements */
|
68
80
|
/************************************/
|
@@ -23,18 +23,6 @@ is permitted, for more information consult the project license file.
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
|
-
/*****************************************/
|
27
|
-
/* Extended structure for image elements */
|
28
|
-
/*****************************************/
|
29
|
-
|
30
|
-
:root {
|
31
|
-
--svgicon-failure: url('/images/failure');
|
32
|
-
--svgicon-information: url('/images/information');
|
33
|
-
--svgicon-success: url('/images/success');
|
34
|
-
--svgicon-warning: url('/images/warning'); }
|
35
|
-
|
36
|
-
|
37
|
-
|
38
26
|
/*****************************************/
|
39
27
|
/* Extended structure for image elements */
|
40
28
|
/*****************************************/
|
@@ -192,7 +192,7 @@ def test_default_showhide(
|
|
192
192
|
'$("body>div")[0]'
|
193
193
|
'.style.display;')
|
194
194
|
|
195
|
-
assert outcome ==
|
195
|
+
assert outcome == SEMPTY
|
196
196
|
|
197
197
|
|
198
198
|
|
@@ -312,3 +312,29 @@ def test_default_attr(
|
|
312
312
|
wrap=False)
|
313
313
|
|
314
314
|
assert outcome == 'bar'
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
def test_default_prop(
|
319
|
+
prepare: tuple['Content', WebDriver],
|
320
|
+
) -> None:
|
321
|
+
"""
|
322
|
+
Perform various tests associated with relevant routines.
|
323
|
+
|
324
|
+
:param prepare: Driver and content loaded with scripts.
|
325
|
+
"""
|
326
|
+
|
327
|
+
content, driver = prepare
|
328
|
+
|
329
|
+
_executejs(
|
330
|
+
driver,
|
331
|
+
'$("body")'
|
332
|
+
'.prop("foo", "bar")')
|
333
|
+
|
334
|
+
outcome = _executejs(
|
335
|
+
driver,
|
336
|
+
'return $("body")'
|
337
|
+
' .prop("foo");',
|
338
|
+
wrap=False)
|
339
|
+
|
340
|
+
assert outcome == 'bar'
|
@@ -1 +0,0 @@
|
|
1
|
-
0.22.0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|