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

Collapse All | Expand All

(-)b/devel/jetbrains-clion/Makefile (-7 / +12 lines)
Lines 1-5 Link Here
1
PORTNAME=	clion
1
PORTNAME=	clion
2
PORTVERSION=	2023.1.4
2
PORTVERSION=	2023.2
3
CATEGORIES=	devel java
3
CATEGORIES=	devel java
4
MASTER_SITES=	https://download-cdn.jetbrains.com/cpp/
4
MASTER_SITES=	https://download-cdn.jetbrains.com/cpp/
5
PKGNAMEPREFIX=	jetbrains-
5
PKGNAMEPREFIX=	jetbrains-
Lines 17-23 LICENSE_PERMS= dist-mirror pkg-mirror auto-accept Link Here
17
17
18
BUILD_DEPENDS=	jna>0:devel/jna
18
BUILD_DEPENDS=	jna>0:devel/jna
19
RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
19
RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
20
		jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \
20
		jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
21
		jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
21
		lsof:sysutils/lsof
22
		lsof:sysutils/lsof
22
23
23
USES=		cpe python:run shebangfix
24
USES=		cpe python:run shebangfix
Lines 29-34 JAVA_VERSION= 17+ Link Here
29
SHEBANG_FILES=	bin/restart.py \
30
SHEBANG_FILES=	bin/restart.py \
30
		plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
31
		plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
31
32
33
DATADIR=	${PREFIX}/share/jetbrains/${PORTNAME}
32
NO_ARCH=	yes
34
NO_ARCH=	yes
33
NO_ARCH_IGNORE=	libjnidispatch.so
35
NO_ARCH_IGNORE=	libjnidispatch.so
34
NO_BUILD=	yes
36
NO_BUILD=	yes
Lines 49-61 do-install: Link Here
49
		${WRKSRC}/bin/remote-dev-server.sh \
51
		${WRKSRC}/bin/remote-dev-server.sh \
50
		${WRKSRC}/bin/repair \
52
		${WRKSRC}/bin/repair \
51
		${WRKSRC}/jbr \
53
		${WRKSRC}/jbr \
54
		${WRKSRC}/lib/jna \
52
		${WRKSRC}/lib/native \
55
		${WRKSRC}/lib/native \
53
		${WRKSRC}/lib/pty4j \
56
		${WRKSRC}/lib/pty4j \
54
		${WRKSRC}/plugins/cwm-plugin \
57
		${WRKSRC}/plugins/cwm-plugin \
58
		${WRKSRC}/plugins/cwm-plugin-projector \
55
		${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
59
		${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
56
		${WRKSRC}/plugins/performanceTesting \
57
		${WRKSRC}/plugins/performanceTesting-async \
58
		${WRKSRC}/plugins/performanceTesting-yourkit \
59
		${WRKSRC}/plugins/remote-dev-server
60
		${WRKSRC}/plugins/remote-dev-server
60
	${MKDIR} ${STAGEDIR}${DATADIR}
61
	${MKDIR} ${STAGEDIR}${DATADIR}
61
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
62
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
Lines 66-78 do-install: Link Here
66
	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
67
	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
67
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
68
	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
68
# Use fsnotifier replacement provided by java/intellij-fsnotifier
69
# Use fsnotifier replacement provided by java/intellij-fsnotifier
69
	${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
70
	${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
70
# Install FreeBSD native lib provided by devel/jna
71
# Install FreeBSD native lib provided by devel/jna
71
	@${MKDIR} ${WRKDIR}/jna
72
	@${MKDIR} ${WRKDIR}/jna
72
	@(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so)
73
	@(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so)
73
	${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64
74
	${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64
74
	${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/
75
	${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/
75
# Use pty4j replacement provided by devel/jetbrains-pty4j
76
# Use pty4j replacement provided by devel/jetbrains-pty4j
76
	${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j
77
	${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
78
	${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
79
# Use sqlite replacement provided by devel/jetbrains-sqlite
80
	${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64
81
	${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so
77
82
78
.include <bsd.port.mk>
83
.include <bsd.port.mk>
(-)b/devel/jetbrains-clion/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1687788851
1
TIMESTAMP = 1690540529
2
SHA256 (jetbrains/CLion-2023.1.4.tar.gz) = 03830bd8c32eca51d2cb54aafbb74ce46003eaab9601465876c84107c0a19a23
2
SHA256 (jetbrains/CLion-2023.2.tar.gz) = 45671bb8cf7b18bd6da2b519b950f28d315ad49d230494a08785e78219e43819
3
SIZE (jetbrains/CLion-2023.1.4.tar.gz) = 858589459
3
SIZE (jetbrains/CLion-2023.2.tar.gz) = 863989444
(-)b/devel/jetbrains-clion/pkg-plist (-151 / +205 lines)
Lines 28-43 share/applications/clion.desktop Link Here
28
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py
28
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py
29
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_storage.py
29
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_storage.py
30
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py
30
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py
31
%%DATADIR%%/bin/icons/icon-v4-1.0-d.db
32
%%DATADIR%%/bin/icons/icon-v4-1.0.db
33
%%DATADIR%%/bin/icons/icon-v4-1.25-d.db
34
%%DATADIR%%/bin/icons/icon-v4-1.25.db
35
%%DATADIR%%/bin/icons/icon-v4-1.5-d.db
36
%%DATADIR%%/bin/icons/icon-v4-1.5.db
37
%%DATADIR%%/bin/icons/icon-v4-2.0-d.db
38
%%DATADIR%%/bin/icons/icon-v4-2.0.db
39
%%DATADIR%%/bin/icons/icon-v4-2.5-d.db
40
%%DATADIR%%/bin/icons/icon-v4-2.5.db
41
%%DATADIR%%/bin/idea.properties
31
%%DATADIR%%/bin/idea.properties
42
%%DATADIR%%/bin/inspect.sh
32
%%DATADIR%%/bin/inspect.sh
43
%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
33
%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
Lines 56-63 share/applications/clion.desktop Link Here
56
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_loader.py
46
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_loader.py
57
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_string_utils.py
47
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_string_utils.py
58
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils.py
48
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils.py
59
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_const.py
60
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_context_operator_parser.py
49
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_context_operator_parser.py
50
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_debugger_events_handler.py
61
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
51
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
62
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
52
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
63
%%DATADIR%%/bin/ltedit.sh
53
%%DATADIR%%/bin/ltedit.sh
Lines 83-94 share/applications/clion.desktop Link Here
83
%%DATADIR%%/build.txt
73
%%DATADIR%%/build.txt
84
%%DATADIR%%/help/ReferenceCard.pdf
74
%%DATADIR%%/help/ReferenceCard.pdf
85
%%DATADIR%%/help/ReferenceCardForMac.pdf
75
%%DATADIR%%/help/ReferenceCardForMac.pdf
86
%%DATADIR%%/lib/3rd-party-rt.jar
87
%%DATADIR%%/lib/annotations-java5.jar
76
%%DATADIR%%/lib/annotations-java5.jar
77
%%DATADIR%%/lib/app-client.jar
88
%%DATADIR%%/lib/app.jar
78
%%DATADIR%%/lib/app.jar
89
%%DATADIR%%/lib/async-profiler-windows.jar
90
%%DATADIR%%/lib/async-profiler.jar
79
%%DATADIR%%/lib/async-profiler.jar
91
%%DATADIR%%/lib/build-marker-CL-231.9161.40
80
%%DATADIR%%/lib/bouncy-castle.jar
81
%%DATADIR%%/lib/build-marker-CL-232.8660.186
92
%%DATADIR%%/lib/byte-buddy-agent.jar
82
%%DATADIR%%/lib/byte-buddy-agent.jar
93
%%DATADIR%%/lib/cds/classesLogAgent.jar
83
%%DATADIR%%/lib/cds/classesLogAgent.jar
94
%%DATADIR%%/lib/error-prone-annotations.jar
84
%%DATADIR%%/lib/error-prone-annotations.jar
Lines 96-102 share/applications/clion.desktop Link Here
96
%%DATADIR%%/lib/externalProcess-rt.jar
86
%%DATADIR%%/lib/externalProcess-rt.jar
97
%%DATADIR%%/lib/forms_rt.jar
87
%%DATADIR%%/lib/forms_rt.jar
98
%%DATADIR%%/lib/groovy.jar
88
%%DATADIR%%/lib/groovy.jar
99
%%DATADIR%%/lib/intellij-coverage-agent-1.0.706.jar
89
%%DATADIR%%/lib/grpc.jar
90
%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar
100
%%DATADIR%%/lib/intellij-test-discovery.jar
91
%%DATADIR%%/lib/intellij-test-discovery.jar
101
%%DATADIR%%/lib/jetbrains-annotations.jar
92
%%DATADIR%%/lib/jetbrains-annotations.jar
102
%%DATADIR%%/lib/jna/amd64/libjnidispatch.so
93
%%DATADIR%%/lib/jna/amd64/libjnidispatch.so
Lines 104-111 share/applications/clion.desktop Link Here
104
%%DATADIR%%/lib/jsch-agent.jar
95
%%DATADIR%%/lib/jsch-agent.jar
105
%%DATADIR%%/lib/junit4.jar
96
%%DATADIR%%/lib/junit4.jar
106
%%DATADIR%%/lib/junit5.jar
97
%%DATADIR%%/lib/junit5.jar
98
%%DATADIR%%/lib/lib-client.jar
99
%%DATADIR%%/lib/lib.jar
100
%%DATADIR%%/lib/modules.jar
101
%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so
102
%%DATADIR%%/lib/platform-loader.jar
103
%%DATADIR%%/lib/product-client.jar
104
%%DATADIR%%/lib/product.jar
107
%%DATADIR%%/lib/protobuf.jar
105
%%DATADIR%%/lib/protobuf.jar
108
%%DATADIR%%/lib/pty4j
106
%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so
109
%%DATADIR%%/lib/rd.jar
107
%%DATADIR%%/lib/rd.jar
110
%%DATADIR%%/lib/stats.jar
108
%%DATADIR%%/lib/stats.jar
111
%%DATADIR%%/lib/testFramework.jar
109
%%DATADIR%%/lib/testFramework.jar
Lines 127-135 share/applications/clion.desktop Link Here
127
%%DATADIR%%/license/third-party-libraries.json
125
%%DATADIR%%/license/third-party-libraries.json
128
%%DATADIR%%/license/yourkit-license-redist.txt
126
%%DATADIR%%/license/yourkit-license-redist.txt
129
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
127
%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
128
%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
130
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
129
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
131
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
130
%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
132
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
131
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
132
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar
133
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar
134
%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar
133
%%DATADIR%%/plugins/angularJS/lib/angularJS.jar
135
%%DATADIR%%/plugins/angularJS/lib/angularJS.jar
134
%%DATADIR%%/plugins/angularJS/ngCli/commands/generate-impl.js
136
%%DATADIR%%/plugins/angularJS/ngCli/commands/generate-impl.js
135
%%DATADIR%%/plugins/angularJS/ngCli/commands/generate.json
137
%%DATADIR%%/plugins/angularJS/ngCli/commands/generate.json
Lines 145-180 share/applications/clion.desktop Link Here
145
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider70.js
147
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider70.js
146
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider80.js
148
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider80.js
147
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider90.js
149
%%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider90.js
148
%%DATADIR%%/plugins/c-clangd/lib/c-clangd.jar
150
%%DATADIR%%/plugins/c-clangd-plugin/lib/c-clangd-plugin.jar
149
%%DATADIR%%/plugins/c-clangdBridge/lib/c-clangdBridge.jar
151
%%DATADIR%%/plugins/c-clangdBridge-plugin/lib/c-clangdBridge-plugin.jar
150
%%DATADIR%%/plugins/c-performanceTesting-plugin/lib/c-performanceTesting-plugin.jar
152
%%DATADIR%%/plugins/c-performanceTesting-plugin/lib/c-performanceTesting-plugin.jar
151
%%DATADIR%%/plugins/c-plugin/lib/c-plugin.jar
153
%%DATADIR%%/plugins/c-plugin/lib/c-plugin.jar
154
%%DATADIR%%/plugins/charts/lib/charts.jar
152
%%DATADIR%%/plugins/cidr-base-plugin/lib/cidr-base-plugin.jar
155
%%DATADIR%%/plugins/cidr-base-plugin/lib/cidr-base-plugin.jar
153
%%DATADIR%%/plugins/cidr-clangConfig/lib/cidr-clangConfig.jar
156
%%DATADIR%%/plugins/cidr-clangConfig-plugin/lib/cidr-clangConfig-plugin.jar
154
%%DATADIR%%/plugins/cidr-clangFormat/lib/cidr-clangFormat.jar
157
%%DATADIR%%/plugins/cidr-clangFormat-plugin/lib/cidr-clangFormat-plugin.jar
155
%%DATADIR%%/plugins/cidr-compiler-custom/lib/cidr-compiler-custom.jar
158
%%DATADIR%%/plugins/cidr-compiler-custom-plugin/lib/cidr-compiler-custom-plugin.jar
156
%%DATADIR%%/plugins/cidr-completionMlRanking-plugin/lib/cidr-completionMlRanking-plugin.jar
159
%%DATADIR%%/plugins/cidr-completionMlRanking-plugin/lib/cidr-completionMlRanking-plugin.jar
157
%%DATADIR%%/plugins/cidr-copyright-plugin/lib/cidr-copyright-plugin.jar
160
%%DATADIR%%/plugins/cidr-copyright-plugin/lib/cidr-copyright-plugin.jar
158
%%DATADIR%%/plugins/cidr-grazie-plugin/lib/cidr-grazie-plugin.jar
161
%%DATADIR%%/plugins/cidr-grazie-plugin/lib/cidr-grazie-plugin.jar
159
%%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar
162
%%DATADIR%%/plugins/cidr-langInjection-plugin/lib/cidr-langInjection-plugin.jar
160
%%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar
163
%%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar
161
%%DATADIR%%/plugins/cidr-markdown-plugin/lib/cidr-markdown-plugin.jar
164
%%DATADIR%%/plugins/cidr-markdown-plugin/lib/cidr-markdown-plugin.jar
162
%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
165
%%DATADIR%%/plugins/clion-compdb-plugin/lib/clion-compdb-plugin.jar
163
%%DATADIR%%/plugins/clion-ctest/lib/clion-ctest.jar
166
%%DATADIR%%/plugins/clion-ctest-plugin/lib/clion-ctest-plugin.jar
164
%%DATADIR%%/plugins/clion-diagnostics/lib/clion-diagnostics.jar
167
%%DATADIR%%/plugins/clion-diagnostics-plugin/lib/clion-diagnostics-plugin.jar
165
%%DATADIR%%/plugins/clion-embedded/lib/clion-embedded.jar
168
%%DATADIR%%/plugins/clion-embedded-plugin/lib/clion-embedded-plugin.jar
166
%%DATADIR%%/plugins/clion-makefile/lib/clion-makefile.jar
169
%%DATADIR%%/plugins/clion-ide/lib/clion-ide.jar
167
%%DATADIR%%/plugins/clion-packageManager/lib/clion-packageManager.jar
170
%%DATADIR%%/plugins/clion-makefile-plugin/lib/clion-makefile-plugin.jar
171
%%DATADIR%%/plugins/clion-packageManager-plugin/lib/clion-packageManager-plugin.jar
168
%%DATADIR%%/plugins/clion-performanceTesting-plugin/lib/clion-performanceTesting-plugin.jar
172
%%DATADIR%%/plugins/clion-performanceTesting-plugin/lib/clion-performanceTesting-plugin.jar
169
%%DATADIR%%/plugins/clion-runFile/lib/clion-runFile.jar
173
%%DATADIR%%/plugins/clion-runFile-plugin/lib/clion-runFile-plugin.jar
170
%%DATADIR%%/plugins/clion-rustHelper/lib/clion-rustHelper.jar
174
%%DATADIR%%/plugins/clion-rustHelper-plugin/lib/clion-rustHelper-plugin.jar
171
%%DATADIR%%/plugins/clion-test-boost/lib/clion-test-boost.jar
175
%%DATADIR%%/plugins/clion-test-boost-plugin/lib/clion-test-boost-plugin.jar
172
%%DATADIR%%/plugins/clion-test-catch/lib/clion-test-catch.jar
176
%%DATADIR%%/plugins/clion-test-catch-plugin/lib/clion-test-catch-plugin.jar
173
%%DATADIR%%/plugins/clion-test-doctest/lib/clion-test-doctest.jar
177
%%DATADIR%%/plugins/clion-test-doctest-plugin/lib/clion-test-doctest-plugin.jar
174
%%DATADIR%%/plugins/clion-test-google/lib/clion-test-google.jar
178
%%DATADIR%%/plugins/clion-test-google-plugin/lib/clion-test-google-plugin.jar
175
%%DATADIR%%/plugins/clion-webDeployment/lib/clion-webDeployment.jar
179
%%DATADIR%%/plugins/clion-webDeployment-plugin/lib/clion-webDeployment-plugin.jar
176
%%DATADIR%%/plugins/clion/lib/clion.jar
177
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
180
%%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
181
%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
178
%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
182
%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
179
%%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
183
%%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
180
%%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
184
%%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
Lines 193-200 share/applications/clion.desktop Link Here
193
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
197
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
194
%%DATADIR%%/plugins/copyright/lib/copyright.jar
198
%%DATADIR%%/plugins/copyright/lib/copyright.jar
195
%%DATADIR%%/plugins/css-impl/lib/css-impl.jar
199
%%DATADIR%%/plugins/css-impl/lib/css-impl.jar
196
%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
197
%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar
198
%%DATADIR%%/plugins/dev/lib/dev.jar
200
%%DATADIR%%/plugins/dev/lib/dev.jar
199
%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
201
%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
200
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
202
%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
Lines 207-216 share/applications/clion.desktop Link Here
207
%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
209
%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
208
%%DATADIR%%/plugins/grid-impl/lib/grid.jar
210
%%DATADIR%%/plugins/grid-impl/lib/grid.jar
209
%%DATADIR%%/plugins/html-tools/lib/html-tools.jar
211
%%DATADIR%%/plugins/html-tools/lib/html-tools.jar
212
%%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js
213
%%DATADIR%%/plugins/javascript-debugger/debugConnector.js
214
%%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js
215
%%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js
210
%%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar
216
%%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar
211
%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar
217
%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar
212
%%DATADIR%%/plugins/javascript-debugger/lib/debugConnectionForwarder.js
213
%%DATADIR%%/plugins/javascript-debugger/lib/debugConnector.js
214
%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
218
%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
215
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar
219
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar
216
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar
220
%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar
Lines 250-262 share/applications/clion.desktop Link Here
250
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
254
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
251
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
255
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
252
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
256
%%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
253
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.ijx
257
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.ijx
254
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.txt
258
%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.txt
255
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
259
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
256
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
260
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
261
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/diagnosticMessages.json
257
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/es2019decorators.d.ts
262
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/es2019decorators.d.ts
258
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/flow.utilities.d.ts
263
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/flow.utilities.d.ts
259
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.d.ts
264
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.d.ts
265
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.d.ts
266
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.legacy.d.ts
260
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.d.ts
267
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.d.ts
261
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
268
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
262
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
269
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
Lines 289-294 share/applications/clion.desktop Link Here
289
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
296
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
290
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.d.ts
297
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.d.ts
291
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
298
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
299
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.intl.d.ts
292
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
300
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
293
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
301
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
294
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
302
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
Lines 314-321 share/applications/clion.desktop Link Here
314
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
322
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
315
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
323
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
316
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
324
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
325
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.regexp.d.ts
317
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
326
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
318
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
327
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
328
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.array.d.ts
329
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.d.ts
330
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.full.d.ts
319
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
331
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
320
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
332
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
321
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
333
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
Lines 329-336 share/applications/clion.desktop Link Here
329
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
341
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
330
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
342
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
331
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/react.d.ts
343
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/react.d.ts
344
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserver.js
332
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserverlibrary.js
345
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserverlibrary.js
333
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typesMap.json
346
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typesMap.json
347
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typingsInstaller.js
334
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/watchGuard.js
348
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/watchGuard.js
335
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/websql.d.ts
349
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/websql.d.ts
336
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/xpath.d.ts
350
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/xpath.d.ts
Lines 347-354 share/applications/clion.desktop Link Here
347
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/webassembly.js
361
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/webassembly.js
348
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js
362
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js
349
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-lanuage-api.js
363
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-lanuage-api.js
364
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/.gitignore
350
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ide-watcher.js
365
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ide-watcher.js
366
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/init.ts
351
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/logger-impl.js
367
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/logger-impl.js
368
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js
369
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json
352
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/out-path-process.js
370
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/out-path-process.js
353
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/service-loader.js
371
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/service-loader.js
354
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
372
%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
Lines 382-387 share/applications/clion.desktop Link Here
382
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json
400
%%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json
383
%%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
401
%%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
384
%%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
402
%%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
403
%%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar
385
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt
404
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt
386
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md
405
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md
387
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js
406
%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js
Lines 428-433 share/applications/clion.desktop Link Here
428
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
447
%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
429
%%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
448
%%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
430
%%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
449
%%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
450
%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
451
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
431
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
452
%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
432
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
453
%%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
433
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
454
%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
Lines 729-734 share/applications/clion.desktop Link Here
729
%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py
750
%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py
730
%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py
751
%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py
731
%%DATADIR%%/plugins/python-ce/helpers/epydoc/util.py
752
%%DATADIR%%/plugins/python-ce/helpers/epydoc/util.py
753
%%DATADIR%%/plugins/python-ce/helpers/exec.txt
732
%%DATADIR%%/plugins/python-ce/helpers/extra_syspath.py
754
%%DATADIR%%/plugins/python-ce/helpers/extra_syspath.py
733
%%DATADIR%%/plugins/python-ce/helpers/generator3/__init__.py
755
%%DATADIR%%/plugins/python-ce/helpers/generator3/__init__.py
734
%%DATADIR%%/plugins/python-ce/helpers/generator3/__main__.py
756
%%DATADIR%%/plugins/python-ce/helpers/generator3/__main__.py
Lines 1286-1295 share/applications/clion.desktop Link Here
1286
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c
1308
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c
1287
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
1309
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
1288
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
1310
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
1311
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_312.c
1289
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
1312
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
1290
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
1313
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
1291
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd
1314
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd
1292
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd
1315
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd
1316
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd
1317
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd
1318
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd
1319
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd
1293
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
1320
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
1294
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
1321
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
1295
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
1322
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
Lines 1333-1338 share/applications/clion.desktop Link Here
1333
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py
1360
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py
1334
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
1361
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
1335
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py
1362
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py
1363
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py
1364
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py
1365
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py
1336
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py
1366
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py
1337
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h
1367
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h
1338
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
1368
%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
Lines 1361-1366 share/applications/clion.desktop Link Here
1361
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py
1391
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py
1362
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_common.py
1392
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_common.py
1363
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_code.py
1393
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_code.py
1394
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generate_import_error.py
1395
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generation_utils.py
1396
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/start_generation.py
1397
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/msvccompiler_wrapper.py
1364
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py
1398
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py
1365
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt
1399
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt
1366
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py
1400
%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py
Lines 1730-1735 share/applications/clion.desktop Link Here
1730
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml
1764
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml
1731
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml
1765
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml
1732
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml
1766
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml
1767
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/typecheck_typeshed_code.yml
1733
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore
1768
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore
1734
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml
1769
%%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml
1735
%%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md
1770
%%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md
Lines 1739-1748 share/applications/clion.desktop Link Here
1739
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml
1774
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml
1740
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json
1775
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json
1741
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json
1776
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json
1777
%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json
1742
%%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt
1778
%%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt
1743
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py
1779
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py
1744
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py
1780
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py
1745
%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/update-stubtest-allowlist.py
1746
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi
1781
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi
1747
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi
1782
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi
1748
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi
1783
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi
Lines 2160-2165 share/applications/clion.desktop Link Here
2160
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi
2195
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi
2161
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi
2196
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi
2162
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi
2197
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi
2198
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi
2163
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi
2199
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi
2164
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi
2200
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi
2165
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi
2201
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi
Lines 2271-2276 share/applications/clion.desktop Link Here
2271
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi
2307
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi
2272
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi
2308
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi
2273
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi
2309
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi
2310
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/has_key.pyi
2274
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi
2311
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi
2275
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi
2312
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi
2276
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi
2313
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi
Lines 2449-2463 share/applications/clion.desktop Link Here
2449
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi
2486
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi
2450
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
2487
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
2451
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi
2488
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi
2489
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/forkserver.pyi
2490
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/heap.pyi
2452
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi
2491
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi
2453
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi
2492
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi
2493
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_fork.pyi
2494
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_forkserver.pyi
2495
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi
2496
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi
2454
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi
2497
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi
2455
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi
2498
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi
2456
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/reduction.pyi
2499
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/reduction.pyi
2500
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_sharer.pyi
2501
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_tracker.pyi
2457
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi
2502
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi
2458
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi
2503
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi
2459
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi
2504
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi
2460
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi
2505
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi
2506
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/util.pyi
2461
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi
2507
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi
2462
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi
2508
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi
2463
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi
2509
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi
Lines 2636-2641 share/applications/clion.desktop Link Here
2636
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi
2682
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi
2637
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi
2683
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi
2638
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi
2684
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi
2685
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/METADATA.toml
2686
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/__init__.pyi
2687
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_output.pyi
2688
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/__init__.pyi
2689
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_capture_output.pyi
2690
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_float_capture_output.pyi
2691
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pil_capture_output.pyi
2692
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_capture_output.pyi
2693
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_capture_output.pyi
2694
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_gpu_capture_output.pyi
2695
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_gpu_capture_output.pyi
2696
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/d3dshot.pyi
2697
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/display.pyi
2698
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/__init__.pyi
2699
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/d3d.pyi
2700
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/dxgi.pyi
2701
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/shcore.pyi
2702
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/user32.pyi
2639
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml
2703
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml
2640
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi
2704
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi
2641
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi
2705
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi
Lines 2782-2787 share/applications/clion.desktop Link Here
2782
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi
2846
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi
2783
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi
2847
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi
2784
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi
2848
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi
2849
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml
2850
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi
2785
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt
2851
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt
2786
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml
2852
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml
2787
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi
2853
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi
Lines 3188-3194 share/applications/clion.desktop Link Here
3188
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml
3254
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml
3189
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi
3255
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi
3190
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi
3256
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi
3191
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/@tests/requirements-stubtest.txt
3192
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml
3257
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml
3193
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi
3258
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi
3194
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi
3259
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi
Lines 3418-3423 share/applications/clion.desktop Link Here
3418
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi
3483
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi
3419
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml
3484
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml
3420
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi
3485
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi
3486
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt
3487
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml
3488
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi
3489
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi
3490
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/api.pyi
3491
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/backend_ctypes.pyi
3492
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cffi_opcode.pyi
3493
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/commontypes.pyi
3494
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cparser.pyi
3495
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/error.pyi
3496
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/ffiplatform.pyi
3497
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/lock.pyi
3498
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/model.pyi
3499
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/pkgconfig.pyi
3500
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/recompiler.pyi
3501
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/setuptools_ext.pyi
3502
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi
3503
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi
3504
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi
3421
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt
3505
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt
3422
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml
3506
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml
3423
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi
3507
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi
Lines 3653-3659 share/applications/clion.desktop Link Here
3653
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi
3737
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi
3654
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi
3738
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi
3655
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi
3739
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi
3656
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/ttfonts.pyi
3657
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi
3740
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi
3658
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt
3741
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt
3659
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/METADATA.toml
3742
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/METADATA.toml
Lines 3672-3678 share/applications/clion.desktop Link Here
3672
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi
3755
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi
3673
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi
3756
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi
3674
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi
3757
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi
3675
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/requirements-stubtest.txt
3676
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt
3758
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt
3677
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml
3759
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml
3678
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi
3760
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi
Lines 3770-3776 share/applications/clion.desktop Link Here
3770
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi
3852
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi
3771
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi
3853
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi
3772
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi
3854
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi
3773
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_reflect.pyi
3774
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi
3855
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi
3775
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi
3856
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi
3776
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_validators.pyi
3857
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_validators.pyi
Lines 3778-3783 share/applications/clion.desktop Link Here
3778
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi
3859
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi
3779
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi
3860
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi
3780
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi
3861
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi
3862
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt
3863
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml
3864
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi
3865
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi
3866
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_generic.pyi
3867
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi
3868
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi
3869
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi
3781
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt
3870
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt
3782
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml
3871
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml
3783
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi
3872
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi
Lines 4240-4245 share/applications/clion.desktop Link Here
4240
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi
4329
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi
4241
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi
4330
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi
4242
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi
4331
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi
4332
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_openssh.pyi
4243
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi
4333
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi
4244
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt
4334
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt
4245
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/METADATA.toml
4335
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/METADATA.toml
Lines 4361-4366 share/applications/clion.desktop Link Here
4361
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi
4451
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi
4362
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi
4452
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi
4363
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi
4453
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi
4454
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi
4364
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi
4455
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi
4365
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml
4456
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml
4366
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi
4457
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi
Lines 4382-4387 share/applications/clion.desktop Link Here
4382
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi
4473
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi
4383
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi
4474
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi
4384
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi
4475
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi
4476
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt
4477
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml
4478
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi
4479
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi
4480
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi
4481
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi
4482
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi
4483
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi
4484
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi
4485
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi
4486
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi
4487
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/__init__.pyi
4488
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/_parent.pyi
4489
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/__init__.pyi
4490
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi
4491
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi
4492
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi
4493
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi
4494
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi
4495
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/win32.pyi
4496
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi
4497
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt
4385
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml
4498
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml
4386
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi
4499
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi
4387
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi
4500
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi
Lines 4516-4529 share/applications/clion.desktop Link Here
4516
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi
4629
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi
4517
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi
4630
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi
4518
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt
4631
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt
4632
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py
4519
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml
4633
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml
4520
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi
4634
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi
4635
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__version__.pyi
4521
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi
4636
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi
4522
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi
4637
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi
4523
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi
4638
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi
4524
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi
4639
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi
4525
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi
4640
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi
4526
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi
4641
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi
4642
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/help.pyi
4527
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi
4643
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi
4528
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi
4644
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi
4529
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages.pyi
4645
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages.pyi
Lines 4535-4627 share/applications/clion.desktop Link Here
4535
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml
4651
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml
4536
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi
4652
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi
4537
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi
4653
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi
4538
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/@tests/stubtest_allowlist.txt
4539
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/METADATA.toml
4540
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/__init__.pyi
4541
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/common/__init__.pyi
4542
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/common/exceptions.pyi
4543
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/__init__.pyi
4544
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/android/__init__.pyi
4545
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/android/webdriver.pyi
4546
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/blackberry/__init__.pyi
4547
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/blackberry/webdriver.pyi
4548
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/__init__.pyi
4549
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/options.pyi
4550
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/remote_connection.pyi
4551
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/service.pyi
4552
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/webdriver.pyi
4553
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/__init__.pyi
4554
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/action_chains.pyi
4555
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/__init__.pyi
4556
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/action_builder.pyi
4557
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/input_device.pyi
4558
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/interaction.pyi
4559
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_actions.pyi
4560
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_input.pyi
4561
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/mouse_button.pyi
4562
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_actions.pyi
4563
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_input.pyi
4564
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/alert.pyi
4565
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/by.pyi
4566
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/desired_capabilities.pyi
4567
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/html5/__init__.pyi
4568
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/html5/application_cache.pyi
4569
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/keys.pyi
4570
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/proxy.pyi
4571
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/service.pyi
4572
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/touch_actions.pyi
4573
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/utils.pyi
4574
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/__init__.pyi
4575
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/options.pyi
4576
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/service.pyi
4577
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/webdriver.pyi
4578
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/__init__.pyi
4579
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/extension_connection.pyi
4580
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_binary.pyi
4581
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_profile.pyi
4582
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/options.pyi
4583
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/remote_connection.pyi
4584
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/service.pyi
4585
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/webdriver.pyi
4586
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/webelement.pyi
4587
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/__init__.pyi
4588
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/options.pyi
4589
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/service.pyi
4590
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/webdriver.pyi
4591
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/__init__.pyi
4592
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/options.pyi
4593
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/webdriver.pyi
4594
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/__init__.pyi
4595
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/service.pyi
4596
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/webdriver.pyi
4597
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/__init__.pyi
4598
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/command.pyi
4599
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/errorhandler.pyi
4600
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/file_detector.pyi
4601
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/mobile.pyi
4602
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/remote_connection.pyi
4603
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/switch_to.pyi
4604
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/utils.pyi
4605
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/webdriver.pyi
4606
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/webelement.pyi
4607
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/__init__.pyi
4608
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/permissions.pyi
4609
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/remote_connection.pyi
4610
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/service.pyi
4611
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/webdriver.pyi
4612
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/__init__.pyi
4613
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/abstract_event_listener.pyi
4614
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/color.pyi
4615
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/event_firing_webdriver.pyi
4616
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/events.pyi
4617
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/expected_conditions.pyi
4618
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/select.pyi
4619
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/ui.pyi
4620
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/wait.pyi
4621
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/__init__.pyi
4622
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/options.pyi
4623
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/service.pyi
4624
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/webdriver.pyi
4625
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt
4654
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt
4626
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml
4655
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml
4627
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi
4656
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi
Lines 4638-4644 share/applications/clion.desktop Link Here
4638
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi
4667
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi
4639
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi
4668
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi
4640
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi
4669
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi
4641
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_wininst.pyi
4642
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi
4670
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi
4643
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi
4671
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi
4644
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi
4672
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi
Lines 4800-4805 share/applications/clion.desktop Link Here
4800
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/deletable_api_resource.pyi
4828
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/deletable_api_resource.pyi
4801
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/listable_api_resource.pyi
4829
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/listable_api_resource.pyi
4802
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/nested_resource_class_methods.pyi
4830
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/nested_resource_class_methods.pyi
4831
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/searchable_api_resource.pyi
4803
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/singleton_api_resource.pyi
4832
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/singleton_api_resource.pyi
4804
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/updateable_api_resource.pyi
4833
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/updateable_api_resource.pyi
4805
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/verify_mixin.pyi
4834
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/verify_mixin.pyi
Lines 4875-4880 share/applications/clion.desktop Link Here
4875
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/report_type.pyi
4904
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/report_type.pyi
4876
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reversal.pyi
4905
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reversal.pyi
4877
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/review.pyi
4906
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/review.pyi
4907
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/search_result_object.pyi
4878
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi
4908
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi
4879
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi
4909
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi
4880
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi
4910
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi
Lines 4957-4962 share/applications/clion.desktop Link Here
4957
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi
4987
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi
4958
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi
4988
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi
4959
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi
4989
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi
4990
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt
4991
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml
4992
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi
4993
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi
4994
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/@tests/stubtest_allowlist.txt
4995
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/METADATA.toml
4996
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/tree_sitter/__init__.pyi
4997
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/tree_sitter/binding.pyi
4960
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml
4998
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml
4961
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi
4999
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi
4962
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi
5000
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi
Lines 4983-4988 share/applications/clion.desktop Link Here
4983
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connection.pyi
5021
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connection.pyi
4984
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connectionpool.pyi
5022
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connectionpool.pyi
4985
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi
5023
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi
5024
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/socks.pyi
4986
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/exceptions.pyi
5025
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/exceptions.pyi
4987
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/fields.pyi
5026
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/fields.pyi
4988
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/filepost.pyi
5027
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/filepost.pyi
Lines 4994-4999 share/applications/clion.desktop Link Here
4994
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/response.pyi
5033
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/response.pyi
4995
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/__init__.pyi
5034
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/__init__.pyi
4996
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/connection.pyi
5035
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/connection.pyi
5036
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/queue.pyi
4997
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/request.pyi
5037
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/request.pyi
4998
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/response.pyi
5038
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/response.pyi
4999
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/retry.pyi
5039
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/retry.pyi
Lines 5049-5072 share/applications/clion.desktop Link Here
5049
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi
5089
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi
5050
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi
5090
%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi
5051
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/README.md
5091
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/README.md
5052
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/test_coroutines.py
5092
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_coroutines.py
5053
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/test_gather.py
5093
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_gather.py
5054
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_iteration.py
5094
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_dict.py
5055
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_list.py
5095
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_iteration.py
5056
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_object.py
5096
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_list.py
5057
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_pow.py
5097
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_object.py
5058
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_sum.py
5098
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_pow.py
5059
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_tuple.py
5099
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_sum.py
5060
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_codecs.py
5100
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_tuple.py
5061
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_contextlib.py
5101
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_codecs.py
5062
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_logging.py
5102
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_contextlib.py
5063
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_unittest.py
5103
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_logging.py
5064
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/all.py
5104
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_threading.py
5065
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/pattern.py
5105
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_unittest.py
5106
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_all.py
5107
%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_pattern.py
5066
%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz
5108
%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz
5067
%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.16.7.pyz
5109
%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.16.7.pyz
5068
%%DATADIR%%/plugins/python-ce/lib/python-ce.jar
5110
%%DATADIR%%/plugins/python-ce/lib/python-ce.jar
5069
%%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar
5111
%%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar
5112
%%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar
5070
%%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar
5113
%%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar
5071
%%DATADIR%%/plugins/restClient/lib/restClient.jar
5114
%%DATADIR%%/plugins/restClient/lib/restClient.jar
5072
%%DATADIR%%/plugins/sass/lib/sass.jar
5115
%%DATADIR%%/plugins/sass/lib/sass.jar
Lines 5086-5094 share/applications/clion.desktop Link Here
5086
%%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
5129
%%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
5087
%%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
5130
%%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
5088
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
5131
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
5089
%%DATADIR%%/plugins/terminal/fish/init.fish
5090
%%DATADIR%%/plugins/terminal/jediterm-bash.in
5091
%%DATADIR%%/plugins/terminal/lib/terminal.jar
5132
%%DATADIR%%/plugins/terminal/lib/terminal.jar
5133
%%DATADIR%%/plugins/terminal/pwsh/pwsh.ps1
5134
%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash
5135
%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash
5136
%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish
5137
%%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish
5138
%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1
5139
%%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1
5092
%%DATADIR%%/plugins/terminal/zsh/.zshenv
5140
%%DATADIR%%/plugins/terminal/zsh/.zshenv
5093
%%DATADIR%%/plugins/terminal/zsh/hooks.zsh
5141
%%DATADIR%%/plugins/terminal/zsh/hooks.zsh
5094
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
5142
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
Lines 5104-5109 share/applications/clion.desktop Link Here
5104
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
5152
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
5105
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
5153
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
5106
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
5154
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
5155
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE
5156
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md
5157
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json
5158
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
5159
%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
5107
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
5160
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
5108
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
5161
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
5109
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
5162
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
Lines 5495-5500 share/applications/clion.desktop Link Here
5495
%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
5548
%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
5496
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
5549
%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
5497
%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar
5550
%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar
5551
%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar
5498
%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar
5552
%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar
5499
%%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar
5553
%%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar
5500
%%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar
5554
%%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar

Return to bug 272822