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

Collapse All | Expand All

(-)anki/Makefile (-21 / +27 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	anki
4
PORTNAME=	anki
5
DISTVERSION=	2.0.52
5
DISTVERSION=	2.1.5
6
CATEGORIES=	games python
6
CATEGORIES=	games python
7
MASTER_SITES=	https://apps.ankiweb.net/downloads/current/
7
MASTER_SITES=	https://apps.ankiweb.net/downloads/current/
8
DISTNAME=	anki-${PORTVERSION}-source
8
DISTNAME=	anki-${PORTVERSION}-source
Lines 15-52 Link Here
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
RUN_DEPENDS=	lame:audio/lame \
17
RUN_DEPENDS=	lame:audio/lame \
18
		mplayer:multimedia/mplayer \
19
		${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR}
22
		${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
25
25
26
USES=		desktop-file-utils pyqt:4 python:2.7 qt:4 shared-mime-info shebangfix tar:tgz
26
USES=		desktop-file-utils pyqt:5 python:3.6+ shebangfix tar:tgz
27
SHEBANG_FILES=	tools/build_ui.sh tools/tests.sh anki/anki runanki
27
USE_PYQT=	core_run gui_run printsupport_run sip_run webengine_run widgets_run
28
USE_PYQT=	network_run webkit_run
28
29
USE_QT=		network_run webkit_run
30
NO_ARCH=	yes
29
NO_ARCH=	yes
30
SHEBANG_FILES=	tools/runanki.system.in
31
WRKSRC=		${WRKDIR}/anki-${PORTVERSION}
31
32
32
OPTIONS_DEFINE=	NLS
33
OPTIONS_DEFINE=		NLS
33
OPTIONS_SUB=	yes
34
OPTIONS_DEFAULT=	MPV
35
OPTIONS_GROUP=		PLAYER
36
OPTIONS_GROUP_PLAYER=	MPLAYER MPV
37
OPTIONS_SUB=		yes
38
39
MPV_DESC=	mpv media player support
40
41
MPLAYER_RUN_DEPENDS=	mplayer:multimedia/mplayer
42
MPV_RUN_DEPENDS=	mpv:multimedia/mpv
43
34
NLS_USES=	gettext-runtime gettext-tools
44
NLS_USES=	gettext-runtime gettext-tools
35
45
36
WRKSRC=		${WRKDIR}/anki-${PORTVERSION}
37
38
post-patch:
46
post-patch:
39
	@${REINPLACE_CMD} -i '' 's|/usr/share/anki|${DATADIR}|' \
40
	       	${WRKSRC}/runanki
41
	@${REINPLACE_CMD} -i '' 's|"qt_" + lang, dir|"qt_" + lang, "${DATADIR}/locale"|' \
42
	       	${WRKSRC}/aqt/__init__.py
43
	@${REINPLACE_CMD} -i '' \
47
	@${REINPLACE_CMD} -i '' \
44
		's|/usr/share/anki/locale|${PREFIX}/share/locale|; \
48
		's|%%PREFIX%%|${PREFIX}|' \
45
		s|/usr/local/share/anki/bin/locale|${PREFIX}/share/locale|' \
46
		${WRKSRC}/anki/lang.py
49
		${WRKSRC}/anki/lang.py
47
50
48
post-patch-NLS-off:
51
post-patch-NLS-off:
49
	@${REINPLACE_CMD} -i '' '/mkdir -p qt-locale/,/cp -av locale/s/^/#/' \
52
	@${REINPLACE_CMD} -i '' '/locale/s/^/#/' \
50
		${WRKSRC}/Makefile
53
		${WRKSRC}/Makefile
51
54
52
do-build:
55
do-build:
Lines 53-56 Link Here
53
	@${PYTHON_CMD} -m compileall ${WRKSRC}
56
	@${PYTHON_CMD} -m compileall ${WRKSRC}
54
	@${PYTHON_CMD} -O -m compileall ${WRKSRC}
57
	@${PYTHON_CMD} -O -m compileall ${WRKSRC}
55
58
59
post-install:
60
	${INSTALL_SCRIPT} ${WRKSRC}/tools/runanki.system ${STAGEDIR}${PREFIX}/bin/anki
61
56
.include <bsd.port.mk>
62
.include <bsd.port.mk>
(-)anki/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1527786668
1
TIMESTAMP = 1539345987
2
SHA256 (python/anki-2.0.52-source.tgz) = d4d8c0dd473b512faa63e167d7bb89592530699d2365f1d3a737a733efeb5e7a
2
SHA256 (python/anki-2.1.5-source.tgz) = 56eef02545160388770ec4c923354b485269bcca666a8def7403216555a26117
3
SIZE (python/anki-2.0.52-source.tgz) = 3429625
3
SIZE (python/anki-2.1.5-source.tgz) = 4191667
(-)anki/files/patch-Makefile (-27 / +23 lines)
Lines 1-4 Link Here
1
--- Makefile.orig	2013-12-09 02:51:52 UTC
1
--- Makefile.orig	2018-07-27 02:18:05 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -1,4 +1,4 @@
3
@@ -1,4 +1,4 @@
4
-PREFIX=/usr
4
-PREFIX=/usr
Lines 6-48 Link Here
6
 
6
 
7
 all:
7
 all:
8
 	@echo "You can run Anki with ./runanki"
8
 	@echo "You can run Anki with ./runanki"
9
@@ -6,24 +6,28 @@ all:
9
@@ -6,19 +6,18 @@ all:
10
 	@echo "Uninstall with 'sudo make uninstall'"
10
 	@echo "Uninstall with 'sudo make uninstall'"
11
 
11
 
12
 install:
12
 install:
13
-	rm -rf ${DESTDIR}${PREFIX}/share/anki
13
-	rm -rf ${DESTDIR}${PREFIX}/share/anki
14
 	mkdir -p ${DESTDIR}${PREFIX}/share/anki
14
 	mkdir -p ${DESTDIR}${PREFIX}/share/anki
15
-	cp -av * ${DESTDIR}${PREFIX}/share/anki/
15
 	cp -av anki aqt web ${DESTDIR}${PREFIX}/share/anki/
16
-	cd ${DESTDIR}${PREFIX}/share/anki && (\
16
-	-cp -av locale ${DESTDIR}${PREFIX}/share/anki/
17
-	mv runanki ${DESTDIR}${PREFIX}/local/bin/anki;\
17
+	mkdir -p ${DESTDIR}${PREFIX}/share/anki/locale
18
+	cp -av anki aqt designer oldanki tests tools\
18
+	mkdir -p qt-locale && mv locale/qt* ./qt-locale/
19
+	 ${DESTDIR}${PREFIX}/share/anki/
20
+	cp -av runanki ${DESTDIR}${PREFIX}/bin/anki
21
+	mkdir -p ${DESTDIR}${PREFIX}/share/anki/locale/
22
+	mkdir -p qt-locale/ && mv locale/qt* ./qt-locale/
23
+	cp -av qt-locale/* ${DESTDIR}${PREFIX}/share/anki/locale/
19
+	cp -av qt-locale/* ${DESTDIR}${PREFIX}/share/anki/locale/
24
+	mkdir -p ${DESTDIR}${PREFIX}/share/locale/
20
+	mkdir -p ${DESTDIR}${PREFIX}/share/locale
25
+	cp -av locale/* ${DESTDIR}${PREFIX}/share/locale/
21
+	cp -av locale/* ${DESTDIR}${PREFIX}/share/locale/
26
 	test -d ${DESTDIR}${PREFIX}/share/pixmaps &&\
22
 	sed -e 's:@PREFIX@:${PREFIX}:' tools/runanki.system.in > tools/runanki.system
27
-	  mv anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps/;\
23
-	install -m 0755 -D tools/runanki.system ${DESTDIR}${PREFIX}/bin/anki
28
-	mv anki.desktop ${DESTDIR}${PREFIX}/share/applications;\
24
-	install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/pixmaps anki.xpm anki.png
29
-	mv anki.1 ${DESTDIR}${PREFIX}/share/man/man1/)
25
-	install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/applications anki.desktop
30
-	xdg-mime install anki.xml --novendor
26
-	install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/man/man1 anki.1
31
-	xdg-mime default anki.desktop application/x-anki
27
-	install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/doc/anki README.contributing README.development README.md LICENSE LICENSE.logo
32
-	xdg-mime default anki.desktop application/x-apkg
28
-	-xdg-mime install anki.xml --novendor
33
+	 cp -av anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps/
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
34
+	cp -av anki.desktop ${DESTDIR}${PREFIX}/share/applications
32
+	cp -av anki.desktop ${DESTDIR}${PREFIX}/share/applications
35
+	mkdir -p ${DESTDIR}${PREFIX}/man/man1/
33
+	mkdir -p ${DESTDIR}${PREFIX}/man/man1
36
+	cp -av anki.1 ${DESTDIR}${PREFIX}/man/man1/
34
+	cp -av anki.1 ${DESTDIR}${PREFIX}/man/man1/
37
+	mkdir -p ${DESTDIR}${PREFIX}/share/mime/packages/
38
+	cp -av anki.xml ${DESTDIR}${PREFIX}/share/mime/packages/
39
 	@echo
35
 	@echo
40
 	@echo "Install complete."
36
 	@echo "Install complete."
41
 
37
 
42
 uninstall:
38
@@ -29,6 +28,5 @@ uninstall:
43
 	rm -rf ${DESTDIR}${PREFIX}/share/anki
44
-	rm -rf ${DESTDIR}${PREFIX}/local/bin/anki
45
+	rm -rf ${DESTDIR}${PREFIX}/bin/anki
46
 	rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.xpm
47
 	rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.png
39
 	rm -rf ${DESTDIR}${PREFIX}/share/pixmaps/anki.png
48
 	rm -rf ${DESTDIR}${PREFIX}/share/applications/anki.desktop
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."
(-)anki/files/patch-anki_lang.py (+11 lines)
Line 0 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):
(-)anki/files/patch-aqt_qt.py (+21 lines)
Line 0 Link Here
1
--- aqt/qt.py.orig	2018-09-25 00:30:32 UTC
2
+++ aqt/qt.py
3
@@ -14,7 +14,8 @@ 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.QtWebEngineWidgets import QWebEnginePage
8
+from PyQt5.QtWebEngineWidgets import *
9
+from PyQt5.QtWebChannel import *
10
 
11
 def debug():
12
   from PyQt5.QtCore import pyqtRemoveInputHook
13
@@ -38,7 +39,7 @@ qtmajor = (QT_VERSION & 0xff0000) >> 16
14
 qtminor = (QT_VERSION & 0x00ff00) >> 8
15
 qtpoint = QT_VERSION & 0xff
16
 
17
-if qtmajor != 5 or qtminor != 9:
18
+if qtmajor != 5 or qtminor < 9:
19
     raise Exception("Anki only supports Qt 5.9.x at this time.")
20
 
21
 # GUI code assumes python 3.6+
(-)anki/pkg-plist (-549 / +639 lines)
Lines 1-525 Link Here
1
bin/anki
1
bin/anki
2
man/man1/anki.1.gz
2
man/man1/anki.1.gz
3
%%DATADIR%%/anki/__init__.py
3
%%DATADIR%%/anki/__init__.py
4
%%DATADIR%%/anki/__init__.pyc
4
%%DATADIR%%/anki/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
5
%%DATADIR%%/anki/__init__.pyo
5
%%DATADIR%%/anki/__pycache__/__init__.cpython-36.pyc
6
%%DATADIR%%/anki/anki
6
%%DATADIR%%/anki/__pycache__/cards.cpython-36.%%PYTHON_PYOEXTENSION%%
7
%%DATADIR%%/anki/ankiweb.certs
7
%%DATADIR%%/anki/__pycache__/cards.cpython-36.pyc
8
%%DATADIR%%/anki/__pycache__/collection.cpython-36.%%PYTHON_PYOEXTENSION%%
9
%%DATADIR%%/anki/__pycache__/collection.cpython-36.pyc
10
%%DATADIR%%/anki/__pycache__/consts.cpython-36.%%PYTHON_PYOEXTENSION%%
11
%%DATADIR%%/anki/__pycache__/consts.cpython-36.pyc
12
%%DATADIR%%/anki/__pycache__/db.cpython-36.%%PYTHON_PYOEXTENSION%%
13
%%DATADIR%%/anki/__pycache__/db.cpython-36.pyc
14
%%DATADIR%%/anki/__pycache__/decks.cpython-36.%%PYTHON_PYOEXTENSION%%
15
%%DATADIR%%/anki/__pycache__/decks.cpython-36.pyc
16
%%DATADIR%%/anki/__pycache__/errors.cpython-36.%%PYTHON_PYOEXTENSION%%
17
%%DATADIR%%/anki/__pycache__/errors.cpython-36.pyc
18
%%DATADIR%%/anki/__pycache__/exporting.cpython-36.%%PYTHON_PYOEXTENSION%%
19
%%DATADIR%%/anki/__pycache__/exporting.cpython-36.pyc
20
%%DATADIR%%/anki/__pycache__/find.cpython-36.%%PYTHON_PYOEXTENSION%%
21
%%DATADIR%%/anki/__pycache__/find.cpython-36.pyc
22
%%DATADIR%%/anki/__pycache__/hooks.cpython-36.%%PYTHON_PYOEXTENSION%%
23
%%DATADIR%%/anki/__pycache__/hooks.cpython-36.pyc
24
%%DATADIR%%/anki/__pycache__/lang.cpython-36.%%PYTHON_PYOEXTENSION%%
25
%%DATADIR%%/anki/__pycache__/lang.cpython-36.pyc
26
%%DATADIR%%/anki/__pycache__/latex.cpython-36.%%PYTHON_PYOEXTENSION%%
27
%%DATADIR%%/anki/__pycache__/latex.cpython-36.pyc
28
%%DATADIR%%/anki/__pycache__/media.cpython-36.%%PYTHON_PYOEXTENSION%%
29
%%DATADIR%%/anki/__pycache__/media.cpython-36.pyc
30
%%DATADIR%%/anki/__pycache__/models.cpython-36.%%PYTHON_PYOEXTENSION%%
31
%%DATADIR%%/anki/__pycache__/models.cpython-36.pyc
32
%%DATADIR%%/anki/__pycache__/mpv.cpython-36.%%PYTHON_PYOEXTENSION%%
33
%%DATADIR%%/anki/__pycache__/mpv.cpython-36.pyc
34
%%DATADIR%%/anki/__pycache__/notes.cpython-36.%%PYTHON_PYOEXTENSION%%
35
%%DATADIR%%/anki/__pycache__/notes.cpython-36.pyc
36
%%DATADIR%%/anki/__pycache__/sched.cpython-36.%%PYTHON_PYOEXTENSION%%
37
%%DATADIR%%/anki/__pycache__/sched.cpython-36.pyc
38
%%DATADIR%%/anki/__pycache__/schedv2.cpython-36.%%PYTHON_PYOEXTENSION%%
39
%%DATADIR%%/anki/__pycache__/schedv2.cpython-36.pyc
40
%%DATADIR%%/anki/__pycache__/sound.cpython-36.%%PYTHON_PYOEXTENSION%%
41
%%DATADIR%%/anki/__pycache__/sound.cpython-36.pyc
42
%%DATADIR%%/anki/__pycache__/stats.cpython-36.%%PYTHON_PYOEXTENSION%%
43
%%DATADIR%%/anki/__pycache__/stats.cpython-36.pyc
44
%%DATADIR%%/anki/__pycache__/statsbg.cpython-36.%%PYTHON_PYOEXTENSION%%
45
%%DATADIR%%/anki/__pycache__/statsbg.cpython-36.pyc
46
%%DATADIR%%/anki/__pycache__/stdmodels.cpython-36.%%PYTHON_PYOEXTENSION%%
47
%%DATADIR%%/anki/__pycache__/stdmodels.cpython-36.pyc
48
%%DATADIR%%/anki/__pycache__/storage.cpython-36.%%PYTHON_PYOEXTENSION%%
49
%%DATADIR%%/anki/__pycache__/storage.cpython-36.pyc
50
%%DATADIR%%/anki/__pycache__/sync.cpython-36.%%PYTHON_PYOEXTENSION%%
51
%%DATADIR%%/anki/__pycache__/sync.cpython-36.pyc
52
%%DATADIR%%/anki/__pycache__/tags.cpython-36.%%PYTHON_PYOEXTENSION%%
53
%%DATADIR%%/anki/__pycache__/tags.cpython-36.pyc
54
%%DATADIR%%/anki/__pycache__/utils.cpython-36.%%PYTHON_PYOEXTENSION%%
55
%%DATADIR%%/anki/__pycache__/utils.cpython-36.pyc
8
%%DATADIR%%/anki/cards.py
56
%%DATADIR%%/anki/cards.py
9
%%DATADIR%%/anki/cards.pyc
10
%%DATADIR%%/anki/cards.pyo
11
%%DATADIR%%/anki/collection.py
57
%%DATADIR%%/anki/collection.py
12
%%DATADIR%%/anki/collection.pyc
13
%%DATADIR%%/anki/collection.pyo
14
%%DATADIR%%/anki/consts.py
58
%%DATADIR%%/anki/consts.py
15
%%DATADIR%%/anki/consts.pyc
16
%%DATADIR%%/anki/consts.pyo
17
%%DATADIR%%/anki/db.py
59
%%DATADIR%%/anki/db.py
18
%%DATADIR%%/anki/db.pyc
19
%%DATADIR%%/anki/db.pyo
20
%%DATADIR%%/anki/decks.py
60
%%DATADIR%%/anki/decks.py
21
%%DATADIR%%/anki/decks.pyc
22
%%DATADIR%%/anki/decks.pyo
23
%%DATADIR%%/anki/errors.py
61
%%DATADIR%%/anki/errors.py
24
%%DATADIR%%/anki/errors.pyc
25
%%DATADIR%%/anki/errors.pyo
26
%%DATADIR%%/anki/exporting.py
62
%%DATADIR%%/anki/exporting.py
27
%%DATADIR%%/anki/exporting.pyc
28
%%DATADIR%%/anki/exporting.pyo
29
%%DATADIR%%/anki/find.py
63
%%DATADIR%%/anki/find.py
30
%%DATADIR%%/anki/find.pyc
31
%%DATADIR%%/anki/find.pyo
32
%%DATADIR%%/anki/hooks.py
64
%%DATADIR%%/anki/hooks.py
33
%%DATADIR%%/anki/hooks.pyc
34
%%DATADIR%%/anki/hooks.pyo
35
%%DATADIR%%/anki/importing/__init__.py
65
%%DATADIR%%/anki/importing/__init__.py
36
%%DATADIR%%/anki/importing/__init__.pyc
66
%%DATADIR%%/anki/importing/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
37
%%DATADIR%%/anki/importing/__init__.pyo
67
%%DATADIR%%/anki/importing/__pycache__/__init__.cpython-36.pyc
38
%%DATADIR%%/anki/importing/anki1.py
68
%%DATADIR%%/anki/importing/__pycache__/anki2.cpython-36.%%PYTHON_PYOEXTENSION%%
39
%%DATADIR%%/anki/importing/anki1.pyc
69
%%DATADIR%%/anki/importing/__pycache__/anki2.cpython-36.pyc
40
%%DATADIR%%/anki/importing/anki1.pyo
70
%%DATADIR%%/anki/importing/__pycache__/apkg.cpython-36.%%PYTHON_PYOEXTENSION%%
71
%%DATADIR%%/anki/importing/__pycache__/apkg.cpython-36.pyc
72
%%DATADIR%%/anki/importing/__pycache__/base.cpython-36.%%PYTHON_PYOEXTENSION%%
73
%%DATADIR%%/anki/importing/__pycache__/base.cpython-36.pyc
74
%%DATADIR%%/anki/importing/__pycache__/csvfile.cpython-36.%%PYTHON_PYOEXTENSION%%
75
%%DATADIR%%/anki/importing/__pycache__/csvfile.cpython-36.pyc
76
%%DATADIR%%/anki/importing/__pycache__/mnemo.cpython-36.%%PYTHON_PYOEXTENSION%%
77
%%DATADIR%%/anki/importing/__pycache__/mnemo.cpython-36.pyc
78
%%DATADIR%%/anki/importing/__pycache__/noteimp.cpython-36.%%PYTHON_PYOEXTENSION%%
79
%%DATADIR%%/anki/importing/__pycache__/noteimp.cpython-36.pyc
80
%%DATADIR%%/anki/importing/__pycache__/pauker.cpython-36.%%PYTHON_PYOEXTENSION%%
81
%%DATADIR%%/anki/importing/__pycache__/pauker.cpython-36.pyc
82
%%DATADIR%%/anki/importing/__pycache__/supermemo_xml.cpython-36.%%PYTHON_PYOEXTENSION%%
83
%%DATADIR%%/anki/importing/__pycache__/supermemo_xml.cpython-36.pyc
41
%%DATADIR%%/anki/importing/anki2.py
84
%%DATADIR%%/anki/importing/anki2.py
42
%%DATADIR%%/anki/importing/anki2.pyc
43
%%DATADIR%%/anki/importing/anki2.pyo
44
%%DATADIR%%/anki/importing/apkg.py
85
%%DATADIR%%/anki/importing/apkg.py
45
%%DATADIR%%/anki/importing/apkg.pyc
46
%%DATADIR%%/anki/importing/apkg.pyo
47
%%DATADIR%%/anki/importing/base.py
86
%%DATADIR%%/anki/importing/base.py
48
%%DATADIR%%/anki/importing/base.pyc
49
%%DATADIR%%/anki/importing/base.pyo
50
%%DATADIR%%/anki/importing/csvfile.py
87
%%DATADIR%%/anki/importing/csvfile.py
51
%%DATADIR%%/anki/importing/csvfile.pyc
52
%%DATADIR%%/anki/importing/csvfile.pyo
53
%%DATADIR%%/anki/importing/mnemo.py
88
%%DATADIR%%/anki/importing/mnemo.py
54
%%DATADIR%%/anki/importing/mnemo.pyc
55
%%DATADIR%%/anki/importing/mnemo.pyo
56
%%DATADIR%%/anki/importing/noteimp.py
89
%%DATADIR%%/anki/importing/noteimp.py
57
%%DATADIR%%/anki/importing/noteimp.pyc
58
%%DATADIR%%/anki/importing/noteimp.pyo
59
%%DATADIR%%/anki/importing/pauker.py
90
%%DATADIR%%/anki/importing/pauker.py
60
%%DATADIR%%/anki/importing/pauker.pyc
61
%%DATADIR%%/anki/importing/pauker.pyo
62
%%DATADIR%%/anki/importing/supermemo_xml.py
91
%%DATADIR%%/anki/importing/supermemo_xml.py
63
%%DATADIR%%/anki/importing/supermemo_xml.pyc
64
%%DATADIR%%/anki/importing/supermemo_xml.pyo
65
%%DATADIR%%/anki/js.py
66
%%DATADIR%%/anki/js.pyc
67
%%DATADIR%%/anki/js.pyo
68
%%DATADIR%%/anki/lang.py
92
%%DATADIR%%/anki/lang.py
69
%%DATADIR%%/anki/lang.pyc
70
%%DATADIR%%/anki/lang.pyo
71
%%DATADIR%%/anki/latex.py
93
%%DATADIR%%/anki/latex.py
72
%%DATADIR%%/anki/latex.pyc
73
%%DATADIR%%/anki/latex.pyo
74
%%DATADIR%%/anki/media.py
94
%%DATADIR%%/anki/media.py
75
%%DATADIR%%/anki/media.pyc
76
%%DATADIR%%/anki/media.pyo
77
%%DATADIR%%/anki/models.py
95
%%DATADIR%%/anki/models.py
78
%%DATADIR%%/anki/models.pyc
96
%%DATADIR%%/anki/mpv.py
79
%%DATADIR%%/anki/models.pyo
80
%%DATADIR%%/anki/notes.py
97
%%DATADIR%%/anki/notes.py
81
%%DATADIR%%/anki/notes.pyc
82
%%DATADIR%%/anki/notes.pyo
83
%%DATADIR%%/anki/sched.py
98
%%DATADIR%%/anki/sched.py
84
%%DATADIR%%/anki/sched.pyc
99
%%DATADIR%%/anki/schedv2.py
85
%%DATADIR%%/anki/sched.pyo
86
%%DATADIR%%/anki/sound.py
100
%%DATADIR%%/anki/sound.py
87
%%DATADIR%%/anki/sound.pyc
88
%%DATADIR%%/anki/sound.pyo
89
%%DATADIR%%/anki/stats.py
101
%%DATADIR%%/anki/stats.py
90
%%DATADIR%%/anki/stats.pyc
91
%%DATADIR%%/anki/stats.pyo
92
%%DATADIR%%/anki/statsbg.py
102
%%DATADIR%%/anki/statsbg.py
93
%%DATADIR%%/anki/statsbg.pyc
94
%%DATADIR%%/anki/statsbg.pyo
95
%%DATADIR%%/anki/stdmodels.py
103
%%DATADIR%%/anki/stdmodels.py
96
%%DATADIR%%/anki/stdmodels.pyc
97
%%DATADIR%%/anki/stdmodels.pyo
98
%%DATADIR%%/anki/storage.py
104
%%DATADIR%%/anki/storage.py
99
%%DATADIR%%/anki/storage.pyc
100
%%DATADIR%%/anki/storage.pyo
101
%%DATADIR%%/anki/sync.py
105
%%DATADIR%%/anki/sync.py
102
%%DATADIR%%/anki/sync.pyc
103
%%DATADIR%%/anki/sync.pyo
104
%%DATADIR%%/anki/tags.py
106
%%DATADIR%%/anki/tags.py
105
%%DATADIR%%/anki/tags.pyc
106
%%DATADIR%%/anki/tags.pyo
107
%%DATADIR%%/anki/template/LICENSE
107
%%DATADIR%%/anki/template/LICENSE
108
%%DATADIR%%/anki/template/README.anki
108
%%DATADIR%%/anki/template/README.anki
109
%%DATADIR%%/anki/template/README.rst
110
%%DATADIR%%/anki/template/__init__.py
109
%%DATADIR%%/anki/template/__init__.py
111
%%DATADIR%%/anki/template/__init__.pyc
110
%%DATADIR%%/anki/template/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
112
%%DATADIR%%/anki/template/__init__.pyo
111
%%DATADIR%%/anki/template/__pycache__/__init__.cpython-36.pyc
112
%%DATADIR%%/anki/template/__pycache__/furigana.cpython-36.%%PYTHON_PYOEXTENSION%%
113
%%DATADIR%%/anki/template/__pycache__/furigana.cpython-36.pyc
114
%%DATADIR%%/anki/template/__pycache__/hint.cpython-36.%%PYTHON_PYOEXTENSION%%
115
%%DATADIR%%/anki/template/__pycache__/hint.cpython-36.pyc
116
%%DATADIR%%/anki/template/__pycache__/template.cpython-36.%%PYTHON_PYOEXTENSION%%
117
%%DATADIR%%/anki/template/__pycache__/template.cpython-36.pyc
118
%%DATADIR%%/anki/template/__pycache__/view.cpython-36.%%PYTHON_PYOEXTENSION%%
119
%%DATADIR%%/anki/template/__pycache__/view.cpython-36.pyc
113
%%DATADIR%%/anki/template/furigana.py
120
%%DATADIR%%/anki/template/furigana.py
114
%%DATADIR%%/anki/template/furigana.pyc
115
%%DATADIR%%/anki/template/furigana.pyo
116
%%DATADIR%%/anki/template/hint.py
121
%%DATADIR%%/anki/template/hint.py
117
%%DATADIR%%/anki/template/hint.pyc
118
%%DATADIR%%/anki/template/hint.pyo
119
%%DATADIR%%/anki/template/template.py
122
%%DATADIR%%/anki/template/template.py
120
%%DATADIR%%/anki/template/template.pyc
121
%%DATADIR%%/anki/template/template.pyo
122
%%DATADIR%%/anki/template/view.py
123
%%DATADIR%%/anki/template/view.py
123
%%DATADIR%%/anki/template/view.pyc
124
%%DATADIR%%/anki/template/view.pyo
125
%%DATADIR%%/anki/upgrade.py
126
%%DATADIR%%/anki/upgrade.pyc
127
%%DATADIR%%/anki/upgrade.pyo
128
%%DATADIR%%/anki/utils.py
124
%%DATADIR%%/anki/utils.py
129
%%DATADIR%%/anki/utils.pyc
130
%%DATADIR%%/anki/utils.pyo
131
%%DATADIR%%/aqt/__init__.py
125
%%DATADIR%%/aqt/__init__.py
132
%%DATADIR%%/aqt/__init__.pyc
126
%%DATADIR%%/aqt/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
133
%%DATADIR%%/aqt/__init__.pyo
127
%%DATADIR%%/aqt/__pycache__/__init__.cpython-36.pyc
128
%%DATADIR%%/aqt/__pycache__/about.cpython-36.%%PYTHON_PYOEXTENSION%%
129
%%DATADIR%%/aqt/__pycache__/about.cpython-36.pyc
130
%%DATADIR%%/aqt/__pycache__/addcards.cpython-36.%%PYTHON_PYOEXTENSION%%
131
%%DATADIR%%/aqt/__pycache__/addcards.cpython-36.pyc
132
%%DATADIR%%/aqt/__pycache__/addons.cpython-36.%%PYTHON_PYOEXTENSION%%
133
%%DATADIR%%/aqt/__pycache__/addons.cpython-36.pyc
134
%%DATADIR%%/aqt/__pycache__/browser.cpython-36.%%PYTHON_PYOEXTENSION%%
135
%%DATADIR%%/aqt/__pycache__/browser.cpython-36.pyc
136
%%DATADIR%%/aqt/__pycache__/clayout.cpython-36.%%PYTHON_PYOEXTENSION%%
137
%%DATADIR%%/aqt/__pycache__/clayout.cpython-36.pyc
138
%%DATADIR%%/aqt/__pycache__/customstudy.cpython-36.%%PYTHON_PYOEXTENSION%%
139
%%DATADIR%%/aqt/__pycache__/customstudy.cpython-36.pyc
140
%%DATADIR%%/aqt/__pycache__/deckbrowser.cpython-36.%%PYTHON_PYOEXTENSION%%
141
%%DATADIR%%/aqt/__pycache__/deckbrowser.cpython-36.pyc
142
%%DATADIR%%/aqt/__pycache__/deckchooser.cpython-36.%%PYTHON_PYOEXTENSION%%
143
%%DATADIR%%/aqt/__pycache__/deckchooser.cpython-36.pyc
144
%%DATADIR%%/aqt/__pycache__/deckconf.cpython-36.%%PYTHON_PYOEXTENSION%%
145
%%DATADIR%%/aqt/__pycache__/deckconf.cpython-36.pyc
146
%%DATADIR%%/aqt/__pycache__/downloader.cpython-36.%%PYTHON_PYOEXTENSION%%
147
%%DATADIR%%/aqt/__pycache__/downloader.cpython-36.pyc
148
%%DATADIR%%/aqt/__pycache__/dyndeckconf.cpython-36.%%PYTHON_PYOEXTENSION%%
149
%%DATADIR%%/aqt/__pycache__/dyndeckconf.cpython-36.pyc
150
%%DATADIR%%/aqt/__pycache__/editcurrent.cpython-36.%%PYTHON_PYOEXTENSION%%
151
%%DATADIR%%/aqt/__pycache__/editcurrent.cpython-36.pyc
152
%%DATADIR%%/aqt/__pycache__/editor.cpython-36.%%PYTHON_PYOEXTENSION%%
153
%%DATADIR%%/aqt/__pycache__/editor.cpython-36.pyc
154
%%DATADIR%%/aqt/__pycache__/errors.cpython-36.%%PYTHON_PYOEXTENSION%%
155
%%DATADIR%%/aqt/__pycache__/errors.cpython-36.pyc
156
%%DATADIR%%/aqt/__pycache__/exporting.cpython-36.%%PYTHON_PYOEXTENSION%%
157
%%DATADIR%%/aqt/__pycache__/exporting.cpython-36.pyc
158
%%DATADIR%%/aqt/__pycache__/fields.cpython-36.%%PYTHON_PYOEXTENSION%%
159
%%DATADIR%%/aqt/__pycache__/fields.cpython-36.pyc
160
%%DATADIR%%/aqt/__pycache__/importing.cpython-36.%%PYTHON_PYOEXTENSION%%
161
%%DATADIR%%/aqt/__pycache__/importing.cpython-36.pyc
162
%%DATADIR%%/aqt/__pycache__/main.cpython-36.%%PYTHON_PYOEXTENSION%%
163
%%DATADIR%%/aqt/__pycache__/main.cpython-36.pyc
164
%%DATADIR%%/aqt/__pycache__/mediasrv.cpython-36.%%PYTHON_PYOEXTENSION%%
165
%%DATADIR%%/aqt/__pycache__/mediasrv.cpython-36.pyc
166
%%DATADIR%%/aqt/__pycache__/modelchooser.cpython-36.%%PYTHON_PYOEXTENSION%%
167
%%DATADIR%%/aqt/__pycache__/modelchooser.cpython-36.pyc
168
%%DATADIR%%/aqt/__pycache__/models.cpython-36.%%PYTHON_PYOEXTENSION%%
169
%%DATADIR%%/aqt/__pycache__/models.cpython-36.pyc
170
%%DATADIR%%/aqt/__pycache__/overview.cpython-36.%%PYTHON_PYOEXTENSION%%
171
%%DATADIR%%/aqt/__pycache__/overview.cpython-36.pyc
172
%%DATADIR%%/aqt/__pycache__/preferences.cpython-36.%%PYTHON_PYOEXTENSION%%
173
%%DATADIR%%/aqt/__pycache__/preferences.cpython-36.pyc
174
%%DATADIR%%/aqt/__pycache__/profiles.cpython-36.%%PYTHON_PYOEXTENSION%%
175
%%DATADIR%%/aqt/__pycache__/profiles.cpython-36.pyc
176
%%DATADIR%%/aqt/__pycache__/progress.cpython-36.%%PYTHON_PYOEXTENSION%%
177
%%DATADIR%%/aqt/__pycache__/progress.cpython-36.pyc
178
%%DATADIR%%/aqt/__pycache__/qt.cpython-36.%%PYTHON_PYOEXTENSION%%
179
%%DATADIR%%/aqt/__pycache__/qt.cpython-36.pyc
180
%%DATADIR%%/aqt/__pycache__/reviewer.cpython-36.%%PYTHON_PYOEXTENSION%%
181
%%DATADIR%%/aqt/__pycache__/reviewer.cpython-36.pyc
182
%%DATADIR%%/aqt/__pycache__/sound.cpython-36.%%PYTHON_PYOEXTENSION%%
183
%%DATADIR%%/aqt/__pycache__/sound.cpython-36.pyc
184
%%DATADIR%%/aqt/__pycache__/stats.cpython-36.%%PYTHON_PYOEXTENSION%%
185
%%DATADIR%%/aqt/__pycache__/stats.cpython-36.pyc
186
%%DATADIR%%/aqt/__pycache__/studydeck.cpython-36.%%PYTHON_PYOEXTENSION%%
187
%%DATADIR%%/aqt/__pycache__/studydeck.cpython-36.pyc
188
%%DATADIR%%/aqt/__pycache__/sync.cpython-36.%%PYTHON_PYOEXTENSION%%
189
%%DATADIR%%/aqt/__pycache__/sync.cpython-36.pyc
190
%%DATADIR%%/aqt/__pycache__/tagedit.cpython-36.%%PYTHON_PYOEXTENSION%%
191
%%DATADIR%%/aqt/__pycache__/tagedit.cpython-36.pyc
192
%%DATADIR%%/aqt/__pycache__/taglimit.cpython-36.%%PYTHON_PYOEXTENSION%%
193
%%DATADIR%%/aqt/__pycache__/taglimit.cpython-36.pyc
194
%%DATADIR%%/aqt/__pycache__/toolbar.cpython-36.%%PYTHON_PYOEXTENSION%%
195
%%DATADIR%%/aqt/__pycache__/toolbar.cpython-36.pyc
196
%%DATADIR%%/aqt/__pycache__/update.cpython-36.%%PYTHON_PYOEXTENSION%%
197
%%DATADIR%%/aqt/__pycache__/update.cpython-36.pyc
198
%%DATADIR%%/aqt/__pycache__/utils.cpython-36.%%PYTHON_PYOEXTENSION%%
199
%%DATADIR%%/aqt/__pycache__/utils.cpython-36.pyc
200
%%DATADIR%%/aqt/__pycache__/webview.cpython-36.%%PYTHON_PYOEXTENSION%%
201
%%DATADIR%%/aqt/__pycache__/webview.cpython-36.pyc
202
%%DATADIR%%/aqt/__pycache__/winpaths.cpython-36.%%PYTHON_PYOEXTENSION%%
203
%%DATADIR%%/aqt/__pycache__/winpaths.cpython-36.pyc
134
%%DATADIR%%/aqt/about.py
204
%%DATADIR%%/aqt/about.py
135
%%DATADIR%%/aqt/about.pyc
136
%%DATADIR%%/aqt/about.pyo
137
%%DATADIR%%/aqt/addcards.py
205
%%DATADIR%%/aqt/addcards.py
138
%%DATADIR%%/aqt/addcards.pyc
139
%%DATADIR%%/aqt/addcards.pyo
140
%%DATADIR%%/aqt/addons.py
206
%%DATADIR%%/aqt/addons.py
141
%%DATADIR%%/aqt/addons.pyc
142
%%DATADIR%%/aqt/addons.pyo
143
%%DATADIR%%/aqt/browser.py
207
%%DATADIR%%/aqt/browser.py
144
%%DATADIR%%/aqt/browser.pyc
145
%%DATADIR%%/aqt/browser.pyo
146
%%DATADIR%%/aqt/clayout.py
208
%%DATADIR%%/aqt/clayout.py
147
%%DATADIR%%/aqt/clayout.pyc
148
%%DATADIR%%/aqt/clayout.pyo
149
%%DATADIR%%/aqt/customstudy.py
209
%%DATADIR%%/aqt/customstudy.py
150
%%DATADIR%%/aqt/customstudy.pyc
151
%%DATADIR%%/aqt/customstudy.pyo
152
%%DATADIR%%/aqt/deckbrowser.py
210
%%DATADIR%%/aqt/deckbrowser.py
153
%%DATADIR%%/aqt/deckbrowser.pyc
154
%%DATADIR%%/aqt/deckbrowser.pyo
155
%%DATADIR%%/aqt/deckchooser.py
211
%%DATADIR%%/aqt/deckchooser.py
156
%%DATADIR%%/aqt/deckchooser.pyc
157
%%DATADIR%%/aqt/deckchooser.pyo
158
%%DATADIR%%/aqt/deckconf.py
212
%%DATADIR%%/aqt/deckconf.py
159
%%DATADIR%%/aqt/deckconf.pyc
160
%%DATADIR%%/aqt/deckconf.pyo
161
%%DATADIR%%/aqt/downloader.py
213
%%DATADIR%%/aqt/downloader.py
162
%%DATADIR%%/aqt/downloader.pyc
163
%%DATADIR%%/aqt/downloader.pyo
164
%%DATADIR%%/aqt/dyndeckconf.py
214
%%DATADIR%%/aqt/dyndeckconf.py
165
%%DATADIR%%/aqt/dyndeckconf.pyc
166
%%DATADIR%%/aqt/dyndeckconf.pyo
167
%%DATADIR%%/aqt/editcurrent.py
215
%%DATADIR%%/aqt/editcurrent.py
168
%%DATADIR%%/aqt/editcurrent.pyc
169
%%DATADIR%%/aqt/editcurrent.pyo
170
%%DATADIR%%/aqt/editor.py
216
%%DATADIR%%/aqt/editor.py
171
%%DATADIR%%/aqt/editor.pyc
172
%%DATADIR%%/aqt/editor.pyo
173
%%DATADIR%%/aqt/errors.py
217
%%DATADIR%%/aqt/errors.py
174
%%DATADIR%%/aqt/errors.pyc
175
%%DATADIR%%/aqt/errors.pyo
176
%%DATADIR%%/aqt/exporting.py
218
%%DATADIR%%/aqt/exporting.py
177
%%DATADIR%%/aqt/exporting.pyc
178
%%DATADIR%%/aqt/exporting.pyo
179
%%DATADIR%%/aqt/fields.py
219
%%DATADIR%%/aqt/fields.py
180
%%DATADIR%%/aqt/fields.pyc
181
%%DATADIR%%/aqt/fields.pyo
182
%%DATADIR%%/aqt/forms/__init__.py
220
%%DATADIR%%/aqt/forms/__init__.py
183
%%DATADIR%%/aqt/forms/__init__.pyc
221
%%DATADIR%%/aqt/forms/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
184
%%DATADIR%%/aqt/forms/__init__.pyo
222
%%DATADIR%%/aqt/forms/__pycache__/__init__.cpython-36.pyc
223
%%DATADIR%%/aqt/forms/__pycache__/about.cpython-36.%%PYTHON_PYOEXTENSION%%
224
%%DATADIR%%/aqt/forms/__pycache__/about.cpython-36.pyc
225
%%DATADIR%%/aqt/forms/__pycache__/addcards.cpython-36.%%PYTHON_PYOEXTENSION%%
226
%%DATADIR%%/aqt/forms/__pycache__/addcards.cpython-36.pyc
227
%%DATADIR%%/aqt/forms/__pycache__/addfield.cpython-36.%%PYTHON_PYOEXTENSION%%
228
%%DATADIR%%/aqt/forms/__pycache__/addfield.cpython-36.pyc
229
%%DATADIR%%/aqt/forms/__pycache__/addmodel.cpython-36.%%PYTHON_PYOEXTENSION%%
230
%%DATADIR%%/aqt/forms/__pycache__/addmodel.cpython-36.pyc
231
%%DATADIR%%/aqt/forms/__pycache__/addonconf.cpython-36.%%PYTHON_PYOEXTENSION%%
232
%%DATADIR%%/aqt/forms/__pycache__/addonconf.cpython-36.pyc
233
%%DATADIR%%/aqt/forms/__pycache__/addons.cpython-36.%%PYTHON_PYOEXTENSION%%
234
%%DATADIR%%/aqt/forms/__pycache__/addons.cpython-36.pyc
235
%%DATADIR%%/aqt/forms/__pycache__/browser.cpython-36.%%PYTHON_PYOEXTENSION%%
236
%%DATADIR%%/aqt/forms/__pycache__/browser.cpython-36.pyc
237
%%DATADIR%%/aqt/forms/__pycache__/browserdisp.cpython-36.%%PYTHON_PYOEXTENSION%%
238
%%DATADIR%%/aqt/forms/__pycache__/browserdisp.cpython-36.pyc
239
%%DATADIR%%/aqt/forms/__pycache__/browseropts.cpython-36.%%PYTHON_PYOEXTENSION%%
240
%%DATADIR%%/aqt/forms/__pycache__/browseropts.cpython-36.pyc
241
%%DATADIR%%/aqt/forms/__pycache__/changemap.cpython-36.%%PYTHON_PYOEXTENSION%%
242
%%DATADIR%%/aqt/forms/__pycache__/changemap.cpython-36.pyc
243
%%DATADIR%%/aqt/forms/__pycache__/changemodel.cpython-36.%%PYTHON_PYOEXTENSION%%
244
%%DATADIR%%/aqt/forms/__pycache__/changemodel.cpython-36.pyc
245
%%DATADIR%%/aqt/forms/__pycache__/clayout_top.cpython-36.%%PYTHON_PYOEXTENSION%%
246
%%DATADIR%%/aqt/forms/__pycache__/clayout_top.cpython-36.pyc
247
%%DATADIR%%/aqt/forms/__pycache__/customstudy.cpython-36.%%PYTHON_PYOEXTENSION%%
248
%%DATADIR%%/aqt/forms/__pycache__/customstudy.cpython-36.pyc
249
%%DATADIR%%/aqt/forms/__pycache__/dconf.cpython-36.%%PYTHON_PYOEXTENSION%%
250
%%DATADIR%%/aqt/forms/__pycache__/dconf.cpython-36.pyc
251
%%DATADIR%%/aqt/forms/__pycache__/debug.cpython-36.%%PYTHON_PYOEXTENSION%%
252
%%DATADIR%%/aqt/forms/__pycache__/debug.cpython-36.pyc
253
%%DATADIR%%/aqt/forms/__pycache__/dyndconf.cpython-36.%%PYTHON_PYOEXTENSION%%
254
%%DATADIR%%/aqt/forms/__pycache__/dyndconf.cpython-36.pyc
255
%%DATADIR%%/aqt/forms/__pycache__/editaddon.cpython-36.%%PYTHON_PYOEXTENSION%%
256
%%DATADIR%%/aqt/forms/__pycache__/editaddon.cpython-36.pyc
257
%%DATADIR%%/aqt/forms/__pycache__/editcurrent.cpython-36.%%PYTHON_PYOEXTENSION%%
258
%%DATADIR%%/aqt/forms/__pycache__/editcurrent.cpython-36.pyc
259
%%DATADIR%%/aqt/forms/__pycache__/edithtml.cpython-36.%%PYTHON_PYOEXTENSION%%
260
%%DATADIR%%/aqt/forms/__pycache__/edithtml.cpython-36.pyc
261
%%DATADIR%%/aqt/forms/__pycache__/exporting.cpython-36.%%PYTHON_PYOEXTENSION%%
262
%%DATADIR%%/aqt/forms/__pycache__/exporting.cpython-36.pyc
263
%%DATADIR%%/aqt/forms/__pycache__/fields.cpython-36.%%PYTHON_PYOEXTENSION%%
264
%%DATADIR%%/aqt/forms/__pycache__/fields.cpython-36.pyc
265
%%DATADIR%%/aqt/forms/__pycache__/finddupes.cpython-36.%%PYTHON_PYOEXTENSION%%
266
%%DATADIR%%/aqt/forms/__pycache__/finddupes.cpython-36.pyc
267
%%DATADIR%%/aqt/forms/__pycache__/findreplace.cpython-36.%%PYTHON_PYOEXTENSION%%
268
%%DATADIR%%/aqt/forms/__pycache__/findreplace.cpython-36.pyc
269
%%DATADIR%%/aqt/forms/__pycache__/getaddons.cpython-36.%%PYTHON_PYOEXTENSION%%
270
%%DATADIR%%/aqt/forms/__pycache__/getaddons.cpython-36.pyc
271
%%DATADIR%%/aqt/forms/__pycache__/icons_rc.cpython-36.%%PYTHON_PYOEXTENSION%%
272
%%DATADIR%%/aqt/forms/__pycache__/icons_rc.cpython-36.pyc
273
%%DATADIR%%/aqt/forms/__pycache__/importing.cpython-36.%%PYTHON_PYOEXTENSION%%
274
%%DATADIR%%/aqt/forms/__pycache__/importing.cpython-36.pyc
275
%%DATADIR%%/aqt/forms/__pycache__/main.cpython-36.%%PYTHON_PYOEXTENSION%%
276
%%DATADIR%%/aqt/forms/__pycache__/main.cpython-36.pyc
277
%%DATADIR%%/aqt/forms/__pycache__/modelopts.cpython-36.%%PYTHON_PYOEXTENSION%%
278
%%DATADIR%%/aqt/forms/__pycache__/modelopts.cpython-36.pyc
279
%%DATADIR%%/aqt/forms/__pycache__/models.cpython-36.%%PYTHON_PYOEXTENSION%%
280
%%DATADIR%%/aqt/forms/__pycache__/models.cpython-36.pyc
281
%%DATADIR%%/aqt/forms/__pycache__/preferences.cpython-36.%%PYTHON_PYOEXTENSION%%
282
%%DATADIR%%/aqt/forms/__pycache__/preferences.cpython-36.pyc
283
%%DATADIR%%/aqt/forms/__pycache__/preview.cpython-36.%%PYTHON_PYOEXTENSION%%
284
%%DATADIR%%/aqt/forms/__pycache__/preview.cpython-36.pyc
285
%%DATADIR%%/aqt/forms/__pycache__/profiles.cpython-36.%%PYTHON_PYOEXTENSION%%
286
%%DATADIR%%/aqt/forms/__pycache__/profiles.cpython-36.pyc
287
%%DATADIR%%/aqt/forms/__pycache__/progress.cpython-36.%%PYTHON_PYOEXTENSION%%
288
%%DATADIR%%/aqt/forms/__pycache__/progress.cpython-36.pyc
289
%%DATADIR%%/aqt/forms/__pycache__/reposition.cpython-36.%%PYTHON_PYOEXTENSION%%
290
%%DATADIR%%/aqt/forms/__pycache__/reposition.cpython-36.pyc
291
%%DATADIR%%/aqt/forms/__pycache__/reschedule.cpython-36.%%PYTHON_PYOEXTENSION%%
292
%%DATADIR%%/aqt/forms/__pycache__/reschedule.cpython-36.pyc
293
%%DATADIR%%/aqt/forms/__pycache__/setgroup.cpython-36.%%PYTHON_PYOEXTENSION%%
294
%%DATADIR%%/aqt/forms/__pycache__/setgroup.cpython-36.pyc
295
%%DATADIR%%/aqt/forms/__pycache__/setlang.cpython-36.%%PYTHON_PYOEXTENSION%%
296
%%DATADIR%%/aqt/forms/__pycache__/setlang.cpython-36.pyc
297
%%DATADIR%%/aqt/forms/__pycache__/stats.cpython-36.%%PYTHON_PYOEXTENSION%%
298
%%DATADIR%%/aqt/forms/__pycache__/stats.cpython-36.pyc
299
%%DATADIR%%/aqt/forms/__pycache__/studydeck.cpython-36.%%PYTHON_PYOEXTENSION%%
300
%%DATADIR%%/aqt/forms/__pycache__/studydeck.cpython-36.pyc
301
%%DATADIR%%/aqt/forms/__pycache__/taglimit.cpython-36.%%PYTHON_PYOEXTENSION%%
302
%%DATADIR%%/aqt/forms/__pycache__/taglimit.cpython-36.pyc
303
%%DATADIR%%/aqt/forms/__pycache__/template.cpython-36.%%PYTHON_PYOEXTENSION%%
304
%%DATADIR%%/aqt/forms/__pycache__/template.cpython-36.pyc
185
%%DATADIR%%/aqt/forms/about.py
305
%%DATADIR%%/aqt/forms/about.py
186
%%DATADIR%%/aqt/forms/about.pyc
187
%%DATADIR%%/aqt/forms/about.pyo
188
%%DATADIR%%/aqt/forms/addcards.py
306
%%DATADIR%%/aqt/forms/addcards.py
189
%%DATADIR%%/aqt/forms/addcards.pyc
190
%%DATADIR%%/aqt/forms/addcards.pyo
191
%%DATADIR%%/aqt/forms/addfield.py
307
%%DATADIR%%/aqt/forms/addfield.py
192
%%DATADIR%%/aqt/forms/addfield.pyc
193
%%DATADIR%%/aqt/forms/addfield.pyo
194
%%DATADIR%%/aqt/forms/addmodel.py
308
%%DATADIR%%/aqt/forms/addmodel.py
195
%%DATADIR%%/aqt/forms/addmodel.pyc
309
%%DATADIR%%/aqt/forms/addonconf.py
196
%%DATADIR%%/aqt/forms/addmodel.pyo
310
%%DATADIR%%/aqt/forms/addons.py
197
%%DATADIR%%/aqt/forms/browser.py
311
%%DATADIR%%/aqt/forms/browser.py
198
%%DATADIR%%/aqt/forms/browser.pyc
199
%%DATADIR%%/aqt/forms/browser.pyo
200
%%DATADIR%%/aqt/forms/browserdisp.py
312
%%DATADIR%%/aqt/forms/browserdisp.py
201
%%DATADIR%%/aqt/forms/browserdisp.pyc
202
%%DATADIR%%/aqt/forms/browserdisp.pyo
203
%%DATADIR%%/aqt/forms/browseropts.py
313
%%DATADIR%%/aqt/forms/browseropts.py
204
%%DATADIR%%/aqt/forms/browseropts.pyc
205
%%DATADIR%%/aqt/forms/browseropts.pyo
206
%%DATADIR%%/aqt/forms/changemap.py
314
%%DATADIR%%/aqt/forms/changemap.py
207
%%DATADIR%%/aqt/forms/changemap.pyc
208
%%DATADIR%%/aqt/forms/changemap.pyo
209
%%DATADIR%%/aqt/forms/changemodel.py
315
%%DATADIR%%/aqt/forms/changemodel.py
210
%%DATADIR%%/aqt/forms/changemodel.pyc
316
%%DATADIR%%/aqt/forms/clayout_top.py
211
%%DATADIR%%/aqt/forms/changemodel.pyo
212
%%DATADIR%%/aqt/forms/customstudy.py
317
%%DATADIR%%/aqt/forms/customstudy.py
213
%%DATADIR%%/aqt/forms/customstudy.pyc
214
%%DATADIR%%/aqt/forms/customstudy.pyo
215
%%DATADIR%%/aqt/forms/dconf.py
318
%%DATADIR%%/aqt/forms/dconf.py
216
%%DATADIR%%/aqt/forms/dconf.pyc
217
%%DATADIR%%/aqt/forms/dconf.pyo
218
%%DATADIR%%/aqt/forms/debug.py
319
%%DATADIR%%/aqt/forms/debug.py
219
%%DATADIR%%/aqt/forms/debug.pyc
220
%%DATADIR%%/aqt/forms/debug.pyo
221
%%DATADIR%%/aqt/forms/dyndconf.py
320
%%DATADIR%%/aqt/forms/dyndconf.py
222
%%DATADIR%%/aqt/forms/dyndconf.pyc
223
%%DATADIR%%/aqt/forms/dyndconf.pyo
224
%%DATADIR%%/aqt/forms/editaddon.py
321
%%DATADIR%%/aqt/forms/editaddon.py
225
%%DATADIR%%/aqt/forms/editaddon.pyc
226
%%DATADIR%%/aqt/forms/editaddon.pyo
227
%%DATADIR%%/aqt/forms/editcurrent.py
322
%%DATADIR%%/aqt/forms/editcurrent.py
228
%%DATADIR%%/aqt/forms/editcurrent.pyc
229
%%DATADIR%%/aqt/forms/editcurrent.pyo
230
%%DATADIR%%/aqt/forms/edithtml.py
323
%%DATADIR%%/aqt/forms/edithtml.py
231
%%DATADIR%%/aqt/forms/edithtml.pyc
232
%%DATADIR%%/aqt/forms/edithtml.pyo
233
%%DATADIR%%/aqt/forms/exporting.py
324
%%DATADIR%%/aqt/forms/exporting.py
234
%%DATADIR%%/aqt/forms/exporting.pyc
235
%%DATADIR%%/aqt/forms/exporting.pyo
236
%%DATADIR%%/aqt/forms/fields.py
325
%%DATADIR%%/aqt/forms/fields.py
237
%%DATADIR%%/aqt/forms/fields.pyc
238
%%DATADIR%%/aqt/forms/fields.pyo
239
%%DATADIR%%/aqt/forms/finddupes.py
326
%%DATADIR%%/aqt/forms/finddupes.py
240
%%DATADIR%%/aqt/forms/finddupes.pyc
241
%%DATADIR%%/aqt/forms/finddupes.pyo
242
%%DATADIR%%/aqt/forms/findreplace.py
327
%%DATADIR%%/aqt/forms/findreplace.py
243
%%DATADIR%%/aqt/forms/findreplace.pyc
244
%%DATADIR%%/aqt/forms/findreplace.pyo
245
%%DATADIR%%/aqt/forms/getaddons.py
328
%%DATADIR%%/aqt/forms/getaddons.py
246
%%DATADIR%%/aqt/forms/getaddons.pyc
247
%%DATADIR%%/aqt/forms/getaddons.pyo
248
%%DATADIR%%/aqt/forms/icons_rc.py
329
%%DATADIR%%/aqt/forms/icons_rc.py
249
%%DATADIR%%/aqt/forms/icons_rc.pyc
250
%%DATADIR%%/aqt/forms/icons_rc.pyo
251
%%DATADIR%%/aqt/forms/importing.py
330
%%DATADIR%%/aqt/forms/importing.py
252
%%DATADIR%%/aqt/forms/importing.pyc
253
%%DATADIR%%/aqt/forms/importing.pyo
254
%%DATADIR%%/aqt/forms/main.py
331
%%DATADIR%%/aqt/forms/main.py
255
%%DATADIR%%/aqt/forms/main.pyc
256
%%DATADIR%%/aqt/forms/main.pyo
257
%%DATADIR%%/aqt/forms/modelopts.py
332
%%DATADIR%%/aqt/forms/modelopts.py
258
%%DATADIR%%/aqt/forms/modelopts.pyc
259
%%DATADIR%%/aqt/forms/modelopts.pyo
260
%%DATADIR%%/aqt/forms/models.py
333
%%DATADIR%%/aqt/forms/models.py
261
%%DATADIR%%/aqt/forms/models.pyc
262
%%DATADIR%%/aqt/forms/models.pyo
263
%%DATADIR%%/aqt/forms/preferences.py
334
%%DATADIR%%/aqt/forms/preferences.py
264
%%DATADIR%%/aqt/forms/preferences.pyc
265
%%DATADIR%%/aqt/forms/preferences.pyo
266
%%DATADIR%%/aqt/forms/preview.py
335
%%DATADIR%%/aqt/forms/preview.py
267
%%DATADIR%%/aqt/forms/preview.pyc
268
%%DATADIR%%/aqt/forms/preview.pyo
269
%%DATADIR%%/aqt/forms/profiles.py
336
%%DATADIR%%/aqt/forms/profiles.py
270
%%DATADIR%%/aqt/forms/profiles.pyc
337
%%DATADIR%%/aqt/forms/progress.py
271
%%DATADIR%%/aqt/forms/profiles.pyo
272
%%DATADIR%%/aqt/forms/reposition.py
338
%%DATADIR%%/aqt/forms/reposition.py
273
%%DATADIR%%/aqt/forms/reposition.pyc
274
%%DATADIR%%/aqt/forms/reposition.pyo
275
%%DATADIR%%/aqt/forms/reschedule.py
339
%%DATADIR%%/aqt/forms/reschedule.py
276
%%DATADIR%%/aqt/forms/reschedule.pyc
277
%%DATADIR%%/aqt/forms/reschedule.pyo
278
%%DATADIR%%/aqt/forms/setgroup.py
340
%%DATADIR%%/aqt/forms/setgroup.py
279
%%DATADIR%%/aqt/forms/setgroup.pyc
280
%%DATADIR%%/aqt/forms/setgroup.pyo
281
%%DATADIR%%/aqt/forms/setlang.py
341
%%DATADIR%%/aqt/forms/setlang.py
282
%%DATADIR%%/aqt/forms/setlang.pyc
283
%%DATADIR%%/aqt/forms/setlang.pyo
284
%%DATADIR%%/aqt/forms/stats.py
342
%%DATADIR%%/aqt/forms/stats.py
285
%%DATADIR%%/aqt/forms/stats.pyc
286
%%DATADIR%%/aqt/forms/stats.pyo
287
%%DATADIR%%/aqt/forms/studydeck.py
343
%%DATADIR%%/aqt/forms/studydeck.py
288
%%DATADIR%%/aqt/forms/studydeck.pyc
289
%%DATADIR%%/aqt/forms/studydeck.pyo
290
%%DATADIR%%/aqt/forms/taglimit.py
344
%%DATADIR%%/aqt/forms/taglimit.py
291
%%DATADIR%%/aqt/forms/taglimit.pyc
292
%%DATADIR%%/aqt/forms/taglimit.pyo
293
%%DATADIR%%/aqt/forms/template.py
345
%%DATADIR%%/aqt/forms/template.py
294
%%DATADIR%%/aqt/forms/template.pyc
295
%%DATADIR%%/aqt/forms/template.pyo
296
%%DATADIR%%/aqt/importing.py
346
%%DATADIR%%/aqt/importing.py
297
%%DATADIR%%/aqt/importing.pyc
298
%%DATADIR%%/aqt/importing.pyo
299
%%DATADIR%%/aqt/main.py
347
%%DATADIR%%/aqt/main.py
300
%%DATADIR%%/aqt/main.pyc
348
%%DATADIR%%/aqt/mediasrv.py
301
%%DATADIR%%/aqt/main.pyo
302
%%DATADIR%%/aqt/modelchooser.py
349
%%DATADIR%%/aqt/modelchooser.py
303
%%DATADIR%%/aqt/modelchooser.pyc
304
%%DATADIR%%/aqt/modelchooser.pyo
305
%%DATADIR%%/aqt/models.py
350
%%DATADIR%%/aqt/models.py
306
%%DATADIR%%/aqt/models.pyc
307
%%DATADIR%%/aqt/models.pyo
308
%%DATADIR%%/aqt/overview.py
351
%%DATADIR%%/aqt/overview.py
309
%%DATADIR%%/aqt/overview.pyc
310
%%DATADIR%%/aqt/overview.pyo
311
%%DATADIR%%/aqt/preferences.py
352
%%DATADIR%%/aqt/preferences.py
312
%%DATADIR%%/aqt/preferences.pyc
313
%%DATADIR%%/aqt/preferences.pyo
314
%%DATADIR%%/aqt/profiles.py
353
%%DATADIR%%/aqt/profiles.py
315
%%DATADIR%%/aqt/profiles.pyc
316
%%DATADIR%%/aqt/profiles.pyo
317
%%DATADIR%%/aqt/progress.py
354
%%DATADIR%%/aqt/progress.py
318
%%DATADIR%%/aqt/progress.pyc
319
%%DATADIR%%/aqt/progress.pyo
320
%%DATADIR%%/aqt/qt.py
355
%%DATADIR%%/aqt/qt.py
321
%%DATADIR%%/aqt/qt.pyc
322
%%DATADIR%%/aqt/qt.pyo
323
%%DATADIR%%/aqt/reviewer.py
356
%%DATADIR%%/aqt/reviewer.py
324
%%DATADIR%%/aqt/reviewer.pyc
325
%%DATADIR%%/aqt/reviewer.pyo
326
%%DATADIR%%/aqt/sound.py
357
%%DATADIR%%/aqt/sound.py
327
%%DATADIR%%/aqt/sound.pyc
328
%%DATADIR%%/aqt/sound.pyo
329
%%DATADIR%%/aqt/stats.py
358
%%DATADIR%%/aqt/stats.py
330
%%DATADIR%%/aqt/stats.pyc
331
%%DATADIR%%/aqt/stats.pyo
332
%%DATADIR%%/aqt/studydeck.py
359
%%DATADIR%%/aqt/studydeck.py
333
%%DATADIR%%/aqt/studydeck.pyc
334
%%DATADIR%%/aqt/studydeck.pyo
335
%%DATADIR%%/aqt/sync.py
360
%%DATADIR%%/aqt/sync.py
336
%%DATADIR%%/aqt/sync.pyc
337
%%DATADIR%%/aqt/sync.pyo
338
%%DATADIR%%/aqt/tagedit.py
361
%%DATADIR%%/aqt/tagedit.py
339
%%DATADIR%%/aqt/tagedit.pyc
340
%%DATADIR%%/aqt/tagedit.pyo
341
%%DATADIR%%/aqt/taglimit.py
362
%%DATADIR%%/aqt/taglimit.py
342
%%DATADIR%%/aqt/taglimit.pyc
343
%%DATADIR%%/aqt/taglimit.pyo
344
%%DATADIR%%/aqt/toolbar.py
363
%%DATADIR%%/aqt/toolbar.py
345
%%DATADIR%%/aqt/toolbar.pyc
346
%%DATADIR%%/aqt/toolbar.pyo
347
%%DATADIR%%/aqt/update.py
364
%%DATADIR%%/aqt/update.py
348
%%DATADIR%%/aqt/update.pyc
349
%%DATADIR%%/aqt/update.pyo
350
%%DATADIR%%/aqt/upgrade.py
351
%%DATADIR%%/aqt/upgrade.pyc
352
%%DATADIR%%/aqt/upgrade.pyo
353
%%DATADIR%%/aqt/utils.py
365
%%DATADIR%%/aqt/utils.py
354
%%DATADIR%%/aqt/utils.pyc
355
%%DATADIR%%/aqt/utils.pyo
356
%%DATADIR%%/aqt/webview.py
366
%%DATADIR%%/aqt/webview.py
357
%%DATADIR%%/aqt/webview.pyc
367
%%DATADIR%%/aqt/winpaths.py
358
%%DATADIR%%/aqt/webview.pyo
359
%%DATADIR%%/designer/about.ui
360
%%DATADIR%%/designer/addcards.ui
361
%%DATADIR%%/designer/addfield.ui
362
%%DATADIR%%/designer/addmodel.ui
363
%%DATADIR%%/designer/browser.ui
364
%%DATADIR%%/designer/browserdisp.ui
365
%%DATADIR%%/designer/browseropts.ui
366
%%DATADIR%%/designer/changemap.ui
367
%%DATADIR%%/designer/changemodel.ui
368
%%DATADIR%%/designer/customstudy.ui
369
%%DATADIR%%/designer/dconf.ui
370
%%DATADIR%%/designer/debug.ui
371
%%DATADIR%%/designer/dyndconf.ui
372
%%DATADIR%%/designer/editaddon.ui
373
%%DATADIR%%/designer/editcurrent.ui
374
%%DATADIR%%/designer/edithtml.ui
375
%%DATADIR%%/designer/exporting.ui
376
%%DATADIR%%/designer/fields.ui
377
%%DATADIR%%/designer/finddupes.ui
378
%%DATADIR%%/designer/findreplace.ui
379
%%DATADIR%%/designer/getaddons.ui
380
%%DATADIR%%/designer/icons.qrc
381
%%DATADIR%%/designer/icons/_sources.txt
382
%%DATADIR%%/designer/icons/add16.png
383
%%DATADIR%%/designer/icons/addtag.png
384
%%DATADIR%%/designer/icons/addtag16.png
385
%%DATADIR%%/designer/icons/anki-logo-thin.png
386
%%DATADIR%%/designer/icons/anki-logo.svg
387
%%DATADIR%%/designer/icons/anki-logo2.svg
388
%%DATADIR%%/designer/icons/anki-logo_BW.svg
389
%%DATADIR%%/designer/icons/anki-logo_black.png
390
%%DATADIR%%/designer/icons/anki-logo_white.png
391
%%DATADIR%%/designer/icons/anki-tag.png
392
%%DATADIR%%/designer/icons/anki.png
393
%%DATADIR%%/designer/icons/anki.svg
394
%%DATADIR%%/designer/icons/ankibw.png
395
%%DATADIR%%/designer/icons/application-exit.png
396
%%DATADIR%%/designer/icons/arrow-down-double.png
397
%%DATADIR%%/designer/icons/arrow-down.png
398
%%DATADIR%%/designer/icons/arrow-up-double.png
399
%%DATADIR%%/designer/icons/arrow-up.png
400
%%DATADIR%%/designer/icons/clock-icon.png
401
%%DATADIR%%/designer/icons/clock16.png
402
%%DATADIR%%/designer/icons/colors.png
403
%%DATADIR%%/designer/icons/configure.png
404
%%DATADIR%%/designer/icons/contents.png
405
%%DATADIR%%/designer/icons/contents2.png
406
%%DATADIR%%/designer/icons/deck16.png
407
%%DATADIR%%/designer/icons/delete16.png
408
%%DATADIR%%/designer/icons/deletetag.png
409
%%DATADIR%%/designer/icons/deletetag16.png
410
%%DATADIR%%/designer/icons/document-export.png
411
%%DATADIR%%/designer/icons/document-import.png
412
%%DATADIR%%/designer/icons/document-new.png
413
%%DATADIR%%/designer/icons/download.png
414
%%DATADIR%%/designer/icons/edit-find 2.png
415
%%DATADIR%%/designer/icons/edit-find-replace.png
416
%%DATADIR%%/designer/icons/edit-find.png
417
%%DATADIR%%/designer/icons/edit-redo.png
418
%%DATADIR%%/designer/icons/edit-rename.png
419
%%DATADIR%%/designer/icons/edit-undo.png
420
%%DATADIR%%/designer/icons/edit.png
421
%%DATADIR%%/designer/icons/editclear.png
422
%%DATADIR%%/designer/icons/editdelete.png
423
%%DATADIR%%/designer/icons/emblem-favorite-dark.png
424
%%DATADIR%%/designer/icons/emblem-favorite-off.png
425
%%DATADIR%%/designer/icons/emblem-favorite.png
426
%%DATADIR%%/designer/icons/emblem-important.png
427
%%DATADIR%%/designer/icons/fileclose.png
428
%%DATADIR%%/designer/icons/find.png
429
%%DATADIR%%/designer/icons/folder_image.png
430
%%DATADIR%%/designer/icons/folder_sound.png
431
%%DATADIR%%/designer/icons/format-stroke-color.png
432
%%DATADIR%%/designer/icons/games-solve.png
433
%%DATADIR%%/designer/icons/gears.png
434
%%DATADIR%%/designer/icons/go-first.png
435
%%DATADIR%%/designer/icons/go-jump-today.png
436
%%DATADIR%%/designer/icons/go-last.png
437
%%DATADIR%%/designer/icons/go-next.png
438
%%DATADIR%%/designer/icons/go-previous.png
439
%%DATADIR%%/designer/icons/green.png
440
%%DATADIR%%/designer/icons/help-contents.png
441
%%DATADIR%%/designer/icons/help-hint.png
442
%%DATADIR%%/designer/icons/help.png
443
%%DATADIR%%/designer/icons/image.png
444
%%DATADIR%%/designer/icons/info.png
445
%%DATADIR%%/designer/icons/kblogger.png
446
%%DATADIR%%/designer/icons/kbugbuster.png
447
%%DATADIR%%/designer/icons/kexi.png
448
%%DATADIR%%/designer/icons/khtml_kget.png
449
%%DATADIR%%/designer/icons/kpersonalizer.png
450
%%DATADIR%%/designer/icons/layout.png
451
%%DATADIR%%/designer/icons/list-add.png
452
%%DATADIR%%/designer/icons/mail-attachment.png
453
%%DATADIR%%/designer/icons/math_matrix.png
454
%%DATADIR%%/designer/icons/math_sqrt.png
455
%%DATADIR%%/designer/icons/media-playback-pause.png
456
%%DATADIR%%/designer/icons/media-playback-start.png
457
%%DATADIR%%/designer/icons/media-playback-start2.png
458
%%DATADIR%%/designer/icons/media-playback-stop.png
459
%%DATADIR%%/designer/icons/media-record.png
460
%%DATADIR%%/designer/icons/none.png
461
%%DATADIR%%/designer/icons/package_games_card.png
462
%%DATADIR%%/designer/icons/pause16.png
463
%%DATADIR%%/designer/icons/pause_off16.png
464
%%DATADIR%%/designer/icons/player-time.png
465
%%DATADIR%%/designer/icons/plus-circle.png
466
%%DATADIR%%/designer/icons/plus16.png
467
%%DATADIR%%/designer/icons/preferences-desktop-font.png
468
%%DATADIR%%/designer/icons/preferences-plugin.png
469
%%DATADIR%%/designer/icons/product_design.png
470
%%DATADIR%%/designer/icons/rating.png
471
%%DATADIR%%/designer/icons/speaker.png
472
%%DATADIR%%/designer/icons/spreadsheet.png
473
%%DATADIR%%/designer/icons/sqlitebrowser.png
474
%%DATADIR%%/designer/icons/star16.png
475
%%DATADIR%%/designer/icons/star_off16.png
476
%%DATADIR%%/designer/icons/stock_group.png
477
%%DATADIR%%/designer/icons/stock_new_template.png
478
%%DATADIR%%/designer/icons/stock_new_template_blue.png
479
%%DATADIR%%/designer/icons/stock_new_template_green.png
480
%%DATADIR%%/designer/icons/stock_new_template_red.png
481
%%DATADIR%%/designer/icons/system-shutdown.png
482
%%DATADIR%%/designer/icons/system-software-update.png
483
%%DATADIR%%/designer/icons/tex.png
484
%%DATADIR%%/designer/icons/text-speak.png
485
%%DATADIR%%/designer/icons/text-xml.png
486
%%DATADIR%%/designer/icons/text_bold.png
487
%%DATADIR%%/designer/icons/text_clear.png
488
%%DATADIR%%/designer/icons/text_italic.png
489
%%DATADIR%%/designer/icons/text_remove.png
490
%%DATADIR%%/designer/icons/text_sub.png
491
%%DATADIR%%/designer/icons/text_super.png
492
%%DATADIR%%/designer/icons/text_under.png
493
%%DATADIR%%/designer/icons/user-identity.png
494
%%DATADIR%%/designer/icons/view-calendar-tasks.png
495
%%DATADIR%%/designer/icons/view-pim-calendar.png
496
%%DATADIR%%/designer/icons/view-pim-news.png
497
%%DATADIR%%/designer/icons/view-refresh.png
498
%%DATADIR%%/designer/icons/view-sort-ascending.png
499
%%DATADIR%%/designer/icons/view-sort-descending.png
500
%%DATADIR%%/designer/icons/view-statistics.png
501
%%DATADIR%%/designer/icons/view_text.png
502
%%DATADIR%%/designer/importing.ui
503
%%DATADIR%%/designer/main.ui
504
%%DATADIR%%/designer/modelopts.ui
505
%%DATADIR%%/designer/models.ui
506
%%DATADIR%%/designer/preferences.ui
507
%%DATADIR%%/designer/preview.ui
508
%%DATADIR%%/designer/profiles.ui
509
%%DATADIR%%/designer/reposition.ui
510
%%DATADIR%%/designer/reschedule.ui
511
%%DATADIR%%/designer/setgroup.ui
512
%%DATADIR%%/designer/setlang.ui
513
%%DATADIR%%/designer/stats.ui
514
%%DATADIR%%/designer/studydeck.ui
515
%%DATADIR%%/designer/taglimit.ui
516
%%DATADIR%%/designer/template.ui
517
%%NLS%%%%DATADIR%%/locale/qt_ar.qm
368
%%NLS%%%%DATADIR%%/locale/qt_ar.qm
369
%%NLS%%%%DATADIR%%/locale/qt_bg.qm
370
%%NLS%%%%DATADIR%%/locale/qt_ca.qm
518
%%NLS%%%%DATADIR%%/locale/qt_cs.qm
371
%%NLS%%%%DATADIR%%/locale/qt_cs.qm
519
%%NLS%%%%DATADIR%%/locale/qt_da.qm
372
%%NLS%%%%DATADIR%%/locale/qt_da.qm
520
%%NLS%%%%DATADIR%%/locale/qt_de.qm
373
%%NLS%%%%DATADIR%%/locale/qt_de.qm
374
%%NLS%%%%DATADIR%%/locale/qt_en.qm
521
%%NLS%%%%DATADIR%%/locale/qt_es.qm
375
%%NLS%%%%DATADIR%%/locale/qt_es.qm
522
%%NLS%%%%DATADIR%%/locale/qt_fa.qm
376
%%NLS%%%%DATADIR%%/locale/qt_fa.qm
377
%%NLS%%%%DATADIR%%/locale/qt_fi.qm
523
%%NLS%%%%DATADIR%%/locale/qt_fr.qm
378
%%NLS%%%%DATADIR%%/locale/qt_fr.qm
524
%%NLS%%%%DATADIR%%/locale/qt_gl.qm
379
%%NLS%%%%DATADIR%%/locale/qt_gl.qm
525
%%NLS%%%%DATADIR%%/locale/qt_he.qm
380
%%NLS%%%%DATADIR%%/locale/qt_he.qm
Lines 537-690 Link Here
537
%%NLS%%%%DATADIR%%/locale/qt_uk.qm
392
%%NLS%%%%DATADIR%%/locale/qt_uk.qm
538
%%NLS%%%%DATADIR%%/locale/qt_zh_CN.qm
393
%%NLS%%%%DATADIR%%/locale/qt_zh_CN.qm
539
%%NLS%%%%DATADIR%%/locale/qt_zh_TW.qm
394
%%NLS%%%%DATADIR%%/locale/qt_zh_TW.qm
540
%%DATADIR%%/oldanki/README
395
%%NLS%%%%DATADIR%%/locale/qtbase_bg.qm
541
%%DATADIR%%/oldanki/__init__.py
396
%%NLS%%%%DATADIR%%/locale/qtbase_ca.qm
542
%%DATADIR%%/oldanki/__init__.pyc
397
%%NLS%%%%DATADIR%%/locale/qtbase_cs.qm
543
%%DATADIR%%/oldanki/__init__.pyo
398
%%NLS%%%%DATADIR%%/locale/qtbase_da.qm
544
%%DATADIR%%/oldanki/cards.py
399
%%NLS%%%%DATADIR%%/locale/qtbase_de.qm
545
%%DATADIR%%/oldanki/cards.pyc
400
%%NLS%%%%DATADIR%%/locale/qtbase_en.qm
546
%%DATADIR%%/oldanki/cards.pyo
401
%%NLS%%%%DATADIR%%/locale/qtbase_es.qm
547
%%DATADIR%%/oldanki/db.py
402
%%NLS%%%%DATADIR%%/locale/qtbase_fi.qm
548
%%DATADIR%%/oldanki/db.pyc
403
%%NLS%%%%DATADIR%%/locale/qtbase_fr.qm
549
%%DATADIR%%/oldanki/db.pyo
404
%%NLS%%%%DATADIR%%/locale/qtbase_gd.qm
550
%%DATADIR%%/oldanki/deck.py
405
%%NLS%%%%DATADIR%%/locale/qtbase_he.qm
551
%%DATADIR%%/oldanki/deck.pyc
406
%%NLS%%%%DATADIR%%/locale/qtbase_hu.qm
552
%%DATADIR%%/oldanki/deck.pyo
407
%%NLS%%%%DATADIR%%/locale/qtbase_it.qm
553
%%DATADIR%%/oldanki/errors.py
408
%%NLS%%%%DATADIR%%/locale/qtbase_ja.qm
554
%%DATADIR%%/oldanki/errors.pyc
409
%%NLS%%%%DATADIR%%/locale/qtbase_ko.qm
555
%%DATADIR%%/oldanki/errors.pyo
410
%%NLS%%%%DATADIR%%/locale/qtbase_lv.qm
556
%%DATADIR%%/oldanki/exporting.py
411
%%NLS%%%%DATADIR%%/locale/qtbase_pl.qm
557
%%DATADIR%%/oldanki/exporting.pyc
412
%%NLS%%%%DATADIR%%/locale/qtbase_ru.qm
558
%%DATADIR%%/oldanki/exporting.pyo
413
%%NLS%%%%DATADIR%%/locale/qtbase_sk.qm
559
%%DATADIR%%/oldanki/facts.py
414
%%NLS%%%%DATADIR%%/locale/qtbase_uk.qm
560
%%DATADIR%%/oldanki/facts.pyc
415
%%NLS%%%%DATADIR%%/locale/qtmultimedia_bg.qm
561
%%DATADIR%%/oldanki/facts.pyo
416
%%NLS%%%%DATADIR%%/locale/qtmultimedia_ca.qm
562
%%DATADIR%%/oldanki/fonts.py
417
%%NLS%%%%DATADIR%%/locale/qtmultimedia_cs.qm
563
%%DATADIR%%/oldanki/fonts.pyc
418
%%NLS%%%%DATADIR%%/locale/qtmultimedia_da.qm
564
%%DATADIR%%/oldanki/fonts.pyo
419
%%NLS%%%%DATADIR%%/locale/qtmultimedia_de.qm
565
%%DATADIR%%/oldanki/graphs.py
420
%%NLS%%%%DATADIR%%/locale/qtmultimedia_en.qm
566
%%DATADIR%%/oldanki/graphs.pyc
421
%%NLS%%%%DATADIR%%/locale/qtmultimedia_es.qm
567
%%DATADIR%%/oldanki/graphs.pyo
422
%%NLS%%%%DATADIR%%/locale/qtmultimedia_fi.qm
568
%%DATADIR%%/oldanki/history.py
423
%%NLS%%%%DATADIR%%/locale/qtmultimedia_fr.qm
569
%%DATADIR%%/oldanki/history.pyc
424
%%NLS%%%%DATADIR%%/locale/qtmultimedia_hu.qm
570
%%DATADIR%%/oldanki/history.pyo
425
%%NLS%%%%DATADIR%%/locale/qtmultimedia_it.qm
571
%%DATADIR%%/oldanki/hooks.py
426
%%NLS%%%%DATADIR%%/locale/qtmultimedia_ja.qm
572
%%DATADIR%%/oldanki/hooks.pyc
427
%%NLS%%%%DATADIR%%/locale/qtmultimedia_ko.qm
573
%%DATADIR%%/oldanki/hooks.pyo
428
%%NLS%%%%DATADIR%%/locale/qtmultimedia_pl.qm
574
%%DATADIR%%/oldanki/lang.py
429
%%NLS%%%%DATADIR%%/locale/qtmultimedia_ru.qm
575
%%DATADIR%%/oldanki/lang.pyc
430
%%NLS%%%%DATADIR%%/locale/qtmultimedia_sk.qm
576
%%DATADIR%%/oldanki/lang.pyo
431
%%NLS%%%%DATADIR%%/locale/qtmultimedia_uk.qm
577
%%DATADIR%%/oldanki/latex.py
432
%%NLS%%%%DATADIR%%/locale/qtquick1_bg.qm
578
%%DATADIR%%/oldanki/latex.pyc
433
%%NLS%%%%DATADIR%%/locale/qtquick1_ca.qm
579
%%DATADIR%%/oldanki/latex.pyo
434
%%NLS%%%%DATADIR%%/locale/qtquick1_cs.qm
580
%%DATADIR%%/oldanki/media.py
435
%%NLS%%%%DATADIR%%/locale/qtquick1_da.qm
581
%%DATADIR%%/oldanki/media.pyc
436
%%NLS%%%%DATADIR%%/locale/qtquick1_de.qm
582
%%DATADIR%%/oldanki/media.pyo
437
%%NLS%%%%DATADIR%%/locale/qtquick1_en.qm
583
%%DATADIR%%/oldanki/models.py
438
%%NLS%%%%DATADIR%%/locale/qtquick1_es.qm
584
%%DATADIR%%/oldanki/models.pyc
439
%%NLS%%%%DATADIR%%/locale/qtquick1_fi.qm
585
%%DATADIR%%/oldanki/models.pyo
440
%%NLS%%%%DATADIR%%/locale/qtquick1_fr.qm
586
%%DATADIR%%/oldanki/sound.py
441
%%NLS%%%%DATADIR%%/locale/qtquick1_he.qm
587
%%DATADIR%%/oldanki/sound.pyc
442
%%NLS%%%%DATADIR%%/locale/qtquick1_hu.qm
588
%%DATADIR%%/oldanki/sound.pyo
443
%%NLS%%%%DATADIR%%/locale/qtquick1_it.qm
589
%%DATADIR%%/oldanki/stats.py
444
%%NLS%%%%DATADIR%%/locale/qtquick1_ja.qm
590
%%DATADIR%%/oldanki/stats.pyc
445
%%NLS%%%%DATADIR%%/locale/qtquick1_ko.qm
591
%%DATADIR%%/oldanki/stats.pyo
446
%%NLS%%%%DATADIR%%/locale/qtquick1_pl.qm
592
%%DATADIR%%/oldanki/stdmodels.py
447
%%NLS%%%%DATADIR%%/locale/qtquick1_ru.qm
593
%%DATADIR%%/oldanki/stdmodels.pyc
448
%%NLS%%%%DATADIR%%/locale/qtquick1_sk.qm
594
%%DATADIR%%/oldanki/stdmodels.pyo
449
%%NLS%%%%DATADIR%%/locale/qtquick1_uk.qm
595
%%DATADIR%%/oldanki/sync.py
450
%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_bg.qm
596
%%DATADIR%%/oldanki/sync.pyc
451
%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_en.qm
597
%%DATADIR%%/oldanki/sync.pyo
452
%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_ko.qm
598
%%DATADIR%%/oldanki/tags.py
453
%%NLS%%%%DATADIR%%/locale/qtquickcontrols2_uk.qm
599
%%DATADIR%%/oldanki/tags.pyc
454
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_bg.qm
600
%%DATADIR%%/oldanki/tags.pyo
455
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_de.qm
601
%%DATADIR%%/oldanki/template/LICENSE
456
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_en.qm
602
%%DATADIR%%/oldanki/template/README.anki
457
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_fi.qm
603
%%DATADIR%%/oldanki/template/README.rst
458
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_fr.qm
604
%%DATADIR%%/oldanki/template/__init__.py
459
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_ja.qm
605
%%DATADIR%%/oldanki/template/__init__.pyc
460
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_ru.qm
606
%%DATADIR%%/oldanki/template/__init__.pyo
461
%%NLS%%%%DATADIR%%/locale/qtquickcontrols_uk.qm
607
%%DATADIR%%/oldanki/template/template.py
462
%%NLS%%%%DATADIR%%/locale/qtscript_bg.qm
608
%%DATADIR%%/oldanki/template/template.pyc
463
%%NLS%%%%DATADIR%%/locale/qtscript_ca.qm
609
%%DATADIR%%/oldanki/template/template.pyo
464
%%NLS%%%%DATADIR%%/locale/qtscript_cs.qm
610
%%DATADIR%%/oldanki/template/view.py
465
%%NLS%%%%DATADIR%%/locale/qtscript_da.qm
611
%%DATADIR%%/oldanki/template/view.pyc
466
%%NLS%%%%DATADIR%%/locale/qtscript_de.qm
612
%%DATADIR%%/oldanki/template/view.pyo
467
%%NLS%%%%DATADIR%%/locale/qtscript_en.qm
613
%%DATADIR%%/oldanki/utils.py
468
%%NLS%%%%DATADIR%%/locale/qtscript_es.qm
614
%%DATADIR%%/oldanki/utils.pyc
469
%%NLS%%%%DATADIR%%/locale/qtscript_fi.qm
615
%%DATADIR%%/oldanki/utils.pyo
470
%%NLS%%%%DATADIR%%/locale/qtscript_fr.qm
616
%%DATADIR%%/tests/__init__.py
471
%%NLS%%%%DATADIR%%/locale/qtscript_he.qm
617
%%DATADIR%%/tests/__init__.pyc
472
%%NLS%%%%DATADIR%%/locale/qtscript_hu.qm
618
%%DATADIR%%/tests/__init__.pyo
473
%%NLS%%%%DATADIR%%/locale/qtscript_it.qm
619
%%DATADIR%%/tests/shared.py
474
%%NLS%%%%DATADIR%%/locale/qtscript_ja.qm
620
%%DATADIR%%/tests/shared.pyc
475
%%NLS%%%%DATADIR%%/locale/qtscript_ko.qm
621
%%DATADIR%%/tests/shared.pyo
476
%%NLS%%%%DATADIR%%/locale/qtscript_lv.qm
622
%%DATADIR%%/tests/support/anki12-broken.anki
477
%%NLS%%%%DATADIR%%/locale/qtscript_pl.qm
623
%%DATADIR%%/tests/support/anki12-due.anki
478
%%NLS%%%%DATADIR%%/locale/qtscript_ru.qm
624
%%DATADIR%%/tests/support/anki12.anki
479
%%NLS%%%%DATADIR%%/locale/qtscript_sk.qm
625
%%DATADIR%%/tests/support/anki2-alpha.anki2
480
%%NLS%%%%DATADIR%%/locale/qtscript_uk.qm
626
%%DATADIR%%/tests/support/diffmodels1.anki
481
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_bg.qm
627
%%DATADIR%%/tests/support/diffmodels2-1.apkg
482
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ca.qm
628
%%DATADIR%%/tests/support/diffmodels2-2.apkg
483
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_cs.qm
629
%%DATADIR%%/tests/support/diffmodels2.anki
484
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_da.qm
630
%%DATADIR%%/tests/support/diffmodeltemplates-1.apkg
485
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_de.qm
631
%%DATADIR%%/tests/support/diffmodeltemplates-2.apkg
486
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_en.qm
632
%%DATADIR%%/tests/support/fake.png
487
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_es.qm
633
%%DATADIR%%/tests/support/invalid-ords.anki
488
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_fr.qm
634
%%DATADIR%%/tests/support/media.apkg
489
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_hu.qm
635
%%DATADIR%%/tests/support/mnemo.db
490
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_it.qm
636
%%DATADIR%%/tests/support/supermemo1.xml
491
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ja.qm
637
%%DATADIR%%/tests/support/suspended12.anki
492
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ko.qm
638
%%DATADIR%%/tests/support/text-2fields.txt
493
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_pl.qm
639
%%DATADIR%%/tests/support/text-tags.txt
494
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_ru.qm
640
%%DATADIR%%/tests/support/text-update.txt
495
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_sk.qm
641
%%DATADIR%%/tests/support/update1.apkg
496
%%NLS%%%%DATADIR%%/locale/qtxmlpatterns_uk.qm
642
%%DATADIR%%/tests/support/update2.apkg
497
%%DATADIR%%/web/browsersel.js
643
%%DATADIR%%/tests/test_cards.py
498
%%DATADIR%%/web/deckbrowser.css
644
%%DATADIR%%/tests/test_cards.pyc
499
%%DATADIR%%/web/deckbrowser.js
645
%%DATADIR%%/tests/test_cards.pyo
500
%%DATADIR%%/web/editor.css
646
%%DATADIR%%/tests/test_collection.py
501
%%DATADIR%%/web/editor.js
647
%%DATADIR%%/tests/test_collection.pyc
502
%%DATADIR%%/web/imgs/anki-logo-thin.png
648
%%DATADIR%%/tests/test_collection.pyo
503
%%DATADIR%%/web/imgs/gears.svg
649
%%DATADIR%%/tests/test_decks.py
504
%%DATADIR%%/web/imgs/media-record.png
650
%%DATADIR%%/tests/test_decks.pyc
505
%%DATADIR%%/web/imgs/more.png
651
%%DATADIR%%/tests/test_decks.pyo
506
%%DATADIR%%/web/imgs/paperclip.png
652
%%DATADIR%%/tests/test_exporting.py
507
%%DATADIR%%/web/imgs/text_bold.png
653
%%DATADIR%%/tests/test_exporting.pyc
508
%%DATADIR%%/web/imgs/text_clear.png
654
%%DATADIR%%/tests/test_exporting.pyo
509
%%DATADIR%%/web/imgs/text_cloze.png
655
%%DATADIR%%/tests/test_find.py
510
%%DATADIR%%/web/imgs/text_italic.png
656
%%DATADIR%%/tests/test_find.pyc
511
%%DATADIR%%/web/imgs/text_sub.png
657
%%DATADIR%%/tests/test_find.pyo
512
%%DATADIR%%/web/imgs/text_super.png
658
%%DATADIR%%/tests/test_importing.py
513
%%DATADIR%%/web/imgs/text_under.png
659
%%DATADIR%%/tests/test_importing.pyc
514
%%DATADIR%%/web/jquery-ui.js
660
%%DATADIR%%/tests/test_importing.pyo
515
%%DATADIR%%/web/jquery.js
661
%%DATADIR%%/tests/test_latex.py
516
%%DATADIR%%/web/mathjax/MathJax.js
662
%%DATADIR%%/tests/test_latex.pyc
517
%%DATADIR%%/web/mathjax/conf.js
663
%%DATADIR%%/tests/test_latex.pyo
518
%%DATADIR%%/web/mathjax/extensions/FontWarnings.js
664
%%DATADIR%%/tests/test_media.py
519
%%DATADIR%%/web/mathjax/extensions/HTML-CSS/handle-floats.js
665
%%DATADIR%%/tests/test_media.pyc
520
%%DATADIR%%/web/mathjax/extensions/HelpDialog.js
666
%%DATADIR%%/tests/test_media.pyo
521
%%DATADIR%%/web/mathjax/extensions/MatchWebFonts.js
667
%%DATADIR%%/tests/test_models.py
522
%%DATADIR%%/web/mathjax/extensions/MathEvents.js
668
%%DATADIR%%/tests/test_models.pyc
523
%%DATADIR%%/web/mathjax/extensions/MathMenu.js
669
%%DATADIR%%/tests/test_models.pyo
524
%%DATADIR%%/web/mathjax/extensions/MathZoom.js
670
%%DATADIR%%/tests/test_sched.py
525
%%DATADIR%%/web/mathjax/extensions/Safe.js
671
%%DATADIR%%/tests/test_sched.pyc
526
%%DATADIR%%/web/mathjax/extensions/TeX/AMScd.js
672
%%DATADIR%%/tests/test_sched.pyo
527
%%DATADIR%%/web/mathjax/extensions/TeX/AMSmath.js
673
%%DATADIR%%/tests/test_stats.py
528
%%DATADIR%%/web/mathjax/extensions/TeX/AMSsymbols.js
674
%%DATADIR%%/tests/test_stats.pyc
529
%%DATADIR%%/web/mathjax/extensions/TeX/HTML.js
675
%%DATADIR%%/tests/test_stats.pyo
530
%%DATADIR%%/web/mathjax/extensions/TeX/action.js
676
%%DATADIR%%/tests/test_sync.py
531
%%DATADIR%%/web/mathjax/extensions/TeX/autobold.js
677
%%DATADIR%%/tests/test_sync.pyc
532
%%DATADIR%%/web/mathjax/extensions/TeX/autoload-all.js
678
%%DATADIR%%/tests/test_sync.pyo
533
%%DATADIR%%/web/mathjax/extensions/TeX/bbox.js
679
%%DATADIR%%/tests/test_undo.py
534
%%DATADIR%%/web/mathjax/extensions/TeX/begingroup.js
680
%%DATADIR%%/tests/test_undo.pyc
535
%%DATADIR%%/web/mathjax/extensions/TeX/boldsymbol.js
681
%%DATADIR%%/tests/test_undo.pyo
536
%%DATADIR%%/web/mathjax/extensions/TeX/cancel.js
682
%%DATADIR%%/tests/test_upgrade.py
537
%%DATADIR%%/web/mathjax/extensions/TeX/color.js
683
%%DATADIR%%/tests/test_upgrade.pyc
538
%%DATADIR%%/web/mathjax/extensions/TeX/enclose.js
684
%%DATADIR%%/tests/test_upgrade.pyo
539
%%DATADIR%%/web/mathjax/extensions/TeX/extpfeil.js
685
%%DATADIR%%/tools/anki-wait.bat
540
%%DATADIR%%/web/mathjax/extensions/TeX/mathchoice.js
686
%%DATADIR%%/tools/build_ui.sh
541
%%DATADIR%%/web/mathjax/extensions/TeX/mediawiki-texvc.js
687
%%DATADIR%%/tools/tests.sh
542
%%DATADIR%%/web/mathjax/extensions/TeX/mhchem.js
543
%%DATADIR%%/web/mathjax/extensions/TeX/mhchem3/mhchem.js
544
%%DATADIR%%/web/mathjax/extensions/TeX/newcommand.js
545
%%DATADIR%%/web/mathjax/extensions/TeX/noErrors.js
546
%%DATADIR%%/web/mathjax/extensions/TeX/noUndefined.js
547
%%DATADIR%%/web/mathjax/extensions/TeX/unicode.js
548
%%DATADIR%%/web/mathjax/extensions/TeX/verb.js
549
%%DATADIR%%/web/mathjax/extensions/asciimath2jax.js
550
%%DATADIR%%/web/mathjax/extensions/fast-preview.js
551
%%DATADIR%%/web/mathjax/extensions/jsMath2jax.js
552
%%DATADIR%%/web/mathjax/extensions/mhchem.js
553
%%DATADIR%%/web/mathjax/extensions/mml2jax.js
554
%%DATADIR%%/web/mathjax/extensions/tex2jax.js
555
%%DATADIR%%/web/mathjax/extensions/toMathML.js
556
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff
557
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff
558
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff
559
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff
560
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff
561
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff
562
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff
563
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff
564
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff
565
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff
566
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff
567
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff
568
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff
569
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff
570
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff
571
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff
572
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff
573
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff
574
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff
575
%%DATADIR%%/web/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff
576
%%DATADIR%%/web/mathjax/jax/element/mml/jax.js
577
%%DATADIR%%/web/mathjax/jax/element/mml/optable/Arrows.js
578
%%DATADIR%%/web/mathjax/jax/element/mml/optable/BasicLatin.js
579
%%DATADIR%%/web/mathjax/jax/element/mml/optable/CombDiacritMarks.js
580
%%DATADIR%%/web/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
581
%%DATADIR%%/web/mathjax/jax/element/mml/optable/Dingbats.js
582
%%DATADIR%%/web/mathjax/jax/element/mml/optable/GeneralPunctuation.js
583
%%DATADIR%%/web/mathjax/jax/element/mml/optable/GeometricShapes.js
584
%%DATADIR%%/web/mathjax/jax/element/mml/optable/GreekAndCoptic.js
585
%%DATADIR%%/web/mathjax/jax/element/mml/optable/Latin1Supplement.js
586
%%DATADIR%%/web/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
587
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MathOperators.js
588
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
589
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
590
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
591
%%DATADIR%%/web/mathjax/jax/element/mml/optable/MiscTechnical.js
592
%%DATADIR%%/web/mathjax/jax/element/mml/optable/SpacingModLetters.js
593
%%DATADIR%%/web/mathjax/jax/element/mml/optable/SuppMathOperators.js
594
%%DATADIR%%/web/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
595
%%DATADIR%%/web/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
596
%%DATADIR%%/web/mathjax/jax/input/AsciiMath/config.js
597
%%DATADIR%%/web/mathjax/jax/input/AsciiMath/jax.js
598
%%DATADIR%%/web/mathjax/jax/input/MathML/config.js
599
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/a.js
600
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/b.js
601
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/c.js
602
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/d.js
603
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/e.js
604
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/f.js
605
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/fr.js
606
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/g.js
607
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/h.js
608
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/i.js
609
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/j.js
610
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/k.js
611
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/l.js
612
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/m.js
613
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/n.js
614
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/o.js
615
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/opf.js
616
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/p.js
617
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/q.js
618
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/r.js
619
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/s.js
620
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/scr.js
621
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/t.js
622
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/u.js
623
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/v.js
624
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/w.js
625
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/x.js
626
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/y.js
627
%%DATADIR%%/web/mathjax/jax/input/MathML/entities/z.js
628
%%DATADIR%%/web/mathjax/jax/input/MathML/jax.js
629
%%DATADIR%%/web/mathjax/jax/input/TeX/config.js
630
%%DATADIR%%/web/mathjax/jax/input/TeX/jax.js
631
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/annotation-xml.js
632
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/maction.js
633
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/menclose.js
634
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mglyph.js
635
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js
636
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/ms.js
637
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/mtable.js
638
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/autoload/multiline.js
639
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/config.js
640
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js
641
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js
642
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js
643
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js
644
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js
645
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js
646
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js
647
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js
648
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js
649
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js
650
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js
651
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js
652
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js
653
%%DATADIR%%/web/mathjax/jax/output/CommonHTML/jax.js
654
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js
655
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/maction.js
656
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/menclose.js
657
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mglyph.js
658
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js
659
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/ms.js
660
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/mtable.js
661
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/autoload/multiline.js
662
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/config.js
663
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
664
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
665
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
666
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
667
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
668
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
669
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
670
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
671
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
672
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
673
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
674
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
675
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
676
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
677
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
678
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
679
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
680
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
681
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
682
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
683
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
684
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
685
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
686
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
687
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
688
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
689
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
690
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
691
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
692
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
693
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
694
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
695
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
696
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
697
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
698
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
699
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
700
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
701
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
702
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
703
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
704
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
705
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
706
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
707
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
708
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
709
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
710
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
711
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
712
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
713
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
714
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
715
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
716
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
717
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
718
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
719
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
720
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
721
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
722
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
723
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
724
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
725
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
726
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
727
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
728
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
729
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
730
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
731
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
732
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
733
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
734
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
735
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
736
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
737
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
738
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
739
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
740
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
741
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
742
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
743
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
744
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
745
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
746
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
747
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
748
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
749
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
750
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
751
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
752
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
753
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
754
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
755
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/imageFonts.js
756
%%DATADIR%%/web/mathjax/jax/output/HTML-CSS/jax.js
757
%%DATADIR%%/web/overview.css
758
%%DATADIR%%/web/overview.js
759
%%DATADIR%%/web/plot.js
760
%%DATADIR%%/web/reviewer-bottom.css
761
%%DATADIR%%/web/reviewer-bottom.js
762
%%DATADIR%%/web/reviewer.css
763
%%DATADIR%%/web/reviewer.js
764
%%DATADIR%%/web/toolbar-bottom.css
765
%%DATADIR%%/web/toolbar.css
766
%%DATADIR%%/web/webview.css
767
%%DATADIR%%/web/webview.js
688
share/applications/anki.desktop
768
share/applications/anki.desktop
689
%%NLS%%share/locale/af/LC_MESSAGES/anki.mo
769
%%NLS%%share/locale/af/LC_MESSAGES/anki.mo
690
%%NLS%%share/locale/ar/LC_MESSAGES/anki.mo
770
%%NLS%%share/locale/ar/LC_MESSAGES/anki.mo
Lines 705-720 Link Here
705
%%NLS%%share/locale/fa/LC_MESSAGES/anki.mo
785
%%NLS%%share/locale/fa/LC_MESSAGES/anki.mo
706
%%NLS%%share/locale/fi/LC_MESSAGES/anki.mo
786
%%NLS%%share/locale/fi/LC_MESSAGES/anki.mo
707
%%NLS%%share/locale/fr/LC_MESSAGES/anki.mo
787
%%NLS%%share/locale/fr/LC_MESSAGES/anki.mo
788
%%NLS%%share/locale/fr_CA/LC_MESSAGES/anki.mo
789
%%NLS%%share/locale/ga/LC_MESSAGES/anki.mo
708
%%NLS%%share/locale/gl/LC_MESSAGES/anki.mo
790
%%NLS%%share/locale/gl/LC_MESSAGES/anki.mo
709
%%NLS%%share/locale/gu/LC_MESSAGES/anki.mo
791
%%NLS%%share/locale/gu/LC_MESSAGES/anki.mo
710
%%NLS%%share/locale/he/LC_MESSAGES/anki.mo
792
%%NLS%%share/locale/he/LC_MESSAGES/anki.mo
711
%%NLS%%share/locale/hr/LC_MESSAGES/anki.mo
793
%%NLS%%share/locale/hr/LC_MESSAGES/anki.mo
712
%%NLS%%share/locale/hu/LC_MESSAGES/anki.mo
794
%%NLS%%share/locale/hu/LC_MESSAGES/anki.mo
795
%%NLS%%share/locale/hy/LC_MESSAGES/anki.mo
713
%%NLS%%share/locale/ia/LC_MESSAGES/anki.mo
796
%%NLS%%share/locale/ia/LC_MESSAGES/anki.mo
797
%%NLS%%share/locale/is/LC_MESSAGES/anki.mo
714
%%NLS%%share/locale/it/LC_MESSAGES/anki.mo
798
%%NLS%%share/locale/it/LC_MESSAGES/anki.mo
715
%%NLS%%share/locale/ja/LC_MESSAGES/anki.mo
799
%%NLS%%share/locale/ja/LC_MESSAGES/anki.mo
716
%%NLS%%share/locale/km/LC_MESSAGES/anki.mo
800
%%NLS%%share/locale/km/LC_MESSAGES/anki.mo
717
%%NLS%%share/locale/ko/LC_MESSAGES/anki.mo
801
%%NLS%%share/locale/ko/LC_MESSAGES/anki.mo
802
%%NLS%%share/locale/ku/LC_MESSAGES/anki.mo
718
%%NLS%%share/locale/lt/LC_MESSAGES/anki.mo
803
%%NLS%%share/locale/lt/LC_MESSAGES/anki.mo
719
%%NLS%%share/locale/lv/LC_MESSAGES/anki.mo
804
%%NLS%%share/locale/lv/LC_MESSAGES/anki.mo
720
%%NLS%%share/locale/mn/LC_MESSAGES/anki.mo
805
%%NLS%%share/locale/mn/LC_MESSAGES/anki.mo
Lines 734-749 Link Here
734
%%NLS%%share/locale/sl/LC_MESSAGES/anki.mo
819
%%NLS%%share/locale/sl/LC_MESSAGES/anki.mo
735
%%NLS%%share/locale/sr/LC_MESSAGES/anki.mo
820
%%NLS%%share/locale/sr/LC_MESSAGES/anki.mo
736
%%NLS%%share/locale/sv/LC_MESSAGES/anki.mo
821
%%NLS%%share/locale/sv/LC_MESSAGES/anki.mo
822
%%NLS%%share/locale/szl/LC_MESSAGES/anki.mo
737
%%NLS%%share/locale/th/LC_MESSAGES/anki.mo
823
%%NLS%%share/locale/th/LC_MESSAGES/anki.mo
738
%%NLS%%share/locale/tlh/LC_MESSAGES/anki.mo
824
%%NLS%%share/locale/tlh/LC_MESSAGES/anki.mo
739
%%NLS%%share/locale/tr/LC_MESSAGES/anki.mo
825
%%NLS%%share/locale/tr/LC_MESSAGES/anki.mo
740
%%NLS%%share/locale/uk/LC_MESSAGES/anki.mo
826
%%NLS%%share/locale/uk/LC_MESSAGES/anki.mo
827
%%NLS%%share/locale/ur/LC_MESSAGES/anki.mo
741
%%NLS%%share/locale/vi/LC_MESSAGES/anki.mo
828
%%NLS%%share/locale/vi/LC_MESSAGES/anki.mo
742
%%NLS%%share/locale/wo/LC_MESSAGES/anki.mo
829
%%NLS%%share/locale/wo/LC_MESSAGES/anki.mo
743
%%NLS%%share/locale/zh_CN/LC_MESSAGES/anki.mo
830
%%NLS%%share/locale/zh_CN/LC_MESSAGES/anki.mo
744
%%NLS%%share/locale/zh_HK/LC_MESSAGES/anki.mo
831
%%NLS%%share/locale/zh_HK/LC_MESSAGES/anki.mo
745
%%NLS%%share/locale/zh_TW/LC_MESSAGES/anki.mo
832
%%NLS%%share/locale/zh_TW/LC_MESSAGES/anki.mo
746
share/mime/packages/anki.xml
747
share/pixmaps/anki.png
833
share/pixmaps/anki.png
748
share/pixmaps/anki.xpm
834
share/pixmaps/anki.xpm
749
@dir %%DATADIR%%/locale
835
%%NLS%%@dir %%DATADIR%%/locale
836
@dir %%DATADIR%%/aqt/importing
837
@dir %%DATADIR%%/aqt/template
838
%%NLS%%@dir share/locale
839
%%NLS%%@dir share/

Return to bug 233192