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

Collapse All | Expand All

(-)Makefile (-6 / +7 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pycharm-pro
3
PORTNAME=	pycharm-pro
4
PORTVERSION=	2020.2.3
4
PORTVERSION=	2020.3.3
5
CATEGORIES=	devel java python
5
CATEGORIES=	devel java python
6
MASTER_SITES=	https://download.jetbrains.com/python/ \
6
MASTER_SITES=	https://download.jetbrains.com/python/ \
7
		http://download.jetbrains.com/python/
7
		http://download.jetbrains.com/python/
Lines 16-22 Link Here
16
LICENSE_PERMS=	no-dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
16
LICENSE_PERMS=	no-dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
17
17
18
RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
18
RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
19
		intellij-pty4j>0:java/intellij-pty4j
19
		intellij-pty4j>0:java/intellij-pty4j openjfx14>0:java/openjfx14
20
20
21
USES=		python:run shebangfix
21
USES=		python:run shebangfix
22
22
Lines 49-59 Link Here
49
	@${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-0.5.jar
49
	@${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-0.5.jar
50
	${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
50
	${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
51
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
51
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
52
	#cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar
53
# TODO: Remove and enable fsnotifier when devel/libinotify is fixed
54
# Disable filewatcher warning message on IDEA startup
55
	${ECHO} "idea.filewatcher.disabled=true" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
56
# Use fsnotifier replacement provided by java/intellij-fsnotifier
52
# Use fsnotifier replacement provided by java/intellij-fsnotifier
57
	${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
53
	${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
54
# Fix "Typeahead timeout is exceeded" error
55
	${ECHO} "action.aware.typeAhead=false" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
56
# Fix slow render
57
	${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea.vmoptions
58
	${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea64.vmoptions
58
59
59
.include <bsd.port.mk>
60
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1602752444
1
TIMESTAMP = 1613807228
2
SHA256 (pycharm-professional-2020.2.3.tar.gz) = 4c7bd5856fe83a921da91d83421e591d0455011733729a070f6ac4bf489ceb3c
2
SHA256 (pycharm-professional-2020.3.3.tar.gz) = b526c73554a297b509565f0c218bce64f4f63072766d2ca9d4fb1a7efb0dfbfb
3
SIZE (pycharm-professional-2020.2.3.tar.gz) = 528810852
3
SIZE (pycharm-professional-2020.3.3.tar.gz) = 607549193
(-)files/pkg-message.in (-29 / +5 lines)
Lines 1-36 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
1. There is experimental native (faster) file watching support which is
4
There is experimental native (faster) file watching support which is
5
disabled by default.  Currently there are problems with watching large
5
enabled by default. Currently there are problems with watching large
6
trees.  To enable, edit %%DATADIR%%/bin/idea.properties and append
6
trees (>600 files). To disable it, edit 
7
%%DATADIR%%/bin/idea.properties and append:
7
8
8
  idea.filewatcher.disabled=false
9
  idea.filewatcher.disabled=true
9
  idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier
10
11
Only enable fsnotifier if your projects have < 600 files.
12
13
2. Should you experience dialog boxes not accepting keyboard input (eg.
14
Navigate | File) than set the custom property action.aware.typeAhead=false in
15
Help | Edit Custom Properties.
16
17
3. Some bundled and third party plugins depend on OpenJFX. For JDK11, the SDK
18
version this PyCharm port depends on, FreeBSD does not yet have an OpenJFX port
19
available. Hence these plugins will not work! 
20
21
An example of that is the bundled, and by default enabled, reStructuredText
22
plugin. As a result, clicking on a *.rst file does not seem to do anything. To
23
verify that the missing OpenJFX library is indeed the culprit, from within
24
PyCharm: 
25
26
    Open: Help | Show log in <your file manager>
27
    Open: idea.log
28
    Scroll to the end (timestamp matching attempt to open *.rst file)
29
    Look for: 'java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel'
30
31
A workaround is to simply disable the reStructuredText plugin in File |
32
Settings | Plugins. It will allow *.rst to be opened and editted in the default
33
text editor. 
34
EOM
10
EOM
35
}
11
}
36
]
12
]
(-)pkg-plist (-235 / +374 lines)
Lines 5-10 Link Here
5
%%DATADIR%%/bin/idea.properties
5
%%DATADIR%%/bin/idea.properties
6
%%DATADIR%%/bin/inspect.sh
6
%%DATADIR%%/bin/inspect.sh
7
%%DATADIR%%/bin/log.xml
7
%%DATADIR%%/bin/log.xml
8
%%DATADIR%%/bin/ltedit.sh
8
%%DATADIR%%/bin/printenv.py
9
%%DATADIR%%/bin/printenv.py
9
%%DATADIR%%/bin/pycharm.png
10
%%DATADIR%%/bin/pycharm.png
10
%%DATADIR%%/bin/pycharm.sh
11
%%DATADIR%%/bin/pycharm.sh
Lines 16-21 Link Here
16
%%DATADIR%%/debug-eggs/pydevd-pycharm.egg
17
%%DATADIR%%/debug-eggs/pydevd-pycharm.egg
17
%%DATADIR%%/help/ReferenceCard.pdf
18
%%DATADIR%%/help/ReferenceCard.pdf
18
%%DATADIR%%/help/ReferenceCardForMac.pdf
19
%%DATADIR%%/help/ReferenceCardForMac.pdf
20
%%DATADIR%%/icons.db
19
%%DATADIR%%/index/Python/id-index.input
21
%%DATADIR%%/index/Python/id-index.input
20
%%DATADIR%%/index/Python/id-index.input.keystream
22
%%DATADIR%%/index/Python/id-index.input.keystream
21
%%DATADIR%%/index/Python/id-index.input.keystream.len
23
%%DATADIR%%/index/Python/id-index.input.keystream.len
Lines 42-76 Link Here
42
%%DATADIR%%/index/Python/sdk-stubs.names_i.len
44
%%DATADIR%%/index/Python/sdk-stubs.names_i.len
43
%%DATADIR%%/index/Python/sdk-stubs.version
45
%%DATADIR%%/index/Python/sdk-stubs.version
44
%%DATADIR%%/lib/FastInfoset-1.2.15.jar
46
%%DATADIR%%/lib/FastInfoset-1.2.15.jar
45
%%DATADIR%%/lib/annotations-19.0.0.jar
47
%%DATADIR%%/lib/RoaringBitmap-0.9.0.jar
48
%%DATADIR%%/lib/animal-sniffer-annotations-1.18.jar
49
%%DATADIR%%/lib/annotations-20.1.0.jar
50
%%DATADIR%%/lib/annotations-4.1.1.4.jar
46
%%DATADIR%%/lib/annotations-java5.jar
51
%%DATADIR%%/lib/annotations-java5.jar
47
%%DATADIR%%/lib/asm-7.1.jar
52
%%DATADIR%%/lib/asm-7.1.jar
48
%%DATADIR%%/lib/asm-all-8.0.1.jar
53
%%DATADIR%%/lib/asm-all-9.0.jar
49
%%DATADIR%%/lib/asm-analysis-7.1.jar
54
%%DATADIR%%/lib/asm-analysis-7.1.jar
50
%%DATADIR%%/lib/asm-commons-7.1.jar
55
%%DATADIR%%/lib/asm-commons-7.1.jar
51
%%DATADIR%%/lib/asm-tree-7.1.jar
56
%%DATADIR%%/lib/asm-tree-7.1.jar
52
%%DATADIR%%/lib/asm-util-7.1.jar
57
%%DATADIR%%/lib/asm-util-7.1.jar
53
%%DATADIR%%/lib/automaton-1.12-1.jar
58
%%DATADIR%%/lib/automaton-1.12-1.jar
54
%%DATADIR%%/lib/batik-anim-1.12.0-8.jar
59
%%DATADIR%%/lib/batik-anim-1.13.0-21.jar
55
%%DATADIR%%/lib/batik-awt-util-1.12.0-8.jar
60
%%DATADIR%%/lib/batik-awt-util-1.13.0-21.jar
56
%%DATADIR%%/lib/batik-bridge-1.12.0-8.jar
61
%%DATADIR%%/lib/batik-bridge-1.13.0-21.jar
57
%%DATADIR%%/lib/batik-codec-1.12.0-8.jar
62
%%DATADIR%%/lib/batik-codec-1.13.0-21.jar
58
%%DATADIR%%/lib/batik-constants-1.12.0-8.jar
63
%%DATADIR%%/lib/batik-constants-1.13.0-21.jar
59
%%DATADIR%%/lib/batik-css-1.12.0-8.jar
64
%%DATADIR%%/lib/batik-css-1.13.0-21.jar
60
%%DATADIR%%/lib/batik-dom-1.12.0-8.jar
65
%%DATADIR%%/lib/batik-dom-1.13.0-21.jar
61
%%DATADIR%%/lib/batik-ext-1.12.0-8.jar
66
%%DATADIR%%/lib/batik-ext-1.13.0-21.jar
62
%%DATADIR%%/lib/batik-gvt-1.12.0-8.jar
67
%%DATADIR%%/lib/batik-gvt-1.13.0-21.jar
63
%%DATADIR%%/lib/batik-parser-1.12.0-8.jar
68
%%DATADIR%%/lib/batik-parser-1.13.0-21.jar
64
%%DATADIR%%/lib/batik-svg-dom-1.12.0-8.jar
69
%%DATADIR%%/lib/batik-svg-dom-1.13.0-21.jar
65
%%DATADIR%%/lib/batik-svggen-1.12.0-8.jar
70
%%DATADIR%%/lib/batik-svggen-1.13.0-21.jar
66
%%DATADIR%%/lib/batik-transcoder-1.12.0-8.jar
71
%%DATADIR%%/lib/batik-transcoder-1.13.0-21.jar
67
%%DATADIR%%/lib/batik-util-1.12.0-8.jar
72
%%DATADIR%%/lib/batik-util-1.13.0-21.jar
68
%%DATADIR%%/lib/batik-xml-1.12.0-8.jar
73
%%DATADIR%%/lib/batik-xml-1.13.0-21.jar
69
%%DATADIR%%/lib/bcpkix-jdk15on-1.65.jar
74
%%DATADIR%%/lib/bcpkix-jdk15on-1.65.jar
70
%%DATADIR%%/lib/bcprov-jdk15on-1.65.jar
75
%%DATADIR%%/lib/bcprov-jdk15on-1.65.jar
76
%%DATADIR%%/lib/blockmap-1.0.2.jar
71
%%DATADIR%%/lib/bootstrap.jar
77
%%DATADIR%%/lib/bootstrap.jar
72
%%DATADIR%%/lib/built-in-server.jar
78
%%DATADIR%%/lib/built-in-server.jar
73
%%DATADIR%%/lib/byte-buddy-agent-1.10.1.jar
79
%%DATADIR%%/lib/byte-buddy-agent-1.10.1.jar
80
%%DATADIR%%/lib/caffeine-2.8.5.jar
74
%%DATADIR%%/lib/cds/classesLogAgent.jar
81
%%DATADIR%%/lib/cds/classesLogAgent.jar
75
%%DATADIR%%/lib/cglib-nodep-3.2.4.jar
82
%%DATADIR%%/lib/cglib-nodep-3.2.4.jar
76
%%DATADIR%%/lib/cli-parser-1.1.5.jar
83
%%DATADIR%%/lib/cli-parser-1.1.5.jar
Lines 78-84 Link Here
78
%%DATADIR%%/lib/common-image-3.5.jar
85
%%DATADIR%%/lib/common-image-3.5.jar
79
%%DATADIR%%/lib/common-io-3.5.jar
86
%%DATADIR%%/lib/common-io-3.5.jar
80
%%DATADIR%%/lib/common-lang-3.5.jar
87
%%DATADIR%%/lib/common-lang-3.5.jar
81
%%DATADIR%%/lib/commons-cli-1.2.jar
88
%%DATADIR%%/lib/commons-cli-1.4.jar
82
%%DATADIR%%/lib/commons-codec-1.14.jar
89
%%DATADIR%%/lib/commons-codec-1.14.jar
83
%%DATADIR%%/lib/commons-collections-3.2.2.jar
90
%%DATADIR%%/lib/commons-collections-3.2.2.jar
84
%%DATADIR%%/lib/commons-compress-1.20.jar
91
%%DATADIR%%/lib/commons-compress-1.20.jar
Lines 85-91 Link Here
85
%%DATADIR%%/lib/commons-httpclient-3.1-patched.jar
92
%%DATADIR%%/lib/commons-httpclient-3.1-patched.jar
86
%%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar
93
%%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar
87
%%DATADIR%%/lib/commons-lang-2.4.jar
94
%%DATADIR%%/lib/commons-lang-2.4.jar
88
%%DATADIR%%/lib/commons-lang3-3.9.jar
95
%%DATADIR%%/lib/commons-lang3-3.10.jar
89
%%DATADIR%%/lib/commons-logging-1.2.jar
96
%%DATADIR%%/lib/commons-logging-1.2.jar
90
%%DATADIR%%/lib/commons-net-3.6.jar
97
%%DATADIR%%/lib/commons-net-3.6.jar
91
%%DATADIR%%/lib/configuration-store-impl.jar
98
%%DATADIR%%/lib/configuration-store-impl.jar
Lines 95-100 Link Here
95
%%DATADIR%%/lib/delight-rhino-sandbox-0.0.11.jar
102
%%DATADIR%%/lib/delight-rhino-sandbox-0.0.11.jar
96
%%DATADIR%%/lib/eddsa-0.3.0.jar
103
%%DATADIR%%/lib/eddsa-0.3.0.jar
97
%%DATADIR%%/lib/error_prone_annotations-2.3.1.jar
104
%%DATADIR%%/lib/error_prone_annotations-2.3.1.jar
105
%%DATADIR%%/lib/error_prone_annotations-2.3.4.jar
98
%%DATADIR%%/lib/extensions.jar
106
%%DATADIR%%/lib/extensions.jar
99
%%DATADIR%%/lib/external-system-rt.jar
107
%%DATADIR%%/lib/external-system-rt.jar
100
%%DATADIR%%/lib/failureaccess-1.0.1.jar
108
%%DATADIR%%/lib/failureaccess-1.0.1.jar
Lines 107-112 Link Here
107
%%DATADIR%%/lib/groovy-jsr223-2.5.11.jar
115
%%DATADIR%%/lib/groovy-jsr223-2.5.11.jar
108
%%DATADIR%%/lib/groovy-templates-2.5.11.jar
116
%%DATADIR%%/lib/groovy-templates-2.5.11.jar
109
%%DATADIR%%/lib/groovy-xml-2.5.11.jar
117
%%DATADIR%%/lib/groovy-xml-2.5.11.jar
118
%%DATADIR%%/lib/grpc-api-1.32.2.jar
119
%%DATADIR%%/lib/grpc-context-1.32.2.jar
120
%%DATADIR%%/lib/grpc-core-1.32.2.jar
121
%%DATADIR%%/lib/grpc-kotlin-stub-0.2.0.jar
122
%%DATADIR%%/lib/grpc-netty-shaded-1.32.2.jar
123
%%DATADIR%%/lib/grpc-protobuf-1.32.2.jar
124
%%DATADIR%%/lib/grpc-protobuf-lite-1.32.2.jar
125
%%DATADIR%%/lib/grpc-stub-1.32.2.jar
110
%%DATADIR%%/lib/gson-2.8.6.jar
126
%%DATADIR%%/lib/gson-2.8.6.jar
111
%%DATADIR%%/lib/guava-29.0-jre.jar
127
%%DATADIR%%/lib/guava-29.0-jre.jar
112
%%DATADIR%%/lib/hamcrest-core-1.3.jar
128
%%DATADIR%%/lib/hamcrest-core-1.3.jar
Lines 114-137 Link Here
114
%%DATADIR%%/lib/httpcore-4.4.13.jar
130
%%DATADIR%%/lib/httpcore-4.4.13.jar
115
%%DATADIR%%/lib/httpmime-4.5.12.jar
131
%%DATADIR%%/lib/httpmime-4.5.12.jar
116
%%DATADIR%%/lib/icons.jar
132
%%DATADIR%%/lib/icons.jar
133
%%DATADIR%%/lib/icu4j-67.1.jar
117
%%DATADIR%%/lib/imageio-core-3.5.jar
134
%%DATADIR%%/lib/imageio-core-3.5.jar
118
%%DATADIR%%/lib/imageio-metadata-3.5.jar
135
%%DATADIR%%/lib/imageio-metadata-3.5.jar
119
%%DATADIR%%/lib/imageio-tiff-3.5.jar
136
%%DATADIR%%/lib/imageio-tiff-3.5.jar
120
%%DATADIR%%/lib/imgscalr-lib-4.2.jar
137
%%DATADIR%%/lib/imgscalr-lib-4.2.jar
121
%%DATADIR%%/lib/ini4j-0.5.5-2.jar
138
%%DATADIR%%/lib/ini4j-0.5.5-2.jar
122
%%DATADIR%%/lib/intellij-coverage-agent-1.0.512.jar
139
%%DATADIR%%/lib/intellij-coverage-agent-1.0.573.jar
123
%%DATADIR%%/lib/intellij-deps-fastutil-8.3.1-1.jar
140
%%DATADIR%%/lib/intellij-deps-fastutil-8.4.1-4.jar
124
%%DATADIR%%/lib/intellij-dvcs.jar
141
%%DATADIR%%/lib/intellij-dvcs.jar
125
%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.512.jar
142
%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.573.jar
126
%%DATADIR%%/lib/intellij-xml.jar
143
%%DATADIR%%/lib/intellij-xml.jar
127
%%DATADIR%%/lib/ion-java-1.5.2-2.jar
144
%%DATADIR%%/lib/ion-java-1.6.2-3.jar
128
%%DATADIR%%/lib/isorelax-20030108.jar
145
%%DATADIR%%/lib/isorelax-20030108.jar
129
%%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar
146
%%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar
130
%%DATADIR%%/lib/j2objc-annotations-1.3.jar
147
%%DATADIR%%/lib/j2objc-annotations-1.3.jar
131
%%DATADIR%%/lib/jackson-annotations-2.10.3.jar
148
%%DATADIR%%/lib/jackson-annotations-2.11.0.jar
132
%%DATADIR%%/lib/jackson-core-2.10.3.jar
149
%%DATADIR%%/lib/jackson-core-2.11.0.jar
133
%%DATADIR%%/lib/jackson-databind-2.10.3.jar
150
%%DATADIR%%/lib/jackson-databind-2.11.0.jar
134
%%DATADIR%%/lib/jackson-module-kotlin-2.10.3.jar
151
%%DATADIR%%/lib/jackson-module-kotlin-2.11.0.jar
135
%%DATADIR%%/lib/java-compatibility-1.0.1.jar
152
%%DATADIR%%/lib/java-compatibility-1.0.1.jar
136
%%DATADIR%%/lib/java-string-similarity-1.2.1.jar
153
%%DATADIR%%/lib/java-string-similarity-1.2.1.jar
137
%%DATADIR%%/lib/java-utils-1.0.6.jar
154
%%DATADIR%%/lib/java-utils-1.0.6.jar
Lines 140-149 Link Here
140
%%DATADIR%%/lib/jaxb-api-2.3.1.jar
157
%%DATADIR%%/lib/jaxb-api-2.3.1.jar
141
%%DATADIR%%/lib/jaxb-runtime-2.3.1.jar
158
%%DATADIR%%/lib/jaxb-runtime-2.3.1.jar
142
%%DATADIR%%/lib/jaxen-1.2.0.jar
159
%%DATADIR%%/lib/jaxen-1.2.0.jar
143
%%DATADIR%%/lib/jcef-81.2.24-gc0b313d-chromium-81.0.4044.113.jar
160
%%DATADIR%%/lib/jcef-81.2.24-gc0b313d-chromium-81.0.4044.113-api-1.1.jar
144
%%DATADIR%%/lib/jcodings-1.0.48.jar
161
%%DATADIR%%/lib/jcodings-1.0.48.jar
145
%%DATADIR%%/lib/jdom.jar
162
%%DATADIR%%/lib/jdom.jar
146
%%DATADIR%%/lib/jediterm-pty-2.29.jar
163
%%DATADIR%%/lib/jediterm-pty-2.32.jar
147
%%DATADIR%%/lib/jetCheck-0.2.2.jar
164
%%DATADIR%%/lib/jetCheck-0.2.2.jar
148
%%DATADIR%%/lib/jettison-1.4.0.jar
165
%%DATADIR%%/lib/jettison-1.4.0.jar
149
%%DATADIR%%/lib/jffi-1.2.19-native.jar
166
%%DATADIR%%/lib/jffi-1.2.19-native.jar
Lines 151-157 Link Here
151
%%DATADIR%%/lib/jing-20030619.jar
168
%%DATADIR%%/lib/jing-20030619.jar
152
%%DATADIR%%/lib/jna-platform.jar
169
%%DATADIR%%/lib/jna-platform.jar
153
%%DATADIR%%/lib/jna.jar
170
%%DATADIR%%/lib/jna.jar
154
%%DATADIR%%/lib/jnaerator-runtime-0.12.jar
155
%%DATADIR%%/lib/jnr-a64asm-1.0.0.jar
171
%%DATADIR%%/lib/jnr-a64asm-1.0.0.jar
156
%%DATADIR%%/lib/jnr-constants-0.9.12.jar
172
%%DATADIR%%/lib/jnr-constants-0.9.12.jar
157
%%DATADIR%%/lib/jnr-enxio-0.21.jar
173
%%DATADIR%%/lib/jnr-enxio-0.21.jar
Lines 173-193 Link Here
173
%%DATADIR%%/lib/json-simple-1.1.1.jar
189
%%DATADIR%%/lib/json-simple-1.1.1.jar
174
%%DATADIR%%/lib/json.jar
190
%%DATADIR%%/lib/json.jar
175
%%DATADIR%%/lib/jsoup-1.12.1.jar
191
%%DATADIR%%/lib/jsoup-1.12.1.jar
176
%%DATADIR%%/lib/jsr305.jar
192
%%DATADIR%%/lib/jsr305-3.0.2.jar
177
%%DATADIR%%/lib/jstun-0.7.5.20200723.jar
178
%%DATADIR%%/lib/jts-core-1.16.1.jar
193
%%DATADIR%%/lib/jts-core-1.16.1.jar
179
%%DATADIR%%/lib/jts-io-common-1.16.1.jar
194
%%DATADIR%%/lib/jts-io-common-1.16.1.jar
180
%%DATADIR%%/lib/junit-4.12.jar
195
%%DATADIR%%/lib/junit-4.12.jar
196
%%DATADIR%%/lib/junixsocket-common-2.3.2.jar
197
%%DATADIR%%/lib/junixsocket-core-2.3.2.jar
198
%%DATADIR%%/lib/junixsocket-native-common-2.3.2.jar
181
%%DATADIR%%/lib/jzlib-1.1.3.jar
199
%%DATADIR%%/lib/jzlib-1.1.3.jar
182
%%DATADIR%%/lib/kotlin-reflect-1.3.70.jar
200
%%DATADIR%%/lib/kotlin-reflect-1.4.0.jar
183
%%DATADIR%%/lib/kotlin-stdlib-1.3.70.jar
201
%%DATADIR%%/lib/kotlin-stdlib-1.4.0.jar
184
%%DATADIR%%/lib/kotlin-stdlib-common-1.3.70.jar
202
%%DATADIR%%/lib/kotlin-stdlib-common-1.4.0.jar
185
%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.70.jar
203
%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.4.0.jar
186
%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.70.jar
204
%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.4.0.jar
187
%%DATADIR%%/lib/kotlin-test-1.3.61.jar
205
%%DATADIR%%/lib/kotlin-test-1.4.0.jar
188
%%DATADIR%%/lib/kotlin-test-common-1.3.61.jar
206
%%DATADIR%%/lib/kotlin-test-common-1.4.0.jar
189
%%DATADIR%%/lib/kotlinx-coroutines-core-1.3.4.jar
207
%%DATADIR%%/lib/kotlinx-coroutines-core-1.3.9.jar
190
%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.3.4.jar
208
%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.3.9.jar
209
%%DATADIR%%/lib/kotlinx-serialization-core-1.0.0-RC.jar
191
%%DATADIR%%/lib/kryo-2.24.0.jar
210
%%DATADIR%%/lib/kryo-2.24.0.jar
192
%%DATADIR%%/lib/ktor-websockets-1.3.1.jar
211
%%DATADIR%%/lib/ktor-websockets-1.3.1.jar
193
%%DATADIR%%/lib/log4j.jar
212
%%DATADIR%%/lib/log4j.jar
Lines 210-225 Link Here
210
%%DATADIR%%/lib/miglayout-swing-5.2.jar
229
%%DATADIR%%/lib/miglayout-swing-5.2.jar
211
%%DATADIR%%/lib/minlog-1.2.jar
230
%%DATADIR%%/lib/minlog-1.2.jar
212
%%DATADIR%%/lib/nanoxml-2.2.3.jar
231
%%DATADIR%%/lib/nanoxml-2.2.3.jar
213
%%DATADIR%%/lib/netty-buffer-4.1.47.Final.jar
232
%%DATADIR%%/lib/netty-buffer-4.1.52.Final.jar
214
%%DATADIR%%/lib/netty-codec-4.1.47.Final.jar
233
%%DATADIR%%/lib/netty-codec-4.1.52.Final.jar
215
%%DATADIR%%/lib/netty-codec-http-4.1.47.Final.jar
234
%%DATADIR%%/lib/netty-codec-http-4.1.52.Final.jar
216
%%DATADIR%%/lib/netty-codec-http2-4.1.47.Final.jar
235
%%DATADIR%%/lib/netty-codec-http2-4.1.52.Final.jar
217
%%DATADIR%%/lib/netty-codec-socks-4.1.47.Final.jar
236
%%DATADIR%%/lib/netty-codec-socks-4.1.52.Final.jar
218
%%DATADIR%%/lib/netty-common-4.1.47.Final.jar
237
%%DATADIR%%/lib/netty-common-4.1.52.Final.jar
219
%%DATADIR%%/lib/netty-handler-4.1.47.Final.jar
238
%%DATADIR%%/lib/netty-handler-4.1.52.Final.jar
220
%%DATADIR%%/lib/netty-handler-proxy-4.1.47.Final.jar
239
%%DATADIR%%/lib/netty-handler-proxy-4.1.52.Final.jar
221
%%DATADIR%%/lib/netty-resolver-4.1.47.Final.jar
240
%%DATADIR%%/lib/netty-resolver-4.1.52.Final.jar
222
%%DATADIR%%/lib/netty-transport-4.1.47.Final.jar
241
%%DATADIR%%/lib/netty-transport-4.1.52.Final.jar
223
%%DATADIR%%/lib/objenesis-3.1.jar
242
%%DATADIR%%/lib/objenesis-3.1.jar
224
%%DATADIR%%/lib/openapi.jar
243
%%DATADIR%%/lib/openapi.jar
225
%%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar
244
%%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar
Lines 229-234 Link Here
229
%%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.17.0.jar
248
%%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.17.0.jar
230
%%DATADIR%%/lib/oro-2.0.8.jar
249
%%DATADIR%%/lib/oro-2.0.8.jar
231
%%DATADIR%%/lib/owasp-java-html-sanitizer-20191001.1.jar
250
%%DATADIR%%/lib/owasp-java-html-sanitizer-20191001.1.jar
251
%%DATADIR%%/lib/perfmark-api-0.19.0.jar
232
%%DATADIR%%/lib/platform-api.jar
252
%%DATADIR%%/lib/platform-api.jar
233
%%DATADIR%%/lib/platform-concurrency.jar
253
%%DATADIR%%/lib/platform-concurrency.jar
234
%%DATADIR%%/lib/platform-core-ui.jar
254
%%DATADIR%%/lib/platform-core-ui.jar
Lines 248-267 Link Here
248
%%DATADIR%%/lib/plexus-component-annotations-1.7.1.jar
268
%%DATADIR%%/lib/plexus-component-annotations-1.7.1.jar
249
%%DATADIR%%/lib/plexus-interpolation-1.25.jar
269
%%DATADIR%%/lib/plexus-interpolation-1.25.jar
250
%%DATADIR%%/lib/plexus-utils-3.2.0.jar
270
%%DATADIR%%/lib/plexus-utils-3.2.0.jar
251
%%DATADIR%%/lib/protobuf-java-3.5.1.jar
271
%%DATADIR%%/lib/proto-google-common-protos-1.17.0.jar
272
%%DATADIR%%/lib/protobuf-java-3.13.0.jar
252
%%DATADIR%%/lib/proxy-vole-1.0.5-jb.2.jar
273
%%DATADIR%%/lib/proxy-vole-1.0.5-jb.2.jar
253
%%DATADIR%%/lib/pty4j-0.9.6.jar
274
%%DATADIR%%/lib/pty4j-0.11.1.jar
254
%%DATADIR%%/lib/purejavacomm-0.0.11.1.jar
275
%%DATADIR%%/lib/purejavacomm-0.0.11.1.jar
255
%%DATADIR%%/lib/pycharm.jar
276
%%DATADIR%%/lib/pycharm.jar
256
%%DATADIR%%/lib/quiche-jna-stubs-15.jar
277
%%DATADIR%%/lib/rd-core-0.203.181.jar
257
%%DATADIR%%/lib/rd-core-0.202.100.jar
278
%%DATADIR%%/lib/rd-framework-0.203.181.jar
258
%%DATADIR%%/lib/rd-framework-0.202.100.jar
279
%%DATADIR%%/lib/rd-swing-0.203.181.jar
259
%%DATADIR%%/lib/rd-swing-0.202.100.jar
260
%%DATADIR%%/lib/resources.jar
280
%%DATADIR%%/lib/resources.jar
261
%%DATADIR%%/lib/resources_en.jar
281
%%DATADIR%%/lib/resources_en.jar
262
%%DATADIR%%/lib/rhino-1.7.12.jar
282
%%DATADIR%%/lib/rhino-1.7.12.jar
263
%%DATADIR%%/lib/rngom-20051226-patched.jar
283
%%DATADIR%%/lib/rngom-20051226-patched.jar
264
%%DATADIR%%/lib/serviceMessages-2019.1.4.jar
284
%%DATADIR%%/lib/serviceMessages-2019.1.4.jar
285
%%DATADIR%%/lib/shims-0.9.0.jar
265
%%DATADIR%%/lib/slf4j-api-1.7.25.jar
286
%%DATADIR%%/lib/slf4j-api-1.7.25.jar
266
%%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar
287
%%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar
267
%%DATADIR%%/lib/snakeyaml-1.26.jar
288
%%DATADIR%%/lib/snakeyaml-1.26.jar
Lines 274-281 Link Here
274
%%DATADIR%%/lib/streamex-0.7.2.jar
295
%%DATADIR%%/lib/streamex-0.7.2.jar
275
%%DATADIR%%/lib/swingx-core-1.6.2-2.jar
296
%%DATADIR%%/lib/swingx-core-1.6.2-2.jar
276
%%DATADIR%%/lib/testFramework.jar
297
%%DATADIR%%/lib/testFramework.jar
277
%%DATADIR%%/lib/tips-pycharm-202.2014.jar
298
%%DATADIR%%/lib/tips-pycharm-203.2017.jar
278
%%DATADIR%%/lib/tls-channel-0.3.2.jar
279
%%DATADIR%%/lib/trang-core.jar
299
%%DATADIR%%/lib/trang-core.jar
280
%%DATADIR%%/lib/trove4j.jar
300
%%DATADIR%%/lib/trove4j.jar
281
%%DATADIR%%/lib/txw2-2.3.1.jar
301
%%DATADIR%%/lib/txw2-2.3.1.jar
Lines 286-292 Link Here
286
%%DATADIR%%/lib/xml-apis-ext-1.3.04.jar
306
%%DATADIR%%/lib/xml-apis-ext-1.3.04.jar
287
%%DATADIR%%/lib/xml-resolver-1.2.jar
307
%%DATADIR%%/lib/xml-resolver-1.2.jar
288
%%DATADIR%%/lib/xmlbeans-2.6.0.jar
308
%%DATADIR%%/lib/xmlbeans-2.6.0.jar
289
%%DATADIR%%/lib/xmlgraphics-commons-2.3.jar
309
%%DATADIR%%/lib/xmlgraphics-commons-2.4.jar
290
%%DATADIR%%/lib/xmlpull-1.1.3.1.jar
310
%%DATADIR%%/lib/xmlpull-1.1.3.1.jar
291
%%DATADIR%%/lib/xmlrpc-2.0.1.jar
311
%%DATADIR%%/lib/xmlrpc-2.0.1.jar
292
%%DATADIR%%/lib/xpp3_min-1.1.4c.jar
312
%%DATADIR%%/lib/xpp3_min-1.1.4c.jar
Lines 346-352 Link Here
346
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file-1.3.3.jar
366
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file-1.3.3.jar
347
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http-1.3.3.jar
367
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http-1.3.3.jar
348
%%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar
368
%%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar
349
%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin-202.47.jar
369
%%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin-203.53.jar
350
%%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar
370
%%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar
351
%%DATADIR%%/plugins/Docker/lib/Docker-agent-api-rt.jar
371
%%DATADIR%%/plugins/Docker/lib/Docker-agent-api-rt.jar
352
%%DATADIR%%/plugins/Docker/lib/Docker-compose.jar
372
%%DATADIR%%/plugins/Docker/lib/Docker-compose.jar
Lines 358-365 Link Here
358
%%DATADIR%%/plugins/Docker/lib/commons-cli-1.2.jar
378
%%DATADIR%%/plugins/Docker/lib/commons-cli-1.2.jar
359
%%DATADIR%%/plugins/Docker/lib/commons-io-2.3.jar
379
%%DATADIR%%/plugins/Docker/lib/commons-io-2.3.jar
360
%%DATADIR%%/plugins/Docker/lib/jackson-dataformat-yaml-2.9.8.jar
380
%%DATADIR%%/plugins/Docker/lib/jackson-dataformat-yaml-2.9.8.jar
361
%%DATADIR%%/plugins/Docker/lib/okhttp-3.4.2.jar
362
%%DATADIR%%/plugins/Docker/lib/okio-1.9.0.jar
363
%%DATADIR%%/plugins/Docker/lib/rt/FastInfoset-1.2.15.jar
381
%%DATADIR%%/plugins/Docker/lib/rt/FastInfoset-1.2.15.jar
364
%%DATADIR%%/plugins/Docker/lib/rt/bcpkix-jdk15on-1.64.jar
382
%%DATADIR%%/plugins/Docker/lib/rt/bcpkix-jdk15on-1.64.jar
365
%%DATADIR%%/plugins/Docker/lib/rt/bcprov-jdk15on-1.64.jar
383
%%DATADIR%%/plugins/Docker/lib/rt/bcprov-jdk15on-1.64.jar
Lines 367-376 Link Here
367
%%DATADIR%%/plugins/Docker/lib/rt/commons-compress-1.20.jar
385
%%DATADIR%%/plugins/Docker/lib/rt/commons-compress-1.20.jar
368
%%DATADIR%%/plugins/Docker/lib/rt/commons-io-2.6.jar
386
%%DATADIR%%/plugins/Docker/lib/rt/commons-io-2.6.jar
369
%%DATADIR%%/plugins/Docker/lib/rt/commons-lang-2.6.jar
387
%%DATADIR%%/plugins/Docker/lib/rt/commons-lang-2.6.jar
370
%%DATADIR%%/plugins/Docker/lib/rt/docker-java-api-3.2.5.jar
388
%%DATADIR%%/plugins/Docker/lib/rt/docker-java-api-3.2.6.jar
371
%%DATADIR%%/plugins/Docker/lib/rt/docker-java-core-3.2.5.jar
389
%%DATADIR%%/plugins/Docker/lib/rt/docker-java-core-3.2.6.jar
372
%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-3.2.5.jar
390
%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-3.2.6.jar
373
%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-okhttp-3.2.5.jar
391
%%DATADIR%%/plugins/Docker/lib/rt/docker-java-transport-okhttp-3.2.6.jar
374
%%DATADIR%%/plugins/Docker/lib/rt/guava-19.0.jar
392
%%DATADIR%%/plugins/Docker/lib/rt/guava-19.0.jar
375
%%DATADIR%%/plugins/Docker/lib/rt/istack-commons-runtime-3.0.7.jar
393
%%DATADIR%%/plugins/Docker/lib/rt/istack-commons-runtime-3.0.7.jar
376
%%DATADIR%%/plugins/Docker/lib/rt/jackson-annotations-2.10.3.jar
394
%%DATADIR%%/plugins/Docker/lib/rt/jackson-annotations-2.10.3.jar
Lines 382-391 Link Here
382
%%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar
400
%%DATADIR%%/plugins/Docker/lib/rt/jaxb-runtime-2.3.1.jar
383
%%DATADIR%%/plugins/Docker/lib/rt/jna-5.5.0.jar
401
%%DATADIR%%/plugins/Docker/lib/rt/jna-5.5.0.jar
384
%%DATADIR%%/plugins/Docker/lib/rt/jna-platform-5.5.0.jar
402
%%DATADIR%%/plugins/Docker/lib/rt/jna-platform-5.5.0.jar
385
%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.3.70.jar
403
%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-1.4.0.jar
386
%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.3.70.jar
404
%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-common-1.4.0.jar
387
%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.3.70.jar
405
%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk7-1.4.0.jar
388
%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.3.70.jar
406
%%DATADIR%%/plugins/Docker/lib/rt/kotlin-stdlib-jdk8-1.4.0.jar
389
%%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar
407
%%DATADIR%%/plugins/Docker/lib/rt/log4j-1.2.17.jar
390
%%DATADIR%%/plugins/Docker/lib/rt/okhttp-3.14.4.jar
408
%%DATADIR%%/plugins/Docker/lib/rt/okhttp-3.14.4.jar
391
%%DATADIR%%/plugins/Docker/lib/rt/okio-1.17.2.jar
409
%%DATADIR%%/plugins/Docker/lib/rt/okio-1.17.2.jar
Lines 401-407 Link Here
401
%%DATADIR%%/plugins/Docker/lib/rt/txw2-2.3.1.jar
419
%%DATADIR%%/plugins/Docker/lib/rt/txw2-2.3.1.jar
402
%%DATADIR%%/plugins/Docker/lib/specifics/dockerSpecifics.jar
420
%%DATADIR%%/plugins/Docker/lib/specifics/dockerSpecifics.jar
403
%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
421
%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
404
%%DATADIR%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar
422
%%DATADIR%%/plugins/IntelliLang/lib/java-langInjection-jps.jar
405
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar
423
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar
406
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar
424
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar
407
%%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar
425
%%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar
Lines 409-414 Link Here
409
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar
427
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar
410
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar
428
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar
411
%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js
429
%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js
430
%%DATADIR%%/plugins/JavaScriptDebugger/lib/javascript-debugger-featuresTrainer.jar
412
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar
431
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar
413
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar
432
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar
414
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar
433
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar
Lines 444-474 Link Here
444
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js
463
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js
445
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js
464
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js
446
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js
465
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js
447
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input
466
%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-9d1e29453470.ijx
448
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.keystream
467
%%DATADIR%%/plugins/JavaScriptLanguage/js/js-predefined-ffdd448c697d-9d1e29453470.txt
449
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.keystream.len
450
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.len
451
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values
452
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values.at
453
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input.values.s
454
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input_i
455
%%DATADIR%%/plugins/JavaScriptLanguage/index/id-index.input_i.len
456
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input
457
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream
458
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream.len
459
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.len
460
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values
461
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.at
462
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.s
463
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i
464
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i.len
465
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names
466
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream
467
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream.len
468
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.len
469
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i
470
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i.len
471
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version
472
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts
468
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts
473
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js
469
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js
474
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts
470
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts
Lines 513-519 Link Here
513
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts
509
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts
514
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts
510
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts
515
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts
511
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts
512
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts
516
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts
513
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts
514
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts
517
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts
515
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts
518
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts
516
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts
519
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts
517
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts
Lines 527-535 Link Here
527
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
525
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
528
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.string.d.ts
526
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.string.d.ts
529
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts
527
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts
528
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.weakref.d.ts
530
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts
529
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts
531
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts
530
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts
532
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
531
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
532
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
533
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts
533
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts
534
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js
534
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js
535
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json
535
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json
Lines 574-581 Link Here
574
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts
574
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts
575
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json
575
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json
576
%%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar
576
%%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar
577
%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-js-0.0.7.jar
577
%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-js-0.1.2.jar
578
%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-typescript-0.1.1.jar
578
%%DATADIR%%/plugins/JavaScriptLanguage/lib/completion-ranking-typescript-0.2.2.jar
579
%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-featuresTrainer.jar
579
%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar
580
%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar
580
%%DATADIR%%/plugins/JavaScriptLanguage/lib/js-test-common.jar
581
%%DATADIR%%/plugins/JavaScriptLanguage/lib/js-test-common.jar
581
%%DATADIR%%/plugins/JavaScriptLanguage/lib/resources_en.jar
582
%%DATADIR%%/plugins/JavaScriptLanguage/lib/resources_en.jar
Lines 587-592 Link Here
587
%%DATADIR%%/plugins/cloud-config/lib/resources_en.jar
588
%%DATADIR%%/plugins/cloud-config/lib/resources_en.jar
588
%%DATADIR%%/plugins/coffeescript-core/lib/coffeescript-core.jar
589
%%DATADIR%%/plugins/coffeescript-core/lib/coffeescript-core.jar
589
%%DATADIR%%/plugins/coffeescript-core/lib/resources_en.jar
590
%%DATADIR%%/plugins/coffeescript-core/lib/resources_en.jar
591
%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar
592
%%DATADIR%%/plugins/completionMlRanking/lib/ngram-slp-0.0.2.jar
593
%%DATADIR%%/plugins/completionMlRanking/lib/resources_en.jar
590
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
594
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
591
%%DATADIR%%/plugins/copyright/lib/copyright.jar
595
%%DATADIR%%/plugins/copyright/lib/copyright.jar
592
%%DATADIR%%/plugins/copyright/lib/resources_en.jar
596
%%DATADIR%%/plugins/copyright/lib/resources_en.jar
Lines 595-617 Link Here
595
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-codec-1.10.jar
599
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-codec-1.10.jar
596
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-io-2.6.jar
600
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-io-2.6.jar
597
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-logging-1.2.jar
601
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/commons-logging-1.2.jar
598
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/datalore-intellij-plugin-0.1.7-202.jar
602
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/datalore-intellij-plugin-0.1.12-203.jar
599
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpclient-4.5.6.jar
603
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpclient-4.5.6.jar
600
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpcore-4.4.10.jar
604
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpcore-4.4.10.jar
601
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpmime-4.5.6.jar
605
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/httpmime-4.5.6.jar
602
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/jsch-0.1.54.jar
606
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/jsch-0.1.54.jar
603
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/jzlib-1.1.1.jar
607
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/jzlib-1.1.1.jar
604
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-reflect-1.3.72.jar
608
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-reflect-1.4.20.jar
605
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-1.3.72.jar
609
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-1.4.20.jar
606
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-common-1.3.72.jar
610
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-common-1.4.20.jar
607
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-jdk7-1.3.72.jar
611
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-core-jvm-1.0.1.jar
608
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlin-stdlib-jdk8-1.3.72.jar
612
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-json-jvm-1.0.1.jar
609
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/kotlinx-serialization-runtime-0.20.0.jar
610
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/org.eclipse.jgit-5.2.0.201812061821-r.jar
613
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/org.eclipse.jgit-5.2.0.201812061821-r.jar
611
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/searchableOptions-0.1.7-202.jar
614
%%DATADIR%%/plugins/datalore-intellij-plugin/lib/searchableOptions-0.1.12-203.jar
612
%%DATADIR%%/plugins/editorconfig/lib/editorconfig-core-java.jar
615
%%DATADIR%%/plugins/editorconfig/lib/editorconfig-core-java.jar
613
%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar
616
%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar
614
%%DATADIR%%/plugins/editorconfig/lib/resources_en.jar
617
%%DATADIR%%/plugins/editorconfig/lib/resources_en.jar
618
%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
619
%%DATADIR%%/plugins/emojipicker/lib/resources_en.jar
620
%%DATADIR%%/plugins/featuresTrainer/lib/MultithreadedTC-1.01.jar
621
%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar
622
%%DATADIR%%/plugins/featuresTrainer/lib/fest-assert-1.5.0-SNAPSHOT.jar
623
%%DATADIR%%/plugins/featuresTrainer/lib/fest-reflect-2.0-SNAPSHOT.jar
624
%%DATADIR%%/plugins/featuresTrainer/lib/fest-swing-1.4.6.jar
625
%%DATADIR%%/plugins/featuresTrainer/lib/fest-util-1.3.0-SNAPSHOT.jar
626
%%DATADIR%%/plugins/featuresTrainer/lib/jsr305.jar
627
%%DATADIR%%/plugins/featuresTrainer/lib/resources_en.jar
615
%%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar
628
%%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar
616
%%DATADIR%%/plugins/fileWatcher/lib/resources_en.jar
629
%%DATADIR%%/plugins/fileWatcher/lib/resources_en.jar
617
%%DATADIR%%/plugins/gherkin/lib/gherkin.jar
630
%%DATADIR%%/plugins/gherkin/lib/gherkin.jar
Lines 621-626 Link Here
621
%%DATADIR%%/plugins/git4idea/lib/resources_en.jar
634
%%DATADIR%%/plugins/git4idea/lib/resources_en.jar
622
%%DATADIR%%/plugins/github/lib/github.jar
635
%%DATADIR%%/plugins/github/lib/github.jar
623
%%DATADIR%%/plugins/github/lib/resources_en.jar
636
%%DATADIR%%/plugins/github/lib/resources_en.jar
637
%%DATADIR%%/plugins/grazie/lib/aho-corasick-double-array-trie-1.2.2.jar
638
%%DATADIR%%/plugins/grazie/lib/bridj-0.7.0.jar
639
%%DATADIR%%/plugins/grazie/lib/commons-text-1.8.jar
640
%%DATADIR%%/plugins/grazie/lib/dx-1.7.jar
641
%%DATADIR%%/plugins/grazie/lib/grazi-language-detector-0.1.13.jar
642
%%DATADIR%%/plugins/grazie/lib/grazie.jar
643
%%DATADIR%%/plugins/grazie/lib/hppc-0.8.1.jar
644
%%DATADIR%%/plugins/grazie/lib/hunspell-1.1.1.jar
645
%%DATADIR%%/plugins/grazie/lib/indriya-1.3.jar
646
%%DATADIR%%/plugins/grazie/lib/kotlinx-html-jvm-0.6.11.jar
647
%%DATADIR%%/plugins/grazie/lib/language-en-5.0.jar
648
%%DATADIR%%/plugins/grazie/lib/languagetool-core-5.0.2.jar
649
%%DATADIR%%/plugins/grazie/lib/morfologik-fsa-2.1.7.jar
650
%%DATADIR%%/plugins/grazie/lib/morfologik-fsa-builders-2.1.7.jar
651
%%DATADIR%%/plugins/grazie/lib/morfologik-speller-2.1.7.jar
652
%%DATADIR%%/plugins/grazie/lib/morfologik-stemming-2.1.7.jar
653
%%DATADIR%%/plugins/grazie/lib/resources_en.jar
654
%%DATADIR%%/plugins/grazie/lib/segment-2.0.1.jar
655
%%DATADIR%%/plugins/grazie/lib/unit-api-1.0.jar
656
%%DATADIR%%/plugins/grazie/lib/uom-lib-common-1.1.jar
624
%%DATADIR%%/plugins/haml/lib/haml.jar
657
%%DATADIR%%/plugins/haml/lib/haml.jar
625
%%DATADIR%%/plugins/haml/lib/resources_en.jar
658
%%DATADIR%%/plugins/haml/lib/resources_en.jar
626
%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar
659
%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar
Lines 641-647 Link Here
641
%%DATADIR%%/plugins/performanceTesting/bin/libyjpagent64.so
674
%%DATADIR%%/plugins/performanceTesting/bin/libyjpagent64.so
642
%%DATADIR%%/plugins/performanceTesting/bin/yjpagent.dll
675
%%DATADIR%%/plugins/performanceTesting/bin/yjpagent.dll
643
%%DATADIR%%/plugins/performanceTesting/bin/yjpagent64.dll
676
%%DATADIR%%/plugins/performanceTesting/bin/yjpagent64.dll
644
%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.7-2.jar
677
%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.8.1-1.jar
645
%%DATADIR%%/plugins/performanceTesting/lib/byte-buddy-agent-1.10.1.jar
678
%%DATADIR%%/plugins/performanceTesting/lib/byte-buddy-agent-1.10.1.jar
646
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
679
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
647
%%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar
680
%%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar
Lines 1293-1299 Link Here
1293
%%DATADIR%%/plugins/python/helpers/pycharm/django_test_runner.py
1326
%%DATADIR%%/plugins/python/helpers/pycharm/django_test_runner.py
1294
%%DATADIR%%/plugins/python/helpers/pycharm/docrunner.py
1327
%%DATADIR%%/plugins/python/helpers/pycharm/docrunner.py
1295
%%DATADIR%%/plugins/python/helpers/pycharm/fix_getpass.py
1328
%%DATADIR%%/plugins/python/helpers/pycharm/fix_getpass.py
1296
%%DATADIR%%/plugins/python/helpers/pycharm/lettuce_runner.py
1297
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_2.py
1329
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_2.py
1298
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_3.py
1330
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_3.py
1299
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/__init__.py
1331
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/__init__.py
Lines 1420-1426 Link Here
1420
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so
1452
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so
1421
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so
1453
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so
1422
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so
1454
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so
1423
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so
1455
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64%%PYTHON_EXT_SUFFIX%%-darwin.so
1424
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so
1456
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so
1425
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
1457
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
1426
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
1458
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
Lines 1481-1493 Link Here
1481
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd
1513
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd
1482
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-36m-darwin.so
1514
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-36m-darwin.so
1483
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-37m-darwin.so
1515
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-37m-darwin.so
1484
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-38-darwin.so
1516
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common%%PYTHON_EXT_SUFFIX%%-darwin.so
1485
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-39-darwin.so
1517
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-39-darwin.so
1486
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pxd
1518
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pxd
1487
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pyx
1519
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pyx
1488
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so
1520
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so
1489
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so
1521
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so
1490
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so
1522
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64%%PYTHON_EXT_SUFFIX%%-darwin.so
1491
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so
1523
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so
1492
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39.c
1524
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39.c
1493
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39.pxd
1525
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39.pxd
Lines 1514-1520 Link Here
1514
%%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/ant.jar
1546
%%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/ant.jar
1515
%%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/junit.jar
1547
%%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/junit.jar
1516
%%DATADIR%%/plugins/python/helpers/pydev/merge_pydev_pycharm.txt
1548
%%DATADIR%%/plugins/python/helpers/pydev/merge_pydev_pycharm.txt
1517
%%DATADIR%%/plugins/python/helpers/pydev/pycharm-readme.txt
1549
%%DATADIR%%/plugins/python/helpers/pydev/pycharm-readme.rst
1518
%%DATADIR%%/plugins/python/helpers/pydev/pycompletionserver.py
1550
%%DATADIR%%/plugins/python/helpers/pydev/pycompletionserver.py
1519
%%DATADIR%%/plugins/python/helpers/pydev/pydev_app_engine_debug_startup.py
1551
%%DATADIR%%/plugins/python/helpers/pydev/pydev_app_engine_debug_startup.py
1520
%%DATADIR%%/plugins/python/helpers/pydev/pydev_console/__init__.py
1552
%%DATADIR%%/plugins/python/helpers/pydev/pydev_console/__init__.py
Lines 1635-1642 Link Here
1635
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_bytecode_overflow.py
1667
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_bytecode_overflow.py
1636
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_change_breaks.py
1668
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_change_breaks.py
1637
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_check_tracer.py
1669
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_check_tracer.py
1670
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_environment_reset_on_fork.py
1638
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_event_ext.py
1671
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_event_ext.py
1639
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_exceptions.py
1672
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_exceptions.py
1673
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_fork.py
1640
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_frame_eval.py
1674
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_frame_eval.py
1641
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_generator.py
1675
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_generator.py
1642
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_generator2.py
1676
%%DATADIR%%/plugins/python/helpers/pydev/pydev_tests_python/resources/_debugger_case_generator2.py
Lines 1948-1955 Link Here
1948
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/__init__.py
1982
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/__init__.py
1949
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/__init__.py
1983
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/__init__.py
1950
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/base.py
1984
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/base.py
1951
%%DATADIR%%/plugins/python/helpers/python-skeletons/lettuce/__init__.py
1952
%%DATADIR%%/plugins/python/helpers/python-skeletons/lettuce/terrain.py
1953
%%DATADIR%%/plugins/python/helpers/python-skeletons/nose/__init__.py
1985
%%DATADIR%%/plugins/python/helpers/python-skeletons/nose/__init__.py
1954
%%DATADIR%%/plugins/python/helpers/python-skeletons/nose/tools/__init__.py
1986
%%DATADIR%%/plugins/python/helpers/python-skeletons/nose/tools/__init__.py
1955
%%DATADIR%%/plugins/python/helpers/python-skeletons/numpy/__init__.py
1987
%%DATADIR%%/plugins/python/helpers/python-skeletons/numpy/__init__.py
Lines 2051-2062 Link Here
2051
%%DATADIR%%/plugins/python/helpers/tools/stdlib_packages.txt
2083
%%DATADIR%%/plugins/python/helpers/tools/stdlib_packages.txt
2052
%%DATADIR%%/plugins/python/helpers/tools/versions.xml
2084
%%DATADIR%%/plugins/python/helpers/tools/versions.xml
2053
%%DATADIR%%/plugins/python/helpers/typeshed/.flake8
2085
%%DATADIR%%/plugins/python/helpers/typeshed/.flake8
2054
%%DATADIR%%/plugins/python/helpers/typeshed/.travis.yml
2086
%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/mypy_primer.yml
2087
%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/stubtest-unused-whitelist.yml
2088
%%DATADIR%%/plugins/python/helpers/typeshed/.github/workflows/tests.yml
2055
%%DATADIR%%/plugins/python/helpers/typeshed/CONTRIBUTING.md
2089
%%DATADIR%%/plugins/python/helpers/typeshed/CONTRIBUTING.md
2056
%%DATADIR%%/plugins/python/helpers/typeshed/LICENSE
2090
%%DATADIR%%/plugins/python/helpers/typeshed/LICENSE
2057
%%DATADIR%%/plugins/python/helpers/typeshed/README.md
2091
%%DATADIR%%/plugins/python/helpers/typeshed/README.md
2092
%%DATADIR%%/plugins/python/helpers/typeshed/pre-commit
2058
%%DATADIR%%/plugins/python/helpers/typeshed/pyproject.toml
2093
%%DATADIR%%/plugins/python/helpers/typeshed/pyproject.toml
2059
%%DATADIR%%/plugins/python/helpers/typeshed/requirements-tests-py3.txt
2094
%%DATADIR%%/plugins/python/helpers/typeshed/requirements-tests-py3.txt
2095
%%DATADIR%%/plugins/python/helpers/typeshed/scripts/migrate_script.py
2096
%%DATADIR%%/plugins/python/helpers/typeshed/scripts/update-stubtest-whitelist.py
2060
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/ConfigParser.pyi
2097
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/ConfigParser.pyi
2061
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/Queue.pyi
2098
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/Queue.pyi
2062
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/SocketServer.pyi
2099
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/SocketServer.pyi
Lines 2071-2077 Link Here
2071
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/collections.pyi
2108
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/collections.pyi
2072
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/compileall.pyi
2109
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/compileall.pyi
2073
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/__init__.pyi
2110
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/__init__.pyi
2111
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/archive_util.pyi
2112
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/bcppcompiler.pyi
2113
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/ccompiler.pyi
2114
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/cmd.pyi
2115
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/__init__.pyi
2116
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist.pyi
2117
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_dumb.pyi
2118
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_msi.pyi
2119
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_packager.pyi
2120
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_rpm.pyi
2121
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/bdist_wininst.pyi
2122
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build.pyi
2123
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_clib.pyi
2124
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_ext.pyi
2125
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_py.pyi
2126
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/build_scripts.pyi
2127
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/check.pyi
2128
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/clean.pyi
2129
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/config.pyi
2130
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install.pyi
2131
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_data.pyi
2132
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_egg_info.pyi
2133
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_headers.pyi
2134
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_lib.pyi
2135
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/install_scripts.pyi
2136
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/register.pyi
2137
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/sdist.pyi
2138
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/command/upload.pyi
2139
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/config.pyi
2140
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/core.pyi
2141
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/cygwinccompiler.pyi
2142
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/debug.pyi
2143
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dep_util.pyi
2144
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dir_util.pyi
2145
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/dist.pyi
2074
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/emxccompiler.pyi
2146
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/emxccompiler.pyi
2147
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/errors.pyi
2148
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/extension.pyi
2149
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/fancy_getopt.pyi
2150
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/file_util.pyi
2151
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/filelist.pyi
2152
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/log.pyi
2153
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/msvccompiler.pyi
2154
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/spawn.pyi
2155
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/sysconfig.pyi
2156
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/text_file.pyi
2157
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/unixccompiler.pyi
2158
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/util.pyi
2159
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/distutils/version.pyi
2075
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/MIMEText.pyi
2160
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/MIMEText.pyi
2076
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/__init__.pyi
2161
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/__init__.pyi
2077
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/_parseaddr.pyi
2162
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/email/_parseaddr.pyi
Lines 2113-2122 Link Here
2113
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/pool.pyi
2198
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/pool.pyi
2114
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/process.pyi
2199
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/process.pyi
2115
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/util.pyi
2200
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/util.pyi
2201
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/ntpath.pyi
2116
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os/__init__.pyi
2202
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os/__init__.pyi
2117
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os/path.pyi
2203
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os/path.pyi
2118
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os2emxpath.pyi
2204
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/os2emxpath.pyi
2205
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/pipes.pyi
2119
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/posix.pyi
2206
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/posix.pyi
2207
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/posixpath.pyi
2120
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/random.pyi
2208
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/random.pyi
2121
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/re.pyi
2209
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/re.pyi
2122
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/resource.pyi
2210
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/resource.pyi
Lines 2144-2149 Link Here
2144
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_random.pyi
2232
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_random.pyi
2145
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/__init__.pyi
2233
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/__init__.pyi
2146
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/wsgi.pyi
2234
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/wsgi.pyi
2235
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_typeshed/xml.pyi
2147
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_warnings.pyi
2236
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/_warnings.pyi
2148
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/aifc.pyi
2237
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/aifc.pyi
2149
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/antigravity.pyi
2238
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/antigravity.pyi
Lines 2155-2164 Link Here
2155
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/bdb.pyi
2244
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/bdb.pyi
2156
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/binascii.pyi
2245
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/binascii.pyi
2157
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/bz2.pyi
2246
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/bz2.pyi
2247
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cProfile.pyi
2158
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cgi.pyi
2248
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cgi.pyi
2159
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cmath.pyi
2249
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cmath.pyi
2160
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cmd.pyi
2250
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/cmd.pyi
2161
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/codecs.pyi
2251
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/codecs.pyi
2252
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/contextlib.pyi
2162
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/crypt.pyi
2253
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/crypt.pyi
2163
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/csv.pyi
2254
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/csv.pyi
2164
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ctypes/__init__.pyi
2255
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ctypes/__init__.pyi
Lines 2171-2229 Link Here
2171
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/datetime.pyi
2262
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/datetime.pyi
2172
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/decimal.pyi
2263
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/decimal.pyi
2173
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/difflib.pyi
2264
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/difflib.pyi
2174
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/__init__.pyi
2175
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/archive_util.pyi
2176
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/bcppcompiler.pyi
2177
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/ccompiler.pyi
2178
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/cmd.pyi
2179
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/__init__.pyi
2180
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist.pyi
2181
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_dumb.pyi
2182
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_msi.pyi
2183
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_packager.pyi
2184
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_rpm.pyi
2185
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/bdist_wininst.pyi
2186
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build.pyi
2187
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_clib.pyi
2188
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_ext.pyi
2189
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_py.pyi
2190
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/build_scripts.pyi
2191
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/check.pyi
2192
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/clean.pyi
2193
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/config.pyi
2194
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install.pyi
2195
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_data.pyi
2196
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_headers.pyi
2197
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_lib.pyi
2198
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/install_scripts.pyi
2199
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/register.pyi
2200
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/command/sdist.pyi
2201
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/core.pyi
2202
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi
2203
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/debug.pyi
2204
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dep_util.pyi
2205
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dir_util.pyi
2206
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/dist.pyi
2207
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/errors.pyi
2208
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/extension.pyi
2209
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi
2210
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/file_util.pyi
2211
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/filelist.pyi
2212
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/log.pyi
2213
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/msvccompiler.pyi
2214
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/spawn.pyi
2215
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/sysconfig.pyi
2216
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/text_file.pyi
2217
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/unixccompiler.pyi
2218
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/util.pyi
2219
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/distutils/version.pyi
2220
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/doctest.pyi
2265
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/doctest.pyi
2221
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/filecmp.pyi
2266
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/filecmp.pyi
2267
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/fractions.pyi
2222
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ftplib.pyi
2268
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ftplib.pyi
2223
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/genericpath.pyi
2269
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/genericpath.pyi
2224
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/hmac.pyi
2270
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/hmac.pyi
2225
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/imaplib.pyi
2271
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/imaplib.pyi
2226
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/imghdr.pyi
2272
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/imghdr.pyi
2273
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/keyword.pyi
2227
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/locale.pyi
2274
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/locale.pyi
2228
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/logging/__init__.pyi
2275
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/logging/__init__.pyi
2229
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/logging/config.pyi
2276
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/logging/config.pyi
Lines 2238-2244 Link Here
2238
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/schema.pyi
2285
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/schema.pyi
2239
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/sequence.pyi
2286
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/sequence.pyi
2240
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/text.pyi
2287
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/msilib/text.pyi
2241
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ntpath.pyi
2242
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/numbers.pyi
2288
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/numbers.pyi
2243
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/opcode.pyi
2289
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/opcode.pyi
2244
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/operator.pyi
2290
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/operator.pyi
Lines 2245-2256 Link Here
2245
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/parser.pyi
2291
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/parser.pyi
2246
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pdb.pyi
2292
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pdb.pyi
2247
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pickle.pyi
2293
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pickle.pyi
2294
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pkgutil.pyi
2248
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/plistlib.pyi
2295
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/plistlib.pyi
2249
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/posixpath.pyi
2250
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pprint.pyi
2296
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pprint.pyi
2251
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pstats.pyi
2297
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pstats.pyi
2252
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/py_compile.pyi
2298
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/py_compile.pyi
2253
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc.pyi
2299
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc.pyi
2300
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc_data/__init__.pyi
2301
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pydoc_data/topics.pyi
2254
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/__init__.pyi
2302
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/__init__.pyi
2255
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/errors.pyi
2303
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/errors.pyi
2256
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/model.pyi
2304
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/pyexpat/model.pyi
Lines 2285-2290 Link Here
2285
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/__init__.pyi
2333
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/__init__.pyi
2286
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/NodeFilter.pyi
2334
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/NodeFilter.pyi
2287
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/__init__.pyi
2335
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/__init__.pyi
2336
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/domreg.pyi
2288
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/minidom.pyi
2337
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/minidom.pyi
2289
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/pulldom.pyi
2338
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/dom/pulldom.pyi
2290
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi
2339
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi
Lines 2305-2310 Link Here
2305
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zlib.pyi
2354
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/zlib.pyi
2306
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/_py_abc.pyi
2355
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/_py_abc.pyi
2307
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/contextvars.pyi
2356
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.7/contextvars.pyi
2357
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/graphlib.pyi
2358
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3.9/zoneinfo/__init__.pyi
2308
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_bootlocale.pyi
2359
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_bootlocale.pyi
2309
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_compat_pickle.pyi
2360
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_compat_pickle.pyi
2310
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_compression.pyi
2361
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_compression.pyi
Lines 2314-2319 Link Here
2314
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_operator.pyi
2365
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_operator.pyi
2315
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_sitebuiltins.pyi
2366
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_sitebuiltins.pyi
2316
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_thread.pyi
2367
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_thread.pyi
2368
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_tkinter.pyi
2317
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_tracemalloc.pyi
2369
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_tracemalloc.pyi
2318
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_winapi.pyi
2370
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_winapi.pyi
2319
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/abc.pyi
2371
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/abc.pyi
Lines 2362-2367 Link Here
2362
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/dumb.pyi
2414
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/dumb.pyi
2363
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/gnu.pyi
2415
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/gnu.pyi
2364
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/ndbm.pyi
2416
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/dbm/ndbm.pyi
2417
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/__init__.pyi
2418
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/archive_util.pyi
2419
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/bcppcompiler.pyi
2420
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/ccompiler.pyi
2421
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/cmd.pyi
2422
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/__init__.pyi
2423
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist.pyi
2424
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_dumb.pyi
2425
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_msi.pyi
2426
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_packager.pyi
2427
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_rpm.pyi
2428
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/bdist_wininst.pyi
2429
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build.pyi
2430
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_clib.pyi
2431
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_ext.pyi
2432
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_py.pyi
2433
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/build_scripts.pyi
2434
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/check.pyi
2435
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/clean.pyi
2436
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/config.pyi
2437
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install.pyi
2438
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_data.pyi
2439
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_egg_info.pyi
2440
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_headers.pyi
2441
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_lib.pyi
2442
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/install_scripts.pyi
2443
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/register.pyi
2444
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/sdist.pyi
2445
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/command/upload.pyi
2446
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/config.pyi
2447
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/core.pyi
2448
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/cygwinccompiler.pyi
2449
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/debug.pyi
2450
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dep_util.pyi
2451
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dir_util.pyi
2452
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/dist.pyi
2453
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/errors.pyi
2454
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/extension.pyi
2455
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/fancy_getopt.pyi
2456
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/file_util.pyi
2457
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/filelist.pyi
2458
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/log.pyi
2459
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/msvccompiler.pyi
2460
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/spawn.pyi
2461
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/sysconfig.pyi
2462
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/text_file.pyi
2463
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/unixccompiler.pyi
2464
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/util.pyi
2465
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/distutils/version.pyi
2365
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/__init__.pyi
2466
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/__init__.pyi
2366
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/charset.pyi
2467
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/charset.pyi
2367
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/contentmanager.pyi
2468
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/email/contentmanager.pyi
Lines 2410-2415 Link Here
2410
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/__init__.pyi
2511
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/__init__.pyi
2411
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/decoder.pyi
2512
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/decoder.pyi
2412
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/encoder.pyi
2513
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/encoder.pyi
2514
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/json/tool.pyi
2413
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/lzma.pyi
2515
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/lzma.pyi
2414
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi
2516
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi
2415
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/connection.pyi
2517
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/connection.pyi
Lines 2421-2432 Link Here
2421
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/process.pyi
2523
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/process.pyi
2422
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi
2524
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi
2423
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/shared_memory.pyi
2525
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/shared_memory.pyi
2526
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/sharedctypes.pyi
2424
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/spawn.pyi
2527
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/spawn.pyi
2425
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi
2528
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi
2529
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/ntpath.pyi
2426
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/os/__init__.pyi
2530
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/os/__init__.pyi
2427
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/os/path.pyi
2531
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/os/path.pyi
2428
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pathlib.pyi
2532
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pathlib.pyi
2533
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pipes.pyi
2429
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/posix.pyi
2534
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/posix.pyi
2535
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/posixpath.pyi
2430
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/queue.pyi
2536
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/queue.pyi
2431
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/random.pyi
2537
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/random.pyi
2432
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/re.pyi
2538
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/re.pyi
Lines 2449-2454 Link Here
2449
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/async_case.pyi
2555
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/async_case.pyi
2450
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/case.pyi
2556
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/case.pyi
2451
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/loader.pyi
2557
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/loader.pyi
2558
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/main.pyi
2452
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/mock.pyi
2559
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/mock.pyi
2453
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/result.pyi
2560
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/result.pyi
2454
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/runner.pyi
2561
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/runner.pyi
Lines 2466-2492 Link Here
2466
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/__init__.pyi
2573
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/__init__.pyi
2467
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/client.pyi
2574
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/client.pyi
2468
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/server.pyi
2575
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/server.pyi
2576
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/xxlimited.pyi
2469
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/zipapp.pyi
2577
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/zipapp.pyi
2470
%%DATADIR%%/plugins/python/helpers/typeshed/tests/check_consistent.py
2578
%%DATADIR%%/plugins/python/helpers/typeshed/tests/check_consistent.py
2471
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_blacklist.txt
2579
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_exclude_list.txt
2472
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_selftest.py
2580
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_self_check.py
2473
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_test.py
2581
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_test.py
2474
%%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_blacklist.txt
2582
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_test_suite.py
2583
%%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_exclude_list.txt
2475
%%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_test.py
2584
%%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_test.py
2476
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_test.py
2585
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_test.py
2477
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_unused.py
2586
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_unused.py
2478
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py35.txt
2479
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py36.txt
2587
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py36.txt
2480
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py37.txt
2588
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py37.txt
2481
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py38.txt
2589
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux-py38.txt
2482
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux.txt
2590
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/linux.txt
2483
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py35.txt
2484
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py36.txt
2591
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py36.txt
2485
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py37.txt
2592
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py37.txt
2486
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py38.txt
2593
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py38.txt
2487
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py39.txt
2594
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py39.txt
2488
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py3_common.txt
2595
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/py3_common.txt
2489
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py35.txt
2490
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py36.txt
2596
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py36.txt
2491
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py37.txt
2597
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py37.txt
2492
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py38.txt
2598
%%DATADIR%%/plugins/python/helpers/typeshed/tests/stubtest_whitelists/win32-py38.txt
Lines 2532-2592 Link Here
2532
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_response.pyi
2638
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_response.pyi
2533
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_robotparser.pyi
2639
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_robotparser.pyi
2534
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/xmlrpc_client.pyi
2640
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/xmlrpc_client.pyi
2535
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi
2536
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi
2537
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi
2538
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi
2539
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi
2540
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi
2541
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi
2542
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi
2543
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi
2544
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi
2545
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi
2546
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi
2547
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi
2548
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/MD2.pyi
2549
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/MD4.pyi
2550
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/MD5.pyi
2551
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/RIPEMD.pyi
2552
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA.pyi
2553
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA224.pyi
2554
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA256.pyi
2555
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA384.pyi
2556
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/SHA512.pyi
2557
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/__init__.pyi
2558
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Hash/hashalgo.pyi
2559
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Protocol/AllOrNothing.pyi
2560
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Protocol/Chaffing.pyi
2561
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Protocol/KDF.pyi
2562
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Protocol/__init__.pyi
2563
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/DSA.pyi
2564
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/ElGamal.pyi
2565
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/RSA.pyi
2566
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/__init__.pyi
2567
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/PublicKey/pubkey.pyi
2568
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi
2569
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaGenerator.pyi
2570
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi
2571
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/Fortuna/__init__.pyi
2572
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/__init__.pyi
2573
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi
2574
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi
2575
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi
2576
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/__init__.pyi
2577
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Random/random.pyi
2578
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi
2579
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi
2580
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Signature/__init__.pyi
2581
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/Counter.pyi
2582
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/RFC1751.pyi
2583
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/__init__.pyi
2584
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/asn1.pyi
2585
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/number.pyi
2586
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/randpool.pyi
2587
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/Util/strxor.pyi
2588
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/__init__.pyi
2589
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/Crypto/pct_warnings.pyi
2590
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/atomicwrites/__init__.pyi
2641
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/atomicwrites/__init__.pyi
2591
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/__init__.pyi
2642
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/__init__.pyi
2592
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/_version_info.pyi
2643
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/_version_info.pyi
Lines 2594-2599 Link Here
2594
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/exceptions.pyi
2645
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/exceptions.pyi
2595
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/filters.pyi
2646
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/filters.pyi
2596
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/validators.pyi
2647
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/validators.pyi
2648
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/__init__.pyi
2649
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/abc.pyi
2650
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/cache.pyi
2651
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/decorators.pyi
2652
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/func.pyi
2653
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/lfu.pyi
2654
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/lru.pyi
2655
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/rr.pyi
2656
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/cachetools/ttl.pyi
2597
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/__init__.pyi
2657
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/__init__.pyi
2598
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/enums.pyi
2658
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/enums.pyi
2599
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/langbulgarianmodel.pyi
2659
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/chardet/langbulgarianmodel.pyi
Lines 2660-2667 Link Here
2660
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/tz/_common.pyi
2720
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/tz/_common.pyi
2661
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/tz/tz.pyi
2721
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/tz/tz.pyi
2662
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/utils.pyi
2722
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/dateutil/utils.pyi
2723
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/deprecated/__init__.pyi
2724
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/deprecated/classic.pyi
2725
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/deprecated/sphinx.pyi
2663
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/gflags.pyi
2726
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/gflags.pyi
2727
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/__init__.pyi
2728
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/__meta__.pyi
2729
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/blockparser.pyi
2730
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/blockprocessors.pyi
2731
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/core.pyi
2732
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/__init__.pyi
2733
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/abbr.pyi
2734
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/admonition.pyi
2735
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/attr_list.pyi
2736
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/codehilite.pyi
2737
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/def_list.pyi
2738
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/extra.pyi
2739
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/fenced_code.pyi
2740
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/footnotes.pyi
2741
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/legacy_attrs.pyi
2742
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/legacy_em.pyi
2743
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/md_in_html.pyi
2744
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/meta.pyi
2745
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/nl2br.pyi
2746
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/sane_lists.pyi
2747
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/smarty.pyi
2748
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/tables.pyi
2749
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/toc.pyi
2750
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/extensions/wikilinks.pyi
2751
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/inlinepatterns.pyi
2752
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/pep562.pyi
2753
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/postprocessors.pyi
2754
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/preprocessors.pyi
2755
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/serializers.pyi
2756
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/treeprocessors.pyi
2757
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/markdown/util.pyi
2664
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/mock.pyi
2758
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/mock.pyi
2759
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/nmap/__init__.pyi
2760
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/nmap/nmap.pyi
2665
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/__init__.pyi
2761
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/__init__.pyi
2666
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/adapters.pyi
2762
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/adapters.pyi
2667
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/api.pyi
2763
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/api.pyi
Lines 2698-2703 Link Here
2698
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/status_codes.pyi
2794
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/status_codes.pyi
2699
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/structures.pyi
2795
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/structures.pyi
2700
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/utils.pyi
2796
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/requests/utils.pyi
2797
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/retry/__init__.pyi
2798
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/retry/api.pyi
2799
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/slugify/__init__.pyi
2800
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/slugify/slugify.pyi
2801
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/slugify/special.pyi
2701
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/typing_extensions.pyi
2802
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/typing_extensions.pyi
2702
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/tzlocal/__init__.pyi
2803
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/tzlocal/__init__.pyi
2703
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/__init__.pyi
2804
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/__init__.pyi
Lines 2746-2755 Link Here
2746
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/utils.pyi
2847
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/utils.pyi
2747
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/wrappers.pyi
2848
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/wrappers.pyi
2748
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/wsgi.pyi
2849
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/wsgi.pyi
2850
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/__init__.pyi
2851
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/base.pyi
2852
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/os.pyi
2853
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/threadpool/__init__.pyi
2854
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/threadpool/binary.pyi
2855
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/aiofiles/threadpool/text.pyi
2749
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/contextvars.pyi
2856
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/contextvars.pyi
2857
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/filelock/__init__.pyi
2858
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/freezegun/__init__.pyi
2859
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/freezegun/api.pyi
2860
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/frozendict.pyi
2750
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/orjson.pyi
2861
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/orjson.pyi
2751
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pkg_resources/__init__.pyi
2862
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pkg_resources/__init__.pyi
2752
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pkg_resources/py31compat.pyi
2863
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pkg_resources/py31compat.pyi
2864
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pyrfc3339/__init__.pyi
2865
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pyrfc3339/generator.pyi
2866
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pyrfc3339/parser.pyi
2867
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/pyrfc3339/utils.pyi
2753
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/__init__.pyi
2868
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/__init__.pyi
2754
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
2869
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
2755
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
2870
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
Lines 2791-2796 Link Here
2791
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_request.pyi
2906
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_request.pyi
2792
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_response.pyi
2907
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_response.pyi
2793
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_robotparser.pyi
2908
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_robotparser.pyi
2909
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/typed_ast/__init__.pyi
2910
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/typed_ast/ast27.pyi
2911
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/typed_ast/ast3.pyi
2912
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/typed_ast/conversions.pyi
2794
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/__init__.pyi
2913
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/__init__.pyi
2795
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/adjustments.pyi
2914
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/adjustments.pyi
2796
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/buffers.pyi
2915
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/buffers.pyi
Lines 2808-2814 Link Here
2808
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/wasyncore.pyi
2927
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/waitress/wasyncore.pyi
2809
%%DATADIR%%/plugins/python/helpers/virtualenv-16.7.10-py2.py3-none-any.whl
2928
%%DATADIR%%/plugins/python/helpers/virtualenv-16.7.10-py2.py3-none-any.whl
2810
%%DATADIR%%/plugins/python/lib/Java-WebSocket-1.3.9.jar
2929
%%DATADIR%%/plugins/python/lib/Java-WebSocket-1.3.9.jar
2811
%%DATADIR%%/plugins/python/lib/completion-ranking-python-0.0.11.jar
2930
%%DATADIR%%/plugins/python/lib/completion-ranking-python-0.2.2.jar
2812
%%DATADIR%%/plugins/python/lib/libthrift-0.11.0.jar
2931
%%DATADIR%%/plugins/python/lib/libthrift-0.11.0.jar
2813
%%DATADIR%%/plugins/python/lib/ml-completion-prev-exprs-models-1.11.jar
2932
%%DATADIR%%/plugins/python/lib/ml-completion-prev-exprs-models-1.11.jar
2814
%%DATADIR%%/plugins/python/lib/python.jar
2933
%%DATADIR%%/plugins/python/lib/python.jar
Lines 2819-2826 Link Here
2819
%%DATADIR%%/plugins/python/static/generated/css/jupyter.css
2938
%%DATADIR%%/plugins/python/static/generated/css/jupyter.css
2820
%%DATADIR%%/plugins/python/static/generated/css/jupyter_darcula.css
2939
%%DATADIR%%/plugins/python/static/generated/css/jupyter_darcula.css
2821
%%DATADIR%%/plugins/python/static/generated/css/jupyter_intellij.css
2940
%%DATADIR%%/plugins/python/static/generated/css/jupyter_intellij.css
2941
%%DATADIR%%/plugins/python/static/generated/css/markdown_darcula.css
2942
%%DATADIR%%/plugins/python/static/generated/css/markdown_intellij.css
2822
%%DATADIR%%/plugins/python/static/generated/js/ipywidgets.js
2943
%%DATADIR%%/plugins/python/static/generated/js/ipywidgets.js
2823
%%DATADIR%%/plugins/python/static/generated/js/main.js
2944
%%DATADIR%%/plugins/python/static/generated/js/main.js
2945
%%DATADIR%%/plugins/python/static/generated/js/markdown.js
2824
%%DATADIR%%/plugins/python/static/js/marked.min.js
2946
%%DATADIR%%/plugins/python/static/js/marked.min.js
2825
%%DATADIR%%/plugins/pythonIDE/lib/python-ide.jar
2947
%%DATADIR%%/plugins/pythonIDE/lib/python-ide.jar
2826
%%DATADIR%%/plugins/pythonIDE/lib/resources_en.jar
2948
%%DATADIR%%/plugins/pythonIDE/lib/resources_en.jar
Lines 2838-2855 Link Here
2838
%%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar
2960
%%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar
2839
%%DATADIR%%/plugins/sh/lib/resources_en.jar
2961
%%DATADIR%%/plugins/sh/lib/resources_en.jar
2840
%%DATADIR%%/plugins/sh/lib/sh.jar
2962
%%DATADIR%%/plugins/sh/lib/sh.jar
2841
%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-kotlin-0.1.3.jar
2842
%%DATADIR%%/plugins/stats-collector/lib/completion-ranking-scala-0.2.0.jar
2843
%%DATADIR%%/plugins/stats-collector/lib/log-events.jar
2844
%%DATADIR%%/plugins/stats-collector/lib/ngram-slp-0.0.2.jar
2845
%%DATADIR%%/plugins/stats-collector/lib/resources_en.jar
2846
%%DATADIR%%/plugins/stats-collector/lib/stats-collector.jar
2847
%%DATADIR%%/plugins/stats-collector/lib/statsCollector-completionRanker.jar
2848
%%DATADIR%%/plugins/stylus/lib/resources_en.jar
2963
%%DATADIR%%/plugins/stylus/lib/resources_en.jar
2849
%%DATADIR%%/plugins/stylus/lib/stylus.jar
2964
%%DATADIR%%/plugins/stylus/lib/stylus.jar
2850
%%DATADIR%%/plugins/svn4idea/lib/resources_en.jar
2965
%%DATADIR%%/plugins/svn4idea/lib/resources_en.jar
2851
%%DATADIR%%/plugins/svn4idea/lib/sqlite-jdbc-3.20.1.jar
2966
%%DATADIR%%/plugins/svn4idea/lib/sqlite-jdbc-3.20.1.jar
2852
%%DATADIR%%/plugins/svn4idea/lib/svn4idea.jar
2967
%%DATADIR%%/plugins/svn4idea/lib/svn4idea.jar
2968
%%DATADIR%%/plugins/tasks-time-tracking/lib/resources_en.jar
2853
%%DATADIR%%/plugins/tasks-time-tracking/lib/tasks-time-tracking.jar
2969
%%DATADIR%%/plugins/tasks-time-tracking/lib/tasks-time-tracking.jar
2854
%%DATADIR%%/plugins/tasks/lib/axis-1.4.jar
2970
%%DATADIR%%/plugins/tasks/lib/axis-1.4.jar
2855
%%DATADIR%%/plugins/tasks/lib/axis-jaxrpc-1.4.jar
2971
%%DATADIR%%/plugins/tasks/lib/axis-jaxrpc-1.4.jar
Lines 2863-2869 Link Here
2863
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
2979
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
2864
%%DATADIR%%/plugins/tasks/lib/tasks-java.jar
2980
%%DATADIR%%/plugins/tasks/lib/tasks-java.jar
2865
%%DATADIR%%/plugins/tasks/lib/wsdl4j-1.4.jar
2981
%%DATADIR%%/plugins/tasks/lib/wsdl4j-1.4.jar
2866
%%DATADIR%%/plugins/terminal/.zshrc
2982
%%DATADIR%%/plugins/terminal/.zshenv
2867
%%DATADIR%%/plugins/terminal/fish/config.fish
2983
%%DATADIR%%/plugins/terminal/fish/config.fish
2868
%%DATADIR%%/plugins/terminal/jediterm-bash.in
2984
%%DATADIR%%/plugins/terminal/jediterm-bash.in
2869
%%DATADIR%%/plugins/terminal/lib/resources_en.jar
2985
%%DATADIR%%/plugins/terminal/lib/resources_en.jar
Lines 3195-3200 Link Here
3195
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
3311
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
3196
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
3312
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets
3197
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
3313
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
3314
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Comments.tmPreferences
3315
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Folding.tmPreferences
3316
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Indent.tmPreferences
3317
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Symbol List.tmPreferences
3318
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Preferences/Typing Pairs.tmPreferences
3319
%%DATADIR%%/plugins/textmate/lib/bundles/toml/README.mdown
3320
%%DATADIR%%/plugins/textmate/lib/bundles/toml/Syntaxes/TOML.tmLanguage
3321
%%DATADIR%%/plugins/textmate/lib/bundles/toml/info.plist
3198
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
3322
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
3199
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
3323
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
3200
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
3324
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
Lines 3211-3216 Link Here
3211
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json
3335
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json
3212
%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets
3336
%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets
3213
%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json
3337
%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json
3338
%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt
3339
%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json
3340
%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json
3341
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/basic.vim
3342
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/example-help.txt
3343
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/flavours.of.snippet
3344
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/modeline.md
3345
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/neo.snippets
3346
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/solarized.vim
3347
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/syntax.vim
3348
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/textobj-rubyblock.vmb
3349
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/tpope-characterize.vim
3350
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/tpope-fugitive.vim
3351
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/ulti.snip
3352
%%DATADIR%%/plugins/textmate/lib/bundles/viml/tests/vim-syntax.vim
3214
%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
3353
%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
3215
%%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json
3354
%%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json
3216
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json
3355
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json
Lines 3242-3248 Link Here
3242
%%DATADIR%%/plugins/vcs-changeReminder/lib/randomForestRegressor-0.0.11.jar
3381
%%DATADIR%%/plugins/vcs-changeReminder/lib/randomForestRegressor-0.0.11.jar
3243
%%DATADIR%%/plugins/vcs-changeReminder/lib/resources_en.jar
3382
%%DATADIR%%/plugins/vcs-changeReminder/lib/resources_en.jar
3244
%%DATADIR%%/plugins/vcs-changeReminder/lib/vcs-changeReminder.jar
3383
%%DATADIR%%/plugins/vcs-changeReminder/lib/vcs-changeReminder.jar
3245
%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.9.jar
3384
%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.10.jar
3246
%%DATADIR%%/plugins/webDeployment/lib/resources_en.jar
3385
%%DATADIR%%/plugins/webDeployment/lib/resources_en.jar
3247
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar
3386
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar
3248
%%DATADIR%%/plugins/yaml/lib/resources_en.jar
3387
%%DATADIR%%/plugins/yaml/lib/resources_en.jar

Return to bug 250392