View | Details | Raw Unified | Return to bug 247666 | Differences between
and this patch

Collapse All | Expand All

(-)games/anki/Makefile (-29 / +402 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	anki
4
PORTNAME=	anki
5
DISTVERSION=	2.1.16
5
DISTVERSION=	2.1.35
6
PORTREVISION=	2
6
# Don't forget to update ${_MY_BUILDHASH}
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
MASTER_SITES=	https://apps.ankiweb.net/downloads/archive/
8
MASTER_SITES=	LOCAL/kai/:npmcache
9
DISTNAME=	anki-${PORTVERSION}-source
9
DISTFILES=	anki-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache
10
DIST_SUBDIR=	python
10
DIST_SUBDIR=	python
11
11
12
MAINTAINER=	kai@FreeBSD.org
12
MAINTAINER=	kai@FreeBSD.org
Lines 15-38 Link Here
15
LICENSE=	AGPLv3+
15
LICENSE=	AGPLv3+
16
LICENSE_FILE=	${WRKSRC}/LICENSE
16
LICENSE_FILE=	${WRKSRC}/LICENSE
17
17
18
RUN_DEPENDS=	lame:audio/lame \
18
BUILD_DEPENDS=	bash:shells/bash \
19
		${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
19
		maturin:devel/py-maturin@${PY_FLAVOR} \
20
		protoc:devel/protobuf \
21
		npm:www/npm \
22
		rsync:net/rsync \
23
		${PYTHON_PKGNAMEPREFIX}mypy-protobuf>=1.21:devel/py-mypy-protobuf@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}stringcase==1.2.0:devel/py-stringcase@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
26
		${RUN_DEPENDS}
27
28
# For x64 architectures there's also a Python package "orjson" that still needs
29
# to be ported once the required features (= "untagged unions",
30
# "specialication" and "const_generics") of the "smallvec" crate are available
31
# in the Rust release channel.
32
#
33
# Although the "orjson" package is required via the setup.py of Anki's Python
34
# library it's (still) optional in the code.
35
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
36
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
37
		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
38
		${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${PY_FLAVOR} \
39
		${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
40
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} \
41
		${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
42
		${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
43
		${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
27
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
44
		${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
45
		${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
46
		${PYTHON_PKGNAMEPREFIX}Flask-Cors>0:www/py-flask-cors@${PY_FLAVOR} \
47
		${PYTHON_PKGNAMEPREFIX}waitress>0:www/py-waitress@${PY_FLAVOR}
28
48
29
USES=		desktop-file-utils pyqt:5 python:3.6+ shebangfix tar:tgz
49
# USES=ssl is required for the compilation of the Rust code
30
USE_PYQT=	core_run gui_run printsupport_run sip_run webengine_run widgets_run
50
USES=		cargo desktop-file-utils gmake perl5 pyqt:5 python:3.7+ shebangfix ssl
51
USE_GITHUB=	yes
52
GH_ACCOUNT=	ankitects
53
GH_TUPLE=	ankitects:anki-core-i18n:fbda2ed:i18ncore \
54
		ankitects:anki-desktop-ftl:f56e959:i18nfluent \
55
		ankitects:anki-desktop-i18n:a93ccef:i18ndesktop \
56
		ankitects:rust-coarsetime:f9e2c86216f0f4803bc75404828318fc206dab29:coarsetime \
57
		ankitects:fluent-rs:f61c5e10a53161ef5261f3c87b62047f12e4aa74:fluent \
58
		ankitects:hyper-timeout:664b6f9c387f6a7d75d1609a65c02554e8c55bc7:hypertimeout \
59
		ankitects:reqwest:57665e2c2a39db85723ba860f1b570a608bb73f9:reqwest \
60
		ankitects:tokio-io-timeout:96e1358555c49905de89170f2b1102a7d8b6c4c2:tokioiotimeout
61
USE_PERL5=	build
62
USE_PYQT=	core gui network printsupport sip svg webchannel webengine widgets xml_build
31
63
32
NO_ARCH=	yes
64
SHEBANG_FILES=	qt/po/scripts/build-mo-files \
33
SHEBANG_FILES=	tools/runanki.system.in
65
		qt/po/scripts/copy-qt-files \
34
WRKSRC=		${WRKDIR}/anki-${PORTVERSION}
66
		qt/runanki \
67
		qt/tools/build_ui.sh \
68
		scripts/rename
35
69
70
CARGO_CRATES=	addr2line-0.13.0 \
71
		adler-0.2.3 \
72
		aho-corasick-0.7.14 \
73
		anyhow-1.0.33 \
74
		arc-swap-0.4.7 \
75
		arrayref-0.3.6 \
76
		arrayvec-0.4.12 \
77
		arrayvec-0.5.1 \
78
		askama-0.10.3 \
79
		askama_derive-0.10.3 \
80
		askama_escape-0.10.1 \
81
		askama_shared-0.10.4 \
82
		async-compression-0.3.5 \
83
		atty-0.2.14 \
84
		autocfg-1.0.1 \
85
		backtrace-0.3.53 \
86
		base64-0.12.3 \
87
		bitflags-1.2.1 \
88
		blake2b_simd-0.5.10 \
89
		blake3-0.3.7 \
90
		bumpalo-3.4.0 \
91
		byteorder-1.3.4 \
92
		bytes-0.4.12 \
93
		bytes-0.5.6 \
94
		cc-1.0.61 \
95
		cfg-if-0.1.10 \
96
		cfg-if-1.0.0 \
97
		chrono-0.4.19 \
98
		cloudabi-0.1.0 \
99
		constant_time_eq-0.1.5 \
100
		core-foundation-0.7.0 \
101
		core-foundation-sys-0.7.0 \
102
		crc32fast-1.2.1 \
103
		crossbeam-channel-0.4.4 \
104
		crossbeam-utils-0.7.2 \
105
		crypto-mac-0.8.0 \
106
		ctor-0.1.16 \
107
		derivative-2.1.1 \
108
		digest-0.9.0 \
109
		dirs-2.0.2 \
110
		dirs-sys-0.3.5 \
111
		dtoa-0.4.6 \
112
		either-1.6.1 \
113
		encoding_rs-0.8.24 \
114
		failure-0.1.8 \
115
		failure_derive-0.1.8 \
116
		fallible-iterator-0.2.0 \
117
		fallible-streaming-iterator-0.1.9 \
118
		fixedbitset-0.2.0 \
119
		flate2-1.0.18 \
120
		fluent-langneg-0.12.1 \
121
		fluent-syntax-0.9.3 \
122
		fnv-1.0.7 \
123
		foreign-types-0.3.2 \
124
		foreign-types-shared-0.1.1 \
125
		fuchsia-zircon-0.3.3 \
126
		fuchsia-zircon-sys-0.3.3 \
127
		futures-0.3.6 \
128
		futures-channel-0.3.6 \
129
		futures-core-0.3.6 \
130
		futures-executor-0.3.6 \
131
		futures-io-0.3.6 \
132
		futures-macro-0.3.6 \
133
		futures-sink-0.3.6 \
134
		futures-task-0.3.6 \
135
		futures-util-0.3.6 \
136
		fxhash-0.2.1 \
137
		generic-array-0.14.4 \
138
		getrandom-0.1.15 \
139
		ghost-0.1.2 \
140
		gimli-0.22.0 \
141
		h2-0.2.6 \
142
		hashbrown-0.9.1 \
143
		heck-0.3.1 \
144
		hermit-abi-0.1.17 \
145
		hex-0.4.2 \
146
		htmlescape-0.3.1 \
147
		http-0.2.1 \
148
		http-body-0.3.1 \
149
		httparse-1.3.4 \
150
		httpdate-0.3.2 \
151
		humansize-1.1.0 \
152
		hyper-0.13.8 \
153
		hyper-tls-0.4.3 \
154
		idna-0.2.0 \
155
		indexmap-1.6.0 \
156
		indoc-0.3.6 \
157
		indoc-impl-0.3.6 \
158
		instant-0.1.7 \
159
		intl_pluralrules-6.0.0 \
160
		inventory-0.1.9 \
161
		inventory-impl-0.1.9 \
162
		iovec-0.1.4 \
163
		itertools-0.8.2 \
164
		itertools-0.9.0 \
165
		itoa-0.4.6 \
166
		js-sys-0.3.45 \
167
		kernel32-sys-0.2.2 \
168
		lazy_static-1.4.0 \
169
		lexical-core-0.7.4 \
170
		libc-0.2.79 \
171
		libsqlite3-sys-0.18.0 \
172
		linked-hash-map-0.5.3 \
173
		lock_api-0.4.1 \
174
		log-0.4.11 \
175
		lru-cache-0.1.2 \
176
		matches-0.1.8 \
177
		maybe-uninit-2.0.0 \
178
		memchr-2.3.3 \
179
		mime-0.3.16 \
180
		mime_guess-2.0.3 \
181
		miniz_oxide-0.4.3 \
182
		mio-0.6.22 \
183
		miow-0.2.1 \
184
		multimap-0.8.2 \
185
		native-tls-0.2.4 \
186
		net2-0.2.35 \
187
		nodrop-0.1.14 \
188
		nom-5.1.2 \
189
		num-format-0.4.0 \
190
		num-integer-0.1.43 \
191
		num-traits-0.2.12 \
192
		num_cpus-1.13.0 \
193
		num_enum-0.5.1 \
194
		num_enum_derive-0.5.1 \
195
		object-0.21.1 \
196
		once_cell-1.4.1 \
197
		openssl-0.10.30 \
198
		openssl-probe-0.1.2 \
199
		openssl-sys-0.9.58 \
200
		parking_lot-0.11.0 \
201
		parking_lot_core-0.8.0 \
202
		paste-0.1.18 \
203
		paste-impl-0.1.18 \
204
		percent-encoding-2.1.0 \
205
		petgraph-0.5.1 \
206
		pin-project-0.4.27 \
207
		pin-project-internal-0.4.27 \
208
		pin-project-lite-0.1.11 \
209
		pin-utils-0.1.0 \
210
		pkg-config-0.3.19 \
211
		podio-0.1.7 \
212
		ppv-lite86-0.2.9 \
213
		proc-macro-crate-0.1.5 \
214
		proc-macro-hack-0.5.18 \
215
		proc-macro-nested-0.1.6 \
216
		proc-macro2-1.0.24 \
217
		prost-0.6.1 \
218
		prost-build-0.6.1 \
219
		prost-derive-0.6.1 \
220
		prost-types-0.6.1 \
221
		pyo3-0.11.1 \
222
		pyo3-derive-backend-0.11.1 \
223
		pyo3cls-0.11.1 \
224
		quote-1.0.7 \
225
		rand-0.7.3 \
226
		rand_chacha-0.2.2 \
227
		rand_core-0.5.1 \
228
		rand_hc-0.2.0 \
229
		redox_syscall-0.1.57 \
230
		redox_users-0.3.5 \
231
		regex-1.4.1 \
232
		regex-syntax-0.6.20 \
233
		remove_dir_all-0.5.3 \
234
		rental-0.5.5 \
235
		rental-impl-0.5.5 \
236
		rusqlite-0.23.1 \
237
		rust-argon2-0.8.2 \
238
		rustc-demangle-0.1.18 \
239
		ryu-1.0.5 \
240
		schannel-0.1.19 \
241
		scopeguard-1.1.0 \
242
		security-framework-0.4.4 \
243
		security-framework-sys-0.4.3 \
244
		serde-1.0.117 \
245
		serde-aux-0.6.1 \
246
		serde_derive-1.0.117 \
247
		serde_json-1.0.59 \
248
		serde_repr-0.1.6 \
249
		serde_tuple-0.5.0 \
250
		serde_tuple_macros-0.5.0 \
251
		serde_urlencoded-0.6.1 \
252
		sha1-0.6.0 \
253
		slab-0.4.2 \
254
		slog-2.5.2 \
255
		slog-async-2.5.0 \
256
		slog-envlogger-2.2.0 \
257
		slog-scope-4.3.0 \
258
		slog-stdlog-4.1.0 \
259
		slog-term-2.6.0 \
260
		smallvec-1.4.2 \
261
		socket2-0.3.15 \
262
		stable_deref_trait-1.2.0 \
263
		static_assertions-1.1.0 \
264
		subtle-2.3.0 \
265
		syn-1.0.46 \
266
		synstructure-0.12.4 \
267
		take_mut-0.2.2 \
268
		tempfile-3.1.0 \
269
		term-0.6.1 \
270
		thiserror-1.0.21 \
271
		thiserror-impl-1.0.21 \
272
		thread_local-1.0.1 \
273
		time-0.1.44 \
274
		tinystr-0.3.4 \
275
		tinyvec-0.3.4 \
276
		tokio-0.2.22 \
277
		tokio-socks-0.2.2 \
278
		tokio-tls-0.3.1 \
279
		tokio-util-0.3.1 \
280
		toml-0.5.7 \
281
		tower-service-0.3.0 \
282
		tracing-0.1.21 \
283
		tracing-core-0.1.17 \
284
		try-lock-0.2.3 \
285
		type-map-0.3.0 \
286
		typenum-1.12.0 \
287
		unic-langid-0.8.0 \
288
		unic-langid-impl-0.8.0 \
289
		unic-langid-macros-0.8.0 \
290
		unic-langid-macros-impl-0.8.0 \
291
		unicase-2.6.0 \
292
		unicode-bidi-0.3.4 \
293
		unicode-normalization-0.1.13 \
294
		unicode-segmentation-1.6.0 \
295
		unicode-xid-0.2.1 \
296
		unindent-0.1.7 \
297
		url-2.1.1 \
298
		utime-0.3.1 \
299
		vcpkg-0.2.10 \
300
		version_check-0.9.2 \
301
		want-0.3.0 \
302
		wasi-0.9.0+wasi-snapshot-preview1 \
303
		wasi-0.10.0+wasi-snapshot-preview1 \
304
		wasm-bindgen-0.2.68 \
305
		wasm-bindgen-backend-0.2.68 \
306
		wasm-bindgen-futures-0.4.18 \
307
		wasm-bindgen-macro-0.2.68 \
308
		wasm-bindgen-macro-support-0.2.68 \
309
		wasm-bindgen-shared-0.2.68 \
310
		web-sys-0.3.45 \
311
		which-3.1.1 \
312
		winapi-0.2.8 \
313
		winapi-0.3.9 \
314
		winapi-build-0.1.1 \
315
		winapi-i686-pc-windows-gnu-0.4.0 \
316
		winapi-x86_64-pc-windows-gnu-0.4.0 \
317
		winreg-0.6.2 \
318
		ws2_32-sys-0.2.1 \
319
		zip-0.5.6
320
CARGO_USE_GITHUB=	yes
321
322
CARGO_CARGOLOCK=	${WRKSRC}/rspy/Cargo.lock
323
CARGO_CARGOTOML=	${WRKSRC}/rspy/Cargo.toml
324
325
CARGO_BUILD=	no
326
327
MAKE_ARGS=	DEVEL="rspy pylib ts qt" PYTHON_FILE="${PYTHON_CMD}" SHELL="${LOCALBASE}/bin/bash"
328
MAKE_ENV=	npm_config_offline=true
329
330
ALL_TARGET=		build
331
36
OPTIONS_DEFINE=		NLS
332
OPTIONS_DEFINE=		NLS
37
OPTIONS_DEFAULT=	MPV
333
OPTIONS_DEFAULT=	MPV
38
OPTIONS_GROUP=		PLAYER
334
OPTIONS_GROUP=		PLAYER
Lines 44-66 Link Here
44
MPLAYER_RUN_DEPENDS=	mplayer:multimedia/mplayer
340
MPLAYER_RUN_DEPENDS=	mplayer:multimedia/mplayer
45
MPV_RUN_DEPENDS=	mpv:multimedia/mpv
341
MPV_RUN_DEPENDS=	mpv:multimedia/mpv
46
342
47
NLS_USES=	gettext-runtime gettext-tools
343
NLS_USES=	gettext
48
344
345
# Should contain the most recent commit that reflects ${DISTVERSION} and must
346
# be exactly 8 digits otherwise the check for newer versions won't work as
347
# expected.
348
_MY_BUILDHASH=	84dcaa86
349
350
# Place the translation files to the appropriate directories
351
post-extract:
352
	@${RLN} ${WRKSRC_i18ncore} ${WRKSRC}/rslib/ftl/repo
353
	@${RLN} ${WRKSRC_i18nfluent} ${WRKSRC}/qt/ftl/repo
354
	@${RLN} ${WRKSRC_i18ndesktop} ${WRKSRC}/qt/po/repo
355
49
post-patch:
356
post-patch:
50
	@${REINPLACE_CMD} -i '' \
357
	# Add trailing directory names to cargo repositories
51
		's|%%PREFIX%%|${PREFIX}|' \
358
	@${REINPLACE_CMD} -Ee '/^fluent =/ s|(${WRKSRC_fluent})|\1/fluent|; \
52
		${WRKSRC}/anki/lang.py
359
		/^intl-memoizer =/ s|(${WRKSRC_fluent})|\1/intl-memoizer|' ${WRKSRC}/rslib/Cargo.toml
53
	@${FIND} ${WRKSRC} -name '*.orig' -delete
360
	@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/qt/runanki
361
	@${REINPLACE_CMD} -e 's|%%MAKE_CMD%%|${MAKE_CMD}|' ${WRKSRC}/qt/Makefile
362
	@${REINPLACE_CMD} -e 's|%%UNZIP_NATIVE_CMD%%|${UNZIP_NATIVE_CMD}|' ${WRKSRC}/rspy/Makefile
54
363
55
post-patch-NLS-off:
364
post-patch-NLS-on:
56
	@${REINPLACE_CMD} -i '' '/locale/s/^/#/' \
365
	@${REINPLACE_CMD} -e 's|### NLS ###||' ${WRKSRC}/qt/Makefile
57
		${WRKSRC}/Makefile
58
366
59
do-build:
367
# Although PYTHON_FILE is set to ${PYTHON_CMD} via MAKE_ARGS to make the
60
	@${PYTHON_CMD} -m compileall ${WRKSRC}
368
# compilation of the pyo3 crate possible there are also hardcoded "python"
61
	@${PYTHON_CMD} -O -m compileall ${WRKSRC}
369
# occurences in too many places.
370
pre-configure:
371
	${MKDIR} ${WRKDIR}/.bin && ${LN} -s ${PYTHON_CMD} ${WRKDIR}/.bin/python
62
372
63
post-install:
373
# Overview of the build process
64
	${INSTALL_SCRIPT} ${WRKSRC}/tools/runanki.system ${STAGEDIR}${PREFIX}/bin/anki
374
#
375
# 1. rslib (Rust library, implictly built by step 2)
376
#    `-> produces ${WRKSRC}/proto/fluent.proto
377
# 2. rspy (Rust/Python bridge)
378
#    `-> produces ${WRKSRC}/pylib/ankirspy.cpython-%%PYTHON_SUFFIX%%m.so
379
# 3. pylib (Python-only library)
380
# 4. ts (builds ${WRKSRC}/ts/node_modules/.bin/{tsc,sass})
381
# 5. qt (Python library with Qt5 bindings)
382
pre-build:
383
	# Set the buildhash
384
	@${ECHO_CMD} ${_MY_BUILDHASH} > ${WRKSRC}/meta/buildhash
65
385
386
	# Build the Rust library (rslib) and Rust/Python bridge (rspy) separately to
387
	# use Rust from the Ports tree and to avoid bootstrapping Rust via "rustup".
388
	@${CARGO_CARGO_RUN} build \
389
		--manifest-path ${CARGO_CARGOTOML} \
390
		--verbose \
391
		${CARGO_BUILD_ARGS}
392
393
post-build:
394
	# Compile Anki's Python libary (pylib) and Qt5 library (aqt) to prepare them
395
	# for installation
396
	@${PYTHON_CMD} -m compileall ${WRKSRC}/pylib/anki
397
	@${PYTHON_CMD} -O -m compileall ${WRKSRC}/pylib/anki
398
	@${PYTHON_CMD} -m compileall ${WRKSRC}/qt/aqt
399
	@${PYTHON_CMD} -O -m compileall ${WRKSRC}/qt/aqt
400
401
do-install:
402
	${MKDIR} ${STAGEDIR}${DATADIR}/anki \
403
			${STAGEDIR}${DATADIR}/aqt \
404
			${STAGEDIR}${DATADIR}/aqt_data \
405
			${STAGEDIR}${PREFIX}/share/pixmaps \
406
			${STAGEDIR}${PREFIX}/share/applications
407
	cd ${WRKSRC}/pylib \
408
		&& ${COPYTREE_SHARE} anki ${STAGEDIR}${DATADIR} "! -name .gitignore" \
409
		&& ${INSTALL_LIB} *.so ${STAGEDIR}${DATADIR}
410
	cd ${WRKSRC}/qt \
411
		&& ${COPYTREE_SHARE} aqt ${STAGEDIR}${DATADIR} "! -name .gitignore" \
412
		&& ${COPYTREE_SHARE} aqt_data ${STAGEDIR}${DATADIR} "! -name .gitignore" \
413
		&& ${INSTALL_DATA} anki.xpm anki.png ${STAGEDIR}${PREFIX}/share/pixmaps \
414
		&& ${INSTALL_DATA} anki.desktop ${STAGEDIR}${PREFIX}/share/applications \
415
		&& ${INSTALL_MAN} anki.1 ${STAGEDIR}${MANPREFIX}/man/man1 \
416
		&& ${INSTALL_SCRIPT} runanki ${STAGEDIR}${PREFIX}/bin/anki
417
418
# Helper target to make the generation of the npm cache easier
419
#
420
# The command "npx pbjs" tries to install additional dependencies for the CLI
421
# component of the "protobufjs" package and will fail during build because the
422
# environment variable "npm_config_offline" is set to "true" via ${MAKE_ENV}.
423
#
424
# Thus "npx pbjs" is issued after "npm install" to get the remaining
425
# dependencies to populate the cache with them.
426
make-npm-cache:
427
	# Run "make extract" before executing this target
428
	@cd ${WRKDIR} && ${RM} -r .npm
429
	@cd ${WRKSRC}/ts \
430
		&& ${SETENV} HOME=${WRKDIR} npm install \
431
		&& ${TOUCH} in.proto \
432
		&& ${SETENV} HOME=${WRKDIR} npx --cache ${WRKDIR}/.npm pbjs -q -t static-module in.proto -o out.proto
433
	@cd ${WRKDIR}/.npm \
434
		&& ${RM} -r _locks anonymous-cli-metrics.json
435
	@cd ${WRKDIR} \
436
		&& ${TAR} -czf ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX} .npm \
437
		&& ${ECHO} "Please upload the file ${WRKDIR}/${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}"
438
66
.include <bsd.port.mk>
439
.include <bsd.port.mk>
(-)games/anki/distinfo (-3 / +521 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1581366080
1
TIMESTAMP = 1603538538
2
SHA256 (python/anki-2.1.16-source.tgz) = f300dd33c795fbfbf3a883457aea50ee5f5f602899dc7122fd7e526a7328d9bd
2
SHA256 (python/anki-npm-cache-2.1.35.tar.gz) = 2168a9374715882affbaaa78d2775bc365f23cab6ecf3e74154936e128d01246
3
SIZE (python/anki-2.1.16-source.tgz) = 4211686
3
SIZE (python/anki-npm-cache-2.1.35.tar.gz) = 51533006
4
SHA256 (python/rust/crates/addr2line-0.13.0.tar.gz) = 1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072
5
SIZE (python/rust/crates/addr2line-0.13.0.tar.gz) = 29996
6
SHA256 (python/rust/crates/adler-0.2.3.tar.gz) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e
7
SIZE (python/rust/crates/adler-0.2.3.tar.gz) = 12168
8
SHA256 (python/rust/crates/aho-corasick-0.7.14.tar.gz) = b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d
9
SIZE (python/rust/crates/aho-corasick-0.7.14.tar.gz) = 113042
10
SHA256 (python/rust/crates/anyhow-1.0.33.tar.gz) = a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c
11
SIZE (python/rust/crates/anyhow-1.0.33.tar.gz) = 28540
12
SHA256 (python/rust/crates/arc-swap-0.4.7.tar.gz) = 4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034
13
SIZE (python/rust/crates/arc-swap-0.4.7.tar.gz) = 48625
14
SHA256 (python/rust/crates/arrayref-0.3.6.tar.gz) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544
15
SIZE (python/rust/crates/arrayref-0.3.6.tar.gz) = 10035
16
SHA256 (python/rust/crates/arrayvec-0.4.12.tar.gz) = cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9
17
SIZE (python/rust/crates/arrayvec-0.4.12.tar.gz) = 26551
18
SHA256 (python/rust/crates/arrayvec-0.5.1.tar.gz) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8
19
SIZE (python/rust/crates/arrayvec-0.5.1.tar.gz) = 26816
20
SHA256 (python/rust/crates/askama-0.10.3.tar.gz) = 70a6e7ebd44d0047fd48206c83c5cd3214acc7b9d87f001da170145c47ef7d12
21
SIZE (python/rust/crates/askama-0.10.3.tar.gz) = 7988
22
SHA256 (python/rust/crates/askama_derive-0.10.3.tar.gz) = e1d7169690c4f56343dcd821ab834972a22570a2662a19a84fd7775d5e1c3881
23
SIZE (python/rust/crates/askama_derive-0.10.3.tar.gz) = 6834
24
SHA256 (python/rust/crates/askama_escape-0.10.1.tar.gz) = 90c108c1a94380c89d2215d0ac54ce09796823cca0fd91b299cfff3b33e346fb
25
SIZE (python/rust/crates/askama_escape-0.10.1.tar.gz) = 8535
26
SHA256 (python/rust/crates/askama_shared-0.10.4.tar.gz) = 62fc272363345c8cdc030e4c259d9d028237f8b057dc9bb327772a257bde6bb5
27
SIZE (python/rust/crates/askama_shared-0.10.4.tar.gz) = 29058
28
SHA256 (python/rust/crates/async-compression-0.3.5.tar.gz) = 9021768bcce77296b64648cc7a7460e3df99979b97ed5c925c38d1cc83778d98
29
SIZE (python/rust/crates/async-compression-0.3.5.tar.gz) = 39371
30
SHA256 (python/rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
31
SIZE (python/rust/crates/atty-0.2.14.tar.gz) = 5470
32
SHA256 (python/rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a
33
SIZE (python/rust/crates/autocfg-1.0.1.tar.gz) = 12908
34
SHA256 (python/rust/crates/backtrace-0.3.53.tar.gz) = 707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e
35
SIZE (python/rust/crates/backtrace-0.3.53.tar.gz) = 71892
36
SHA256 (python/rust/crates/base64-0.12.3.tar.gz) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff
37
SIZE (python/rust/crates/base64-0.12.3.tar.gz) = 57545
38
SHA256 (python/rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693
39
SIZE (python/rust/crates/bitflags-1.2.1.tar.gz) = 16745
40
SHA256 (python/rust/crates/blake2b_simd-0.5.10.tar.gz) = d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a
41
SIZE (python/rust/crates/blake2b_simd-0.5.10.tar.gz) = 34093
42
SHA256 (python/rust/crates/blake3-0.3.7.tar.gz) = e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f
43
SIZE (python/rust/crates/blake3-0.3.7.tar.gz) = 155136
44
SHA256 (python/rust/crates/bumpalo-3.4.0.tar.gz) = 2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820
45
SIZE (python/rust/crates/bumpalo-3.4.0.tar.gz) = 129102
46
SHA256 (python/rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de
47
SIZE (python/rust/crates/byteorder-1.3.4.tar.gz) = 21943
48
SHA256 (python/rust/crates/bytes-0.4.12.tar.gz) = 206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c
49
SIZE (python/rust/crates/bytes-0.4.12.tar.gz) = 46361
50
SHA256 (python/rust/crates/bytes-0.5.6.tar.gz) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38
51
SIZE (python/rust/crates/bytes-0.5.6.tar.gz) = 46291
52
SHA256 (python/rust/crates/cc-1.0.61.tar.gz) = ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d
53
SIZE (python/rust/crates/cc-1.0.61.tar.gz) = 53454
54
SHA256 (python/rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822
55
SIZE (python/rust/crates/cfg-if-0.1.10.tar.gz) = 7933
56
SHA256 (python/rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd
57
SIZE (python/rust/crates/cfg-if-1.0.0.tar.gz) = 7934
58
SHA256 (python/rust/crates/chrono-0.4.19.tar.gz) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73
59
SIZE (python/rust/crates/chrono-0.4.19.tar.gz) = 155663
60
SHA256 (python/rust/crates/cloudabi-0.1.0.tar.gz) = 4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467
61
SIZE (python/rust/crates/cloudabi-0.1.0.tar.gz) = 22687
62
SHA256 (python/rust/crates/constant_time_eq-0.1.5.tar.gz) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc
63
SIZE (python/rust/crates/constant_time_eq-0.1.5.tar.gz) = 4936
64
SHA256 (python/rust/crates/core-foundation-0.7.0.tar.gz) = 57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171
65
SIZE (python/rust/crates/core-foundation-0.7.0.tar.gz) = 25384
66
SHA256 (python/rust/crates/core-foundation-sys-0.7.0.tar.gz) = b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac
67
SIZE (python/rust/crates/core-foundation-sys-0.7.0.tar.gz) = 17033
68
SHA256 (python/rust/crates/crc32fast-1.2.1.tar.gz) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a
69
SIZE (python/rust/crates/crc32fast-1.2.1.tar.gz) = 38172
70
SHA256 (python/rust/crates/crossbeam-channel-0.4.4.tar.gz) = b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87
71
SIZE (python/rust/crates/crossbeam-channel-0.4.4.tar.gz) = 86868
72
SHA256 (python/rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8
73
SIZE (python/rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338
74
SHA256 (python/rust/crates/crypto-mac-0.8.0.tar.gz) = b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab
75
SIZE (python/rust/crates/crypto-mac-0.8.0.tar.gz) = 9115
76
SHA256 (python/rust/crates/ctor-0.1.16.tar.gz) = 7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484
77
SIZE (python/rust/crates/ctor-0.1.16.tar.gz) = 4770
78
SHA256 (python/rust/crates/derivative-2.1.1.tar.gz) = cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f
79
SIZE (python/rust/crates/derivative-2.1.1.tar.gz) = 45571
80
SHA256 (python/rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066
81
SIZE (python/rust/crates/digest-0.9.0.tar.gz) = 13247
82
SHA256 (python/rust/crates/dirs-2.0.2.tar.gz) = 13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3
83
SIZE (python/rust/crates/dirs-2.0.2.tar.gz) = 11779
84
SHA256 (python/rust/crates/dirs-sys-0.3.5.tar.gz) = 8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a
85
SIZE (python/rust/crates/dirs-sys-0.3.5.tar.gz) = 10643
86
SHA256 (python/rust/crates/dtoa-0.4.6.tar.gz) = 134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b
87
SIZE (python/rust/crates/dtoa-0.4.6.tar.gz) = 15979
88
SHA256 (python/rust/crates/either-1.6.1.tar.gz) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457
89
SIZE (python/rust/crates/either-1.6.1.tar.gz) = 13641
90
SHA256 (python/rust/crates/encoding_rs-0.8.24.tar.gz) = a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2
91
SIZE (python/rust/crates/encoding_rs-0.8.24.tar.gz) = 1366911
92
SHA256 (python/rust/crates/failure-0.1.8.tar.gz) = d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86
93
SIZE (python/rust/crates/failure-0.1.8.tar.gz) = 37582
94
SHA256 (python/rust/crates/failure_derive-0.1.8.tar.gz) = aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4
95
SIZE (python/rust/crates/failure_derive-0.1.8.tar.gz) = 4950
96
SHA256 (python/rust/crates/fallible-iterator-0.2.0.tar.gz) = 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7
97
SIZE (python/rust/crates/fallible-iterator-0.2.0.tar.gz) = 18509
98
SHA256 (python/rust/crates/fallible-streaming-iterator-0.1.9.tar.gz) = 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a
99
SIZE (python/rust/crates/fallible-streaming-iterator-0.1.9.tar.gz) = 9249
100
SHA256 (python/rust/crates/fixedbitset-0.2.0.tar.gz) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d
101
SIZE (python/rust/crates/fixedbitset-0.2.0.tar.gz) = 13597
102
SHA256 (python/rust/crates/flate2-1.0.18.tar.gz) = da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee
103
SIZE (python/rust/crates/flate2-1.0.18.tar.gz) = 74164
104
SHA256 (python/rust/crates/fluent-langneg-0.12.1.tar.gz) = fe5815efd5542e40841cd34ef9003822352b04c67a70c595c6758597c72e1f56
105
SIZE (python/rust/crates/fluent-langneg-0.12.1.tar.gz) = 19329
106
SHA256 (python/rust/crates/fluent-syntax-0.9.3.tar.gz) = ac0f7e83d14cccbf26e165d8881dcac5891af0d85a88543c09dd72ebd31d91ba
107
SIZE (python/rust/crates/fluent-syntax-0.9.3.tar.gz) = 73722
108
SHA256 (python/rust/crates/fnv-1.0.7.tar.gz) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1
109
SIZE (python/rust/crates/fnv-1.0.7.tar.gz) = 11266
110
SHA256 (python/rust/crates/foreign-types-0.3.2.tar.gz) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1
111
SIZE (python/rust/crates/foreign-types-0.3.2.tar.gz) = 7504
112
SHA256 (python/rust/crates/foreign-types-shared-0.1.1.tar.gz) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b
113
SIZE (python/rust/crates/foreign-types-shared-0.1.1.tar.gz) = 5672
114
SHA256 (python/rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82
115
SIZE (python/rust/crates/fuchsia-zircon-0.3.3.tar.gz) = 22565
116
SHA256 (python/rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7
117
SIZE (python/rust/crates/fuchsia-zircon-sys-0.3.3.tar.gz) = 7191
118
SHA256 (python/rust/crates/futures-0.3.6.tar.gz) = 5d8e3078b7b2a8a671cb7a3d17b4760e4181ea243227776ba83fd043b4ca034e
119
SIZE (python/rust/crates/futures-0.3.6.tar.gz) = 39860
120
SHA256 (python/rust/crates/futures-channel-0.3.6.tar.gz) = a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74
121
SIZE (python/rust/crates/futures-channel-0.3.6.tar.gz) = 29465
122
SHA256 (python/rust/crates/futures-core-0.3.6.tar.gz) = d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b
123
SIZE (python/rust/crates/futures-core-0.3.6.tar.gz) = 13838
124
SHA256 (python/rust/crates/futures-executor-0.3.6.tar.gz) = cc709ca1da6f66143b8c9bec8e6260181869893714e9b5a490b169b0414144ab
125
SIZE (python/rust/crates/futures-executor-0.3.6.tar.gz) = 16639
126
SHA256 (python/rust/crates/futures-io-0.3.6.tar.gz) = 5fc94b64bb39543b4e432f1790b6bf18e3ee3b74653c5449f63310e9a74b123c
127
SIZE (python/rust/crates/futures-io-0.3.6.tar.gz) = 9129
128
SHA256 (python/rust/crates/futures-macro-0.3.6.tar.gz) = f57ed14da4603b2554682e9f2ff3c65d7567b53188db96cb71538217fc64581b
129
SIZE (python/rust/crates/futures-macro-0.3.6.tar.gz) = 9778
130
SHA256 (python/rust/crates/futures-sink-0.3.6.tar.gz) = 0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd
131
SIZE (python/rust/crates/futures-sink-0.3.6.tar.gz) = 7730
132
SHA256 (python/rust/crates/futures-task-0.3.6.tar.gz) = 4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94
133
SIZE (python/rust/crates/futures-task-0.3.6.tar.gz) = 11130
134
SHA256 (python/rust/crates/futures-util-0.3.6.tar.gz) = 8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34
135
SIZE (python/rust/crates/futures-util-0.3.6.tar.gz) = 133258
136
SHA256 (python/rust/crates/fxhash-0.2.1.tar.gz) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c
137
SIZE (python/rust/crates/fxhash-0.2.1.tar.gz) = 4102
138
SHA256 (python/rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817
139
SIZE (python/rust/crates/generic-array-0.14.4.tar.gz) = 28916
140
SHA256 (python/rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6
141
SIZE (python/rust/crates/getrandom-0.1.15.tar.gz) = 24786
142
SHA256 (python/rust/crates/ghost-0.1.2.tar.gz) = 1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479
143
SIZE (python/rust/crates/ghost-0.1.2.tar.gz) = 12777
144
SHA256 (python/rust/crates/gimli-0.22.0.tar.gz) = aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724
145
SIZE (python/rust/crates/gimli-0.22.0.tar.gz) = 704135
146
SHA256 (python/rust/crates/h2-0.2.6.tar.gz) = 993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53
147
SIZE (python/rust/crates/h2-0.2.6.tar.gz) = 157564
148
SHA256 (python/rust/crates/hashbrown-0.9.1.tar.gz) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04
149
SIZE (python/rust/crates/hashbrown-0.9.1.tar.gz) = 77734
150
SHA256 (python/rust/crates/heck-0.3.1.tar.gz) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205
151
SIZE (python/rust/crates/heck-0.3.1.tar.gz) = 54666
152
SHA256 (python/rust/crates/hermit-abi-0.1.17.tar.gz) = 5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8
153
SIZE (python/rust/crates/hermit-abi-0.1.17.tar.gz) = 10065
154
SHA256 (python/rust/crates/hex-0.4.2.tar.gz) = 644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35
155
SIZE (python/rust/crates/hex-0.4.2.tar.gz) = 13385
156
SHA256 (python/rust/crates/htmlescape-0.3.1.tar.gz) = e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163
157
SIZE (python/rust/crates/htmlescape-0.3.1.tar.gz) = 53226
158
SHA256 (python/rust/crates/http-0.2.1.tar.gz) = 28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9
159
SIZE (python/rust/crates/http-0.2.1.tar.gz) = 102231
160
SHA256 (python/rust/crates/http-body-0.3.1.tar.gz) = 13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b
161
SIZE (python/rust/crates/http-body-0.3.1.tar.gz) = 5394
162
SHA256 (python/rust/crates/httparse-1.3.4.tar.gz) = cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9
163
SIZE (python/rust/crates/httparse-1.3.4.tar.gz) = 23739
164
SHA256 (python/rust/crates/httpdate-0.3.2.tar.gz) = 494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47
165
SIZE (python/rust/crates/httpdate-0.3.2.tar.gz) = 10768
166
SHA256 (python/rust/crates/humansize-1.1.0.tar.gz) = b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e
167
SIZE (python/rust/crates/humansize-1.1.0.tar.gz) = 4459
168
SHA256 (python/rust/crates/hyper-0.13.8.tar.gz) = 2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835
169
SIZE (python/rust/crates/hyper-0.13.8.tar.gz) = 139668
170
SHA256 (python/rust/crates/hyper-tls-0.4.3.tar.gz) = d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed
171
SIZE (python/rust/crates/hyper-tls-0.4.3.tar.gz) = 14195
172
SHA256 (python/rust/crates/idna-0.2.0.tar.gz) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9
173
SIZE (python/rust/crates/idna-0.2.0.tar.gz) = 257203
174
SHA256 (python/rust/crates/indexmap-1.6.0.tar.gz) = 55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2
175
SIZE (python/rust/crates/indexmap-1.6.0.tar.gz) = 47565
176
SHA256 (python/rust/crates/indoc-0.3.6.tar.gz) = 47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8
177
SIZE (python/rust/crates/indoc-0.3.6.tar.gz) = 9663
178
SHA256 (python/rust/crates/indoc-impl-0.3.6.tar.gz) = ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0
179
SIZE (python/rust/crates/indoc-impl-0.3.6.tar.gz) = 7933
180
SHA256 (python/rust/crates/instant-0.1.7.tar.gz) = 63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66
181
SIZE (python/rust/crates/instant-0.1.7.tar.gz) = 5097
182
SHA256 (python/rust/crates/intl_pluralrules-6.0.0.tar.gz) = d82c14d8eece42c03353e0ce86a4d3f97b1f1cef401e4d962dca6c6214a85002
183
SIZE (python/rust/crates/intl_pluralrules-6.0.0.tar.gz) = 15999
184
SHA256 (python/rust/crates/inventory-0.1.9.tar.gz) = fedd49de24d8c263613701406611410687148ae8c37cd6452650b250f753a0dd
185
SIZE (python/rust/crates/inventory-0.1.9.tar.gz) = 11578
186
SHA256 (python/rust/crates/inventory-impl-0.1.9.tar.gz) = ddead8880bc50f57fcd3b5869a7f6ff92570bb4e8f6870c22e2483272f2256da
187
SIZE (python/rust/crates/inventory-impl-0.1.9.tar.gz) = 1859
188
SHA256 (python/rust/crates/iovec-0.1.4.tar.gz) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e
189
SIZE (python/rust/crates/iovec-0.1.4.tar.gz) = 8720
190
SHA256 (python/rust/crates/itertools-0.8.2.tar.gz) = f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484
191
SIZE (python/rust/crates/itertools-0.8.2.tar.gz) = 89203
192
SHA256 (python/rust/crates/itertools-0.9.0.tar.gz) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b
193
SIZE (python/rust/crates/itertools-0.9.0.tar.gz) = 96429
194
SHA256 (python/rust/crates/itoa-0.4.6.tar.gz) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6
195
SIZE (python/rust/crates/itoa-0.4.6.tar.gz) = 12167
196
SHA256 (python/rust/crates/js-sys-0.3.45.tar.gz) = ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8
197
SIZE (python/rust/crates/js-sys-0.3.45.tar.gz) = 67143
198
SHA256 (python/rust/crates/kernel32-sys-0.2.2.tar.gz) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d
199
SIZE (python/rust/crates/kernel32-sys-0.2.2.tar.gz) = 24537
200
SHA256 (python/rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
201
SIZE (python/rust/crates/lazy_static-1.4.0.tar.gz) = 10443
202
SHA256 (python/rust/crates/lexical-core-0.7.4.tar.gz) = db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616
203
SIZE (python/rust/crates/lexical-core-0.7.4.tar.gz) = 497535
204
SHA256 (python/rust/crates/libc-0.2.79.tar.gz) = 2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743
205
SIZE (python/rust/crates/libc-0.2.79.tar.gz) = 511752
206
SHA256 (python/rust/crates/libsqlite3-sys-0.18.0.tar.gz) = 1e704a02bcaecd4a08b93a23f6be59d0bd79cd161e0963e9499165a0a35df7bd
207
SIZE (python/rust/crates/libsqlite3-sys-0.18.0.tar.gz) = 2281735
208
SHA256 (python/rust/crates/linked-hash-map-0.5.3.tar.gz) = 8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a
209
SIZE (python/rust/crates/linked-hash-map-0.5.3.tar.gz) = 16130
210
SHA256 (python/rust/crates/lock_api-0.4.1.tar.gz) = 28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c
211
SIZE (python/rust/crates/lock_api-0.4.1.tar.gz) = 20339
212
SHA256 (python/rust/crates/log-0.4.11.tar.gz) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b
213
SIZE (python/rust/crates/log-0.4.11.tar.gz) = 36276
214
SHA256 (python/rust/crates/lru-cache-0.1.2.tar.gz) = 31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c
215
SIZE (python/rust/crates/lru-cache-0.1.2.tar.gz) = 9307
216
SHA256 (python/rust/crates/matches-0.1.8.tar.gz) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08
217
SIZE (python/rust/crates/matches-0.1.8.tar.gz) = 2216
218
SHA256 (python/rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00
219
SIZE (python/rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809
220
SHA256 (python/rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400
221
SIZE (python/rust/crates/memchr-2.3.3.tar.gz) = 22566
222
SHA256 (python/rust/crates/mime-0.3.16.tar.gz) = 2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d
223
SIZE (python/rust/crates/mime-0.3.16.tar.gz) = 15206
224
SHA256 (python/rust/crates/mime_guess-2.0.3.tar.gz) = 2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212
225
SIZE (python/rust/crates/mime_guess-2.0.3.tar.gz) = 27437
226
SHA256 (python/rust/crates/miniz_oxide-0.4.3.tar.gz) = 0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d
227
SIZE (python/rust/crates/miniz_oxide-0.4.3.tar.gz) = 50058
228
SHA256 (python/rust/crates/mio-0.6.22.tar.gz) = fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430
229
SIZE (python/rust/crates/mio-0.6.22.tar.gz) = 102782
230
SHA256 (python/rust/crates/miow-0.2.1.tar.gz) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919
231
SIZE (python/rust/crates/miow-0.2.1.tar.gz) = 21133
232
SHA256 (python/rust/crates/multimap-0.8.2.tar.gz) = 1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333
233
SIZE (python/rust/crates/multimap-0.8.2.tar.gz) = 13453
234
SHA256 (python/rust/crates/native-tls-0.2.4.tar.gz) = 2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d
235
SIZE (python/rust/crates/native-tls-0.2.4.tar.gz) = 32170
236
SHA256 (python/rust/crates/net2-0.2.35.tar.gz) = 3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853
237
SIZE (python/rust/crates/net2-0.2.35.tar.gz) = 20660
238
SHA256 (python/rust/crates/nodrop-0.1.14.tar.gz) = 72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb
239
SIZE (python/rust/crates/nodrop-0.1.14.tar.gz) = 7667
240
SHA256 (python/rust/crates/nom-5.1.2.tar.gz) = ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af
241
SIZE (python/rust/crates/nom-5.1.2.tar.gz) = 136174
242
SHA256 (python/rust/crates/num-format-0.4.0.tar.gz) = bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465
243
SIZE (python/rust/crates/num-format-0.4.0.tar.gz) = 59791
244
SHA256 (python/rust/crates/num-integer-0.1.43.tar.gz) = 8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b
245
SIZE (python/rust/crates/num-integer-0.1.43.tar.gz) = 21966
246
SHA256 (python/rust/crates/num-traits-0.2.12.tar.gz) = ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611
247
SIZE (python/rust/crates/num-traits-0.2.12.tar.gz) = 43807
248
SHA256 (python/rust/crates/num_cpus-1.13.0.tar.gz) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3
249
SIZE (python/rust/crates/num_cpus-1.13.0.tar.gz) = 14704
250
SHA256 (python/rust/crates/num_enum-0.5.1.tar.gz) = 226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066
251
SIZE (python/rust/crates/num_enum-0.5.1.tar.gz) = 8210
252
SHA256 (python/rust/crates/num_enum_derive-0.5.1.tar.gz) = 1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e
253
SIZE (python/rust/crates/num_enum_derive-0.5.1.tar.gz) = 7579
254
SHA256 (python/rust/crates/object-0.21.1.tar.gz) = 37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693
255
SIZE (python/rust/crates/object-0.21.1.tar.gz) = 174624
256
SHA256 (python/rust/crates/once_cell-1.4.1.tar.gz) = 260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad
257
SIZE (python/rust/crates/once_cell-1.4.1.tar.gz) = 24366
258
SHA256 (python/rust/crates/openssl-0.10.30.tar.gz) = 8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4
259
SIZE (python/rust/crates/openssl-0.10.30.tar.gz) = 191808
260
SHA256 (python/rust/crates/openssl-probe-0.1.2.tar.gz) = 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de
261
SIZE (python/rust/crates/openssl-probe-0.1.2.tar.gz) = 6427
262
SHA256 (python/rust/crates/openssl-sys-0.9.58.tar.gz) = a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de
263
SIZE (python/rust/crates/openssl-sys-0.9.58.tar.gz) = 47014
264
SHA256 (python/rust/crates/parking_lot-0.11.0.tar.gz) = a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733
265
SIZE (python/rust/crates/parking_lot-0.11.0.tar.gz) = 39558
266
SHA256 (python/rust/crates/parking_lot_core-0.8.0.tar.gz) = c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b
267
SIZE (python/rust/crates/parking_lot_core-0.8.0.tar.gz) = 33870
268
SHA256 (python/rust/crates/paste-0.1.18.tar.gz) = 45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880
269
SIZE (python/rust/crates/paste-0.1.18.tar.gz) = 12259
270
SHA256 (python/rust/crates/paste-impl-0.1.18.tar.gz) = d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6
271
SIZE (python/rust/crates/paste-impl-0.1.18.tar.gz) = 9451
272
SHA256 (python/rust/crates/percent-encoding-2.1.0.tar.gz) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e
273
SIZE (python/rust/crates/percent-encoding-2.1.0.tar.gz) = 9748
274
SHA256 (python/rust/crates/petgraph-0.5.1.tar.gz) = 467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7
275
SIZE (python/rust/crates/petgraph-0.5.1.tar.gz) = 147173
276
SHA256 (python/rust/crates/pin-project-0.4.27.tar.gz) = 2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15
277
SIZE (python/rust/crates/pin-project-0.4.27.tar.gz) = 50964
278
SHA256 (python/rust/crates/pin-project-internal-0.4.27.tar.gz) = 65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895
279
SIZE (python/rust/crates/pin-project-internal-0.4.27.tar.gz) = 29739
280
SHA256 (python/rust/crates/pin-project-lite-0.1.11.tar.gz) = c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b
281
SIZE (python/rust/crates/pin-project-lite-0.1.11.tar.gz) = 25308
282
SHA256 (python/rust/crates/pin-utils-0.1.0.tar.gz) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184
283
SIZE (python/rust/crates/pin-utils-0.1.0.tar.gz) = 7580
284
SHA256 (python/rust/crates/pkg-config-0.3.19.tar.gz) = 3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c
285
SIZE (python/rust/crates/pkg-config-0.3.19.tar.gz) = 15451
286
SHA256 (python/rust/crates/podio-0.1.7.tar.gz) = b18befed8bc2b61abc79a457295e7e838417326da1586050b919414073977f19
287
SIZE (python/rust/crates/podio-0.1.7.tar.gz) = 10294
288
SHA256 (python/rust/crates/ppv-lite86-0.2.9.tar.gz) = c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20
289
SIZE (python/rust/crates/ppv-lite86-0.2.9.tar.gz) = 20933
290
SHA256 (python/rust/crates/proc-macro-crate-0.1.5.tar.gz) = 1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785
291
SIZE (python/rust/crates/proc-macro-crate-0.1.5.tar.gz) = 8096
292
SHA256 (python/rust/crates/proc-macro-hack-0.5.18.tar.gz) = 99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598
293
SIZE (python/rust/crates/proc-macro-hack-0.5.18.tar.gz) = 14619
294
SHA256 (python/rust/crates/proc-macro-nested-0.1.6.tar.gz) = eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a
295
SIZE (python/rust/crates/proc-macro-nested-0.1.6.tar.gz) = 6498
296
SHA256 (python/rust/crates/proc-macro2-1.0.24.tar.gz) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71
297
SIZE (python/rust/crates/proc-macro2-1.0.24.tar.gz) = 37716
298
SHA256 (python/rust/crates/prost-0.6.1.tar.gz) = ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212
299
SIZE (python/rust/crates/prost-0.6.1.tar.gz) = 23393
300
SHA256 (python/rust/crates/prost-build-0.6.1.tar.gz) = 02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26
301
SIZE (python/rust/crates/prost-build-0.6.1.tar.gz) = 7935314
302
SHA256 (python/rust/crates/prost-derive-0.6.1.tar.gz) = 537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72
303
SIZE (python/rust/crates/prost-derive-0.6.1.tar.gz) = 15007
304
SHA256 (python/rust/crates/prost-types-0.6.1.tar.gz) = 1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa
305
SIZE (python/rust/crates/prost-types-0.6.1.tar.gz) = 24092
306
SHA256 (python/rust/crates/pyo3-0.11.1.tar.gz) = 9ca8710ffa8211c9a62a8a3863c4267c710dc42a82a7fd29c97de465d7ea6b7d
307
SIZE (python/rust/crates/pyo3-0.11.1.tar.gz) = 230111
308
SHA256 (python/rust/crates/pyo3-derive-backend-0.11.1.tar.gz) = 58ad070bf6967b0d29ea74931ffcf9c6bbe8402a726e9afbeafadc0a287cc2b3
309
SIZE (python/rust/crates/pyo3-derive-backend-0.11.1.tar.gz) = 25011
310
SHA256 (python/rust/crates/pyo3cls-0.11.1.tar.gz) = c3fa17e1ea569d0bf3b7c00f2a9eea831ca05e55dd76f1794c541abba1c64baa
311
SIZE (python/rust/crates/pyo3cls-0.11.1.tar.gz) = 1693
312
SHA256 (python/rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37
313
SIZE (python/rust/crates/quote-1.0.7.tar.gz) = 25170
314
SHA256 (python/rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03
315
SIZE (python/rust/crates/rand-0.7.3.tar.gz) = 112246
316
SHA256 (python/rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402
317
SIZE (python/rust/crates/rand_chacha-0.2.2.tar.gz) = 13267
318
SHA256 (python/rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19
319
SIZE (python/rust/crates/rand_core-0.5.1.tar.gz) = 21116
320
SHA256 (python/rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c
321
SIZE (python/rust/crates/rand_hc-0.2.0.tar.gz) = 11670
322
SHA256 (python/rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce
323
SIZE (python/rust/crates/redox_syscall-0.1.57.tar.gz) = 17087
324
SHA256 (python/rust/crates/redox_users-0.3.5.tar.gz) = de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d
325
SIZE (python/rust/crates/redox_users-0.3.5.tar.gz) = 12644
326
SHA256 (python/rust/crates/regex-1.4.1.tar.gz) = 8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b
327
SIZE (python/rust/crates/regex-1.4.1.tar.gz) = 236871
328
SHA256 (python/rust/crates/regex-syntax-0.6.20.tar.gz) = 8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c
329
SIZE (python/rust/crates/regex-syntax-0.6.20.tar.gz) = 293727
330
SHA256 (python/rust/crates/remove_dir_all-0.5.3.tar.gz) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7
331
SIZE (python/rust/crates/remove_dir_all-0.5.3.tar.gz) = 9184
332
SHA256 (python/rust/crates/rental-0.5.5.tar.gz) = 8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f
333
SIZE (python/rust/crates/rental-0.5.5.tar.gz) = 16796
334
SHA256 (python/rust/crates/rental-impl-0.5.5.tar.gz) = 475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de
335
SIZE (python/rust/crates/rental-impl-0.5.5.tar.gz) = 12093
336
SHA256 (python/rust/crates/rusqlite-0.23.1.tar.gz) = 45d0fd62e1df63d254714e6cb40d0a0e82e7a1623e7a27f679d851af092ae58b
337
SIZE (python/rust/crates/rusqlite-0.23.1.tar.gz) = 112106
338
SHA256 (python/rust/crates/rust-argon2-0.8.2.tar.gz) = 9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19
339
SIZE (python/rust/crates/rust-argon2-0.8.2.tar.gz) = 28291
340
SHA256 (python/rust/crates/rustc-demangle-0.1.18.tar.gz) = 6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232
341
SIZE (python/rust/crates/rustc-demangle-0.1.18.tar.gz) = 19913
342
SHA256 (python/rust/crates/ryu-1.0.5.tar.gz) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e
343
SIZE (python/rust/crates/ryu-1.0.5.tar.gz) = 49570
344
SHA256 (python/rust/crates/schannel-0.1.19.tar.gz) = 8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75
345
SIZE (python/rust/crates/schannel-0.1.19.tar.gz) = 42755
346
SHA256 (python/rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd
347
SIZE (python/rust/crates/scopeguard-1.1.0.tar.gz) = 11470
348
SHA256 (python/rust/crates/security-framework-0.4.4.tar.gz) = 64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535
349
SIZE (python/rust/crates/security-framework-0.4.4.tar.gz) = 54841
350
SHA256 (python/rust/crates/security-framework-sys-0.4.3.tar.gz) = 17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405
351
SIZE (python/rust/crates/security-framework-sys-0.4.3.tar.gz) = 10508
352
SHA256 (python/rust/crates/serde-1.0.117.tar.gz) = b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a
353
SIZE (python/rust/crates/serde-1.0.117.tar.gz) = 74505
354
SHA256 (python/rust/crates/serde-aux-0.6.1.tar.gz) = ae50f53d4b01e854319c1f5b854cd59471f054ea7e554988850d3f36ca1dc852
355
SIZE (python/rust/crates/serde-aux-0.6.1.tar.gz) = 5701
356
SHA256 (python/rust/crates/serde_derive-1.0.117.tar.gz) = cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e
357
SIZE (python/rust/crates/serde_derive-1.0.117.tar.gz) = 50712
358
SHA256 (python/rust/crates/serde_json-1.0.59.tar.gz) = dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95
359
SIZE (python/rust/crates/serde_json-1.0.59.tar.gz) = 114956
360
SHA256 (python/rust/crates/serde_repr-0.1.6.tar.gz) = 2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76
361
SIZE (python/rust/crates/serde_repr-0.1.6.tar.gz) = 10181
362
SHA256 (python/rust/crates/serde_tuple-0.5.0.tar.gz) = f4f025b91216f15a2a32aa39669329a475733590a015835d1783549a56d09427
363
SIZE (python/rust/crates/serde_tuple-0.5.0.tar.gz) = 3817
364
SHA256 (python/rust/crates/serde_tuple_macros-0.5.0.tar.gz) = 4076151d1a2b688e25aaf236997933c66e18b870d0369f8b248b8ab2be630d7e
365
SIZE (python/rust/crates/serde_tuple_macros-0.5.0.tar.gz) = 2205
366
SHA256 (python/rust/crates/serde_urlencoded-0.6.1.tar.gz) = 9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97
367
SIZE (python/rust/crates/serde_urlencoded-0.6.1.tar.gz) = 12540
368
SHA256 (python/rust/crates/sha1-0.6.0.tar.gz) = 2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d
369
SIZE (python/rust/crates/sha1-0.6.0.tar.gz) = 9244
370
SHA256 (python/rust/crates/slab-0.4.2.tar.gz) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8
371
SIZE (python/rust/crates/slab-0.4.2.tar.gz) = 10136
372
SHA256 (python/rust/crates/slog-2.5.2.tar.gz) = 1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99
373
SIZE (python/rust/crates/slog-2.5.2.tar.gz) = 43204
374
SHA256 (python/rust/crates/slog-async-2.5.0.tar.gz) = 51b3336ce47ce2f96673499fc07eb85e3472727b9a7a2959964b002c2ce8fbbb
375
SIZE (python/rust/crates/slog-async-2.5.0.tar.gz) = 18033
376
SHA256 (python/rust/crates/slog-envlogger-2.2.0.tar.gz) = 906a1a0bc43fed692df4b82a5e2fbfc3733db8dad8bb514ab27a4f23ad04f5c0
377
SIZE (python/rust/crates/slog-envlogger-2.2.0.tar.gz) = 13240
378
SHA256 (python/rust/crates/slog-scope-4.3.0.tar.gz) = 7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6
379
SIZE (python/rust/crates/slog-scope-4.3.0.tar.gz) = 16986
380
SHA256 (python/rust/crates/slog-stdlog-4.1.0.tar.gz) = 8228ab7302adbf4fcb37e66f3cda78003feb521e7fd9e3847ec117a7784d0f5a
381
SIZE (python/rust/crates/slog-stdlog-4.1.0.tar.gz) = 14523
382
SHA256 (python/rust/crates/slog-term-2.6.0.tar.gz) = bab1d807cf71129b05ce36914e1dbb6fbfbdecaf686301cb457f4fa967f9f5b6
383
SIZE (python/rust/crates/slog-term-2.6.0.tar.gz) = 26304
384
SHA256 (python/rust/crates/smallvec-1.4.2.tar.gz) = fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252
385
SIZE (python/rust/crates/smallvec-1.4.2.tar.gz) = 26109
386
SHA256 (python/rust/crates/socket2-0.3.15.tar.gz) = b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44
387
SIZE (python/rust/crates/socket2-0.3.15.tar.gz) = 29282
388
SHA256 (python/rust/crates/stable_deref_trait-1.2.0.tar.gz) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3
389
SIZE (python/rust/crates/stable_deref_trait-1.2.0.tar.gz) = 8054
390
SHA256 (python/rust/crates/static_assertions-1.1.0.tar.gz) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f
391
SIZE (python/rust/crates/static_assertions-1.1.0.tar.gz) = 18480
392
SHA256 (python/rust/crates/subtle-2.3.0.tar.gz) = 343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd
393
SIZE (python/rust/crates/subtle-2.3.0.tar.gz) = 11096
394
SHA256 (python/rust/crates/syn-1.0.46.tar.gz) = 5ad5de3220ea04da322618ded2c42233d02baca219d6f160a3e9c87cda16c942
395
SIZE (python/rust/crates/syn-1.0.46.tar.gz) = 225691
396
SHA256 (python/rust/crates/synstructure-0.12.4.tar.gz) = b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701
397
SIZE (python/rust/crates/synstructure-0.12.4.tar.gz) = 18105
398
SHA256 (python/rust/crates/take_mut-0.2.2.tar.gz) = f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60
399
SIZE (python/rust/crates/take_mut-0.2.2.tar.gz) = 4263
400
SHA256 (python/rust/crates/tempfile-3.1.0.tar.gz) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9
401
SIZE (python/rust/crates/tempfile-3.1.0.tar.gz) = 25823
402
SHA256 (python/rust/crates/term-0.6.1.tar.gz) = c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5
403
SIZE (python/rust/crates/term-0.6.1.tar.gz) = 37578
404
SHA256 (python/rust/crates/thiserror-1.0.21.tar.gz) = 318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42
405
SIZE (python/rust/crates/thiserror-1.0.21.tar.gz) = 16187
406
SHA256 (python/rust/crates/thiserror-impl-1.0.21.tar.gz) = cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab
407
SIZE (python/rust/crates/thiserror-impl-1.0.21.tar.gz) = 13199
408
SHA256 (python/rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14
409
SIZE (python/rust/crates/thread_local-1.0.1.tar.gz) = 12609
410
SHA256 (python/rust/crates/time-0.1.44.tar.gz) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255
411
SIZE (python/rust/crates/time-0.1.44.tar.gz) = 28885
412
SHA256 (python/rust/crates/tinystr-0.3.4.tar.gz) = 29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1
413
SIZE (python/rust/crates/tinystr-0.3.4.tar.gz) = 19341
414
SHA256 (python/rust/crates/tinyvec-0.3.4.tar.gz) = 238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117
415
SIZE (python/rust/crates/tinyvec-0.3.4.tar.gz) = 17586
416
SHA256 (python/rust/crates/tokio-0.2.22.tar.gz) = 5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd
417
SIZE (python/rust/crates/tokio-0.2.22.tar.gz) = 400639
418
SHA256 (python/rust/crates/tokio-socks-0.2.2.tar.gz) = 1997788a0e25e09300e44680ba1ef9d44d6f634a883641f80109e8b59c928daf
419
SIZE (python/rust/crates/tokio-socks-0.2.2.tar.gz) = 16371
420
SHA256 (python/rust/crates/tokio-tls-0.3.1.tar.gz) = 9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343
421
SIZE (python/rust/crates/tokio-tls-0.3.1.tar.gz) = 22517
422
SHA256 (python/rust/crates/tokio-util-0.3.1.tar.gz) = be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499
423
SIZE (python/rust/crates/tokio-util-0.3.1.tar.gz) = 27233
424
SHA256 (python/rust/crates/toml-0.5.7.tar.gz) = 75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645
425
SIZE (python/rust/crates/toml-0.5.7.tar.gz) = 54372
426
SHA256 (python/rust/crates/tower-service-0.3.0.tar.gz) = e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860
427
SIZE (python/rust/crates/tower-service-0.3.0.tar.gz) = 5321
428
SHA256 (python/rust/crates/tracing-0.1.21.tar.gz) = b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27
429
SIZE (python/rust/crates/tracing-0.1.21.tar.gz) = 65404
430
SHA256 (python/rust/crates/tracing-core-0.1.17.tar.gz) = f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f
431
SIZE (python/rust/crates/tracing-core-0.1.17.tar.gz) = 47774
432
SHA256 (python/rust/crates/try-lock-0.2.3.tar.gz) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642
433
SIZE (python/rust/crates/try-lock-0.2.3.tar.gz) = 4158
434
SHA256 (python/rust/crates/type-map-0.3.0.tar.gz) = 9d2741b1474c327d95c1f1e3b0a2c3977c8e128409c572a33af2914e7d636717
435
SIZE (python/rust/crates/type-map-0.3.0.tar.gz) = 3188
436
SHA256 (python/rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33
437
SIZE (python/rust/crates/typenum-1.12.0.tar.gz) = 36037
438
SHA256 (python/rust/crates/unic-langid-0.8.0.tar.gz) = 24d81136159f779c35b10655f45210c71cd5ca5a45aadfe9840a61c7071735ed
439
SIZE (python/rust/crates/unic-langid-0.8.0.tar.gz) = 4640
440
SHA256 (python/rust/crates/unic-langid-impl-0.8.0.tar.gz) = c43c61e94492eb67f20facc7b025778a904de83d953d8fcb60dd9adfd6e2d0ea
441
SIZE (python/rust/crates/unic-langid-impl-0.8.0.tar.gz) = 36947
442
SHA256 (python/rust/crates/unic-langid-macros-0.8.0.tar.gz) = 49bd90791278634d57e3ed4a4073108e3f79bfb87ab6a7b8664ba097425703df
443
SIZE (python/rust/crates/unic-langid-macros-0.8.0.tar.gz) = 2053
444
SHA256 (python/rust/crates/unic-langid-macros-impl-0.8.0.tar.gz) = e0098f77bd754f8fb7850cdf4ab143aa821898c4ac6dc16bcb2aa3e62ce858d1
445
SIZE (python/rust/crates/unic-langid-macros-impl-0.8.0.tar.gz) = 1447
446
SHA256 (python/rust/crates/unicase-2.6.0.tar.gz) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6
447
SIZE (python/rust/crates/unicase-2.6.0.tar.gz) = 23478
448
SHA256 (python/rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5
449
SIZE (python/rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228
450
SHA256 (python/rust/crates/unicode-normalization-0.1.13.tar.gz) = 6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977
451
SIZE (python/rust/crates/unicode-normalization-0.1.13.tar.gz) = 91691
452
SHA256 (python/rust/crates/unicode-segmentation-1.6.0.tar.gz) = e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0
453
SIZE (python/rust/crates/unicode-segmentation-1.6.0.tar.gz) = 90703
454
SHA256 (python/rust/crates/unicode-xid-0.2.1.tar.gz) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564
455
SIZE (python/rust/crates/unicode-xid-0.2.1.tar.gz) = 14392
456
SHA256 (python/rust/crates/unindent-0.1.7.tar.gz) = f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7
457
SIZE (python/rust/crates/unindent-0.1.7.tar.gz) = 8346
458
SHA256 (python/rust/crates/url-2.1.1.tar.gz) = 829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb
459
SIZE (python/rust/crates/url-2.1.1.tar.gz) = 70383
460
SHA256 (python/rust/crates/utime-0.3.1.tar.gz) = 91baa0c65eabd12fcbdac8cc35ff16159cab95cae96d0222d6d0271db6193cef
461
SIZE (python/rust/crates/utime-0.3.1.tar.gz) = 8311
462
SHA256 (python/rust/crates/vcpkg-0.2.10.tar.gz) = 6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c
463
SIZE (python/rust/crates/vcpkg-0.2.10.tar.gz) = 11504
464
SHA256 (python/rust/crates/version_check-0.9.2.tar.gz) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed
465
SIZE (python/rust/crates/version_check-0.9.2.tar.gz) = 11979
466
SHA256 (python/rust/crates/want-0.3.0.tar.gz) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0
467
SIZE (python/rust/crates/want-0.3.0.tar.gz) = 6550
468
SHA256 (python/rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519
469
SIZE (python/rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521
470
SHA256 (python/rust/crates/wasi-0.10.0+wasi-snapshot-preview1.tar.gz) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f
471
SIZE (python/rust/crates/wasi-0.10.0+wasi-snapshot-preview1.tar.gz) = 26964
472
SHA256 (python/rust/crates/wasm-bindgen-0.2.68.tar.gz) = 1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42
473
SIZE (python/rust/crates/wasm-bindgen-0.2.68.tar.gz) = 159094
474
SHA256 (python/rust/crates/wasm-bindgen-backend-0.2.68.tar.gz) = f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68
475
SIZE (python/rust/crates/wasm-bindgen-backend-0.2.68.tar.gz) = 23522
476
SHA256 (python/rust/crates/wasm-bindgen-futures-0.4.18.tar.gz) = b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da
477
SIZE (python/rust/crates/wasm-bindgen-futures-0.4.18.tar.gz) = 13690
478
SHA256 (python/rust/crates/wasm-bindgen-macro-0.2.68.tar.gz) = 6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038
479
SIZE (python/rust/crates/wasm-bindgen-macro-0.2.68.tar.gz) = 11630
480
SHA256 (python/rust/crates/wasm-bindgen-macro-support-0.2.68.tar.gz) = f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe
481
SIZE (python/rust/crates/wasm-bindgen-macro-support-0.2.68.tar.gz) = 17793
482
SHA256 (python/rust/crates/wasm-bindgen-shared-0.2.68.tar.gz) = 1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307
483
SIZE (python/rust/crates/wasm-bindgen-shared-0.2.68.tar.gz) = 6725
484
SHA256 (python/rust/crates/web-sys-0.3.45.tar.gz) = 4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d
485
SIZE (python/rust/crates/web-sys-0.3.45.tar.gz) = 630993
486
SHA256 (python/rust/crates/which-3.1.1.tar.gz) = d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724
487
SIZE (python/rust/crates/which-3.1.1.tar.gz) = 8071
488
SHA256 (python/rust/crates/winapi-0.2.8.tar.gz) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a
489
SIZE (python/rust/crates/winapi-0.2.8.tar.gz) = 455145
490
SHA256 (python/rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
491
SIZE (python/rust/crates/winapi-0.3.9.tar.gz) = 1200382
492
SHA256 (python/rust/crates/winapi-build-0.1.1.tar.gz) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc
493
SIZE (python/rust/crates/winapi-build-0.1.1.tar.gz) = 669
494
SHA256 (python/rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6
495
SIZE (python/rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815
496
SHA256 (python/rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
497
SIZE (python/rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
498
SHA256 (python/rust/crates/winreg-0.6.2.tar.gz) = b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9
499
SIZE (python/rust/crates/winreg-0.6.2.tar.gz) = 19338
500
SHA256 (python/rust/crates/ws2_32-sys-0.2.1.tar.gz) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e
501
SIZE (python/rust/crates/ws2_32-sys-0.2.1.tar.gz) = 4697
502
SHA256 (python/rust/crates/zip-0.5.6.tar.gz) = 58287c28d78507f5f91f2a4cf1e8310e2c76fd4c6932f93ac60fd1ceb402db7d
503
SIZE (python/rust/crates/zip-0.5.6.tar.gz) = 33064
504
SHA256 (python/ankitects-anki-2.1.35_GH0.tar.gz) = 188c0756bd2acda0b5d675c2f8462b4bca32aed451e7ffa495e9de5c387aebd0
505
SIZE (python/ankitects-anki-2.1.35_GH0.tar.gz) = 1496408
506
SHA256 (python/ankitects-anki-core-i18n-fbda2ed_GH0.tar.gz) = d4cc9f878b8946b8c0a4a86935f947fc13044d837e014234b57e04fafdced602
507
SIZE (python/ankitects-anki-core-i18n-fbda2ed_GH0.tar.gz) = 227281
508
SHA256 (python/ankitects-anki-desktop-ftl-f56e959_GH0.tar.gz) = 3a2b5223737e7063b9d52ec90ee8598358322493745a8d254fd3c2aa464c647a
509
SIZE (python/ankitects-anki-desktop-ftl-f56e959_GH0.tar.gz) = 36793
510
SHA256 (python/ankitects-anki-desktop-i18n-a93ccef_GH0.tar.gz) = 1cebef1595b08a480e4c64b15a5a765056be10c1fdfd658d1dfcfdc9d04af74d
511
SIZE (python/ankitects-anki-desktop-i18n-a93ccef_GH0.tar.gz) = 1391777
512
SHA256 (python/ankitects-rust-coarsetime-f9e2c86216f0f4803bc75404828318fc206dab29_GH0.tar.gz) = e79be82d7c2f2d10856392697187f5c4a7b0858ce7046b0a2f969c32b735d81e
513
SIZE (python/ankitects-rust-coarsetime-f9e2c86216f0f4803bc75404828318fc206dab29_GH0.tar.gz) = 7110
514
SHA256 (python/ankitects-fluent-rs-f61c5e10a53161ef5261f3c87b62047f12e4aa74_GH0.tar.gz) = 79e6574fb1611c5e5f7b159014f04bdb32374ffb20be03f36462a98e79deae04
515
SIZE (python/ankitects-fluent-rs-f61c5e10a53161ef5261f3c87b62047f12e4aa74_GH0.tar.gz) = 112354
516
SHA256 (python/ankitects-hyper-timeout-664b6f9c387f6a7d75d1609a65c02554e8c55bc7_GH0.tar.gz) = a31fb414802ecc5b52fc953d8d44e39084ad245bd4da3e8b9bc4e98f426fcb4d
517
SIZE (python/ankitects-hyper-timeout-664b6f9c387f6a7d75d1609a65c02554e8c55bc7_GH0.tar.gz) = 8461
518
SHA256 (python/ankitects-reqwest-57665e2c2a39db85723ba860f1b570a608bb73f9_GH0.tar.gz) = 1402e2f4c65819f644d6c5a15fccd6eb6ca3a9b12b4157d3d04999a10dbbaf7a
519
SIZE (python/ankitects-reqwest-57665e2c2a39db85723ba860f1b570a608bb73f9_GH0.tar.gz) = 219588
520
SHA256 (python/ankitects-tokio-io-timeout-96e1358555c49905de89170f2b1102a7d8b6c4c2_GH0.tar.gz) = a7490d924a3850a1518757a0eba225cc27784b7a79f7f525d935c92e206100e9
521
SIZE (python/ankitects-tokio-io-timeout-96e1358555c49905de89170f2b1102a7d8b6c4c2_GH0.tar.gz) = 8152
(-)games/anki/files/patch-Makefile (-40 / +23 lines)
Lines 1-44 Link Here
1
--- Makefile.orig	2018-07-27 02:18:05 UTC
1
Coerce sequential processing of the build targets as it's already done for the
2
"develop" target in the same file.
3
4
Not doing this will often cause failures with the "build-qt" target that needs
5
files in ${WRKSRC}/ts/dist/ which is created by the "build-ts" target.
6
7
A workaround would be to set MAKE_JOBS_UNSAFE but that would also slow down the
8
compilation of the Rust library.
9
10
Also the "build-ts" target must be run after the "build-pylib" target otherwise
11
it produces a ${WRKSRC}/ts/dist/graphs.js with wrong content.
12
13
--- Makefile.orig	2020-08-30 01:23:44 UTC
2
+++ Makefile
14
+++ Makefile
3
@@ -1,4 +1,4 @@
15
@@ -115,7 +115,11 @@ qt/po/repo:
4
-PREFIX=/usr
16
 	$(MAKE) pull-i18n
5
+PREFIX?=/usr/local
6
 
17
 
7
 all:
18
 .PHONY: build
8
 	@echo "You can run Anki with ./runanki"
19
-build: clean-dist build-ts build-rspy build-pylib build-qt add-buildhash
9
@@ -6,19 +6,18 @@ all:
20
+build:
10
 	@echo "Uninstall with 'sudo make uninstall'"
21
+	@set -eu -o pipefail ${SHELLFLAGS}; \
11
 
22
+	for dir in $(DEVEL); do \
12
 install:
23
+		$(SUBMAKE) -C $$dir build BUILDFLAGS="$(BUILDFLAGS)"; \
13
-	rm -rf ${DESTDIR}${PREFIX}/share/anki
24
+	done
14
 	mkdir -p ${DESTDIR}${PREFIX}/share/anki
15
 	cp -av anki aqt web ${DESTDIR}${PREFIX}/share/anki/
16
-	-cp -av locale ${DESTDIR}${PREFIX}/share/anki/
17
+	mkdir -p ${DESTDIR}${PREFIX}/share/anki/locale
18
+	mkdir -p qt-locale && mv locale/qt* ./qt-locale/
19
+	cp -av qt-locale/* ${DESTDIR}${PREFIX}/share/anki/locale/
20
+	mkdir -p ${DESTDIR}${PREFIX}/share/locale
21
+	cp -av locale/* ${DESTDIR}${PREFIX}/share/locale/
22
 	sed -e 's:@PREFIX@:${PREFIX}:' tools/runanki.system.in > tools/runanki.system
23
-	install -m 0755 -D tools/runanki.system ${DESTDIR}${PREFIX}/bin/anki
24
-	install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/pixmaps anki.xpm anki.png
25
-	install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/applications anki.desktop
26
-	install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/man/man1 anki.1
27
-	install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/doc/anki README.contributing README.development README.md LICENSE LICENSE.logo
28
-	-xdg-mime install anki.xml --novendor
29
-	-xdg-mime default anki.desktop application/x-anki
30
-	-xdg-mime default anki.desktop application/x-apkg
31
+	cp -av anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps
32
+	cp -av anki.desktop ${DESTDIR}${PREFIX}/share/applications
33
+	mkdir -p ${DESTDIR}${PREFIX}/man/man1
34
+	cp -av anki.1 ${DESTDIR}${PREFIX}/man/man1/
35
 	@echo
25
 	@echo
36
 	@echo "Install complete."
26
 	@echo "Build complete."
37
 
27
 
38
@@ -29,6 +28,5 @@ uninstall:
39
 	rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.png
40
 	rm -rf ${DESTDIR}${PREFIX}/share/applications/anki.desktop
41
 	rm -rf ${DESTDIR}${PREFIX}/share/man/man1/anki.1
42
-	-xdg-mime uninstall ${DESTDIR}${PREFIX}/share/mime/packages/anki.xml
43
 	@echo
44
 	@echo "Uninstall complete."
(-)games/anki/files/patch-anki_lang.py (-11 lines)
Lines 1-11 Link Here
1
--- anki/lang.py.orig	2018-09-27 01:52:01 UTC
2
+++ anki/lang.py
3
@@ -84,7 +84,7 @@ def langDir():
4
     if isMac:
5
         dir = os.path.abspath(filedir + "/../../Resources/locale")
6
     else:
7
-        dir = os.path.join(filedir, "locale")
8
+        dir = os.path.join(filedir, "%%PREFIX%%/share/locale")
9
     if not os.path.isdir(dir):
10
         dir = os.path.join(os.path.dirname(sys.argv[0]), "locale")
11
     if not os.path.isdir(dir):
(-)games/anki/files/patch-anki_mpv.py (-21 lines)
Lines 1-21 Link Here
1
Fix arguments that are passed to mpv.  Otherwise mpv terminates with an error
2
as it expects option values passed after a '=' since 0.31.0.
3
4
Backported and adapted for the 2.1.16 release.
5
6
Obtained from: https://github.com/ankitects/anki/commit/ccd715013609133c55e83924734efa78abc03326
7
8
--- anki/mpv.py.orig	2020-02-18 09:38:27 UTC
9
+++ anki/mpv.py
10
@@ -104,9 +104,9 @@ class MPVBase:
11
         """
12
         self.argv = [self.executable]
13
         self.argv += self.default_argv
14
-        self.argv += ["--input-ipc-server", self._sock_filename]
15
+        self.argv += ["--input-ipc-server="+self._sock_filename]
16
         if self.window_id is not None:
17
-            self.argv += ["--wid", str(self.window_id)]
18
+            self.argv += ["--wid="+str(self.window_id)]
19
 
20
     def _start_process(self):
21
         """Start the mpv process.
(-)games/anki/files/patch-anki_sound.py (-16 lines)
Lines 1-16 Link Here
1
Fix arguments that are passed to mpv.
2
3
Backported and adapted for the 2.1.16 release.
4
5
Obtained from: https://github.com/ankitects/anki/commit/ccd715013609133c55e83924734efa78abc03326
6
7
--- anki/sound.py.orig	2020-02-18 09:38:48 UTC
8
+++ anki/sound.py
9
@@ -124,7 +124,6 @@ class MpvManager(MPV):
10
 def setMpvConfigBase(base):
11
     mpvConfPath = os.path.join(base, "mpv.conf")
12
     MpvManager.default_argv += [
13
-        "--no-config",
14
         "--include="+mpvConfPath,
15
     ]
16
 
(-)games/anki/files/patch-aqt_qt.py (-19 lines)
Lines 1-19 Link Here
1
--- aqt/qt.py.orig	2019-03-09 22:22:42 UTC
2
+++ aqt/qt.py
3
@@ -14,6 +14,7 @@ from anki.utils import isWin, isMac
4
 from PyQt5.Qt import *
5
 # trigger explicit message in case of missing libraries
6
 # instead of silently failing to import
7
+from PyQt5.QtWebChannel import *
8
 from PyQt5.QtWebEngineWidgets import *
9
 try:
10
     from PyQt5 import sip
11
@@ -42,7 +43,7 @@ qtmajor = (QT_VERSION & 0xff0000) >> 16
12
 qtminor = (QT_VERSION & 0x00ff00) >> 8
13
 qtpoint = QT_VERSION & 0xff
14
 
15
-if qtmajor != 5 or qtminor < 9 or qtminor == 10:
16
+if qtmajor != 5 or qtminor < 9 or qtminor <= 10:
17
     raise Exception("Anki does not support your Qt version.")
18
 
19
 # GUI code assumes python 3.6+
(-)games/anki/files/patch-pylib_Makefile (+39 lines)
Line 0 Link Here
1
Use the current directory to locate and load the ankirspy (= Rust/Python
2
bridge) module that was built with "build-rspy" target.
3
4
Also avoid Python wheel generation as the produced wheels won't be used.  The
5
Python code will be compiled and installed via Port's Makefile.
6
7
--- pylib/Makefile.orig	2020-08-30 01:23:44 UTC
8
+++ pylib/Makefile
9
@@ -32,11 +32,9 @@ PHONY: all
10
 all: check
11
 
12
 .build/run-deps: setup.py
13
-	SKIP_ANKI_RSPY=true python -m pip install -e .
14
 	@touch $@
15
 
16
 .build/dev-deps: requirements.dev
17
-	python -m pip install -r requirements.dev
18
 	@touch $@
19
 
20
 PROTODEPS := ../proto/backend.proto ../proto/fluent.proto
21
@@ -45,7 +43,7 @@ PROTODEPS := ../proto/backend.proto ../proto/fluent.pr
22
 	protoc --proto_path=../proto --python_out=anki --mypy_out=anki $(PROTODEPS)
23
 	perl -i'' -pe 's/from fluent_pb2/from anki.fluent_pb2/' anki/backend_pb2.pyi
24
 	perl -i'' -pe 's/import fluent_pb2/import anki.fluent_pb2/' anki/backend_pb2.py
25
-	python tools/genbackend.py
26
+	PYTHONPATH=. python tools/genbackend.py
27
 	python -m black -t py36 anki/rsbackend_gen.py
28
 	@touch $@
29
 
30
@@ -104,9 +102,6 @@ CHECKDEPS := $(shell "${FIND}" anki tests -name '*.py'
31
 build: .build/build
32
 
33
 .build/build: $(BUILD_STEPS) $(CHECKDEPS)
34
-	rm -rf dist build
35
-	python setup.py -q bdist_wheel
36
-	rsync -a dist/*.whl ../dist/
37
 	touch $@
38
 
39
 # prepare code for running in place
(-)games/anki/files/patch-qt_Makefile (+45 lines)
Line 0 Link Here
1
Avoid Python wheel generation in the ".build/build" target as the produced
2
wheels won't be used.  The Python code will be compiled and installed via
3
Port's Makefile.
4
 
5
--- qt/Makefile.orig	2020-08-30 01:23:44 UTC
6
+++ qt/Makefile
7
@@ -35,11 +35,9 @@ PHONY: all
8
 all: check
9
 
10
 .build/run-deps: setup.py
11
-	python -m pip install -e .
12
 	@touch $@
13
 
14
 .build/dev-deps: requirements.dev
15
-	python -m pip install -r requirements.dev
16
 	@touch $@
17
 
18
 .build/ui: $(shell "${FIND}" designer -type f)
19
@@ -55,7 +53,7 @@ all: check
20
 TSDEPS := $(wildcard ts/src/*.ts) $(wildcard ts/scss/*.scss)
21
 
22
 .build/js: $(TSDEPS)
23
-	(cd ts && make build)
24
+	(cd ts && %%MAKE_CMD%% build)
25
 	python ./tools/extract_scss_colors.py
26
 	@touch $@
27
 
28
@@ -64,7 +62,7 @@ TSDEPS := $(wildcard ts/src/*.ts) $(wildcard ts/scss/*
29
 	python -m black aqt/gui_hooks.py
30
 	@touch $@
31
 
32
-BUILD_STEPS := .build/vernum .build/run-deps .build/dev-deps .build/js .build/ui aqt/buildinfo.py .build/hooks .build/i18n
33
+BUILD_STEPS := .build/vernum .build/run-deps .build/dev-deps .build/js .build/ui aqt/buildinfo.py .build/hooks ### NLS ###.build/i18n
34
 
35
 # Checking
36
 ######################
37
@@ -137,8 +135,6 @@ build: .build/build
38
 .build/build: $(BUILD_STEPS) $(CHECKDEPS) $(wildcard ../ts/dist/*)
39
 	rm -rf dist build
40
 	rsync -a ../ts/dist/ aqt_data/web/
41
-	python setup.py -q bdist_wheel
42
-	rsync -a dist/*.whl ../dist/
43
 	touch $@
44
 
45
 .PHONY: develop
(-)games/anki/files/patch-qt_runanki (+10 lines)
Line 0 Link Here
1
--- qt/runanki.orig	2020-08-30 01:23:44 UTC
2
+++ qt/runanki
3
@@ -1,4 +1,7 @@
4
 #!/usr/bin/env python3
5
 
6
+import sys
7
+sys.path.append("%%DATADIR%%")
8
+
9
 import aqt
10
 aqt.run()
(-)games/anki/files/patch-rslib_Cargo.toml (+19 lines)
Line 0 Link Here
1
Avoid vendored OpenSSL dependencies.
2
3
--- rslib/Cargo.toml.orig	2020-09-04 08:35:57 UTC
4
+++ rslib/Cargo.toml
5
@@ -61,10 +61,10 @@ features = ["trace", "functions", "collation"]
6
 version = "0.23.1"
7
 features = ["trace", "functions", "collation", "bundled"]
8
 
9
-[target.'cfg(linux)'.dependencies.reqwest]
10
-git = "https://github.com/ankitects/reqwest.git"
11
-rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
12
-features = ["json", "socks", "stream", "native-tls-vendored"]
13
+#[target.'cfg(linux)'.dependencies.reqwest]
14
+#git = "https://github.com/ankitects/reqwest.git"
15
+#rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
16
+#features = ["json", "socks", "stream", "native-tls-vendored"]
17
 
18
 [target.'cfg(not(linux))'.dependencies.reqwest]
19
 git = "https://github.com/ankitects/reqwest.git"
(-)games/anki/files/patch-rspy_Makefile (+27 lines)
Line 0 Link Here
1
Extract the contents of Python wheel file to Anki's Python library to load it
2
directly from that place.  The .so file will be used for installation later.
3
4
Rust from Ports is used as well so there is no need to bootstrap it via
5
"rustup".
6
7
--- rspy/Makefile.orig	2020-08-30 01:23:44 UTC
8
+++ rspy/Makefile
9
@@ -71,6 +71,7 @@ build: .build/build
10
 	touch ../proto/backend.proto
11
 	${BUILD_VARIABLES} \
12
 		maturin build -i "${PYTHON_FILE}" -o "$(OUTDIR)" $(BUILDFLAGS)
13
+	%%UNZIP_NATIVE_CMD%% -o -d ../pylib/ `find ../dist/ -name "*.whl"`
14
 	touch $@
15
 
16
 check: .build/check
17
@@ -87,10 +88,6 @@ clean:
18
 RUST_TOOLCHAIN := $(shell cat rust-toolchain)
19
 
20
 .build/tools: requirements.txt rust-toolchain
21
-	python -m pip install -r requirements.txt
22
-	rustup toolchain install $(RUST_TOOLCHAIN)
23
-	rustup component add rustfmt-preview --toolchain $(RUST_TOOLCHAIN)
24
-	rustup component add clippy-preview --toolchain $(RUST_TOOLCHAIN)
25
 	@touch $@
26
 
27
 # we should not call clippy because it break things when running make check Mac OS
(-)games/anki/pkg-plist (-479 / +472 lines)
Lines 3-18 Link Here
3
%%DATADIR%%/anki/__init__.py
3
%%DATADIR%%/anki/__init__.py
4
%%DATADIR%%/anki/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
4
%%DATADIR%%/anki/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
5
%%DATADIR%%/anki/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
5
%%DATADIR%%/anki/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
6
%%DATADIR%%/anki/__pycache__/buildhash.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
6
%%DATADIR%%/anki/__pycache__/backend_pb2.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
7
%%DATADIR%%/anki/__pycache__/buildhash.cpython-%%PYTHON_SUFFIX%%.pyc
7
%%DATADIR%%/anki/__pycache__/backend_pb2.cpython-%%PYTHON_SUFFIX%%.pyc
8
%%DATADIR%%/anki/__pycache__/buildinfo.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
9
%%DATADIR%%/anki/__pycache__/buildinfo.cpython-%%PYTHON_SUFFIX%%.pyc
8
%%DATADIR%%/anki/__pycache__/cards.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
10
%%DATADIR%%/anki/__pycache__/cards.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
9
%%DATADIR%%/anki/__pycache__/cards.cpython-%%PYTHON_SUFFIX%%.pyc
11
%%DATADIR%%/anki/__pycache__/cards.cpython-%%PYTHON_SUFFIX%%.pyc
10
%%DATADIR%%/anki/__pycache__/collection.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
12
%%DATADIR%%/anki/__pycache__/collection.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
11
%%DATADIR%%/anki/__pycache__/collection.cpython-%%PYTHON_SUFFIX%%.pyc
13
%%DATADIR%%/anki/__pycache__/collection.cpython-%%PYTHON_SUFFIX%%.pyc
14
%%DATADIR%%/anki/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
15
%%DATADIR%%/anki/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc
12
%%DATADIR%%/anki/__pycache__/consts.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
16
%%DATADIR%%/anki/__pycache__/consts.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
13
%%DATADIR%%/anki/__pycache__/consts.cpython-%%PYTHON_SUFFIX%%.pyc
17
%%DATADIR%%/anki/__pycache__/consts.cpython-%%PYTHON_SUFFIX%%.pyc
14
%%DATADIR%%/anki/__pycache__/db.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
18
%%DATADIR%%/anki/__pycache__/db.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
15
%%DATADIR%%/anki/__pycache__/db.cpython-%%PYTHON_SUFFIX%%.pyc
19
%%DATADIR%%/anki/__pycache__/db.cpython-%%PYTHON_SUFFIX%%.pyc
20
%%DATADIR%%/anki/__pycache__/dbproxy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
21
%%DATADIR%%/anki/__pycache__/dbproxy.cpython-%%PYTHON_SUFFIX%%.pyc
16
%%DATADIR%%/anki/__pycache__/decks.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
22
%%DATADIR%%/anki/__pycache__/decks.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
17
%%DATADIR%%/anki/__pycache__/decks.cpython-%%PYTHON_SUFFIX%%.pyc
23
%%DATADIR%%/anki/__pycache__/decks.cpython-%%PYTHON_SUFFIX%%.pyc
18
%%DATADIR%%/anki/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
24
%%DATADIR%%/anki/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 21-28 Link Here
21
%%DATADIR%%/anki/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.pyc
27
%%DATADIR%%/anki/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.pyc
22
%%DATADIR%%/anki/__pycache__/find.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
28
%%DATADIR%%/anki/__pycache__/find.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
23
%%DATADIR%%/anki/__pycache__/find.cpython-%%PYTHON_SUFFIX%%.pyc
29
%%DATADIR%%/anki/__pycache__/find.cpython-%%PYTHON_SUFFIX%%.pyc
30
%%DATADIR%%/anki/__pycache__/fluent_pb2.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
31
%%DATADIR%%/anki/__pycache__/fluent_pb2.cpython-%%PYTHON_SUFFIX%%.pyc
24
%%DATADIR%%/anki/__pycache__/hooks.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
32
%%DATADIR%%/anki/__pycache__/hooks.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
25
%%DATADIR%%/anki/__pycache__/hooks.cpython-%%PYTHON_SUFFIX%%.pyc
33
%%DATADIR%%/anki/__pycache__/hooks.cpython-%%PYTHON_SUFFIX%%.pyc
34
%%DATADIR%%/anki/__pycache__/httpclient.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
35
%%DATADIR%%/anki/__pycache__/httpclient.cpython-%%PYTHON_SUFFIX%%.pyc
26
%%DATADIR%%/anki/__pycache__/lang.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
36
%%DATADIR%%/anki/__pycache__/lang.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
27
%%DATADIR%%/anki/__pycache__/lang.cpython-%%PYTHON_SUFFIX%%.pyc
37
%%DATADIR%%/anki/__pycache__/lang.cpython-%%PYTHON_SUFFIX%%.pyc
28
%%DATADIR%%/anki/__pycache__/latex.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
38
%%DATADIR%%/anki/__pycache__/latex.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 31-40 Link Here
31
%%DATADIR%%/anki/__pycache__/media.cpython-%%PYTHON_SUFFIX%%.pyc
41
%%DATADIR%%/anki/__pycache__/media.cpython-%%PYTHON_SUFFIX%%.pyc
32
%%DATADIR%%/anki/__pycache__/models.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
42
%%DATADIR%%/anki/__pycache__/models.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
33
%%DATADIR%%/anki/__pycache__/models.cpython-%%PYTHON_SUFFIX%%.pyc
43
%%DATADIR%%/anki/__pycache__/models.cpython-%%PYTHON_SUFFIX%%.pyc
34
%%DATADIR%%/anki/__pycache__/mpv.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
35
%%DATADIR%%/anki/__pycache__/mpv.cpython-%%PYTHON_SUFFIX%%.pyc
36
%%DATADIR%%/anki/__pycache__/notes.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
44
%%DATADIR%%/anki/__pycache__/notes.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
37
%%DATADIR%%/anki/__pycache__/notes.cpython-%%PYTHON_SUFFIX%%.pyc
45
%%DATADIR%%/anki/__pycache__/notes.cpython-%%PYTHON_SUFFIX%%.pyc
46
%%DATADIR%%/anki/__pycache__/rsbackend.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
47
%%DATADIR%%/anki/__pycache__/rsbackend.cpython-%%PYTHON_SUFFIX%%.pyc
48
%%DATADIR%%/anki/__pycache__/rsbackend_gen.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
49
%%DATADIR%%/anki/__pycache__/rsbackend_gen.cpython-%%PYTHON_SUFFIX%%.pyc
38
%%DATADIR%%/anki/__pycache__/sched.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
50
%%DATADIR%%/anki/__pycache__/sched.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
39
%%DATADIR%%/anki/__pycache__/sched.cpython-%%PYTHON_SUFFIX%%.pyc
51
%%DATADIR%%/anki/__pycache__/sched.cpython-%%PYTHON_SUFFIX%%.pyc
40
%%DATADIR%%/anki/__pycache__/schedv2.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
52
%%DATADIR%%/anki/__pycache__/schedv2.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 53-70 Link Here
53
%%DATADIR%%/anki/__pycache__/sync.cpython-%%PYTHON_SUFFIX%%.pyc
65
%%DATADIR%%/anki/__pycache__/sync.cpython-%%PYTHON_SUFFIX%%.pyc
54
%%DATADIR%%/anki/__pycache__/tags.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
66
%%DATADIR%%/anki/__pycache__/tags.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
55
%%DATADIR%%/anki/__pycache__/tags.cpython-%%PYTHON_SUFFIX%%.pyc
67
%%DATADIR%%/anki/__pycache__/tags.cpython-%%PYTHON_SUFFIX%%.pyc
68
%%DATADIR%%/anki/__pycache__/template.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
69
%%DATADIR%%/anki/__pycache__/template.cpython-%%PYTHON_SUFFIX%%.pyc
70
%%DATADIR%%/anki/__pycache__/template_legacy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
71
%%DATADIR%%/anki/__pycache__/template_legacy.cpython-%%PYTHON_SUFFIX%%.pyc
72
%%DATADIR%%/anki/__pycache__/types.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
73
%%DATADIR%%/anki/__pycache__/types.cpython-%%PYTHON_SUFFIX%%.pyc
56
%%DATADIR%%/anki/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
74
%%DATADIR%%/anki/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
57
%%DATADIR%%/anki/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
75
%%DATADIR%%/anki/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
58
%%DATADIR%%/anki/buildhash.py
76
%%DATADIR%%/anki/backend_pb2.py
77
%%DATADIR%%/anki/backend_pb2.pyi
78
%%DATADIR%%/anki/buildinfo.py
59
%%DATADIR%%/anki/cards.py
79
%%DATADIR%%/anki/cards.py
60
%%DATADIR%%/anki/collection.py
80
%%DATADIR%%/anki/collection.py
81
%%DATADIR%%/anki/config.py
61
%%DATADIR%%/anki/consts.py
82
%%DATADIR%%/anki/consts.py
62
%%DATADIR%%/anki/db.py
83
%%DATADIR%%/anki/db.py
84
%%DATADIR%%/anki/dbproxy.py
63
%%DATADIR%%/anki/decks.py
85
%%DATADIR%%/anki/decks.py
64
%%DATADIR%%/anki/errors.py
86
%%DATADIR%%/anki/errors.py
65
%%DATADIR%%/anki/exporting.py
87
%%DATADIR%%/anki/exporting.py
66
%%DATADIR%%/anki/find.py
88
%%DATADIR%%/anki/find.py
89
%%DATADIR%%/anki/fluent_pb2.py
90
%%DATADIR%%/anki/fluent_pb2.pyi
67
%%DATADIR%%/anki/hooks.py
91
%%DATADIR%%/anki/hooks.py
92
%%DATADIR%%/anki/httpclient.py
68
%%DATADIR%%/anki/importing/__init__.py
93
%%DATADIR%%/anki/importing/__init__.py
69
%%DATADIR%%/anki/importing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
94
%%DATADIR%%/anki/importing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
70
%%DATADIR%%/anki/importing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
95
%%DATADIR%%/anki/importing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
Lines 96-103 Link Here
96
%%DATADIR%%/anki/latex.py
121
%%DATADIR%%/anki/latex.py
97
%%DATADIR%%/anki/media.py
122
%%DATADIR%%/anki/media.py
98
%%DATADIR%%/anki/models.py
123
%%DATADIR%%/anki/models.py
99
%%DATADIR%%/anki/mpv.py
100
%%DATADIR%%/anki/notes.py
124
%%DATADIR%%/anki/notes.py
125
%%DATADIR%%/anki/py.typed
126
%%DATADIR%%/anki/rsbackend.py
127
%%DATADIR%%/anki/rsbackend_gen.py
101
%%DATADIR%%/anki/sched.py
128
%%DATADIR%%/anki/sched.py
102
%%DATADIR%%/anki/schedv2.py
129
%%DATADIR%%/anki/schedv2.py
103
%%DATADIR%%/anki/sound.py
130
%%DATADIR%%/anki/sound.py
Lines 107-130 Link Here
107
%%DATADIR%%/anki/storage.py
134
%%DATADIR%%/anki/storage.py
108
%%DATADIR%%/anki/sync.py
135
%%DATADIR%%/anki/sync.py
109
%%DATADIR%%/anki/tags.py
136
%%DATADIR%%/anki/tags.py
110
%%DATADIR%%/anki/template/LICENSE
137
%%DATADIR%%/anki/template.py
111
%%DATADIR%%/anki/template/README.anki
138
%%DATADIR%%/anki/template_legacy.py
112
%%DATADIR%%/anki/template/__init__.py
139
%%DATADIR%%/anki/types.py
113
%%DATADIR%%/anki/template/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
114
%%DATADIR%%/anki/template/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
115
%%DATADIR%%/anki/template/__pycache__/furigana.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
116
%%DATADIR%%/anki/template/__pycache__/furigana.cpython-%%PYTHON_SUFFIX%%.pyc
117
%%DATADIR%%/anki/template/__pycache__/hint.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
118
%%DATADIR%%/anki/template/__pycache__/hint.cpython-%%PYTHON_SUFFIX%%.pyc
119
%%DATADIR%%/anki/template/__pycache__/template.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
120
%%DATADIR%%/anki/template/__pycache__/template.cpython-%%PYTHON_SUFFIX%%.pyc
121
%%DATADIR%%/anki/template/__pycache__/view.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
122
%%DATADIR%%/anki/template/__pycache__/view.cpython-%%PYTHON_SUFFIX%%.pyc
123
%%DATADIR%%/anki/template/furigana.py
124
%%DATADIR%%/anki/template/hint.py
125
%%DATADIR%%/anki/template/template.py
126
%%DATADIR%%/anki/template/view.py
127
%%DATADIR%%/anki/utils.py
140
%%DATADIR%%/anki/utils.py
141
%%DATADIR%%/ankirspy.cpython-%%PYTHON_SUFFIX%%m.so
128
%%DATADIR%%/aqt/__init__.py
142
%%DATADIR%%/aqt/__init__.py
129
%%DATADIR%%/aqt/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
143
%%DATADIR%%/aqt/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
130
%%DATADIR%%/aqt/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
144
%%DATADIR%%/aqt/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
Lines 136-145 Link Here
136
%%DATADIR%%/aqt/__pycache__/addons.cpython-%%PYTHON_SUFFIX%%.pyc
150
%%DATADIR%%/aqt/__pycache__/addons.cpython-%%PYTHON_SUFFIX%%.pyc
137
%%DATADIR%%/aqt/__pycache__/browser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
151
%%DATADIR%%/aqt/__pycache__/browser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
138
%%DATADIR%%/aqt/__pycache__/browser.cpython-%%PYTHON_SUFFIX%%.pyc
152
%%DATADIR%%/aqt/__pycache__/browser.cpython-%%PYTHON_SUFFIX%%.pyc
153
%%DATADIR%%/aqt/__pycache__/buildinfo.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
154
%%DATADIR%%/aqt/__pycache__/buildinfo.cpython-%%PYTHON_SUFFIX%%.pyc
139
%%DATADIR%%/aqt/__pycache__/clayout.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
155
%%DATADIR%%/aqt/__pycache__/clayout.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
140
%%DATADIR%%/aqt/__pycache__/clayout.cpython-%%PYTHON_SUFFIX%%.pyc
156
%%DATADIR%%/aqt/__pycache__/clayout.cpython-%%PYTHON_SUFFIX%%.pyc
157
%%DATADIR%%/aqt/__pycache__/colors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
158
%%DATADIR%%/aqt/__pycache__/colors.cpython-%%PYTHON_SUFFIX%%.pyc
141
%%DATADIR%%/aqt/__pycache__/customstudy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
159
%%DATADIR%%/aqt/__pycache__/customstudy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
142
%%DATADIR%%/aqt/__pycache__/customstudy.cpython-%%PYTHON_SUFFIX%%.pyc
160
%%DATADIR%%/aqt/__pycache__/customstudy.cpython-%%PYTHON_SUFFIX%%.pyc
161
%%DATADIR%%/aqt/__pycache__/dbcheck.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
162
%%DATADIR%%/aqt/__pycache__/dbcheck.cpython-%%PYTHON_SUFFIX%%.pyc
143
%%DATADIR%%/aqt/__pycache__/deckbrowser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
163
%%DATADIR%%/aqt/__pycache__/deckbrowser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
144
%%DATADIR%%/aqt/__pycache__/deckbrowser.cpython-%%PYTHON_SUFFIX%%.pyc
164
%%DATADIR%%/aqt/__pycache__/deckbrowser.cpython-%%PYTHON_SUFFIX%%.pyc
145
%%DATADIR%%/aqt/__pycache__/deckchooser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
165
%%DATADIR%%/aqt/__pycache__/deckchooser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 146-153 Link Here
146
%%DATADIR%%/aqt/__pycache__/deckchooser.cpython-%%PYTHON_SUFFIX%%.pyc
166
%%DATADIR%%/aqt/__pycache__/deckchooser.cpython-%%PYTHON_SUFFIX%%.pyc
147
%%DATADIR%%/aqt/__pycache__/deckconf.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
167
%%DATADIR%%/aqt/__pycache__/deckconf.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
148
%%DATADIR%%/aqt/__pycache__/deckconf.cpython-%%PYTHON_SUFFIX%%.pyc
168
%%DATADIR%%/aqt/__pycache__/deckconf.cpython-%%PYTHON_SUFFIX%%.pyc
149
%%DATADIR%%/aqt/__pycache__/downloader.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
150
%%DATADIR%%/aqt/__pycache__/downloader.cpython-%%PYTHON_SUFFIX%%.pyc
151
%%DATADIR%%/aqt/__pycache__/dyndeckconf.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
169
%%DATADIR%%/aqt/__pycache__/dyndeckconf.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
152
%%DATADIR%%/aqt/__pycache__/dyndeckconf.cpython-%%PYTHON_SUFFIX%%.pyc
170
%%DATADIR%%/aqt/__pycache__/dyndeckconf.cpython-%%PYTHON_SUFFIX%%.pyc
153
%%DATADIR%%/aqt/__pycache__/editcurrent.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
171
%%DATADIR%%/aqt/__pycache__/editcurrent.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 154-159 Link Here
154
%%DATADIR%%/aqt/__pycache__/editcurrent.cpython-%%PYTHON_SUFFIX%%.pyc
172
%%DATADIR%%/aqt/__pycache__/editcurrent.cpython-%%PYTHON_SUFFIX%%.pyc
155
%%DATADIR%%/aqt/__pycache__/editor.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
173
%%DATADIR%%/aqt/__pycache__/editor.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
156
%%DATADIR%%/aqt/__pycache__/editor.cpython-%%PYTHON_SUFFIX%%.pyc
174
%%DATADIR%%/aqt/__pycache__/editor.cpython-%%PYTHON_SUFFIX%%.pyc
175
%%DATADIR%%/aqt/__pycache__/emptycards.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
176
%%DATADIR%%/aqt/__pycache__/emptycards.cpython-%%PYTHON_SUFFIX%%.pyc
157
%%DATADIR%%/aqt/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
177
%%DATADIR%%/aqt/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
158
%%DATADIR%%/aqt/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc
178
%%DATADIR%%/aqt/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc
159
%%DATADIR%%/aqt/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
179
%%DATADIR%%/aqt/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 160-175 Link Here
160
%%DATADIR%%/aqt/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.pyc
180
%%DATADIR%%/aqt/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.pyc
161
%%DATADIR%%/aqt/__pycache__/fields.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
181
%%DATADIR%%/aqt/__pycache__/fields.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
162
%%DATADIR%%/aqt/__pycache__/fields.cpython-%%PYTHON_SUFFIX%%.pyc
182
%%DATADIR%%/aqt/__pycache__/fields.cpython-%%PYTHON_SUFFIX%%.pyc
183
%%DATADIR%%/aqt/__pycache__/gui_hooks.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
184
%%DATADIR%%/aqt/__pycache__/gui_hooks.cpython-%%PYTHON_SUFFIX%%.pyc
163
%%DATADIR%%/aqt/__pycache__/importing.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
185
%%DATADIR%%/aqt/__pycache__/importing.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
164
%%DATADIR%%/aqt/__pycache__/importing.cpython-%%PYTHON_SUFFIX%%.pyc
186
%%DATADIR%%/aqt/__pycache__/importing.cpython-%%PYTHON_SUFFIX%%.pyc
187
%%DATADIR%%/aqt/__pycache__/legacy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
188
%%DATADIR%%/aqt/__pycache__/legacy.cpython-%%PYTHON_SUFFIX%%.pyc
165
%%DATADIR%%/aqt/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
189
%%DATADIR%%/aqt/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
166
%%DATADIR%%/aqt/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
190
%%DATADIR%%/aqt/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
191
%%DATADIR%%/aqt/__pycache__/mediacheck.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
192
%%DATADIR%%/aqt/__pycache__/mediacheck.cpython-%%PYTHON_SUFFIX%%.pyc
167
%%DATADIR%%/aqt/__pycache__/mediasrv.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
193
%%DATADIR%%/aqt/__pycache__/mediasrv.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
168
%%DATADIR%%/aqt/__pycache__/mediasrv.cpython-%%PYTHON_SUFFIX%%.pyc
194
%%DATADIR%%/aqt/__pycache__/mediasrv.cpython-%%PYTHON_SUFFIX%%.pyc
195
%%DATADIR%%/aqt/__pycache__/mediasync.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
196
%%DATADIR%%/aqt/__pycache__/mediasync.cpython-%%PYTHON_SUFFIX%%.pyc
169
%%DATADIR%%/aqt/__pycache__/modelchooser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
197
%%DATADIR%%/aqt/__pycache__/modelchooser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
170
%%DATADIR%%/aqt/__pycache__/modelchooser.cpython-%%PYTHON_SUFFIX%%.pyc
198
%%DATADIR%%/aqt/__pycache__/modelchooser.cpython-%%PYTHON_SUFFIX%%.pyc
171
%%DATADIR%%/aqt/__pycache__/models.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
199
%%DATADIR%%/aqt/__pycache__/models.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
172
%%DATADIR%%/aqt/__pycache__/models.cpython-%%PYTHON_SUFFIX%%.pyc
200
%%DATADIR%%/aqt/__pycache__/models.cpython-%%PYTHON_SUFFIX%%.pyc
201
%%DATADIR%%/aqt/__pycache__/mpv.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
202
%%DATADIR%%/aqt/__pycache__/mpv.cpython-%%PYTHON_SUFFIX%%.pyc
173
%%DATADIR%%/aqt/__pycache__/overview.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
203
%%DATADIR%%/aqt/__pycache__/overview.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
174
%%DATADIR%%/aqt/__pycache__/overview.cpython-%%PYTHON_SUFFIX%%.pyc
204
%%DATADIR%%/aqt/__pycache__/overview.cpython-%%PYTHON_SUFFIX%%.pyc
175
%%DATADIR%%/aqt/__pycache__/pinnedmodules.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
205
%%DATADIR%%/aqt/__pycache__/pinnedmodules.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 176-181 Link Here
176
%%DATADIR%%/aqt/__pycache__/pinnedmodules.cpython-%%PYTHON_SUFFIX%%.pyc
206
%%DATADIR%%/aqt/__pycache__/pinnedmodules.cpython-%%PYTHON_SUFFIX%%.pyc
177
%%DATADIR%%/aqt/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
207
%%DATADIR%%/aqt/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
178
%%DATADIR%%/aqt/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
208
%%DATADIR%%/aqt/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
209
%%DATADIR%%/aqt/__pycache__/previewer.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
210
%%DATADIR%%/aqt/__pycache__/previewer.cpython-%%PYTHON_SUFFIX%%.pyc
179
%%DATADIR%%/aqt/__pycache__/profiles.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
211
%%DATADIR%%/aqt/__pycache__/profiles.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
180
%%DATADIR%%/aqt/__pycache__/profiles.cpython-%%PYTHON_SUFFIX%%.pyc
212
%%DATADIR%%/aqt/__pycache__/profiles.cpython-%%PYTHON_SUFFIX%%.pyc
181
%%DATADIR%%/aqt/__pycache__/progress.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
213
%%DATADIR%%/aqt/__pycache__/progress.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 184-189 Link Here
184
%%DATADIR%%/aqt/__pycache__/qt.cpython-%%PYTHON_SUFFIX%%.pyc
216
%%DATADIR%%/aqt/__pycache__/qt.cpython-%%PYTHON_SUFFIX%%.pyc
185
%%DATADIR%%/aqt/__pycache__/reviewer.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
217
%%DATADIR%%/aqt/__pycache__/reviewer.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
186
%%DATADIR%%/aqt/__pycache__/reviewer.cpython-%%PYTHON_SUFFIX%%.pyc
218
%%DATADIR%%/aqt/__pycache__/reviewer.cpython-%%PYTHON_SUFFIX%%.pyc
219
%%DATADIR%%/aqt/__pycache__/schema_change_tracker.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
220
%%DATADIR%%/aqt/__pycache__/schema_change_tracker.cpython-%%PYTHON_SUFFIX%%.pyc
187
%%DATADIR%%/aqt/__pycache__/sound.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
221
%%DATADIR%%/aqt/__pycache__/sound.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
188
%%DATADIR%%/aqt/__pycache__/sound.cpython-%%PYTHON_SUFFIX%%.pyc
222
%%DATADIR%%/aqt/__pycache__/sound.cpython-%%PYTHON_SUFFIX%%.pyc
189
%%DATADIR%%/aqt/__pycache__/stats.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
223
%%DATADIR%%/aqt/__pycache__/stats.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 196-203 Link Here
196
%%DATADIR%%/aqt/__pycache__/tagedit.cpython-%%PYTHON_SUFFIX%%.pyc
230
%%DATADIR%%/aqt/__pycache__/tagedit.cpython-%%PYTHON_SUFFIX%%.pyc
197
%%DATADIR%%/aqt/__pycache__/taglimit.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
231
%%DATADIR%%/aqt/__pycache__/taglimit.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
198
%%DATADIR%%/aqt/__pycache__/taglimit.cpython-%%PYTHON_SUFFIX%%.pyc
232
%%DATADIR%%/aqt/__pycache__/taglimit.cpython-%%PYTHON_SUFFIX%%.pyc
233
%%DATADIR%%/aqt/__pycache__/taskman.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
234
%%DATADIR%%/aqt/__pycache__/taskman.cpython-%%PYTHON_SUFFIX%%.pyc
235
%%DATADIR%%/aqt/__pycache__/theme.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
236
%%DATADIR%%/aqt/__pycache__/theme.cpython-%%PYTHON_SUFFIX%%.pyc
199
%%DATADIR%%/aqt/__pycache__/toolbar.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
237
%%DATADIR%%/aqt/__pycache__/toolbar.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
200
%%DATADIR%%/aqt/__pycache__/toolbar.cpython-%%PYTHON_SUFFIX%%.pyc
238
%%DATADIR%%/aqt/__pycache__/toolbar.cpython-%%PYTHON_SUFFIX%%.pyc
239
%%DATADIR%%/aqt/__pycache__/tts.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
240
%%DATADIR%%/aqt/__pycache__/tts.cpython-%%PYTHON_SUFFIX%%.pyc
201
%%DATADIR%%/aqt/__pycache__/update.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
241
%%DATADIR%%/aqt/__pycache__/update.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
202
%%DATADIR%%/aqt/__pycache__/update.cpython-%%PYTHON_SUFFIX%%.pyc
242
%%DATADIR%%/aqt/__pycache__/update.cpython-%%PYTHON_SUFFIX%%.pyc
203
%%DATADIR%%/aqt/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
243
%%DATADIR%%/aqt/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 210-224 Link Here
210
%%DATADIR%%/aqt/addcards.py
250
%%DATADIR%%/aqt/addcards.py
211
%%DATADIR%%/aqt/addons.py
251
%%DATADIR%%/aqt/addons.py
212
%%DATADIR%%/aqt/browser.py
252
%%DATADIR%%/aqt/browser.py
253
%%DATADIR%%/aqt/buildinfo.py
213
%%DATADIR%%/aqt/clayout.py
254
%%DATADIR%%/aqt/clayout.py
255
%%DATADIR%%/aqt/colors.py
214
%%DATADIR%%/aqt/customstudy.py
256
%%DATADIR%%/aqt/customstudy.py
257
%%DATADIR%%/aqt/dbcheck.py
215
%%DATADIR%%/aqt/deckbrowser.py
258
%%DATADIR%%/aqt/deckbrowser.py
216
%%DATADIR%%/aqt/deckchooser.py
259
%%DATADIR%%/aqt/deckchooser.py
217
%%DATADIR%%/aqt/deckconf.py
260
%%DATADIR%%/aqt/deckconf.py
218
%%DATADIR%%/aqt/downloader.py
219
%%DATADIR%%/aqt/dyndeckconf.py
261
%%DATADIR%%/aqt/dyndeckconf.py
220
%%DATADIR%%/aqt/editcurrent.py
262
%%DATADIR%%/aqt/editcurrent.py
221
%%DATADIR%%/aqt/editor.py
263
%%DATADIR%%/aqt/editor.py
264
%%DATADIR%%/aqt/emptycards.py
222
%%DATADIR%%/aqt/errors.py
265
%%DATADIR%%/aqt/errors.py
223
%%DATADIR%%/aqt/exporting.py
266
%%DATADIR%%/aqt/exporting.py
224
%%DATADIR%%/aqt/fields.py
267
%%DATADIR%%/aqt/fields.py
Lines 263-268 Link Here
263
%%DATADIR%%/aqt/forms/__pycache__/editcurrent.cpython-%%PYTHON_SUFFIX%%.pyc
306
%%DATADIR%%/aqt/forms/__pycache__/editcurrent.cpython-%%PYTHON_SUFFIX%%.pyc
264
%%DATADIR%%/aqt/forms/__pycache__/edithtml.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
307
%%DATADIR%%/aqt/forms/__pycache__/edithtml.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
265
%%DATADIR%%/aqt/forms/__pycache__/edithtml.cpython-%%PYTHON_SUFFIX%%.pyc
308
%%DATADIR%%/aqt/forms/__pycache__/edithtml.cpython-%%PYTHON_SUFFIX%%.pyc
309
%%DATADIR%%/aqt/forms/__pycache__/emptycards.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
310
%%DATADIR%%/aqt/forms/__pycache__/emptycards.cpython-%%PYTHON_SUFFIX%%.pyc
266
%%DATADIR%%/aqt/forms/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
311
%%DATADIR%%/aqt/forms/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
267
%%DATADIR%%/aqt/forms/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.pyc
312
%%DATADIR%%/aqt/forms/__pycache__/exporting.cpython-%%PYTHON_SUFFIX%%.pyc
268
%%DATADIR%%/aqt/forms/__pycache__/fields.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
313
%%DATADIR%%/aqt/forms/__pycache__/fields.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 303-308 Link Here
303
%%DATADIR%%/aqt/forms/__pycache__/stats.cpython-%%PYTHON_SUFFIX%%.pyc
348
%%DATADIR%%/aqt/forms/__pycache__/stats.cpython-%%PYTHON_SUFFIX%%.pyc
304
%%DATADIR%%/aqt/forms/__pycache__/studydeck.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
349
%%DATADIR%%/aqt/forms/__pycache__/studydeck.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
305
%%DATADIR%%/aqt/forms/__pycache__/studydeck.cpython-%%PYTHON_SUFFIX%%.pyc
350
%%DATADIR%%/aqt/forms/__pycache__/studydeck.cpython-%%PYTHON_SUFFIX%%.pyc
351
%%DATADIR%%/aqt/forms/__pycache__/synclog.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
352
%%DATADIR%%/aqt/forms/__pycache__/synclog.cpython-%%PYTHON_SUFFIX%%.pyc
306
%%DATADIR%%/aqt/forms/__pycache__/taglimit.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
353
%%DATADIR%%/aqt/forms/__pycache__/taglimit.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
307
%%DATADIR%%/aqt/forms/__pycache__/taglimit.cpython-%%PYTHON_SUFFIX%%.pyc
354
%%DATADIR%%/aqt/forms/__pycache__/taglimit.cpython-%%PYTHON_SUFFIX%%.pyc
308
%%DATADIR%%/aqt/forms/__pycache__/template.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
355
%%DATADIR%%/aqt/forms/__pycache__/template.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
Lines 326-331 Link Here
326
%%DATADIR%%/aqt/forms/editaddon.py
373
%%DATADIR%%/aqt/forms/editaddon.py
327
%%DATADIR%%/aqt/forms/editcurrent.py
374
%%DATADIR%%/aqt/forms/editcurrent.py
328
%%DATADIR%%/aqt/forms/edithtml.py
375
%%DATADIR%%/aqt/forms/edithtml.py
376
%%DATADIR%%/aqt/forms/emptycards.py
329
%%DATADIR%%/aqt/forms/exporting.py
377
%%DATADIR%%/aqt/forms/exporting.py
330
%%DATADIR%%/aqt/forms/fields.py
378
%%DATADIR%%/aqt/forms/fields.py
331
%%DATADIR%%/aqt/forms/finddupes.py
379
%%DATADIR%%/aqt/forms/finddupes.py
Lines 346-365 Link Here
346
%%DATADIR%%/aqt/forms/setlang.py
394
%%DATADIR%%/aqt/forms/setlang.py
347
%%DATADIR%%/aqt/forms/stats.py
395
%%DATADIR%%/aqt/forms/stats.py
348
%%DATADIR%%/aqt/forms/studydeck.py
396
%%DATADIR%%/aqt/forms/studydeck.py
397
%%DATADIR%%/aqt/forms/synclog.py
349
%%DATADIR%%/aqt/forms/taglimit.py
398
%%DATADIR%%/aqt/forms/taglimit.py
350
%%DATADIR%%/aqt/forms/template.py
399
%%DATADIR%%/aqt/forms/template.py
400
%%DATADIR%%/aqt/gui_hooks.py
351
%%DATADIR%%/aqt/importing.py
401
%%DATADIR%%/aqt/importing.py
402
%%DATADIR%%/aqt/legacy.py
352
%%DATADIR%%/aqt/main.py
403
%%DATADIR%%/aqt/main.py
404
%%DATADIR%%/aqt/mediacheck.py
353
%%DATADIR%%/aqt/mediasrv.py
405
%%DATADIR%%/aqt/mediasrv.py
406
%%DATADIR%%/aqt/mediasync.py
354
%%DATADIR%%/aqt/modelchooser.py
407
%%DATADIR%%/aqt/modelchooser.py
355
%%DATADIR%%/aqt/models.py
408
%%DATADIR%%/aqt/models.py
409
%%DATADIR%%/aqt/mpv.py
356
%%DATADIR%%/aqt/overview.py
410
%%DATADIR%%/aqt/overview.py
357
%%DATADIR%%/aqt/pinnedmodules.py
411
%%DATADIR%%/aqt/pinnedmodules.py
358
%%DATADIR%%/aqt/preferences.py
412
%%DATADIR%%/aqt/preferences.py
413
%%DATADIR%%/aqt/previewer.py
359
%%DATADIR%%/aqt/profiles.py
414
%%DATADIR%%/aqt/profiles.py
360
%%DATADIR%%/aqt/progress.py
415
%%DATADIR%%/aqt/progress.py
416
%%DATADIR%%/aqt/py.typed
361
%%DATADIR%%/aqt/qt.py
417
%%DATADIR%%/aqt/qt.py
362
%%DATADIR%%/aqt/reviewer.py
418
%%DATADIR%%/aqt/reviewer.py
419
%%DATADIR%%/aqt/schema_change_tracker.py
363
%%DATADIR%%/aqt/sound.py
420
%%DATADIR%%/aqt/sound.py
364
%%DATADIR%%/aqt/stats.py
421
%%DATADIR%%/aqt/stats.py
365
%%DATADIR%%/aqt/studydeck.py
422
%%DATADIR%%/aqt/studydeck.py
Lines 366-829 Link Here
366
%%DATADIR%%/aqt/sync.py
423
%%DATADIR%%/aqt/sync.py
367
%%DATADIR%%/aqt/tagedit.py
424
%%DATADIR%%/aqt/tagedit.py
368
%%DATADIR%%/aqt/taglimit.py
425
%%DATADIR%%/aqt/taglimit.py
426
%%DATADIR%%/aqt/taskman.py
427
%%DATADIR%%/aqt/theme.py
369
%%DATADIR%%/aqt/toolbar.py
428
%%DATADIR%%/aqt/toolbar.py
429
%%DATADIR%%/aqt/tts.py
370
%%DATADIR%%/aqt/update.py
430
%%DATADIR%%/aqt/update.py
371
%%DATADIR%%/aqt/utils.py
431
%%DATADIR%%/aqt/utils.py
372
%%DATADIR%%/aqt/webview.py
432
%%DATADIR%%/aqt/webview.py
373
%%DATADIR%%/aqt/winpaths.py
433
%%DATADIR%%/aqt/winpaths.py
374
%%NLS%%%%DATADIR%%/locale/qt_ar.qm
434
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/af/LC_MESSAGES/anki.mo
375
%%NLS%%%%DATADIR%%/locale/qt_bg.qm
435
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/ar/LC_MESSAGES/anki.mo
376
%%NLS%%%%DATADIR%%/locale/qt_ca.qm
436
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/bg/LC_MESSAGES/anki.mo
377
%%NLS%%%%DATADIR%%/locale/qt_cs.qm
437
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/ca/LC_MESSAGES/anki.mo
378
%%NLS%%%%DATADIR%%/locale/qt_da.qm
438
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/cs/LC_MESSAGES/anki.mo
379
%%NLS%%%%DATADIR%%/locale/qt_de.qm
439
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/da/LC_MESSAGES/anki.mo
380
%%NLS%%%%DATADIR%%/locale/qt_en.qm
440
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/de/LC_MESSAGES/anki.mo
381
%%NLS%%%%DATADIR%%/locale/qt_es.qm
441
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/el/LC_MESSAGES/anki.mo
382
%%NLS%%%%DATADIR%%/locale/qt_fa.qm
442
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/en-GB/LC_MESSAGES/anki.mo
383
%%NLS%%%%DATADIR%%/locale/qt_fi.qm
443
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/eo/LC_MESSAGES/anki.mo
384
%%NLS%%%%DATADIR%%/locale/qt_fr.qm
444
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/es/LC_MESSAGES/anki.mo
385
%%NLS%%%%DATADIR%%/locale/qt_gl.qm
445
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/et/LC_MESSAGES/anki.mo
386
%%NLS%%%%DATADIR%%/locale/qt_he.qm
446
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/eu/LC_MESSAGES/anki.mo
387
%%NLS%%%%DATADIR%%/locale/qt_hu.qm
447
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/fa/LC_MESSAGES/anki.mo
388
%%NLS%%%%DATADIR%%/locale/qt_it.qm
448
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/fi/LC_MESSAGES/anki.mo
389
%%NLS%%%%DATADIR%%/locale/qt_ja.qm
449
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/fr/LC_MESSAGES/anki.mo
390
%%NLS%%%%DATADIR%%/locale/qt_ko.qm
450
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/ga-IE/LC_MESSAGES/anki.mo
391
%%NLS%%%%DATADIR%%/locale/qt_lt.qm
451
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/gl/LC_MESSAGES/anki.mo
392
%%NLS%%%%DATADIR%%/locale/qt_pl.qm
452
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/he/LC_MESSAGES/anki.mo
393
%%NLS%%%%DATADIR%%/locale/qt_pt.qm
453
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/hi-IN/LC_MESSAGES/anki.mo
394
%%NLS%%%%DATADIR%%/locale/qt_ru.qm
454
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/hr/LC_MESSAGES/anki.mo
395
%%NLS%%%%DATADIR%%/locale/qt_sk.qm
455
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/hu/LC_MESSAGES/anki.mo
396
%%NLS%%%%DATADIR%%/locale/qt_sl.qm
456
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/hy-AM/LC_MESSAGES/anki.mo
397
%%NLS%%%%DATADIR%%/locale/qt_sv.qm
457
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/it/LC_MESSAGES/anki.mo
398
%%NLS%%%%DATADIR%%/locale/qt_uk.qm
458
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/ja/LC_MESSAGES/anki.mo
399
%%NLS%%%%DATADIR%%/locale/qt_zh_CN.qm
459
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/jbo/LC_MESSAGES/anki.mo
400
%%NLS%%%%DATADIR%%/locale/qt_zh_TW.qm
460
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/kab/LC_MESSAGES/anki.mo
401
%%NLS%%%%DATADIR%%/locale/qtbase_bg.qm
461
@dir %%NLS%%%%DATADIR%%/aqt_data/locale/gettext/km/LC_MESSAGES
402
%%NLS%%%%DATADIR%%/locale/qtbase_ca.qm
462
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/ko/LC_MESSAGES/anki.mo
403
%%NLS%%%%DATADIR%%/locale/qtbase_cs.qm
463
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/la/LC_MESSAGES/anki.mo
404
%%NLS%%%%DATADIR%%/locale/qtbase_da.qm
464
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/mn/LC_MESSAGES/anki.mo
405
%%NLS%%%%DATADIR%%/locale/qtbase_de.qm
465
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/mr/LC_MESSAGES/anki.mo
406
%%NLS%%%%DATADIR%%/locale/qtbase_en.qm
466
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/ms/LC_MESSAGES/anki.mo
407
%%NLS%%%%DATADIR%%/locale/qtbase_es.qm
467
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/nb-NO/LC_MESSAGES/anki.mo
408
%%NLS%%%%DATADIR%%/locale/qtbase_fi.qm
468
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/nl/LC_MESSAGES/anki.mo
409
%%NLS%%%%DATADIR%%/locale/qtbase_fr.qm
469
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/nn-NO/LC_MESSAGES/anki.mo
410
%%NLS%%%%DATADIR%%/locale/qtbase_gd.qm
470
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/oc/LC_MESSAGES/anki.mo
411
%%NLS%%%%DATADIR%%/locale/qtbase_he.qm
471
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/or/LC_MESSAGES/anki.mo
412
%%NLS%%%%DATADIR%%/locale/qtbase_hu.qm
472
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/pl/LC_MESSAGES/anki.mo
413
%%NLS%%%%DATADIR%%/locale/qtbase_it.qm
473
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/pt-BR/LC_MESSAGES/anki.mo
414
%%NLS%%%%DATADIR%%/locale/qtbase_ja.qm
474
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/pt-PT/LC_MESSAGES/anki.mo
415
%%NLS%%%%DATADIR%%/locale/qtbase_ko.qm
475
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/ro/LC_MESSAGES/anki.mo
416
%%NLS%%%%DATADIR%%/locale/qtbase_lv.qm
476
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/ru/LC_MESSAGES/anki.mo
417
%%NLS%%%%DATADIR%%/locale/qtbase_pl.qm
477
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/sk/LC_MESSAGES/anki.mo
418
%%NLS%%%%DATADIR%%/locale/qtbase_ru.qm
478
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/sl/LC_MESSAGES/anki.mo
419
%%NLS%%%%DATADIR%%/locale/qtbase_sk.qm
479
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/sr/LC_MESSAGES/anki.mo
420
%%NLS%%%%DATADIR%%/locale/qtbase_uk.qm
480
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/sv-SE/LC_MESSAGES/anki.mo
421
%%NLS%%%%DATADIR%%/locale/qtmultimedia_bg.qm
481
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/th/LC_MESSAGES/anki.mo
422
%%NLS%%%%DATADIR%%/locale/qtmultimedia_ca.qm
482
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/tr/LC_MESSAGES/anki.mo
423
%%NLS%%%%DATADIR%%/locale/qtmultimedia_cs.qm
483
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/uk/LC_MESSAGES/anki.mo
424
%%NLS%%%%DATADIR%%/locale/qtmultimedia_da.qm
484
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/vi/LC_MESSAGES/anki.mo
425
%%NLS%%%%DATADIR%%/locale/qtmultimedia_de.qm
485
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/zh-CN/LC_MESSAGES/anki.mo
426
%%NLS%%%%DATADIR%%/locale/qtmultimedia_en.qm
486
%%NLS%%%%DATADIR%%/aqt_data/locale/gettext/zh-TW/LC_MESSAGES/anki.mo
427
%%NLS%%%%DATADIR%%/locale/qtmultimedia_es.qm
487
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qscintilla_cs.qm
428
%%NLS%%%%DATADIR%%/locale/qtmultimedia_fi.qm
488
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qscintilla_de.qm
429
%%NLS%%%%DATADIR%%/locale/qtmultimedia_fr.qm
489
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qscintilla_es.qm
430
%%NLS%%%%DATADIR%%/locale/qtmultimedia_hu.qm
490
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qscintilla_fr.qm
431
%%NLS%%%%DATADIR%%/locale/qtmultimedia_it.qm
491
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qscintilla_pt_br.qm
432
%%NLS%%%%DATADIR%%/locale/qtmultimedia_ja.qm
492
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/am.pak
433
%%NLS%%%%DATADIR%%/locale/qtmultimedia_ko.qm
493
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ar.pak
434
%%NLS%%%%DATADIR%%/locale/qtmultimedia_pl.qm
494
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/bg.pak
435
%%NLS%%%%DATADIR%%/locale/qtmultimedia_ru.qm
495
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/bn.pak
436
%%NLS%%%%DATADIR%%/locale/qtmultimedia_sk.qm
496
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ca.pak
437
%%NLS%%%%DATADIR%%/locale/qtmultimedia_uk.qm
497
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/cs.pak
438
%%NLS%%%%DATADIR%%/locale/qtquick1_bg.qm
498
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/da.pak
439
%%NLS%%%%DATADIR%%/locale/qtquick1_ca.qm
499
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/de.pak
440
%%NLS%%%%DATADIR%%/locale/qtquick1_cs.qm
500
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/el.pak
441
%%NLS%%%%DATADIR%%/locale/qtquick1_da.qm
501
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/en-GB.pak
442
%%NLS%%%%DATADIR%%/locale/qtquick1_de.qm
502
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/en-US.pak
443
%%NLS%%%%DATADIR%%/locale/qtquick1_en.qm
503
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/es-419.pak
444
%%NLS%%%%DATADIR%%/locale/qtquick1_es.qm
504
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/es.pak
445
%%NLS%%%%DATADIR%%/locale/qtquick1_fi.qm
505
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/et.pak
446
%%NLS%%%%DATADIR%%/locale/qtquick1_fr.qm
506
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/fa.pak
447
%%NLS%%%%DATADIR%%/locale/qtquick1_he.qm
507
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/fi.pak
448
%%NLS%%%%DATADIR%%/locale/qtquick1_hu.qm
508
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/fil.pak
449
%%NLS%%%%DATADIR%%/locale/qtquick1_it.qm
509
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/fr.pak
450
%%NLS%%%%DATADIR%%/locale/qtquick1_ja.qm
510
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/gu.pak
451
%%NLS%%%%DATADIR%%/locale/qtquick1_ko.qm
511
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/he.pak
452
%%NLS%%%%DATADIR%%/locale/qtquick1_pl.qm
512
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/hi.pak
453
%%NLS%%%%DATADIR%%/locale/qtquick1_ru.qm
513
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/hr.pak
454
%%NLS%%%%DATADIR%%/locale/qtquick1_sk.qm
514
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/hu.pak
455
%%NLS%%%%DATADIR%%/locale/qtquick1_uk.qm
515
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/id.pak
456
%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_bg.qm
516
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/it.pak
457
%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_en.qm
517
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ja.pak
458
%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_ko.qm
518
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/kn.pak
459
%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_uk.qm
519
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ko.pak
460
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_bg.qm
520
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/lt.pak
461
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_de.qm
521
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/lv.pak
462
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_en.qm
522
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ml.pak
463
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_fi.qm
523
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/mr.pak
464
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_fr.qm
524
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ms.pak
465
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_ja.qm
525
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/nb.pak
466
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_ru.qm
526
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/nl.pak
467
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_uk.qm
527
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/pl.pak
468
%%NLS%%%%DATADIR%%/locale/qtscript_bg.qm
528
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/pt-BR.pak
469
%%NLS%%%%DATADIR%%/locale/qtscript_ca.qm
529
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/pt-PT.pak
470
%%NLS%%%%DATADIR%%/locale/qtscript_cs.qm
530
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ro.pak
471
%%NLS%%%%DATADIR%%/locale/qtscript_da.qm
531
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ru.pak
472
%%NLS%%%%DATADIR%%/locale/qtscript_de.qm
532
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/sk.pak
473
%%NLS%%%%DATADIR%%/locale/qtscript_en.qm
533
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/sl.pak
474
%%NLS%%%%DATADIR%%/locale/qtscript_es.qm
534
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/sr.pak
475
%%NLS%%%%DATADIR%%/locale/qtscript_fi.qm
535
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/sv.pak
476
%%NLS%%%%DATADIR%%/locale/qtscript_fr.qm
536
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/sw.pak
477
%%NLS%%%%DATADIR%%/locale/qtscript_he.qm
537
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/ta.pak
478
%%NLS%%%%DATADIR%%/locale/qtscript_hu.qm
538
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/te.pak
479
%%NLS%%%%DATADIR%%/locale/qtscript_it.qm
539
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/th.pak
480
%%NLS%%%%DATADIR%%/locale/qtscript_ja.qm
540
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/tr.pak
481
%%NLS%%%%DATADIR%%/locale/qtscript_ko.qm
541
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/uk.pak
482
%%NLS%%%%DATADIR%%/locale/qtscript_lv.qm
542
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/vi.pak
483
%%NLS%%%%DATADIR%%/locale/qtscript_pl.qm
543
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/zh-CN.pak
484
%%NLS%%%%DATADIR%%/locale/qtscript_ru.qm
544
%%NLS%%%%DATADIR%%/aqt_data/locale/qt/qtwebengine_locales/zh-TW.pak
485
%%NLS%%%%DATADIR%%/locale/qtscript_sk.qm
545
%%DATADIR%%/aqt_data/web/browsersel.js
486
%%NLS%%%%DATADIR%%/locale/qtscript_uk.qm
546
%%DATADIR%%/aqt_data/web/deckbrowser.css
487
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_bg.qm
547
%%DATADIR%%/aqt_data/web/deckbrowser.js
488
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ca.qm
548
%%DATADIR%%/aqt_data/web/editor.css
489
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_cs.qm
549
%%DATADIR%%/aqt_data/web/editor.js
490
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_da.qm
550
%%DATADIR%%/aqt_data/web/graphs.html
491
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_de.qm
551
%%DATADIR%%/aqt_data/web/graphs.js
492
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_en.qm
552
%%DATADIR%%/aqt_data/web/imgs/anki-logo-thin.png
493
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_es.qm
553
%%DATADIR%%/aqt_data/web/imgs/gears.svg
494
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_fr.qm
554
%%DATADIR%%/aqt_data/web/imgs/media-record.png
495
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_hu.qm
555
%%DATADIR%%/aqt_data/web/imgs/more.png
496
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_it.qm
556
%%DATADIR%%/aqt_data/web/imgs/paperclip.png
497
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ja.qm
557
%%DATADIR%%/aqt_data/web/imgs/refresh.svg
498
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ko.qm
558
%%DATADIR%%/aqt_data/web/imgs/text_bold.png
499
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_pl.qm
559
%%DATADIR%%/aqt_data/web/imgs/text_clear.png
500
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ru.qm
560
%%DATADIR%%/aqt_data/web/imgs/text_cloze.png
501
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_sk.qm
561
%%DATADIR%%/aqt_data/web/imgs/text_italic.png
502
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_uk.qm
562
%%DATADIR%%/aqt_data/web/imgs/text_sub.png
503
%%DATADIR%%/web/browsersel.js
563
%%DATADIR%%/aqt_data/web/imgs/text_super.png
504
%%DATADIR%%/web/deckbrowser.css
564
%%DATADIR%%/aqt_data/web/imgs/text_under.png
505
%%DATADIR%%/web/deckbrowser.js
565
%%DATADIR%%/aqt_data/web/jquery-ui.js
506
%%DATADIR%%/web/editor.css
566
%%DATADIR%%/aqt_data/web/jquery.js
507
%%DATADIR%%/web/editor.js
567
%%DATADIR%%/aqt_data/web/mathjax/MathJax.js
508
%%DATADIR%%/web/imgs/anki-logo-thin.png
568
%%DATADIR%%/aqt_data/web/mathjax/conf.js
509
%%DATADIR%%/web/imgs/gears.svg
569
%%DATADIR%%/aqt_data/web/mathjax/extensions/FontWarnings.js
510
%%DATADIR%%/web/imgs/media-record.png
570
%%DATADIR%%/aqt_data/web/mathjax/extensions/HTML-CSS/handle-floats.js
511
%%DATADIR%%/web/imgs/more.png
571
%%DATADIR%%/aqt_data/web/mathjax/extensions/HelpDialog.js
512
%%DATADIR%%/web/imgs/paperclip.png
572
%%DATADIR%%/aqt_data/web/mathjax/extensions/MatchWebFonts.js
513
%%DATADIR%%/web/imgs/text_bold.png
573
%%DATADIR%%/aqt_data/web/mathjax/extensions/MathEvents.js
514
%%DATADIR%%/web/imgs/text_clear.png
574
%%DATADIR%%/aqt_data/web/mathjax/extensions/MathMenu.js
515
%%DATADIR%%/web/imgs/text_cloze.png
575
%%DATADIR%%/aqt_data/web/mathjax/extensions/MathZoom.js
516
%%DATADIR%%/web/imgs/text_italic.png
576
%%DATADIR%%/aqt_data/web/mathjax/extensions/Safe.js
517
%%DATADIR%%/web/imgs/text_sub.png
577
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/AMScd.js
518
%%DATADIR%%/web/imgs/text_super.png
578
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/AMSmath.js
519
%%DATADIR%%/web/imgs/text_under.png
579
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/AMSsymbols.js
520
%%DATADIR%%/web/jquery-ui.js
580
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/HTML.js
521
%%DATADIR%%/web/jquery.js
581
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/action.js
522
%%DATADIR%%/web/mathjax/MathJax.js
582
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/autobold.js
523
%%DATADIR%%/web/mathjax/conf.js
583
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/autoload-all.js
524
%%DATADIR%%/web/mathjax/extensions/FontWarnings.js
584
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/bbox.js
525
%%DATADIR%%/web/mathjax/extensions/HTML-CSS/handle-floats.js
585
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/begingroup.js
526
%%DATADIR%%/web/mathjax/extensions/HelpDialog.js
586
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/boldsymbol.js
527
%%DATADIR%%/web/mathjax/extensions/MatchWebFonts.js
587
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/cancel.js
528
%%DATADIR%%/web/mathjax/extensions/MathEvents.js
588
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/color.js
529
%%DATADIR%%/web/mathjax/extensions/MathMenu.js
589
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/enclose.js
530
%%DATADIR%%/web/mathjax/extensions/MathZoom.js
590
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/extpfeil.js
531
%%DATADIR%%/web/mathjax/extensions/Safe.js
591
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/mathchoice.js
532
%%DATADIR%%/web/mathjax/extensions/TeX/AMScd.js
592
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/mediawiki-texvc.js
533
%%DATADIR%%/web/mathjax/extensions/TeX/AMSmath.js
593
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/mhchem.js
534
%%DATADIR%%/web/mathjax/extensions/TeX/AMSsymbols.js
594
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/mhchem3/mhchem.js
535
%%DATADIR%%/web/mathjax/extensions/TeX/HTML.js
595
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/newcommand.js
536
%%DATADIR%%/web/mathjax/extensions/TeX/action.js
596
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/noErrors.js
537
%%DATADIR%%/web/mathjax/extensions/TeX/autobold.js
597
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/noUndefined.js
538
%%DATADIR%%/web/mathjax/extensions/TeX/autoload-all.js
598
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/unicode.js
539
%%DATADIR%%/web/mathjax/extensions/TeX/bbox.js
599
%%DATADIR%%/aqt_data/web/mathjax/extensions/TeX/verb.js
540
%%DATADIR%%/web/mathjax/extensions/TeX/begingroup.js
600
%%DATADIR%%/aqt_data/web/mathjax/extensions/asciimath2jax.js
541
%%DATADIR%%/web/mathjax/extensions/TeX/boldsymbol.js
601
%%DATADIR%%/aqt_data/web/mathjax/extensions/fast-preview.js
542
%%DATADIR%%/web/mathjax/extensions/TeX/cancel.js
602
%%DATADIR%%/aqt_data/web/mathjax/extensions/jsMath2jax.js
543
%%DATADIR%%/web/mathjax/extensions/TeX/color.js
603
%%DATADIR%%/aqt_data/web/mathjax/extensions/mhchem.js
544
%%DATADIR%%/web/mathjax/extensions/TeX/enclose.js
604
%%DATADIR%%/aqt_data/web/mathjax/extensions/mml2jax.js
545
%%DATADIR%%/web/mathjax/extensions/TeX/extpfeil.js
605
%%DATADIR%%/aqt_data/web/mathjax/extensions/tex2jax.js
546
%%DATADIR%%/web/mathjax/extensions/TeX/mathchoice.js
606
%%DATADIR%%/aqt_data/web/mathjax/extensions/toMathML.js
547
%%DATADIR%%/web/mathjax/extensions/TeX/mediawiki-texvc.js
607
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff
548
%%DATADIR%%/web/mathjax/extensions/TeX/mhchem.js
608
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff
549
%%DATADIR%%/web/mathjax/extensions/TeX/mhchem3/mhchem.js
609
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff
550
%%DATADIR%%/web/mathjax/extensions/TeX/newcommand.js
610
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff
551
%%DATADIR%%/web/mathjax/extensions/TeX/noErrors.js
611
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff
552
%%DATADIR%%/web/mathjax/extensions/TeX/noUndefined.js
612
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff
553
%%DATADIR%%/web/mathjax/extensions/TeX/unicode.js
613
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff
554
%%DATADIR%%/web/mathjax/extensions/TeX/verb.js
614
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff
555
%%DATADIR%%/web/mathjax/extensions/asciimath2jax.js
615
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff
556
%%DATADIR%%/web/mathjax/extensions/fast-preview.js
616
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff
557
%%DATADIR%%/web/mathjax/extensions/jsMath2jax.js
617
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff
558
%%DATADIR%%/web/mathjax/extensions/mhchem.js
618
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff
559
%%DATADIR%%/web/mathjax/extensions/mml2jax.js
619
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff
560
%%DATADIR%%/web/mathjax/extensions/tex2jax.js
620
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff
561
%%DATADIR%%/web/mathjax/extensions/toMathML.js
621
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff
562
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff
622
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff
563
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff
623
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff
564
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff
624
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff
565
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff
625
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff
566
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff
626
%%DATADIR%%/aqt_data/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff
567
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff
627
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/jax.js
568
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff
628
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/Arrows.js
569
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff
629
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/BasicLatin.js
570
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff
630
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/CombDiacritMarks.js
571
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff
631
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
572
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff
632
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/Dingbats.js
573
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff
633
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/GeneralPunctuation.js
574
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff
634
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/GeometricShapes.js
575
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff
635
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/GreekAndCoptic.js
576
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff
636
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/Latin1Supplement.js
577
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff
637
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
578
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff
638
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/MathOperators.js
579
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff
639
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
580
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff
640
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
581
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff
641
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
582
%%DATADIR%%/web/mathjax/jax/element/mml/jax.js
642
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/MiscTechnical.js
583
%%DATADIR%%/web/mathjax/jax/element/mml/optable/Arrows.js
643
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/SpacingModLetters.js
584
%%DATADIR%%/web/mathjax/jax/element/mml/optable/BasicLatin.js
644
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/SuppMathOperators.js
585
%%DATADIR%%/web/mathjax/jax/element/mml/optable/CombDiacritMarks.js
645
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
586
%%DATADIR%%/web/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
646
%%DATADIR%%/aqt_data/web/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
587
%%DATADIR%%/web/mathjax/jax/element/mml/optable/Dingbats.js
647
%%DATADIR%%/aqt_data/web/mathjax/jax/input/AsciiMath/config.js
588
%%DATADIR%%/web/mathjax/jax/element/mml/optable/GeneralPunctuation.js
648
%%DATADIR%%/aqt_data/web/mathjax/jax/input/AsciiMath/jax.js
589
%%DATADIR%%/web/mathjax/jax/element/mml/optable/GeometricShapes.js
649
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/config.js
590
%%DATADIR%%/web/mathjax/jax/element/mml/optable/GreekAndCoptic.js
650
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/a.js
591
%%DATADIR%%/web/mathjax/jax/element/mml/optable/Latin1Supplement.js
651
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/b.js
592
%%DATADIR%%/web/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
652
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/c.js
593
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MathOperators.js
653
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/d.js
594
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
654
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/e.js
595
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
655
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/f.js
596
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
656
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/fr.js
597
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscTechnical.js
657
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/g.js
598
%%DATADIR%%/web/mathjax/jax/element/mml/optable/SpacingModLetters.js
658
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/h.js
599
%%DATADIR%%/web/mathjax/jax/element/mml/optable/SuppMathOperators.js
659
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/i.js
600
%%DATADIR%%/web/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
660
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/j.js
601
%%DATADIR%%/web/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
661
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/k.js
602
%%DATADIR%%/web/mathjax/jax/input/AsciiMath/config.js
662
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/l.js
603
%%DATADIR%%/web/mathjax/jax/input/AsciiMath/jax.js
663
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/m.js
604
%%DATADIR%%/web/mathjax/jax/input/MathML/config.js
664
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/n.js
605
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/a.js
665
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/o.js
606
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/b.js
666
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/opf.js
607
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/c.js
667
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/p.js
608
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/d.js
668
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/q.js
609
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/e.js
669
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/r.js
610
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/f.js
670
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/s.js
611
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/fr.js
671
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/scr.js
612
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/g.js
672
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/t.js
613
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/h.js
673
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/u.js
614
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/i.js
674
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/v.js
615
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/j.js
675
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/w.js
616
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/k.js
676
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/x.js
617
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/l.js
677
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/y.js
618
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/m.js
678
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/entities/z.js
619
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/n.js
679
%%DATADIR%%/aqt_data/web/mathjax/jax/input/MathML/jax.js
620
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/o.js
680
%%DATADIR%%/aqt_data/web/mathjax/jax/input/TeX/config.js
621
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/opf.js
681
%%DATADIR%%/aqt_data/web/mathjax/jax/input/TeX/jax.js
622
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/p.js
682
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/autoload/annotation-xml.js
623
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/q.js
683
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/autoload/maction.js
624
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/r.js
684
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/autoload/menclose.js
625
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/s.js
685
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/autoload/mglyph.js
626
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/scr.js
686
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js
627
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/t.js
687
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/autoload/ms.js
628
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/u.js
688
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/autoload/mtable.js
629
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/v.js
689
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/autoload/multiline.js
630
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/w.js
690
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/config.js
631
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/x.js
691
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js
632
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/y.js
692
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js
633
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/z.js
693
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js
634
%%DATADIR%%/web/mathjax/jax/input/MathML/jax.js
694
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js
635
%%DATADIR%%/web/mathjax/jax/input/TeX/config.js
695
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js
636
%%DATADIR%%/web/mathjax/jax/input/TeX/jax.js
696
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js
637
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/annotation-xml.js
697
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js
638
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/maction.js
698
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js
639
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/menclose.js
699
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js
640
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mglyph.js
700
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js
641
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js
701
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js
642
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/ms.js
702
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js
643
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mtable.js
703
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js
644
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/multiline.js
704
%%DATADIR%%/aqt_data/web/mathjax/jax/output/CommonHTML/jax.js
645
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/config.js
705
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js
646
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js
706
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/autoload/maction.js
647
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js
707
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/autoload/menclose.js
648
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js
708
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/autoload/mglyph.js
649
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js
709
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js
650
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js
710
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/autoload/ms.js
651
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js
711
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/autoload/mtable.js
652
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js
712
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/autoload/multiline.js
653
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js
713
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/config.js
654
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js
714
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
655
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js
715
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
656
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js
716
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
657
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js
717
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
658
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js
718
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
659
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/jax.js
719
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
660
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js
720
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
661
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/maction.js
721
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
662
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/menclose.js
722
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
663
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mglyph.js
723
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
664
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js
724
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
665
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/ms.js
725
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
666
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mtable.js
726
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
667
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/multiline.js
727
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
668
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/config.js
728
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
669
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
729
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
670
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
730
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
671
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
731
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
672
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
732
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
673
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
733
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
674
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
734
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
675
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
735
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
676
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
736
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
677
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
737
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
678
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
738
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
679
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
739
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
680
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
740
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
681
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
741
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
682
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
742
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
683
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
743
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
684
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
744
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
685
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
745
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
686
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
746
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
687
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
747
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
688
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
748
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
689
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
749
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
690
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
750
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
691
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
751
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
692
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
752
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
693
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
753
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
694
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
754
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
695
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
755
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
696
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
756
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
697
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
757
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
698
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
758
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
699
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
759
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
700
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
760
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
701
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
761
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
702
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
762
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
703
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
763
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
704
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
764
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
705
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
765
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
706
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
766
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
707
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
767
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
708
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
768
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
709
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
769
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
710
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
770
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
711
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
771
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
712
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
772
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
713
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
773
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
714
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
774
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
715
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
775
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
716
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
776
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
717
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
777
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
718
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
778
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
719
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
779
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
720
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
780
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
721
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
781
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
722
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
782
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
723
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
783
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
724
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
784
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
725
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
785
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
726
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
786
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
727
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
787
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
728
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
788
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
729
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
789
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
730
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
790
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
731
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
791
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
732
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
792
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
733
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
793
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
734
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
794
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
735
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
795
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
736
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
796
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
737
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
797
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
738
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
798
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
739
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
799
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
740
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
800
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
741
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
801
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
742
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
802
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
743
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
803
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
744
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
804
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
745
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
805
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
746
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
806
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/imageFonts.js
747
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
807
%%DATADIR%%/aqt_data/web/mathjax/jax/output/HTML-CSS/jax.js
748
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
808
%%DATADIR%%/aqt_data/web/overview.css
749
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
809
%%DATADIR%%/aqt_data/web/overview.js
750
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
810
%%DATADIR%%/aqt_data/web/plot.js
751
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
811
%%DATADIR%%/aqt_data/web/reviewer-bottom.css
752
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
812
%%DATADIR%%/aqt_data/web/reviewer-bottom.js
753
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
813
%%DATADIR%%/aqt_data/web/reviewer.css
754
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
814
%%DATADIR%%/aqt_data/web/reviewer.js
755
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
815
%%DATADIR%%/aqt_data/web/toolbar-bottom.css
756
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
816
%%DATADIR%%/aqt_data/web/toolbar.css
757
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
817
%%DATADIR%%/aqt_data/web/toolbar.js
758
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
818
%%DATADIR%%/aqt_data/web/webview.css
759
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
819
%%DATADIR%%/aqt_data/web/webview.js
760
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
761
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/imageFonts.js
762
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/jax.js
763
%%DATADIR%%/web/overview.css
764
%%DATADIR%%/web/overview.js
765
%%DATADIR%%/web/plot.js
766
%%DATADIR%%/web/reviewer-bottom.css
767
%%DATADIR%%/web/reviewer-bottom.js
768
%%DATADIR%%/web/reviewer.css
769
%%DATADIR%%/web/reviewer.js
770
%%DATADIR%%/web/toolbar-bottom.css
771
%%DATADIR%%/web/toolbar.css
772
%%DATADIR%%/web/webview.css
773
%%DATADIR%%/web/webview.js
774
share/applications/anki.desktop
820
share/applications/anki.desktop
775
%%NLS%%share/locale/af_ZA/LC_MESSAGES/anki.mo
776
%%NLS%%share/locale/ar_SA/LC_MESSAGES/anki.mo
777
%%NLS%%share/locale/bg_BG/LC_MESSAGES/anki.mo
778
%%NLS%%share/locale/ca_ES/LC_MESSAGES/anki.mo
779
%%NLS%%share/locale/cs_CZ/LC_MESSAGES/anki.mo
780
%%NLS%%share/locale/da_DK/LC_MESSAGES/anki.mo
781
%%NLS%%share/locale/de_DE/LC_MESSAGES/anki.mo
782
%%NLS%%share/locale/el_GR/LC_MESSAGES/anki.mo
783
%%NLS%%share/locale/en_GB/LC_MESSAGES/anki.mo
784
%%NLS%%share/locale/eo_UY/LC_MESSAGES/anki.mo
785
%%NLS%%share/locale/es_ES/LC_MESSAGES/anki.mo
786
%%NLS%%share/locale/et_EE/LC_MESSAGES/anki.mo
787
%%NLS%%share/locale/eu_ES/LC_MESSAGES/anki.mo
788
%%NLS%%share/locale/fa_IR/LC_MESSAGES/anki.mo
789
%%NLS%%share/locale/fi_FI/LC_MESSAGES/anki.mo
790
%%NLS%%share/locale/fr_FR/LC_MESSAGES/anki.mo
791
%%NLS%%share/locale/ga_IE/LC_MESSAGES/anki.mo
792
%%NLS%%share/locale/gl_ES/LC_MESSAGES/anki.mo
793
%%NLS%%share/locale/he_IL/LC_MESSAGES/anki.mo
794
%%NLS%%share/locale/hr_HR/LC_MESSAGES/anki.mo
795
%%NLS%%share/locale/hu_HU/LC_MESSAGES/anki.mo
796
%%NLS%%share/locale/hy_AM/LC_MESSAGES/anki.mo
797
%%NLS%%share/locale/it_IT/LC_MESSAGES/anki.mo
798
%%NLS%%share/locale/ja_JP/LC_MESSAGES/anki.mo
799
%%NLS%%share/locale/jbo_EN/LC_MESSAGES/anki.mo
800
%%NLS%%share/locale/kab_KAB/LC_MESSAGES/anki.mo
801
%%NLS%%share/locale/ko_KR/LC_MESSAGES/anki.mo
802
%%NLS%%share/locale/la_LA/LC_MESSAGES/anki.mo
803
%%NLS%%share/locale/mn_MN/LC_MESSAGES/anki.mo
804
%%NLS%%share/locale/mr_IN/LC_MESSAGES/anki.mo
805
%%NLS%%share/locale/ms_MY/LC_MESSAGES/anki.mo
806
%%NLS%%share/locale/nb_NO/LC_MESSAGES/anki.mo
807
%%NLS%%share/locale/nl_NL/LC_MESSAGES/anki.mo
808
%%NLS%%share/locale/no_NO/LC_MESSAGES/anki.mo
809
%%NLS%%share/locale/oc_FR/LC_MESSAGES/anki.mo
810
%%NLS%%share/locale/pl_PL/LC_MESSAGES/anki.mo
811
%%NLS%%share/locale/pt_BR/LC_MESSAGES/anki.mo
812
%%NLS%%share/locale/pt_PT/LC_MESSAGES/anki.mo
813
%%NLS%%share/locale/ro_RO/LC_MESSAGES/anki.mo
814
%%NLS%%share/locale/ru_RU/LC_MESSAGES/anki.mo
815
%%NLS%%share/locale/sk_SK/LC_MESSAGES/anki.mo
816
%%NLS%%share/locale/sl_SI/LC_MESSAGES/anki.mo
817
%%NLS%%share/locale/sr_SP/LC_MESSAGES/anki.mo
818
%%NLS%%share/locale/sv_SE/LC_MESSAGES/anki.mo
819
%%NLS%%share/locale/th_TH/LC_MESSAGES/anki.mo
820
%%NLS%%share/locale/tr_TR/LC_MESSAGES/anki.mo
821
%%NLS%%share/locale/uk_UA/LC_MESSAGES/anki.mo
822
%%NLS%%share/locale/vi_VN/LC_MESSAGES/anki.mo
823
%%NLS%%share/locale/zh_CN/LC_MESSAGES/anki.mo
824
%%NLS%%share/locale/zh_TW/LC_MESSAGES/anki.mo
825
share/pixmaps/anki.png
821
share/pixmaps/anki.png
826
share/pixmaps/anki.xpm
822
share/pixmaps/anki.xpm
827
%%NLS%%@dir %%DATADIR%%/locale
828
%%NLS%%@dir share/locale
829
%%NLS%%@dir share/

Return to bug 247666