diff --git a/UPDATING b/UPDATING index 6e9a9090b75f..37430f648c6b 100644 --- a/UPDATING +++ b/UPDATING @@ -1,4057 +1,4076 @@ This file documents some of the problems you may encounter when upgrading your ports. We try our best to minimize these disruptions, but sometimes they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20250404: + AFFECTS: users of jetbrains-clion + AUTHOR: fernape@FreeBSD.org + + The jetbrains-clion update to 2024.3.5 might fail under certain circumstances + that are not clear. If this happens users are encouraged to check the contents + of ~/.config/JetBrains/CLion2024.3/clion64.vmoptions and ensure that the + following option IS NOT present: + + -Didea.suppressed.plugins.set.selector=radler + + If it is, change the value to: + + -Didea.suppressed.plugins.set.selector=classic + + References: + https://youtrack.jetbrains.com/issue/CPP-44041#focus=Comments-27-11819516.0-0 + https://youtrack.jetbrains.com/issue/IJPL-175884/Start-Failed#focus=Comments-27-11425743.0-0 + 20250402: AFFECTS: users of devel/glib20 and devel/gobject-introspection building outside of Poudriere AUTHOR: arrowd@FreeBSD.org New versions of glib started to require gobject-introspection as a build dependency, while gobject-introspection requires glib to build. This forms a dependency cycle that is dealt with by introducing the @bootstrap flavor for mentioned ports. This solution is suggested by the upstream as well, see https://discourse.gnome.org/t/dealing-with-glib-and-gobject-introspection-circular-dependency/18701 When building devel/glib20 in Poudriere no manual intervention is required. The devel/glib20@bootstrap gets built first and provides for devel/gobject-introspection@bootstrap. This in turn provides for a normal devel/glib20 build, which finally fulfills a dependency for normal devel/gobject-introspection Users that are building outside of the isolated environments would need to manually resolve the conflict when installing devel/glib20 for the first time. At some point during the build the installed *-boostrap packages will prevent a corresponding normal package from installing. Users would need to run pkg remove glib-bootstrap and later pkg remove gobject-introspection-bootstrap to proceed with installation. Luckily, this should not be required for the further upgrades, because the installed packages would directly provide for the being built ones. 20250327: AFFECTS: users of thunderbird AUTHOR: cmt@FreeBSD.org The mail/thunderbird port switched to Thunderbird's new release train, with frequent major releases (ca. 4-weeks-cycle). Users wanting to stay with the 128-releases for now and the ESR releases in general should switch to the mail/thunderbird-esr port. 20250325: AFFECTS: users of TeX* AUTHOR: bofh@FreeBSD.org TeX system has been updated to 2025 from 2024. Normal pkg upgrade or portmaster -a should handle all the upgrade properly. In case not please create a ticket or send a mail to tex@FreeBSD.org Previously users have reported to delete texlive-texmf prior to starting update, or pkg-static will indicate there is a conflict during the upgrade of texlive-base : # pkg remove texlive-texmf 20250321: AFFECTS: users of mail/oama AUTHOR: nivit@FreeBSD.org Starting from version 0.15, when the GPG backend is used the encrypted credentials are stored in the $XDG_STATE_HOME/oama directory. If the XDG_STATE_HOME environment variable is not set then it defaults to $HOME/.local/state. That is a breaking change! If you use the GPG backend you need to manually move your credential ~/.local/var/oama/*.oama files into the new directory. 20250316: AFFECTS: users of graphics/gdk-pixbuf2 AUTHOR: vishwin@FreeBSD.org Loaders for ANI, BMP, ICNS, ICO, PNM, QTIF, TGA, XBM and XPM have been moved to a separate graphics/gdk-pixbuf-extra port. Install the aforementioned port if artefacts in those formats no longer load or otherwise cause errors, and report them so that USE_GNOME=gdkpixbufextra can be declared. Most should only need USE_GNOME=gdkpixbufextra:run, but for those also needing these loaders for build, leave out the :run. 20250315: AFFECTS: users of sysutils/snmp_exporter AUTHOR: lexi@hemlock.eden.le-fay.org BREAKING CHANGE: The new version of sysutils/snmp_exporter (0.28.0) introduces several breaking changes. If you don't want to migrate yet, switch to the new port sysutils/snmp_exporter20 which contains the previous version (0.20.0). 1. The exporter uses a new configuration file format for SNMP authentication, and configurations from the previous version will no longer work. This applies regardless of whether you use the configuration generator or write the configuration by hand. For migration instructions, see: https://github.com/prometheus/snmp_exporter/blob/main/auth-split-migration.md 2. Breaking changes were made affecting the 'synology', 'ddwrt' and 'kemp_loadmaster' modules. For migration instructions, see: https://github.com/prometheus/snmp_exporter/releases/tag/v0.27.0 3. The sysUpTime metric has been removed from the if_mib module. For migration instructions, see: https://github.com/prometheus/snmp_exporter/releases/tag/v0.28.0 4. (FreeBSD-specific) The port no longer patches the generator to hardcode ${PREFIX}/etc in the paths used by snmp_exporter_generator. If you were relying on this behaviour, you should update your scripts to specify the full pathname. 20250312: AFFECTS: users of net/samba4{19,20} AUTHOR: michaelo@FreeBSD.org The MANDOC option has been renamed to MANPAGES to match the option name with other ports and the description from Mk/bsd.options.desc.mk. 20250311: AFFECTS: users of databases/mongodb80 AUTHOR: ronald@FreeBSD.org Added flavor mongodb80-armv80a. See item 20250217 for the rationale. 20250310: AFFECTS: users of www/wget2 AUTHOR: michaelo@FreeBSD.org The default NGHTTP2 option has been renamed to HTTP2 to match the option name in ftp/curl and the description from Mk/bsd.options.desc.mk. 20250219: AFFECTS: users of comms/ser2net AUTHOR: rodrigo@FreeBSD.org ser2net 4.6.4 doesn't support 3.5.1 configuration who has to be converted over to use new YAML syntax. Please see the examples on ser2net.yaml sample configuration and read the ser2net.yaml manpage on how to configure the new version. Additional links and resources have been provided on the pkg-message. 20250217: AFFECTS: users of databases/mongodb70 AUTHOR: ronald@FreeBSD.org MongoDB on non-LSE ARM CPUs like Raspberry Pi 4 works but is unsupported upstream and can give corruption on high concurrency. Please read https://jira.mongodb.org/browse/SERVER-71772 for details. Port mongodb70 is flavored to create two packages: mongodb70 and mongodb70-armv80a Please install mongodb70-armv80a on RPI4 or similar ARM systems as pkg mongodb70 will fail on runtime with unsupported instruction error. 20250208: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org 1. Please make sure that the PostgreSQL server for the NetBox instance is running version 13 or higher. This is because PostgreSQL 12 reached its End of Life (EOL) on November 14, 2024 and was also removed from the ports tree at the beginning of 2025. 2. Please also check the pkg-message and the changelogs for further info. 20250205: AFFECTS: users of www/gitlab AUTHOR: mfechner@FreeBSD.org Make sure you compare your /usr/local/www/gitlab/config/puma.rb with /usr/local/www/gitlab/config/puma.rb.sample and make sure you have the: require "logger" line in your puma.rb. This fixes an error: /usr/local/lib/ruby/gems/3.2/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in `': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError) Logger::Severity.constants.each do |severity| 20250203: AFFECTS: users of x11/kde5 and x11/kde6 AUTHOR: arrowd@FreeBSD.org All KDE ports were fully switched to Qt6/KF6. Plasma 5 ports were removed. KDE Applications were updated to 24.12. If you installed KDE via kde5 or kde6 packages, the upgrade path is # pkg remove -f kde[56] && pkg install kde If you installed KDE via the plasma5-plasma metapackage, the upgrade path # pkg remove -f plasma5-plasma && pkg install plasma6-plasma Running "pkg autoremove" after the upgrade would clean unused dependencies. For the uncommon cases of building on the host with synth, portmaster, etc. the idea stays roughly the same - replace every plasma5 package with its plasma6 counterpart. 20250131: AFFECTS: users of security/easy-rsa AUTHOR: mandree@FreeBSD.org easy-rsa (easyrsa) versions between 3.0.5 and 3.1.7 inclusively may have chosen the wrong, a weak, cipher (des-ede3-cbc) when encrypting the CA private keys with the build-ca command, when running on a system where openssl was OpenSSL 3. Such CA private keys should be re-encrypted with a stronger cipher in order to protect them better, after upgrading EasyRSA to 3.2.1. To that end, the easyrsa set-pass ca command can be used. Details: https://community.openvpn.net/openvpn/wiki/CVE-2024-13454 20250125: AFFECTS: users of www/apache24 AUTHOR: brnrd@FreeBSD.org Apache 2.4.63 removed the (experimental, non-default) mod_tls module due to rustls-ffi API instability and it was moved to a standalone module. Users of the TLS option can use the new www/mod_tls port as a replacement. # pkg install ap24-mod_tls 20250111: AFFECTS: users of net/onedrive AUTHOR: hiroo.ono+freebsd@gmail.com The version 2.5.x introduces significant changes regarding how the integrity and validation of your data is determined and is not backwards compatible with v2.4.x. OneDrive Business Shared Folder Sync has been 100% re-written in v2.5.0. If you are using this feature, please read the new documentation carefully. The application function --download-only no longer automatically deletes local files. Please read the new documentation regarding this feature. 20250109: AFFECTS: users of www/kiwix-tools and devel/libkiwix AUTHOR: olce@FreeBSD.org Upstream released a new version (14.0.0) of kiwix-tools' dependency libkiwix that the latest release of kiwix-tools (unchanged at 3.7.0) does not support, and the devel/libkiwix port was updated to it by mistake. In order to fix the situation without reverting devel/libkiwix to 13.1.0 and bumping its PORTEPOCH, the new port devel/libkiwix13 has been created and www/kiwix-tools has been updated to depend on it rather than devel/libkiwix. This is expected to be temporary. As devel/libkiwix13 and devel/libkiwix conflict with each other, which apparently can confuse pkg (which proposes to delete www/kiwix-tools), users having www/kiwix-tools installed are advised to upgrade it first separately, e.g., by running: # pkg upgrade www/kiwix-tools 20250106: AFFECTS: users of comms/zigbee2mqtt AUTHOR: otis@FreeBSD.org There are possibly breaking changes, see https://github.com/Koenkk/zigbee2mqtt/discussions/24198 for full details. Users are STRONGLY advised to take backup of /var/db/z2m directory prior to the upgrade. 20241230: AFFECTS: users of net/xrdp-devel AUTHOR: meta@FreeBSD.org The port has been updated to the latest development snapshot. The directory for the config files has also changed from PREFIX/etc/xrdp to PREFIX/etc/xrdp-devel to prevent incompatible config files for net/xrdp and net/xrdp-devel from getting mixed up. When updating net/xrdp-devel from old versions, move the config files to the new directory. 20241224: AFFECTS: users of net/xrdp AUTHOR: meta@FreeBSD.org xrdp supports H.264 encoding in graphics remoting since v0.10.2. It reduces the amount of data transmitted over the network and provides a much smoother and more responsive experience compared to previous versions. When updating from older v0.10.x versions to v0.10.2, make sure to merge the new xrdp.ini with the old one because xrdp.ini has some new configuration parameters for H.264. See 20240704 if updating from v0.9.x. Furthermore, xrdp v0.10.2 supports running the xrdp daemon as an unprivileged user. See the xrdp.ini(5) man page for configuring xrdp to run as an unprivileged user. You can also check if xrdp is properly configured to run as an unprivileged user using the script located at: %%PREFIX%%/share/xrdp/xrdp-chkpriv 20241203: AFFECTS: users of deskutils/treesheets AUTHOR: eduardo@FreeBSD.org The binary have been renamed from treesheets to TreeSheets - https://github.com/aardappel/treesheets/pull/760 20241202: AFFECTS: users of net/gdrive AUTHOR: meta@FreeBSD.org The port net/gdrive has been updated to its successor product because the original upstream GitHub repo has been unmaintained & archived. Users upgrading from gdrive 2.x to 3.x need to reconfigure account credentials following the instructions provided by new upstream. - https://github.com/glotlabs/gdrive/blob/main/docs/basic_usage.md - https://github.com/glotlabs/gdrive/blob/main/docs/create_google_api_credentials.md 20241122 AFFECTS: users of databases/couchdb3 AUTHOR: dch@FreeBSD.org Users who installed or upgraded to CouchDB 3.3.3 *after* 2024-09-30, and who are also running 14.1-RELEASE or newer, will hit a nasty corruption bug, causing all CPUs to lock up, possibly crashing, and generating a lot of errors in log files. This bug is caused by corrupt docs after decompression, due to a clash between improved compiler optimisations in clang18, and a bug in snappy itself. Given the above symptoms, all affected users will have noticed. Upgrade to 3.4.2 in ports, to resolve this issue. Please read more about this issue here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282217 20241115 AFFECTS: users of filesystems/zrepl-dsh2dsh AUTHOR: dsh@bamus.cz Users upgrading from before 0.9.0 need to modify configuration file: %%PREFIX%%/etc/zrepl/zrepl.yml Please read more about this change here: https://github.com/dsh2dsh/zrepl?tab=readme-ov-file#breaking-changes 20241112 AFFECTS: users of databases/prometheus-postgres-exporter AUTHOR: lexi@hemlock.eden.le-fay.org BREAKING CHANGE: In postgres_exporter 0.16.0 and later, the log message format has changed. From the upstream release notes: The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The ts label for the timestamp has been replaced with time, the accuracy is less, and the timezone is not forced to UTC. The caller field has been replaced by the source field, which now includes the full path to the source file. The level field now exposes the log level in capital letters. 20241110 AFFECTS: users of devel/apr1 and www/apache24 AUTHOR: brnrd@FreeBSD.org The default BerkeleyDB provider for apr-util was changed from BerkeleyDB 5 (deprecated) to BerkeleyDB 1 from base libc. The change of version results in a non-compatible database format. After upgrading, you must rebuild all BerkeleyDB databases used by apr-util (example: Apache databases created with `httxt2dbm -F db` 20241109: AFFECTS: all users of i386 AUTHOR: asomers@FreeBSD.org On i386 the lang/rust port has been updated to require SSE2 by default. Not only does the compiler itself require SSE2, but it unconditionally generates code that requires it, too. Over 500 ports include Rust code (www/firefox, security/py-cryptography, etc). Official binary packages of all of those ports will no longer work on Pentium III and older hardware. PIII users must now build their own lang/rust packages, clearing the SSE2 option, and rebuild any dependent ports. 20241104: AFFECTS: users of mail/fetchmail AUTHOR: chalpin@cs.wisc.edu OPIE and RPA have been made optional because both have significant security problems. OPIE support was not provided by the port on 14.x until the update to 6.5.0, when it was briefly re-activated. Because of its security flaws, it has now been disabled by default on both 13.x and 14.x. RPA is currently enabled by default, but this will change in a future update. 20241019: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org The port has been updated to the latest stable version 4.0 of LibreSSL. The shared library versions of the libraries have been bumped. After upgrading, manually update all packages that depend on any of the libraries provided by LibreSSL (libssl, libcrypto and libtls) since the versions of these libraries have changed. Normally, you can obtain the list of dependent software by running the following command: # pkg info -r libressl Then you should rebuild all ports depending on libressl to avoid dangling shared library dependencies. 20241004: AFFECTS: users of www/c-icap AUTHOR: rodrigo@FreeBSD.org The c-icap server version is moving from branch 5.X to 6.X. An in-place upgrade may require some changes in your current configuration. For installation instructions please refer : https://sourceforge.net/p/c-icap/wiki/configcicap https://sourceforge.net/p/c-icap/wiki 20240930: AFFECTS: users of sysutils/nq AUTHOR: 0mp@FreeBSD.org The nq upstream renamed the fq utility to nqtail and the tq utility to nqterm. 20240927: AFFECTS: users of databases/mongodb50 AUTHOR: ronald@FreeBSD.org MongoDB version 5.0 is End of Life starting October 2024. Please make sure you are running MongoDB version 6.0 or higher. In-place upgrades are supported from version 5.0 to 6.0. For an in-place upgrade it is important that the 'featureCompatibilityVersion' is set to 5.0. See: https://www.mongodb.com/docs/v6.0/release-notes/6.0-upgrade-standalone/#feature-compatibility-version TL;DR, run these commands in mongodb50 before upgrading: $ mongo --port > db.adminCommand( { setFeatureCompatibilityVersion: "5.0" } ) > exit 20240912: AFFECTS: security/clamav, security/clamav-lts AUTHOR: netchildFreeBSD.org The start scripts of clamav have been renamed to clamav_clamd, clamav_freshclam and clamav_milter for improved compatibility with other parts of the system. The automatic start at boot (rc.conf variable settings) is not affected, but if you have some other automatism you may want to change ".../etc/rc.d/clamav-clamd" to ".../etc/rc.d/clamav_clamd" ".../etc/rc.d/clamav-freshclam" to ".../etc/rc.d/clamav_freshclam" ".../etc/rc.d/clamav-milter" to ".../etc/rc.d/clamav_milter" or "service clamav-clamd ..." to "service clamav_clamd ..." "service clamav-freshclam" to "service clamav_freshclam ..." "service clamav-milter ..." to "service clamav_milter ..." 20240907: AFFECTS: www/tt-rss AUTHOR: dereks@lifeofadishwasher.com The ttrssd_local_db rc var has been removed in favor of using daemon's restart option -r to retry the ttrssd php scripts if database is not up before ttrssd starts. 20240829: AFFECTS: devel/binutils AUTHOR: cy@FreeBSD.org Historically devel/binutils would implicitly use devel/elfutils when it discovers it previously installed. This resulted in it depending on, though not explicitly if previously found, elfutils when built manually. This behavior has now changed. binutils will now disable any auto-dependency on elfutils. Users who build binutils manually and wish to have it depend on elfutls must now explicitly set the option when building binutils. There is no change to packages built by poudriere. 20240824: AFFECTS: dns/acme-dns AUTHOR: netchild@FreeBSD.org The start script of acme-dns has been renamed to acme_dns for improved compatibility with other parts of the system. The automatic start at boot (rc.conf variable settings) is not affected, but if you have some other automatism you may want to change ".../etc/rc.d/acme-dns" to ".../etc/rc.d/acme_dns" 20240816: AFFECTS: users of databases/redis AUTHOR: yasu@FreeBSD.org The databases/redis port has been updated to 7.4. Users wanting to stay on 7.2 can replace databases/redis with databases/redis72 with one of the following commands. If you use pkg with binary packages: # pkg set -o databases/redis:databases/redis72 # pkg upgrade If you use portmaster: # portmaster -o databases/redis72 databases/redis If you use portupgrade: # portupgrade -o databases/redis72 databases/redis Keep in mind license term has changed with Redis 7.4. Now it is distributed under dual license of Redis Source Available License v2 (RSALv2) and Server Side Public License v1 (SSPLv1). If you don't want to accept either of them, then Valkey (databases/valkey) may be alternative for you. It is fork of Redis 7.2 and distributed under 3-clause BSD license that is same as Redis 7.2 and before. 20240815: AFFECTS: users of devel/subversion-lts and devel/subversion AUTHOR: michaelo@FreeBSD.org The port option STATIC has been broken since 2022-01 because textproc/utf8proc does not provide an archive with CMake. Therefore, it has been removed. 20240809: AFFECTS: sysutils/amavisd-new AUTHOR: netchildFreeBSD.org The start scripts of amavisd have been renamed to amavisd_snmp and amavis_p0fanalyzer for improved compatibility with other parts of the system. The automatic start at boot (rc.conf variable settings) is not affected, but if you have some other automatism you may want to change ".../etc/rc.d/amavisd-snmp" to ".../etc/rc.d/amavisd_snmp" ".../etc/rc.d/amavis-p0fanalyzer" to ".../etc/rc.d/amavis-p0fanalyzer" or "service amavisd-snmp ..." to "service amavisd_snmp ..." "service amavis-p0fanalyzer ..." to "service amavis_p0fanalyzer ..." 20240727: AFFECTS: lang/php8[123] AUTHOR: netchildFreeBSD.org The start scripts of php-fpm have been renamed to php_fpm for improved compatibility with other parts of the system. The automatic start at boot (rc.conf variable settings) is not affected, but if you have some other automatism you may want to change ".../etc/rc.d/php-fpm" to ".../etc/rc.d/php_fpm" or "service php-fpm ..." to "service php_fpm ..." If you have custom start scripts which depend upon php-fpm, you need to change the REQUIRE lines in them from "php-fpm" to "php_fpm". 20240726: AFFECTS: users of archivers/py-borgbackup AUTHOR: mandree@FreeBSD.org Borgbackup has been upgraded to version 1.4.0. The FreeBSD port as of 2024-07-26 reinstates FreeBSD 13 compatibility. For users who wish to continue using version 1.2, use either of these commands for upgrading: With binary packages through pkg: pkg set -o archivers/py-borgbackup:archivers/py-borgbackup12 pkg upgrade With portmaster or portupgrade (replace the command accordingly): portmaster -o archivers/py-borgbackup12 archivers/py-borgbackup 20240723: AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run AUTHOR: kbowling@FreeBSD.org The default version of PostgreSQL has been switched from 15 to 16. The upgrade procedure can use up twice the space the databases currently needs. If you have a big amount of stored data take a closer look at the manpage of pg_upgrade for avoidance and/or speedup of the upgrade. The upgrade instructions consider a basic usage and do not match complex scenarios like replication, sharding, or similar. Upgrade instructions: First stop your PostgreSQL, create PostgreSQL-binaries and backup your data. If you have another Version of PostgreSQL installed, for example 15, your files are named according to this. # service postgresql stop # pkg create postgresql15-server postgresql15-contrib # mkdir /tmp/pg-upgrade # tar xf postgresql15-server-15.7.pkg -C /tmp/pg-upgrade # tar xf postgresql15-contrib-15.7.pkg -C /tmp/pg-upgrade # pkg delete -f databases/postgresql15-server databases/postgresql15-contrib databases/postgresql15-client Now update PostgreSQL: pkg user: # pkg install databases/postgresql16-server databases/postgresql16-contrib # pkg upgrade Portmaster users: # portmaster databases/postgresql16-server databases/postgresql16-contrib # portmaster -a Portupgrade users: # portinstall databases/postgresql16-server databases/postgresql16-contrib # portupgrade -a After installing the new PostgreSQL version you need to convert all your databases to new version: # su -l postgres -c "/usr/local/bin/initdb --encoding=utf-8 --lc-collate=C -D /var/db/postgres/data16 -U postgres" # su -l postgres -c "pg_upgrade -b /tmp/pg-upgrade/usr/local/bin/ -d /var/db/postgres/data15/ -B /usr/local/bin/ -D /var/db/postgres/data16/ -U postgres " Now the migration is finished. You can start PostgreSQL again with: # service postgresql start ATTENTION: 1) If you use non-default initdb options, you have to adjust the initdb-command accordingly 20240715: AFFECTS: net-mgmt/netbox AUTHOR: kai@FreeBSD.org The NetBox 4.0 release contains major changes, so at least the following items must be checked before proceeding with the upgrade: 1. NetBox v4.0 requires Python 3.10 or later. 2. Please also check the pkg-message and the changelogs for further info. 20240705: AFFECTS: sysutils/bacula*-{client,server} AUTHOR: netchildFreeBSD.org The start scripts of bacula have been renamed to bacula_fd, bacula_dir and bacula_sd for improved compatibility with other parts of the system. The automatic start at boot (rc.conf variable settings) is not affected, but if you have some other automatism you may want to change ".../etc/rc.d/bacula-fd" to ".../etc/rc.d/bacula_fd" ".../etc/rc.d/bacula-dir" to ".../etc/rc.d/bacula_dir" ".../etc/rc.d/bacula-sd" to ".../etc/rc.d/bacula_sd" or "service bacula-fd ..." to "service bacula_fd ..." "service bacula-dir ..." to "service bacula_dir ..." "service bacula-sd ..." to "service bacula_sd ..." 20240704: AFFECTS: net/xrdp and x11-drivers/xorgxrdp AUTHOR: meta@FreeBSD.org xrdp has been updated to the releases of the latest stable branch v0.10. This version significantly improves performance improvement especially if the client is Windows 11. There are to things to be careful about when updating. 1) Make sure to update both net/xrdp and x11-drivers/xorgxrdp ports simultaneously. 2) Config files require manual migration (follow the steps below). Review and backup changes you made to xrdp.ini and sesman.ini before updating xrdp. The following example only mentions xrdp.ini however make sure to do the same review, backup and migration for sesman.ini as well. Before updating xrdp, review and backup your changes. # cd /usr/local/etc/xrdp # diff -u xrdp.ini.sample xrdp.ini > xrdp.ini.diff After updating xrdp, migrate your changes to new configuration files. xrdp.ini.sample is replaced with new version at this point. See diff and manually apply changes. # cp xrdp.ini.sample xrdp.ini # vi xrdp.ini 20240620: AFFECTS: net-mgmt/net-snmp AUTHOR: markj@FreeBSD.org The snmpd and snmptrapd daemons now drop privileges by default when started using the rc scripts provided in the package. Make sure that snmpd configuration in /usr/local/share/snmp is readable by the "snmpd" user. If you have defined extension scripts in snmpd.conf, make sure that they can be executed by an unprivileged user. To revert to the old behavior of always running as root, set snmpd_sugid="NO" or snmptrapd_sugid="NO" in /etc/rc.conf. See the snmpd rc script for a hint on how to debug any permission problems that might arise as a result of this change. 20240615: AFFECTS: mail/cyrus-imapd25 AUTHOR: ume@FreeBSD.org The BDB option is disabled by default. If you are using the berkeley cyrusdb backend, we strongly recommend that you switch to something other than the berkeley cyrusdb backend. If you want to continue using the berkeley cyrusdb backend, build the cyrus-imapd25 port yourself with the BDB option enabled. 20240613: AFFECTS: multimedia/audacious and multimedia/audacious-plugins AUTHOR: madpilot@FreeBSD.org Upstream project made qt6 the new default, so the port flavors have been updated to follow this change. If you are using the qt6 flavor, you should uninstall it and install the unflavored package. If you want to keep using the qt5 version it will be updated automatically to the qt6 version. If you should uninstall the unflavored package and instal the qt5 version. 20240606: AFFECTS: users of net-mgmt/unifi8 AUTHOR: ronald@FreeBSD.org The default MongoDB version dependency has been switched from 5.0 to 6.0. Although MongoDB 5.0 -> MongoDB 6.0 datafiles in-place upgrade seem to work, users are strongly recommended to take full backup of unifi database prior to upgrade and start with clean installation afterwards. For an in-place upgrade it is important that the MongoDB 'featureCompatibilityVersion' is set to 5.0. See: https://www.mongodb.com/docs/v6.0/release-notes/6.0-upgrade-standalone/#feature-compatibility-version Run these commands in mongodb50 before upgrading (e.g. while unifi is running): $ mongo --port 27117 > db.adminCommand( { setFeatureCompatibilityVersion: "5.0" } ) > exit See updating entry 20230310 for a backup/restore upgrade. 20240604: AFFECTS: net-mgmt/net-snmp AUTHOR: markj@FreeBSD.org The net-snmp port's newsyslog(8) configuration has been updated such that the snmpd log file will be owned by the snmpd user following log rotation. This is done to make it easier to run snmpd as the snmpd user rather than as root, using the snmpd_sugid rc.conf option. For now snmpd still runs as root by default. This is expected to change in the future. 20240529: AFFECTS: users of TeX* AUTHOR: bofh@FreeBSD.org TeX system has been updated to 2024 from 2023. Normal pkg upgrade or portmaster -a should handle all the upgrade properly. In case not please create a ticket or send a mail to tex@FreeBSD.org Previously users have reported to delete texlive-texmf prior to starting update, or pkg-static will indicate there is a conflict during the upgrade of texlive-base : # pkg remove texlive-texmf 20240529: AFFECTS: users of python AUTHOR: rm@FreeBSD.org The default version of python3 and python was switched to 3.11. For ports users wanting to keep version 3.9 as default, add DEFAULT_VERSIONS+= python=3.9 python3=3.9 to make.conf Following procedures may ease the upgrade: For users of pre-build packages: # sh # for i in $(pkg query -g %n 'py39-*'); do pkg set -yn ${i}:py311-${i#py39-}; done # pkg upgrade For portmaster users: # sh # portmaster -o lang/python311 python39 # REINSTALL="$(pkg info -oq '*py39*')" # pkg delete -f "*py39*" # portmaster $REINSTALL # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py311 | cut -d : -f 1 | sort -u) # portmaster $REBUILD # REBUILD2=$(pkg list | grep python-39 | xargs pkg which | awk '{print $6}' | sort -u) # portmaster $REBUILD2 Final steps (for pre-built packages & portmaster): If no longer required, Python 3.9 can be removed via "pkg remove python39" and the directory /usr/local/lib/python3.9 can then be deleted afterwards, if not empty. 20240522: AFFECTS: net-p2p/transmission-daemon The web interface has been separated from the daemon port into its own port. This allows users of transmission-gtk and transmission-qt to install the web interface. 20240521: AFFECTS: www/gitlab AUTHOR: mfechner@FreeBSD.org Make sure you upgrade first to 16.11.x before you upgrade to the today released version 17.0.0. For more details see: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.11-17.0-freebsd.md 20240517: AFFECTS: comms/tio AUTHOR: diizzy@FreeBSD.org As of 3.1 upstream have reworked configuration file layout and syntax so older configurations will not work. For more details, see https://github.com/tio/tio/releases/tag/v3.1 20240513: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org The port has been updated to the latest stable version 3.9 of LibreSSL. The shared library versions of the libraries have been bumped. After upgrading, manually update all packages that depend on any of the libraries provided by LibreSSL (libssl, libcrypto and libtls) since the versions of these libraries have changed. Normally, you can obtain the list of dependent software by running the following command: # pkg info -r libressl Then you should rebuild all ports depending on libressl to avoid dangling shared library dependencies. 20240509: AFFECTS: databases/timescaledb AUTHOR: kbowling@FreeBSD.org The Foreign Key storage in hypertables has changed in an incompatible way, after runing ALTER EXTENSION, you must run the SQL script here: https://github.com/timescale/timescaledb-extras/blob/master/utils/2.15.X-fix_hypertable_foreign_keys.sql For more details, see https://github.com/timescale/timescaledb/pull/6797 20240508: AFFECTS: www/oauth2-proxy AUTHOR: netchild@FreeBSD.org The start script is converted to be instance aware. To use it: - cp /usr/local/etc/oauth2-proxy.cfg.sample /usr/local/etc/oauth2-proxy-myapp.cfg - vi /usr/local/etc/oauth2-proxy-myapp.cfg - ln -s oauth2_proxy /usr/local/etc/rc.d/oauth2_proxy_myapp - sysctl oauth2_proxy_myapp_enable=YES - service oauth2_proxy_myapp start This allows to easily start multiple instances on the same system. As part of this, the start script was renamed to oauth2_proxy. This only affects manual restarts, no change in rc.conf is needed. 20240430: AFFECTS: audio/py-pyradio AUTHOR: nivit@FreeBSD.org The new version of Pyradio moves some data files to new locations. To see what it really does, run pyradio from a terminal the first time. Besides that, the recordings are moved/saved into ~/pyradio-recordings. You can change that directory in the config file. For more details, see https://github.com/coderholic/pyradio/releases/tag/0.9.3 20240423: AFFECTS: textproc/vale AUTHOR: bofh@FreeBSD.org When upgrading to v3.0.0, the vocabularies need to be moved from $StylesPath/Vocab to $StylesPath/config/vocabularies. 20240421: AFFECTS: www/gitlab-ce AUTHOR: mfechner@FreeBSD.org With the upgrade to version 16.11 the default path for gitlab-ce changed: /usr/local/www/gitlab-ce -> /usr/local/www/gitlab Make sure you follow the upgrade manual very carefully: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.10-16.11-freebsd.md The gitlab port also got a new flavor gitlab@ee to make the Gitlab Enterprise Edition available (you will need a license for it). Please note, that the ee flavor is a draft, but any feedback is welcome. See also the installation and upgrade manual for more details. https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/install/16.11-freebsd.md 20240408: AFFECTS: users of databases/p5-DBD-mysql AUTHOR: flo@FreeBSD.org Upstream removed support for MariaDB from the 5.0 branch. So if you use MariaDB you need to use databases/p5-DBD-mysql4 from now on. Portmaster users: portmaster -o databases/p5-DBD-mysql4 databases/p5-DBD-mysql portmaster -a Portupgrade users: portupgrade -o databases/p5-DBD-mysql4 -f databases/p5-DBD-mysql portupgrade -a 20240330: AFFECTS: users of mail/spamassassin AUTHOR: cy@FreeBSD.org sa-update must be run following update and prior to restarting sa-spamd else it will fail to start due to a syntax error. 20240326: AFFECTS: users of net/bird2 AUTHOR: olivier@FreeBSD.org The net/bird2 default flavor has ben switched to netlink on FreeBSD >= 14.0 There is not change for FreeBSD < 14.0 (default flavor is still rtsock) 20240319: AFFECTS: users of net/rdist6 AUTHOR: cy@FreeBSD.org As of 52032b3d50c0 net/rdist6 will install its binary named rdist instead of rdist6. Base FreeBSD no longer has its own rdist binary. Therefore there is no need to rename the rdist6 binary to rdist6 to avoid confusion. The historical and default name of the rdist binary is "rdist". 20240318: AFFECTS: users of net-mgmt/unifi8 AUTHOR: otis@FreeBSD.org The default MongoDB version dependency has been switched from 4.4 to 5.0. Although MongoDB 4.4 -> MongoDB 5.0 datafiles in-place upgrade seem to work, users are strongly recommended to take full backup of unifi database prior to upgrade and start with clean installation afterwards. See updating entry 20230310 for details. 20240316: AFFECTS: users of net/rabbitmq AUTHOR: dch@FreeBSD.org In preparation for upgrading to future RabbitMQ releases, users *must* enable all feature flags before upgrading stepwise to v3.12.13, to be able to migrate later to v3.13.0 when it is released in 2024Q2. See https://www.rabbitmq.com/docs/upgrade for details. 20240228: AFFECTS: users of www/redmine50 AUTHOR: bofh@FreeBSD.org The default version of ruby has been switched from 3.1 to 3.2. However www/redmine50 does not support ruby 3.2. Users should add the following in their relevant make.conf file: DEFAULT_VERSIONS+=ruby=3.1 Although redmine 5.1.X supports ruby 3.2 and later but so far there is no redmine51 ports in the tree. 20240222: AFFECTS: users of databases/xtrabackup8 AUTHOR: eugen@FreeBSD.org The port databases/xtrabackup8 upgraded to version 8.0.35-30 and renamed to databases/xtrabackup80 in preparation for upcoming incompatible branch databases/xtrabackup81, to avoid confusion. 20231229: AFFECTS: users of databases/tarantool AUTHOR: arrowd@FreeBSD.org A new major version of the tarantool has been released. databases/tarantool renamed to databases/tarantool2. 2.11 is an LTS version and will be supported for a while. 20231125: AFFECTS: users of lang/php81 AUTHOR: bofh@FreeBSD.org The default version of PHP has been switched from 8.1 to 8.2. If you use binary packages you should make a list of php packages before running 'pkg upgrade': # pkg info \*php81\* > ~/installed-php-ports-list After the upgrade, check with such list if all your php extensions are still installed, and reinstall them if needed. If you use mod_php81 you need to deinstall it and install mod_php82. 20231104: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org The port has been updated to the latest stable version 3.8 of LibreSSL. The shared library versions of the libraries have been bumped. After upgrading, manually update all packages that depend on any of the libraries provided by LibreSSL (libssl, libcrypto and libtls) since the versions of these libraries have changed. Normally, you can obtain the list of dependent software by running the following command: # pkg info -r libressl Then you should rebuild all ports depending on libressl to avoid dangling shared library dependencies. 20231031: AFFECTS: users of devel/subversion-lts AUTHOR: michaelo@FreeBSD.org devel/subversion-lts has been updated from 1.10.x to the latest LTS version, 1.14.x. Some changes between these releases may require attention from administrators or users. Refer to https://subversion.apache.org/docs/release-notes/1.14.html#compat-misc for details. 20231028: AFFECTS: users of net-mgmt/nfdump nfdump-1.7.x is compatible to nfdump-1.6.18, which means it can read files created with nfdump-1.6.18 or newer. Flow files created with earlier nfdump versions may not contain all flow elements. If you have older files, it is recommended to use nfdump-1.6.17 to update the records. nfdump 1.7.x provides the same set of programs as 1.6.x and can be used almost as a drop-in replacement. This may change in future and older legacy programs may be removed. You can convert any old files from nfdump-1.6 to nfdump-1.7 format by reading/writing files: ./nfdump -r old-flowfile -y -w new-flowfile Please note, that only nfdump may read older flow files. All other programs relay on the new file format. 20231027: AFFECTS: users of net-mgmt/librenms AUTHOR: dvl@FreeBSD.org When updating to >= 23.10.0, a broken crontab is fixed. This breakage caused the validation error: Scheduler is not running After updating, If that error does not clear for you, run: sudo lnms config:cache 20231027: AFFECTS: users of print/ghostscript9* AUTHOR: michaelo@FreeBSD.org The default ghostscript version has been updated from 9 to 10. If you compile your own ports you may keep 9 as the default version by adding the following lines to your /etc/make.conf file: # # Keep ghostscript 9 as default version # DEFAULT_VERSIONS+=ghostscript=9 Please note that print/ghostcript9* will be removed in the future since it is not supported by upstream anymore. 20231026: AFFECTS: users of lang/chicken AUTHOR: gahr@FreeBSD.org The chicken binaries csc and csi, together with their manual pages, have been renamed to chicken-csc and chicken-csi, to avoid conflicts with lang/mono. This is in line with what several Linux distros do. See PR 274736. 20231023: AFFECTS: users of mail/mailman3 AUTHOR: einar@isnic.is logging.http section has now been split into two parts, logging.http is for the Mailman internal code and logging.gunicorn is for Gunicorn specifically since they have different logging formats. This should fix spurious errors with KeyError: t that was often confusing for users. Python 3.9 is now the minimum supported version of Python. 20231017: AFFECTS: users of lang/perl5* AUTHOR: delphij@FreeBSD.org The default Perl version has been switched to Perl 5.36. If you are using binary packages to upgrade your system, you do not have anything to do, pkg upgrade will do the right thing. For the other people, assuming you are migrating from 5.34 to 5.36, do: First, add to /etc/make.conf: DEFAULT_VERSIONS+= perl5=5.36 Portupgrade users: portupgrade -o lang/perl5.36 -f lang/perl5.34 You can now remove the DEFAULT_VERSIONS line added earlier from /etc/make.conf Then you will need to rebuild everything that uses libperl.so, you can do so with: portupgrade -f `pkg shlib -qR libperl.so.5.34` If, for some reason, this command fails at one point, it is safe to run it again, it will not rebuild what it already rebuilt, as the ports that have been rebuilt no longer depend on libperl.so.5.34 but on libperl.so.5.36. Portmaster users: portmaster -o lang/perl5.36 lang/perl5.34 You can now remove the DEFAULT_VERSIONS line added earlier from /etc/make.conf Then you will need to rebuild everything that uses libperl.so, you can do so with: portmaster -f `pkg shlib -qR libperl.so.5.34` If, for some reason, this command fails at one point, it is safe to run it again, it will not rebuild what it already rebuilt, as the ports that have been rebuilt no longer depend on libperl.so.5.34 but on libperl.so.5.36. 20231014: AFFECTS: users of security/openssl and security/openssl30 AUTHOR: brnrd@FreeBSD.org The openssl port was renamed to openssl111 and subsequently the openssl30 port was renamed to openssl. The shared library version of OpenSSL has been bumped. Users of DEFAULT_VERSIONS= ssl=openssl30 must update this to ssl=openssl. Users of DEFAULT_VERSIONS= ssl=openssl should not change this unless they use ports that require the deprecated OpenSSL 1.1.1 version. You must rebuild all ports that depend on OpenSSL if you use OpenSSL from ports. 20231011: AFFECTS: users of www/caddy AUTHOR: adamw@FreeBSD.org The default admin endpoint has changed from localhost:2019 to /var/run/caddy/caddy.sock. Using a Unix socket is more secure, allowing it to be secured by filesystem permissions rather than requiring a firewall. If you only control caddy from the rc(8) script (service caddy ...), you don't need to do anything. If you access the API yourself, you will want to update your scripts to use the new socket. To use the old endpoint, add the following to /etc/rc.conf: caddy_admin="localhost:2019" 20231009: AFFECTS: users of net/ntpd-rs AUTHOR: mikael@freebsd.org In 1.0.0 the configuration has been completely reworked, please check the documentation for details. Configuration will not automatically migrate. 20231004: AFFECTS: www/gitlab-ce AUTHOR: mfechner@FreeBSD.org Before you upgrade to version 16.4.x or higher, make sure you did the upgrade to 16.3.x! The database migration for 16.4.1 can fail due to unexpected name of a foreign key. So it is recommended to have a database backup available in case the solution described in the update manual does not work for you. The upgrade manual can be found as usual here: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/blob/master/update/16.3-16.4-freebsd.md 20230930: AFFECTS: users of Transmission (net-p2p/transmission@*) AUTHOR: mondo.debater_0q@icloud.com Fixes Bug 274065 by reorganizing the port as a metaport (net-p2p/transmission) and components port (net-p2p/transmission-components). Each component may be installed through the flavors of transmission-componenents (@cli, @daemon, @docs, @gtk, @qt, @utils). Alternatively, one or more component may be installed by running make config on the metaport net-p2p/transmission. AFFECTS: users of devel/php-composer2 AUTHOR: madpilot@FreeBSD.org The composer2 ports has been moved over the old devel/php-composer port, which was still providing the old EOLed version 1 of the software. Please use `pkg install php81-composer` (substitute 81 with the PHP version you're using) to properly upgrade. 20230924: AFFECTS: users of XFCE desktop (x11-wm/xfce4) AUTHOR: madpilot@FreeBSD.org XFCE 4.18 is incompatible with the latest version of the adwaita icon theme (version 42.0 and newer), which was used as the default one. Due to this the default icon theme has been changed to x11-themes/xfce-icons-elementary. Users that have XFCE already installed and are using the adwaita icon theme will notice missing icons. To fix this you can install any other icon theme (like x11-themes/xfce-icons-elementary) and configure XFCE to use that via the "appearance" settings application, under the "icons" tab. 20230919: AFFECTS: users of net-p2p/transmission AUTHOR: mondo.debater_0q@icloud.com The 4.0 port haphazardly consolidated prior slave ports into flavors of a single port. The flavors have now been revised to better match releases prior to 4.0. The -full flavor included in the 4.0 port has been replaced with -default, which restores the compile-time options of prior release's metaport. Other flavors allow for more piecemeal installs. The prior -web slave port can be installed through the -default flavor or the -daemon flavor. See Bug 273841 for more details. 20230915: AFFECTS: users of print/ghostscript10 AUTHOR: michael.osipov@siemens.com The port flavors have been replaced with a default port option of X11. The flavors approach creates conflicting dependencies with other ports which cannot be solved this time with the ports framework. See PRs 270989 and 272541 for details. 20230910: AFFECTS: users of dns/powerdns AUTHOR: tremere@cainites.net In Authoritative Server 4.8, the LMDB backend gains a new Lightning Stream-compatible schema, which requires a data migration (this is automatic, and there is no migration back to the old schema). LMDB backend users should pay extra attention to the Upgrade Notes (https://doc.powerdns.com/authoritative/upgrading.html). 20230910: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org 1. Please make sure that the PostgreSQL server for the NetBox instance is running version 12 or higher. This is because Django 4.2 requires PostgreSQL 12 as a minimum. 2. Please also check the pkg-message and the changelogs for further info. 20230908: AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run AUTHOR: kbowling@FreeBSD.org The default version of PostgreSQL has been switched from 13 to 15. The upgrade procedure can use up twice the space the databases currently needs. If you have a big amount of stored data take a closer look at the manpage of pg_upgrade for avoidance and/or speedup of the upgrade. The upgrade instructions consider a basic usage and do not match complex scenarios like replication, sharding, or similar. Upgrade instructions: First stop your PostgreSQL, create PostgreSQL-binaries and backup your data. If you have another Version of PostgreSQL installed, for example 13, your files are named according to this. # service postgresql stop # pkg create postgresql13-server postgresql13-contrib # mkdir /tmp/pg-upgrade # tar xf postgresql13-server-13.12.pkg -C /tmp/pg-upgrade # tar xf postgresql13-contrib-13.12.pkg -C /tmp/pg-upgrade # pkg delete -f databases/postgresql13-server databases/postgresql13-contrib databases/postgresql13-client Now update PostgreSQL: pkg user: # pkg install databases/postgresql15-server databases/postgresql15-contrib # pkg upgrade Portmaster users: # portmaster databases/postgresql15-server databases/postgresql15-contrib # portmaster -a Portupgrade users: # portinstall databases/postgresql15-server databases/postgresql15-contrib # portupgrade -a After installing the new PostgreSQL version you need to convert all your databases to new version: # su -l postgres -c "/usr/local/bin/initdb --encoding=utf-8 --lc-collate=C -D /var/db/postgres/data15 -U postgres" # su -l postgres -c "pg_upgrade -b /tmp/pg-upgrade/usr/local/bin/ -d /var/db/postgres/data13/ -B /usr/local/bin/ -D /var/db/postgres/data15/ -U postgres " Now the migration is finished. You can start PostgreSQL again with: # service postgresql start ATTENTION: 1) The default user changed from "pgsql" to "postgres" in 11. The migration steps above now assume the "postgres" database user and FreeBSD user. 2) If you use non-default initdb options, you have to adjust the initdb-command accordingly 20230906: AUTHOR: jrm@FreeBSD.org AFFECTS: users of sysutils/devcpu-data* The CPU microcode ports have been reorganized. The new ports are: sysutils/cpu-microcode, sysutils/cpu-microcode-amd, sysutils/cpu-microcode-intel, and cpu-microcode-rc. To install all CPU microcode packages: pkg install cpu-microcode To install only packages for a specific CPU vendor: pkg install cpu-microcode-amd or pkg install cpu-microcode-intel To give users time to adjust to these changes, sysutils/devcpu-data will remain in the tree until the end of 2023. The port has been converted to a metaport and now provides the same functionality as sysutils/cpu-microcode. Refer to the commit log in bc7829212d153aeff69b439d08e2e3001ef88ba3 for an explanation as to why these changes were made. 20230904: AUTHOR: netchild@FreeBSD.org AFFECTS: users of misc/openhab The rc.d script of 4.0.2 had an error which didn't take the user to run openhab into account. After installing the update and stopping openhab run (for the default settings) chown -R openhab:openhab /var/db/openhab/userdata /var/log/openhab If you use other directories for the userdata and logs, you need to adapt accordingly. 20230822: AUTHOR: arrowd@FreeBSD.org AFFECTS: users of sysutils/polkit together with sysutils/consolekit2 ConsoleKit2 has grown some logind1 compatibility which resulted in breaking changes in its API. One of its consumers, Polkit, is patched to handle it, so make sure to update both ports simultaneously. 20230822: AUTHOR: leres@FreeBSD.org AFFECTS: users of security/zeek Zeek has been upgraded to 6.0.0 and the NETMAP option was removed; it was too difficult to build it without zeek being installed in %%PREFIX%%. The consensus was that this was a rarely used feature, please reach out to me if need this (I've done some work on a new security/zeek-netmap port that is probably the right way forward). When I upgraded zeek on my systems I found some cruft left over from previous versions. The way I recommend upgrading from 5.0.9 to 6.0.0 is: service zeek stop pkg delete -fy zeek py311-zkg [clean up leftover files in /usr/local/lib/zeek] pkg install -y zeek service zeek deploy 20230817: AFFECTS: users of databases/redis AUTHOR: yasu@FreeBSD.org The databases/redis port has been updated to 7.2. Users wanting to stay on 7.0 can replace databases/redis with databases/redis70 with one of the following commands. If you use pkg with binary packages: # pkg set -o databases/redis:databases/redis70 # pkg upgrade If you use portmaster: # portmaster -o databases/redis70 databases/redis If you use portupgrade: # portupgrade -o databases/redis70 databases/redis 20230814: AFFECTS: usrs of www/kdsoap AUTHOR: kde@FreeBSD.org The port www/kdsoap has been flavorized to support both Qt5 and Qt6. For symmetry, the Qt5 package has been renamed to kdsoap-qt5. 20230811: AFFECTS: users of www/p5-AnyEvent-WebSocket-Client AUTHOR: rodrigo@FreeBSD.org The update to AnyEvent-WebSocket-Client 0.55 introduce a change in behavior: close() default return code is now 1000 instead of 1005 20230730: AFFECTS: users of lang/perl5* AUTHOR: delphij@FreeBSD.org The default Perl version has been switched to Perl 5.34. If you are using binary packages to upgrade your system, you do not have anything to do, pkg upgrade will do the right thing. 20230726: AFFECTS: users of misc/openhab AUTHOR: netchild@FreeBSD.org The update to openhab 4.0.0 may require changes to the running 3.x setup. Read the release notes at https://github.com/openhab/openhab-distro/releases/tag/4.0.0 and the blog entry at https://www.openhab.org/blog/2023-07-23-openhab-4-0-release.html for manual changes which are required before updating the port. After the update the pkg-message provides some more info about manual changes which are required to perform before the first start of 4.0.0. Note, this includes a switch from java 11 to java 17. You can deinstall openjdk11 afterwards, if it is not needed for something else. 20230723: AFFECTS: users of security/py-cryptography AUTHOR: tcberner@FreeBSD.org Modern py-cryptography uses rust. In order to still support the Tier-2 architectures without rust support, a new default-version was added: PYCRYPTOGRAPHY it allows for the values 'rust' and 'legacy'. The default is 'rust' on all platforms supporting this. Note: users that are relying on the 'legacy' version will also take care of using a non-base OpenSSL in the future. 20230620: AFFECTS: users of lang/elixir-devel AUTHOR: dch@FreeBSD.org Note that Elixir now *requires* OTP25+ or better at runtime. For the -devel flavour you are still free to choose OTP25 or OTP26, but the default OTP24 from lang/erlang will *not* work. 20230618: AFFECTS: users of devel/soft-serve AUTHOR: ashish@FreeBSD.org soft-serve no longer uses config repository for configuration. To migrate configuration from 0.4.x to 0.5.x, please review the upgrade documentation at: https://github.com/charmbracelet/soft-serve/releases/tag/v0.5.0 The migration process has been incorporated in rc.d script's migrate command, and can be performed using following instructions: 0. Please make sure to backup repository data 1. Stop existing process: # /usr/local/etc/rc.d/soft-serve stop 2. Run the rc.d script to migrate, e.g. # /usr/local/etc/rc.d/soft-serve migrate INFO Setting SSH listen address... INFO Copying SSH host key... INFO Reading config repository... INFO Setting server settings... INFO Copying repos... INFO Copying repo ports INFO Copying readme from "config" to ".soft-serve" INFO Setting repos metadata & collabs... INFO Creating users & collabs... INFO Creating user "ashish" INFO Writing config... INFO Done! Another variable is introduced in rc.d script, soft_serve_data_path, indicating the path to data directory used by soft-serve. 20230618: AFFECTS: textproc/apache-solr* AUTHOR: mfechner@FreeBSD.org Apache solr is upgraded to version 9. Data migration is required, examples for dovecot data can be found here: https://dovecot.org/pipermail/dovecot/2022-May/124701.html https://dovecot.org/pipermail/dovecot/2022-May/124711.html If you like to stay on version8: # pkg delete apache-solr # pkg install apache-solr8 20230609: AFFECTS: users of security/sequoia AUTHOR: vishwin@FreeBSD.org sq has been split to security/sequoia-sq; security/sequoia becomes a meta-port, where security/sequoia-sq is currently the only dependency. As other programs are individually ported over, they will become OPTIONS in the meta-port. Per upstream, FFI is deprecated in favour of point solutions. 20230602: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org 1. If the plugin security/py-netbox-secretstore is used, which is no longer maintained by upstream, the following steps must be done before upgrading to NetBox 3.5: * Migrate from security/py-netbox-secretstore (= 1.4.2_2) to security/py-netbox-secrets (= 1.7.6) with a NetBox 3.4.x instance. It is very important that the versions of py-netbox-secretstore and py-netbox-secrets match as specified otherwise the migration will not be successful. The reason for this is that py-netbox-secrets 1.8.x is not backwards compatible with Netbox 3.4. For further details please see the updating instructions of py-netbox-secretstore or the UPDATING entry of 2023-05-11. 2. Please also check the pkg-message and the changelogs for further info. 20230531: AFFECTS: users of net-mgmt/netdisco AUTHOR: dgeo@centrale-marseille.fr The netdisco user now needs a HOME and a shell. For existing installs you will need to set HOME to /usr/local/etc/netdisco and shell to /bin/sh. For example in one shell line: pw user mod netdisco -d /usr/local/etc/netdisco -s /bin/sh 20230526: AFFECTS: users of mail/exim AUTHOR: pi@FreeBSD.org The port changes from USE_DB to USE_NDBM. Any existing configuration like ${lookup{$needle}dbm{haystack.db}} will need to change to ${lookup{$needle}dbm{haystack}}. Please also rename your old DBM files while the exim daemon is stopped: find /var/spool/exim/db/* -not -name \*.lockfile -exec mv -i {} {}.db \; 20230513: AFFECTS: users of www/tt-rss AUTHOR: dereks@lifeofadishwasher.com www/tt-rss now expects the user to install the database drivers by hand allowing the port to be database independent however it would be best if you mark the php driver packages as a non-automatic package such that pkg-autoremove doesn't uninstall them. Change 80 to your corresponding php version (80, 81, 82) mysql: pkg set -yA 0 php80-mysqli php80-pdo_mysql; pgsql: pkg set -yA 0 php80-pgsql php80-pdo_pgsql; 20230511: AFFECTS: users of net-mgmt/py-netbox-secretstore AUTHOR: kai@FreeBSD.org Upstream no longer maintains py-netbox-secretstore which it is not compatible with NetBox 3.5 or newer. To ensure compatibility with newer releases of NetBox, the py-netbox-secrets plugin should be used instead. To migrate from security/py-netbox-secretstore to security/py-netbox-secrets please do following steps: 1. Make a backup. 2. Install security/py-netbox-secrets 3. Enable both plugins by updating the following line in the netbox configuration (e.g. /usr/local/share/netbox/netbox/configuration.py): PLUGINS = ['netbox_secretstore', 'netbox_secrets'] 4. Run NetBox migrations: # cd /usr/local/share/netbox # python3.9 manage.py migrate 5. Re-adjust the indices for the netbox-secrets plugin: # python3.9 manage.py sqlsequencereset netbox_secrets > output.sql 6. Run the output of the previous command in the database, e.g.: # psql -d NETBOXDB < output.sql 7. You can now remove netbox-secretstore from the application by removing it from the PLUGINS line in the netbox configuration: PLUGINS = ['netbox_secrets'] 8. Collect static files of the netbox-secrets plugin: # python3.9 manage.py collectstatic --no-input 9. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.). 10. You may have clean up your database of the old tables manually, e.g.: DROP TABLE netbox_secretstore_secret; DROP TABLE netbox_secretstore_secretrole; DROP TABLE netbox_secretstore_sessionkey; DROP TABLE netbox_secretstore_userkey; 11. Uninstall security/py-netbox-secretstore. 20230505: AFFECTS: users of mail/mutt AUTHOR: dereks@lifeofadishwasher.com The patches included in the mail/mutt port will be removed in approximately a month making the port more inline with upstream. If you require any of these features most are available in mail/neomutt or it's possible to use EXTRA_PATCH_TREE to patch a port when building locally. 20230504: AFFECTS: users of sysutils/py-mqttwarn AUTHOR: dvl@FreeBSD.org The redis option REISPUB has been renamed to REDISPUB You should update any make.conf setting etc which refer to this. e.g. change sysutils_py-mqttwarn_REISPUB to sysutils_py-mqttwarn_REDISPUB 20230416: AFFECTS: users of databases/mongodb50, databases/mongodb44 and databases/mongodb60 AUTHOR: ronald@FreeBSD.org MongoDB removed the settings 'fork' and 'pidFilePath' from the default etc/mongodb.conf file. This does not affect mongod started by etc/rc.d/mongod as the settings are passed as arguments. Please verify custom uses of mongod. 20230414: AFFECTS: users of www/gitea AUTHOR: fernape@FreeBSD.org Gitea 1.19.1 contains a breaking change. actions unit has ben renamed to to repo.actions. 20230407: AFFECTS: users of devel/sonarqube-community AUTHOR: netchild@FreeBSD.org You need to make sure to update missing and changed values in PREFIX/libexec/sonarqube/conf/sonar.properties from PREFIX/libexec/sonarqube/conf/sonar.properties.sample 20230318: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org The port has been updated to the latest stable version 3.6 of LibreSSL. The shared library versions of the libraries have been bumped. After upgrading, manually update all packages that depend on any of the libraries provided by LibreSSL (libssl, libcrypto and libtls) since the versions of these libraries have changed. Normally, you can obtain the list of dependent software by running the following command: # pkg info -r libressl Then you should rebuild all ports depending on libressl to avoid dangling shared library dependencies. 20230315: AFFECTS: users of lang/ruby30 AUTHOR: yasu@FreeBSD.org The default ruby version has been updated from 3.0 to 3.1. If you compile your own ports you may keep 3.0 as the default version by adding the following lines to your /etc/make.conf file: # # Keep ruby 3.0 as default version # DEFAULT_VERSIONS+=ruby=3.0 If you wish to update to the new default version, you need to first stop any software that uses ruby. Then, you will need to follow these steps, depending upon how you manage your system. If you use pkg, simply upgrade: # pkg upgrade If you do not use pkg, please check entry 20220421. The description there should also work for this version. 20230314: AFFECTS: users of security/openssl-devel AUTHOR: brnrd@FreeBSD.org Users using DEFAULT_VERSIONS=ssl=openssl-devel must update their configuration to DEFAULT_VERSIONS=ssl=openssl30 or openssl31. 20230313: AFFECTS: users of databases/sqlite3 AUTHOR: fuz@FreeBSD.org Due to various ports not being prepared for this change (see 20230227 entry), the DQS option of databases/sqlite3 has been reenabled as a stop gap measure. It is scheduled to be disabled again for good no earlier than 20240101, giving downstream software authors more time to fix their queries. See also: https://sqlite.org/quirks.html#dblquote 20230311: AFFECTS: users of net/dshell AUTHOR: nobutaka@FreeBSD.org net/dshell now depends on net/py-pcapy-ng instead of net/py-pcapy. Because net/py-pcapy-ng conflicts with net/py-pcapy, please uninstall py39-pcapy with the following command before upgrading: # pkg delete -f py39-pcapy 20230310: AFFECTS: users of net-mgmt/unifi7 AUTHOR: otis@FreeBSD.org The mongodb dependency has been changed from 36 to 44, as MongoDB 3.6 is long out out support and end of life. The upgrade path should be as following: 1. Take a backup from within the unifi7 application PRIOR to updating! 2. Stop the unifi7 service (if running) 3. Copy the "backup" directory from LOCALBASE/share/java/unifi/data to a safe location. Also copy keystore and system.properties if you have made any modifications to those files 4. Remove files and directories under LOCALBASE/share/java/unifi/data 5. Upgrade the package 6. Copy the "backup" directory from a safe location back to LOCALBASE/share/java/unifi/data 7. Start the service 8. Restore the configuration from backup As an optional step, review system.properties and keystore to merge any manual modifications you have made (this has to be done with the application stopped) 20230310: AFFECTS: user of benchmarks/ddosify AUTHOR: fernape@FreeBSD.org keep-alive is removed from config file. In default mode, the engine will use keep-alive for all requests. If you want to disable keep-alive for a step, you can add Connection: close header to the step. 20230306: AFFECTS: users of www/qt5-webengine AUTHOR: kai@FreeBSD.org Users that upgrade www/qt5-webengine without using pkg/poudriere might experience failures due to conflicts with the installed version of 5.15.2. In that case, pkg delete -f the qt5-webengine package before building the updated version. 20230304: AFFECTS: users of accessibility/atk and accessibilty/at-spi2-atk AUTHOR: tcberner@FreeBSD.org The packages accessibility/atk and accessibility/at-spi2-atk have been integrated upstream into at-spi2-core. Users of these packages can manually remove them prior to updating accessibility/at-spi2-core using pkg delete -f atk at-spi2-atk if the pkg update process fails due to conflicting files. 20230227: AFFECTS: users of databases/sqlite3 AUTHOR: fuz@FreeBSD.org Option DQS is now disabled by default. This option controls the "double quoted string literals are accepted" quirk, permitting the use of double quotes around string literals if enabled. Users who rely on this quirk need to manually build databases/sqlite3 with the DQS option enabled. See also: https://sqlite.org/quirks.html#dblquote 20230227: AFFECTS: users of mail/py-spf-engine AUTHOR: yasu@FreeBSD.org Default configuration file path of pyspf-milter has changed. Since it looks for ${PREFIX}/etc/etc/pyspf-milter/pyspf-milter.conf now, you should edit the file if you run pyspf-milter. Alternatively you can specify other configuration file path by setting pyspf_milter_conffile variable in /etc/rc.conf. 20230222: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org 1. Please make sure that the PostgreSQL server for the NetBox instance is running version 11 or higher. This is because PostgreSQL 10 is End-of-Life since November 2022 and Django 4.1 requires PostgreSQL 11 as a minimum. 2. Please also check the pkg-message and the changelogs for further info. 20230218: AFFECTS: users of databases/mysql57-(server|client) AUTHOR: joneum@FreeBSD.org The default MySQL version has been updated from 5.7 to 8.0. If you compile your own ports you may keep 5.7 as the default version by adding the following lines to your /etc/make.conf file: # # Keep MySQL 5.7 as default version # DEFAULT_VERSIONS+=mysql=5.7 If you wish to update to the new default version, you need to first stop any running server instance. Then, you will need to follow these steps, depending on installed packages. # pkg set -o databases/mysql57-client:databases/mysql80-client # pkg set -o databases/mysql57-server:databases/mysql80-server # pkg upgrade 20230213: Affects: users of sysutils/nut* AUTHOR: cy@FreeBSD.org The nut file ownership fixups due to the UID/GID change from uucp/uucp to nut/nut may not be desireable for all users. Some users with custom file ownership may wish ownership to remain untouched. This revision to the nut family of ports/packages allows users to optionally disable automatic fixup of nut file ownership. 20230213: AFFECTS: users of security/logcheck AUTHOR: yasu@FreeBSD.org Since 1.4.1 ${PREFIX}/etc/logcheck/logcheck.logfiles is empty and files to be checked by logcheck are specified in ${PREFIX}/etc/logcheck/logcheck.logfiles.d/syslog.logfiles. So if you previously edited the former, then you should edit the latter now. 20230210: AFFECTS: users of mail/fetchmail AUTHOR: fernape@FreeBSD.org Fetchmail now warns about OpenSSL before 1.1.1s or 3.0.7, and rejects wolfSSL older than 5.5.1. 20230209: AFFECTS: users of audio/jack AUTHOR: fernape@FreeBSD.org audio/jack 1.9.22 fixes an issue with latency correction on FreeBSD. Latency correction parameters have to be measured again after update. 20230130: AFFECTS: users of USES=nodejs, www/node*, www/npm* and www/yarn* AUTHOR: sunpoet@FreeBSD.org The current USES=nodejs has the following issues: - www/node is not the default version while www/node16 is. - It also means inconsistent naming of node ports. - www/npm duplicates with www/npm-node16. - www/yarn duplicates with www/yarn-node16. The notable changes are introduced to fix the above issues: - Rewrite Mk/Uses/nodejs.mk. - Add new LTS version of nodejs (www/node18). - Add new current version of nodejs (www/node19). - Change default nodejs version from 16 to 18 (latest LTS), - Use consistent naming for all supported node versions. - Convert www/node, www/npm and www/yarn to meta ports. After these changes: - All supported node versions are named as node{14,16,18,19}. - www/node is a meta port which depends on the default version (e.g. www/node18) - www/npm is a meta port which depends on the default version (e.g. www/npm-node18) - www/yarn is a meta port which depends on the default version (e.g. www/yarn-node18) 20230129: AFFECTS: users of benchmarks/ddosify AUTHOR: fernape@freebsd.org In 0.13.0 some configuration keys have been renamed for consistency. Have a look at https://github.com/ddosify/ddosify/releases/tag/v0.13.0 for details. 20230127: AFFECTS: users of security/openvpn AUTHOR: mandree@freebsd.org OpenVPN has been updated to the new upstream release v2.6.0, which is quite compatible with v2.5 versions. A copy of the latest v2.5.8 port is being kept as security/openvpn25 (or openvpn25 package) until end of March 2023. 20230116: AFFECTS: users of sysutils/nut and sysutils/nut-devel AUTHOR: cy@freebsd.org As of PR/268960 Network UPS Tools will now run under its own UID and GID instead of uucp. Users who wish to continue using the uucp user and group may add NUT_USER=uucp and NUT_GROUP=uucp to their make.conf. After upgrading sysutils/nut or sysutils/nut-devel with this patch, restart devd. Then restart nut. This will fix up the permissions of UPS USB devices and allow nut to start normally. 20230111: AFFECTS: users of sysutils/graylog AUTHOR: dch@freebsd.org Graylog 5.x and higher effectively constrains ElasticSearch dependencies, and in most cases will force a migration to OpenSearch 2.x, now available in ports. Plan accordingly. 20230104: AFFECTS: users of mail/spamassassin AUTHOR: cy@freebsd.org As of spamassassin 4.0.0 (3fdfceb36029) the deprecated HashCash plug-in was finally removed. Users using the HashCash plug-in will need to remove references to it. 20221226: AFFECTS: users of sysutils/zrepl AUTHOR: driesm@FreeBSD.org The Prometheus metric zrepl_version_daemon has been converted to the zrepl_start_time metric. The metric still reports the zrepl verison in a label. But the metric value is now the Unix timestamp at the time the daemon was started. The Grafana dashboard in dist/grafana has been updated. The RPC protocol version has also been bumped; all zrepl daemons in a setup must be updated and restarted before replication can resume. 20221220: AFFECTS: users of net-mgmt/unbound_exporter AUTHOR: thomas@beingboiled.info The config defaults for the log file and certificates have been changed. See /usr/local/etc/rc.d/unbound_exporter for possible options and adjust your rc.conf accordingly. 20221215: AFFECTS: users of security/clamav AUTHOR: yasu@FreeBSD.org Many users report that after updating ClamAV to 1.0.0 clamd and freshclam fails to start with integrity check error of databases. According to the result of investigation it happens with following conditions. 1. ClamAV is built on non-cleanroom environment (that is, neither FreeBSD official ClamAV package is used nor the package is built by user with poudriere). 2. math/tomsfastmath is installed in the system that ClamAV is built. So if the errror happens on you system, uninstall TomsFastMath first and then rebuild and reinstall ClamAV. The problem should disappear. 20221128: AFFECTS: devel/py-proxmoxer AUTHOR: einar@isnic.is AuthenticationError Moved proxmoxer.backends.https.AuthenticationError was moved to proxmoxer.AuthenticationError (the class itself is the same). Any imports or references to proxmoxer.backends.https.AuthenticationError should be changed to proxmoxer.AuthenticationError. ProxmoxResourceBase Removed While this should be a fully internal change, the ProxmoxResourceBase class was removed. Use ProxmoxResource instead. Removed ProxmoxHTTPTicketAuth The auth_token and csrf_token arguments are no longer supported. If an existing (still valid) token needs to be used, you can pass the token as password and proxmoxer will attempt to renew the ticket and retrieve a new token and CSRF token. 20221126: AFFECTS: textproc/kibana8 AUTHOR: otis@FreeBSD.org kibana8 now installs kibana-specific utilities into LOCALBASE/bin as symbolic links. Please check whether it will overwrite your local files with names same as these utilities and if so, please rename them or move out of the way in a different manner. 20221126: AFFECTS: textproc/elasticsearch8 AUTHOR: otis@FreeBSD.org elasticsearch8 now installs elasticsearch-specific utilities into LOCALBASE/bin as symbolic links (i.e. elasticsearch-cli and similar). Please check whether it will overwrite your local files with names same as these utilities and if so, please rename them or move out of the way in a different manner. 20221126: AFFECTS: users of lang/php80 AUTHOR: bofh@FreeBSD.org The default version of PHP has been switched from 8.0 to 8.1. If you use binary packages you should make a list of php packages before running 'pkg upgrade': # pkg info \*php80\* > ~/installed-php-ports-list After the upgrade, check with such list if all your php extensions are still installed, and reinstall them if needed. If you use mod_php80 you need to deinstall it and install mod_php81. 20221123: AFFECTS: x11-wm/jwm AUTHOR: fernape@FreeBSD.org jwm 2.4 introduces changes in the configuration. To convert an existing v2.3 configuration file using xsltproc, run: cp ~/.jwmrc ~/.jwmrc.old xsltproc jwm-2.4.xslt ~/.jwmrc.old > ~/.jwmrc If you have multiple configuration files, it may be necessary to apply the XSLT to some or all of them depending on what configuration options are stored in the file. 20221017: AFFECTS: archivers/star AUTHOR: fernape@FreeBSD.org With the update of devel/schilybase to 2022-10-16 a new port archivers/tartest has been splitted off from archivers/star. 20221016: AFFECTS: textproc/apache-solr AUTHOR: mfechner@FreeBSD.org Apache solr version 9 is released and made available as extra port textproc/apache-solr9. Version 9 cannot start directly with data from version 8. Additional steps for data migration is required. If you like to use the new version, deinstall the old version and install the new version: # pkg delete apache-solr # pkg install apache-solr9 After this you need to migrate data and migration, for this check the solr documentation. 20221015: AFFECTS: users of gstreamer1-* when upgrading via port builds on the host AUTHOR: riggs@FreeBSD.org The update of the gstreamer1-* ports to 1.20.3 requires a clean install of gstreamer1-* ports. In particular, when trying to update ports in-place using portupgrade or portmaster, the builds are likely to fail due to dependency mismatches. If this is your preferred update path, you need to deinstall (pkg delete -f) gstreamer1 and the plugins before reinstalling them from the ports tree. Note that pkg upgrade will do the right thing: If you use official FreeBSD packages or build your own set of packages using poudriere, nothing special is needed. 20221012: AFFECTS: devel/websvn AUTHOR: michael.osipov@siemens.com WebSVN 2.8.0 includes full PHP 8.x support which requires a change from PEAR to Composer 2. You must manually install dependencies through it, the ports system will not handle it anymore for you since */horde* (PR 266552) has been marked as incompatible with PHP 8.x for the time being. See pkg-message for detailed instructions. 20221011: AFFECTS: users of security/acme.sh AUTHOR: dvl@FreeBSD.org This update may break your install if you were using a symlink to %%EXAMPLESDIR%%/acme.sh.conf - that file is no longer installed. Instead, a log rotation configuration is now installed to etc/cron.d/acme.sh.sample you should modify etc/cron.d/acme.sh to needs. The port now installs a log rotation file to etc/newsyslog.d/acme.sh.sample and you you should update etc/newsyslog.d/acme.sh to suit your needs. This file has long been part of the port, but was never installed. Neither the log rotation nor the crontab are active until you remove the comments. 20221002: AFFECTS: users of shells/bash AUTHOR: ehaupt@FreeBSD.org Bash has been updated to version 5.2. In previous versions, the default port option-set used to link against libreadline from ports. However, the current version of devel/readline is too old for bash 5.2. For now, the default option has been switched to use the bundled version of libreadline and the other option is marked broken. Once devel/readline is updated this can be reverted. If you're updating bash from source and you've previously explicitly set to use use PORTS_READLINE, you'll have to disable the PORTS_READLINE option before updating: # cd /usr/ports/shells/bash # make config or flush it entirely: # cd /usr/ports/shells/bash # make rmconfig 20220929: AFFECTS: users of graphics/bmeps AUTHOR: takefu@airport.fm The executable name has been changed from this edition from bmpp to bitmap2pp 20220925: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org The port has been updated to the latest stable version 3.5 of LibreSSL. The shared library versions of the libraries have been bumped. After upgrading, manually update all packages that depend on any of the libraries provided by LibreSSL (libssl, libcrypto and libtls) since the versions of these libraries have changed. Normally, you can obtain the list of dependent software by running the following command: # pkg info -r libressl Then you should rebuild all ports depending on libressl to avoid dangling shared library dependencies. 20220919: AFFECTS: users of audio/strawberry AUTHOR: mandree@FreeBSD.org strawberry now uses FLAVORs based on the qt version, offering -qt5 and -qt6, with -qt5 the default. You may need to explicitly install either of the new flavors. 20220919: AFFECTS: users of sysutils/schilyutils AUTHOR: fuz@fuz.su Schilyutils has been split up into two ports. If you want the bosh shell, the new port is shells/bosh, which can be installed with: # pkg install bosh or # portmaster -o shells/bosh 20220918: AFFECTS: users of mail/roundcube AUTHOR: brnrd@FreeBSD.org Roundcube has been upgraded to 1.6.0 and introduces breaking changes to configuration options of remote services (imap, smtp, ldap, sieve). Check https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released for details. Version 1.6 no longer includes the Classic and Larry skins, which are now available as separate mail/roundcube-classic and mail/roundcube-larry ports. 20220910: AFFECTS: users of devel/cmake AUTHOR: diizzy@FreeBSD.org CMake has been converted to a meta-port and new CMake packages created causes conflicts with old binary packages prior to this change. If CMake was installed using binary packages via pkg it needs to be uninstalled using pkg delete before installing CMake and related packages after this change. pkg delete cmake pkg install cmake-core If you're using portmaster you also need to delete the old CMake package before upgrading. 20220909: AFFECTS: users of emulators/qemu AUTHOR: bofh@FreeBSD.org emulators/qemu has been updated to 7.1.0. Previous 7.0.X branch has been repocopied to emulators/qemu70. If someone wants to stick with 7.0.X branch please use one of the following command: # pkg install qemu70/qemu70-nox11(based on flavor used) or # portmaster -o emulators/qemu70 emulators/qemu or # portupgrade -o emulators/qemu70 emulators/qemu 20220903: AFFECTS: users of editors/vim AUTHOR: adamw@FreeBSD.org The Vim port no longer installs a system-wide vimrc. It drastically affected config loading order, and led to various settings being clobbered, duplicated, or ignored. Vim's provided defaults.vim (/usr/local/share/vim/vim90/defaults.vim) continues to be read just as before, but its settings are no longer clobbered. Take a look in there for any settings you may want to change, and do ':h initialization' to see where Vim looks for config files. 20220903: AFFECTS: users of archivers/py-borgbackup AUTHOR: mandree@FreeBSD.org Borgbackup has been upgraded to version 1.2. For users who you wish to continue using version 1.1, use either of these commands for upgrading: With binary packages through pkg: pkg set -o archivers/py-borgbackup:archivers/py-borgbackup11 pkg upgrade With portmaster or portupgrade (replace the command accordingly): portmaster -o archivers/py-borgbackup11 archivers/py-borgbackup 20220901: AFFECTS: users of mail/rainloop-community AUTHOR: yasu@FreeBSD.org Since 1.17.0 upstream distributes only one "legacy" edition under MIT license and mail/rainloop-community is removed as a result. So please uninstall mail/rainloop-community (rainloop-community-phpXY) and install mail/rainloop (rainloop-phpXY) instead. 20220831: AFFECTS: users of x11/xscreensaver on 13.1-RELEASE AUTHOR: zirias@FreeBSD.org With the update to 6.04, xscreensaver now uses security/unix-selfauth-helper for PAM authentication. This relies on pam_exec.so, which had a bug causing a segfault on authentication attempts prior to 13.1-RELEASE-p1. For details, please see https://www.freebsd.org/security/advisories/FreeBSD-EN-22:19.pam_exec.asc Make sure your system is fully upgraded, otherwise you might be unable to unlock your screen. 20220825: AFFECTS: users of net/xrdp or net/xrdp-devel AUTHOR: meta@FreeBSD.org After xorg upgrade to 21.1.4, xorgxrdp session doesn't start as before This is because bin/Xorg has been replaced with X server binary wrapper. You must manually edit the Xorg section in etc/xrdp/sesman.ini to get it working again. The following is a short example of where, how to modify sesman.ini. Make sure to replace LOCALBASE with your actual path. [Xorg] ; Specify the path of non-suid Xorg executable. It might differ depending ; on your distribution and version. Find out the appropreate path for your ; environment. The typical path is known as follows: ; ; Fedora 26 or later : param=/usr/libexec/Xorg ; Debian 9 or later : param=/usr/lib/xorg/Xorg ; Ubuntu 16.04 or later : param=/usr/lib/xorg/Xorg ; Arch Linux : param=/usr/lib/Xorg ; CentOS 7 : param=/usr/bin/Xorg or param=Xorg ; CentOS 8 : param=/usr/libexec/Xorg ; -param=Xorg +param=LOCALBASE/libexec/Xorg 20220815: AFFECTS: users of net/keycloak AUTHOR: fernape@FreeBSD.org The flavors -mysql and -postgres were removed, the necessary configuration for those database backends was rolled into the base release by upstream. The configuration files changed completely, so they need to be rebuilt from scratch. 20220807: AFFECTS: users of news/inn AUTHOR: kbowling@FreeBSD.org The inn port has been updated to 2.7 release. Users upgrading from prior versions should read through the announcement for any manual upgrading steps that apply to your environment. https://lists.isc.org/pipermail/inn-announce/2022-July/000015.html 20220711: AFFECTS: users of security/stunnel AUTHOR: zi@FreeBSD.org The stunnel port has been updated to drop privileges to the stunnel user by default. As a result of this change, the pid file location has changed. If you have a running copy of stunnel, you should stop the process before performing the upgrade. Alternatively, you will need to # pkill stunnel;service stunnel start after the upgrade has been completed. 202207XYZ: AFFECTS: users of devel/maven-wrapper and devel/maven AUTHOR: michaelo@apache.org The environment variable M2_HOME has been replaced with more common MAVEN_HOME which can be used to pass a custom Maven home directory. 20220629: AFFECTS: updating x11-servers/xorg-server from a port AUTHOR: se@FreeBSD.org The xorg-server port now has a library dependency on x11/libxcvt, which cannot be installed when the previous version of xorg-server is present. To be able to update xorg-server from a port, the previous version needs to be manually deinstalled to allow libxcvt to be installed. 20220628: AFFECTS: users of Erlang and Elixir AUTHOR: dch@FreeBSD.org For more than a decade, the Elixir Mix tool and the Erlang rebar or erlang.mk build tools have been the de facto way of installing and managing packages for specific applications. All main-stream applications, from Riak, CouchDB, RabbitMQ, Phoenix, and Elixir, expect that packages are fetched and compiled into an OTP Release, with in-built version locking, external package management. There is no point in maintaining a large number of libraries, that are used neither for development, nor operations. Users are directed to https://rebar3.org/ https://erlang.mk/ or https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html to fetch custom packages. https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update 20220626: AFFECTS: users of python AUTHOR: thierry@FreeBSD.org The default version of python3 and python was switched to 3.9. For ports users wanting to keep version 3.8 as default, add DEFAULT_VERSIONS+= python=3.8 python3=3.8 to make.conf Following procedures may ease the upgrade: For users of pre-build packages: # sh # for i in $(pkg query -g %n 'py38-*'); do pkg set -yn ${i}:py39-${i#py38-}; done # pkg upgrade For portmaster users: # sh # portmaster -o lang/python39 python38 # REINSTALL="$(pkg info -o "*py38*" | awk '{printf "%s ", $2}')" # pkg delete -f "*py38*" # portmaster $REINSTALL # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py39 | cut -d : -f 1 | sort -u) # portmaster $REBUILD # REBUILD2=$(pkg list | grep python-38 | xargs pkg which | awk '{print $6}' | sort -u) # portmaster $REBUILD2 Final steps (for pre-built packages & portmaster): If no longer required, Python 3.8 can be removed via "pkg remove python38" and the directory /usr/local/lib/python3.8 can then be deleted afterwards, if not empty. 20220625: AFFECTS: users of sysutils/fusefs-bindfs AUTHOR: doralitze@chaotikum.org Bindfs defaults to use direct I/O since version 1.16. While this results in major performance improvements as well as several bug fixes, this also breaks direct legacy calls to mmap. If your application still uses them consider these two options: 1. Mount using `--no-direct-io` 2. Upgrade your application in order to query mapping guards 20220623: AFFECTS: users of science/gramps AUTHOR: fernape@FreeBSD.org databases/py-bsddb3 is deprecated and will be removed in the future. With that gramps will lose the ability to load family trees using Berkeley DB. It is suggested to migrate all family trees using Berkeley DB by exporting them to gramps xml and import that gramps xml into a family tree using sqlite as database. 20220620: AFFECTS: users of www/selenium AUTHOR: fernape@FreeBSD.org The port has changed startup args so if you are using selenium_args= in rc.conf you need to add the parameter "standalone" manually. 20220616: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org /!\ WARNING /!\ The NetBox 3.2 release contains major changes, so at least items 1.), 2.) and 3.) must be checked before proceeding with the upgrade! /!\ WARNING /!\ 1. This release includes a database migration that will remove the "asn", "contact_name", "contact_phone", and "contact_email" fields from the site model. (These fields have been superseded by the ASN and contact models introduced in NetBox v3.1.) To protect against the accidental destruction of data, the upgrade process will fail if any sites still have data in any of these fields. To bypass this safeguard, set the NETBOX_DELETE_LEGACY_DATA environment variable when running the upgrade script, which will permit the destruction of legacy data. A set of migration scripts is available to assist with the migration of legacy site data: https://github.com/netbox-community/migration-scripts 2. NetBox v3.2 requires Python 3.8 or later. 3. If the NetBox Plugin "net-mgmt/py-netbox-plugin-extension" is used, please disable it before the migrations are applied. This can be done by removing the entry "netbox_plugin_extensions" from the "PLUGINS" section in the NetBox configuration. Once the upgrade is done, this port/package can be safely removed as it's no longer required. 4. Please also check the pkg-message and the changelogs for further info. 20220608: AFFECTS: devel/autoconf-wrapper, devel/autoconf213 AUTHOR: tijl@FreeBSD.org These ports have been renamed to devel/autoconf-switch and devel/autoconf2.13 respectively. If your favourite port updating tool cannot handle that then just remove the packages with "pkg delete" and then install the new port. 20220607: AFFECTS: security/openssh-portable AUTHOR: bdrewery@FreeBSD.org OpenSSH has been updated to 9.0p1 with incompatible changes. See https://www.openssh.com/txt/release-9.0 for details. 20220602: AFFECTS: sysutils/graylog AUTHOR: dch@FreeBSD.org Graylog 4.3.0+ fails to start if graylog's internal collector for system statistics is enabled. This will eventually be addressed upstream. Add disable_native_system_stats_collector=true to your graylog.conf. 20220513: AFFECTS: devel/nexus2-oss AUTHOR: michael.osipov@siemens.com Nexus 2.15.x introduces incompatible configuration changes. You must review changes in ETCDIR/wrapper.conf and ETCDIR/jetty*.xml with updated samples as well as NEXUS_WORKDIR/conf/logback-nexus.xml with its origin from DATADIR/nexus/WEB-INF/lib/nexus-core-VERSION.jar!/META-INF/log/logback-nexus.xml, grant write access to files in ETCDIR since Nexus itself might update files in place otherwise your instance will not properly work after the update. 20220510 AFFECTS: sysutils/zrepl AUTHOR: monwarez@gmail.com The zrepl update to 0.5.0.8 includes the following breaking changes: - The Prometheus metric zrepl_version_daemon was converted to zrepl_start_time The metric still reports the zrepl version in a label. But the metric *value* is now the Unix timestamp at the time the daemon was started. The Grafana dashboard in zrepl examples directory has been updated. 20220502: AFFECTS: mail/mutt AUTHOR: dereks@lifeofadishwasher.com Default header cache option has been changed to the new option LMDB using databases/lmdb. The BDB option still exists but now uses databases/db18 due to the EOL of databases/db5. 20220501: AFFECTS: users of drm-current-kmod and drm-devel-kmod AUTHOR: manu@FreeBSD.org Both ports where removed. If you were using either one of them directly (i.e. without using graphics/drm-kmod metaport) use graphics/drm-510-kmod. If you have some problems with this one try drm-54-kmod and report a bug on https://github.com/freebsd/drm-kmod. 20220428: AFFECTS: users of databases/redis AUTHOR: yasu@FreeBSD.org The databases/redis port has been updated to 7.0. Users wanting to stay on 6.2 can replace databases/redis with databases/redis62 with one of the following commands. If you use pkg with binary packages: # pkg set -o databases/redis:databases/redis62 # pkg upgrade If you use portmaster: # portmaster -o databases/redis62 databases/redis If you use portupgrade: # portupgrade -o databases/redis62 databases/redis 20220426: AFFECTS: users of deskutils/grantleetheme AUTHOR: kde@FreeBSD.org The pkg update of deskutils/grantleetheme to 22.04 can fail due to a filesystem location having changed from being a file to being a directory. This leads to pkg's temporary file creation throwing an error. To update to KDE Gear 22.04 please run # pkg delete -f grantleetheme prior to the update. 20220424: AFFECTS: users of emulators/qemu AUTHOR: bofh@FreeBSD.org emulators/qemu has been updated to 7.0.0. Previous 6.2.X branch has been repocopied to emulators/qemu6. If someone wants to stick with 6.2.X branch please use one of the following command: # pkg install qemu6/qemu6-nox11(based on flavor used) or # portmaster -o emulators/qemu6 emulators/qemu or # portupgrade -o emulators/qemu6 emulators/qemu 20220421: AFFECTS: users of lang/ruby27 AUTHOR: yasu@FreeBSD.org The default ruby version has been updated from 2.7 to 3.0. If you compile your own ports you may keep 2.7 as the default version by adding the following lines to your /etc/make.conf file: # # Keep ruby 2.7 as default version # DEFAULT_VERSIONS+=ruby=2.7 If you wish to update to the new default version, you need to first stop any software that uses ruby. Then, you will need to follow these steps, depending upon how you manage your system. If you use pkg, simply upgrade: # pkg upgrade If you do not use pkg, please use an adapted version of the below: If you compile your own ports you may keep 2.4 as the default version by adding the following lines to your /etc/make.conf file: # # Keep ruby 2.4 as default version # DEFAULT_VERSIONS+=ruby=2.4 If you wish to update to the new default version, you need to first stop any software that uses ruby. Then, you will need to follow these steps, depending upon how you manage your system. If you use pkgng, simply upgrade: # pkg upgrade If you use portmaster, install new ruby, then rebuild all ports that depend on ruby: # portmaster -o lang/ruby25 lang/ruby24 # portmaster -R -r ruby-2.5 If you use portupgrade, install new ruby, then rebuild all ports that depend on ruby: # pkg delete -f ruby portupgrade # make -C /usr/ports/ports-mgmt/portupgrade install clean # pkg set -o lang/ruby24:lang/ruby25 # portupgrade -x ruby-2.5.\* -fr lang/ruby25 20220413: AFFECTS: users of net-im/py-matrix-synapse AUTHOR: ports@skyforge.at Synapse will now refuse to start up if open registration is enabled, in order to help mitigate abuse across the federation. If you would like to provide registration to anyone, consider adding email, recaptcha or token-based verification in order to prevent automated registration from bad actors. This check can be disabled by setting the enable_registration_without_verification option in your homeserver configuration file to true. More details are available in the upgrade notes[0]. Synapse will additionally now refuse to start when using PostgreSQL with a non-C values for COLLATE and CTYPE, unless the config flag allow_unsafe_locale, found in the database section of the configuration file, is set to true. See the upgrade notes[1] for details. [0] https://matrix-org.github.io/synapse/v1.56/upgrade.html#open-registration-without-verification-is-now-disabled-by-default [1] https://matrix-org.github.io/synapse/v1.56/upgrade#change-in-behaviour-for-postgresql-databases-with-unsafe-locale 20220410: AFFECTS: users of sysutils/screen AUTHOR: cy@FreeBSD.org As of sysutils/screen-4.9.0_5, the MULTUSER option is default, reverting to the traditional setuid-root behavior. People who wish to secure their screen install must terminate all screen sessions, then install screen without the MULTIUSER option. The option was reversed because it caused too much astonishment among users of screen. 20220401: AFFECTS: security/sshguard AUTHOR: kevinz5000@gmail.com Blacklisting is now disabled by default to avoid overriding the setting in sshguard.conf. To enable blacklisting, uncomment the BLACKLIST_FILE line in sshguard.conf. 20220329: AFFECTS: users of sysutils/screen AUTHOR: cy@FreeBSD.org As of sysutils/screen-4.9.0_3, the multiuser feature is not supported by default. The multiuser feature requires setuid root to function. This creates a security risk. Some Linux distributions have had non-setuuid root screen for a dozen or more years. FreeBSD is following suit. A new MULTIUSER option has been added to enable users to install setuid root screen. The MULTIUSER option default is OFF. Users who wish to use the multiuser feature may, - Build screen using the MULTIUSER option, or - Poudriere users can use poudriere-options to enable the MULTIUSER option, or - Users can chmod the setuid bit for ${LOCALBASE}/bin/screen-4.9.0, making screen setuid root to enable the multiuser feature. 20220326: AFFECTS: users of misc/freebsd-doc-* AUTHOR: blackend@FreeBSD.org A change to the doc toolchain prevents the build of individual localized HTML versions of the documentation without building the en_US version. HTML option is currently disabled until a good solution is found. PDF version, the default option, is now the only available option. Please re-run "make config" to pick up this new default. 20220313: AFFECTS: users of net/unison AUTHOR: madpilot@FreeBSD.org unison has been updated to version 2.52. The new version introduces a new wire protocol and on disk archive format. This new version is compatible with 2.51 clients for communication, so it's now possible to upgrade one side and then the other. The archive files are automatically converted to the new version, but once they are converted the y are incompatible with the previous version. In case you need version 2.51, the previous version of the port is preserved in net/unison251. 20220311: AFFECTS: users of multimedia/get_iplayer AUTHOR: jamie@catflap.org get_iplayer has a number of changes to quality settings that may break existing configurations. Please see the release notes for further information: https://github.com/get-iplayer/get_iplayer/wiki/release320to329#release329 20220311: AFFECTS: users of emulators/virtualbox-ose AUTHOR: grembo@FreeBSD.org In order to comply to hier(7), VirtualBox's configuration of non-default IP ranges to be used in host-only mode moved from /etc/vbox/networks.conf to ${LOCALBASE}/etc/vbox/networks.conf. 20220311: AFFECTS: users of net/nats-server AUTHOR: olgeni@FreeBSD.org A dedicated 'nats' user was added, replacing 'nobody' in the startup script. You should check your configuration and assign updated ownership to your data files. 20220227: AFFECTS: users of graphics/bmeps AUTHOR: takefu@airport.fm The binary and man page have been renamed from bmpp{.1.gz} to bitmap2pp{.1.gz} 20220225: AFFECTS: users of x11-toolkits/py-wxPython40 AUTHOR: lbartoletti@FreeBSD.org x11-toolkits/py-wxPython40 has been removed to be replaced by the 4.1 version. However the new wxPython ports is now named x11-toolkits/py-wxPython4. Depending on the tools you use, you may have to remove the port before ports upgrade. 20220224: AFFECTS: users of net-im/openfire AUTHOR: nikita@druba.su The port version have been updated from 4.6.x to 4.7.x. It is recommended to do database and configs backup before updating. 20220219: AFFECTS: users of sysutils/intel-pcm-devel AUTHOR: egypcio@FreeBSD.org sysutils/intel-pcm-devel became quite obsolete once sysutils/intel-pcm is now pretty much following a constant and stable update cycle, so users of the -devel version are encouraged to switch to it. If you still have sysutils/intel-pcm-devel installed, please delete it from your system and install sysutils/intel-pcm instead: # pkg delete sysutils/intel-pcm-devel # pkg install sysutils/intel-pcm 20220219: AFFECTS: users of math/qhull* AUTHOR: stephen@FreeBSD.org Because of entries in MOVED, portupgrade can get confused updating qhull. It is recommended that you delete qhull and ports depending upon it, and then reinstalling all the dependent ports. 20220218: AFFECTS: users of TeX* AUTHOR: bofh@FreeBSD.org TeX system has been updated to 2021 from 2015. Normal pkg upgrade or portmaster -a should handle all the upgrade properly. In case not please create a ticket or send a mail to tex@FreeBSD.org print/tex-aleph has been removed as per upstream. This package should be removed manually. Additionally users have reported to delete texlive-texmf prior to starting update, or pkg-static will indicate there is a conflict during the upgrade of texlive-base : # pkg remove tex-aleph texlive-texmf 20220218: AFFECTS: users of net-mgmt/librenms AUTHOR: dvl@FreeBSD.org The storage directory has moved from WWWDIR to /var/db/librenms/storage to comply with man 7 hier. When upgrading, you may need to manually create this symlink. 20220212: AFFECTS: users of lang/php8[01][-extensions]? AUTHOR: bofh@FreeBSD.org Non-Default OPTION MYSQL80 has been removed in lieu of making php8[01]-openssl as part of DEFAULT php8[01] installation. Although for php74 it is not the case. Ports that depends on security/php8[01]-openssl will no longer be installed as these have been removed. There is no side effect of this for ports which have USE_PHP=openssl. In case for php74 as the default php74-openssl will be installed otherwise it will be used from php installation. If you are using pkg, you have to remove php8[01]-openssl manually after the upgrade : # pkg info \*php8\* > ~/installed-php-ports-list # pkg upgrade -y # pkg delete -f php8[01]-openssl # service -R While rebuilding from ports users old php.conf is not overwritten. So have to manually remove the ports. For portmaster users: # sh # REINSTALL="$(pkg info -o "*php80*" | grep -v openssl | awk '{printf "%s ", $2}')" # pkg delete -f "*php80*" # portmaster $REINSTALL # portmaster -a 20220207: AFFECTS: users of security/amavisd-new AUTHOR: flo@FreeBSD.org Amavis does now depend on archivers/7-zip (7zz) you might need to update your amavisd.conf and replace all ocurances of p7zip (7zr) accordingly. 20220129: AFFECTS: users of editors/neovim AUTHOR: adamw@FreeBSD.org Neovim now uses luajit-openresty as the Lua provider. Many neovim plugins compile some of their code (Packer does this, as do many LSP plugins). Neovim will produce errors and fail to load the plugins. Deleting and reinstalling any plugins that produce errors should fix the startup. If you use Packer, you also want to delete the startup cache: # rm -rf ~/.config/nvim/plugin/packer_compiled.lua 20220128: AFFECTS: users of x11-fonts/source-sans-ttf AUTHOR: fernape@FreeBSD.org The font name has changed its prefix from SourceSansPro* to SourceSans*. Users of this font might need to change their configurations to pick up the new names. 20220128: AFFECTS: users of net-im/dendrite AUTHOR: ashish@FreeBSD.org The configuration needs to be updated to version 2 following upgrade to Dendrite v0.6. Please refer to /usr/local/etc/dendrite/dendrite.yaml.sample for a sample configuration. 20220127: AFFECTS: users of PyQt AUTHOR: kde@FreeBSD.org Most of the PyQt ports have been merged into single port devel/py-qt5-pyqt. `pkg upgrade` will handle update automatically . 20220126: AFFECTS: users of mail/bogofilter, mail/bogofilter-lmdb AUTHOR: mandree@FreeBSD.org The default version of mail/bogofilter now uses LMDB instead of Berkeley DB. It is not compatible and cannot read databases. Your options are: 1. use bogoutil on each wordlist for each of your users first, ONLY THEN reinstall bogofilter, THEN reload the databases with bogoutil, OR 2. install the matching bogofilter version and If you had been using bogofilter-lmdb so far, install bogofilter. If you had been using bogofilter so far, install bogofilter-bdb. 20220125: AFFECTS: users of lang/php74 AUTHOR: tz@FreeBSD.org The default version of PHP has been switched from 7.4 to 8.0. If you use binary packages you should make a list of php packages before running 'pkg upgrade': # pkg info \*php7\* > ~/installed-php-ports-list After the upgrade, check with such list if all your php extensions are still installed, and reinstall them if needed. If you use mod_php74 you need to deinstall it and install mod_php80. 20220120: AFFECTS: users of x11-wm/dwm AUTHOR: 0mp@FreeBSD.org dwm has been updated to 6.3. The option RUGAPS is no longer available because it depends on a patch only available for version 6.2. RUGAPS can be reintroduced if desired once it is ported to 6.3 by the interested party. 20220118: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org 1. Please make sure that the PostgreSQL server for the NetBox instance is running version 10 or higher. This is because PostgreSQL 9.6 is End-of-Life since November 2021 and NetBox 3.1 makes use of the "macaddr8" field which was introduced with PostgreSQL 10. 2. Please also check the pkg-message and the changelogs for further info. 20220110: AFFECTS: users of security/bastillion AUTHOR: netchild@FreeBSD.org If you already performed the actions of the next entry, the following action in this entry needs to be performed regardless. If you did not already perform the actions of the next entry, only the action of this entry needs to be performed. The datastore of bastillion needs to be upgraded (if you do not see users / can not login, you forgot to upgrade it): java -jar %%PREFIX%%/jetty_bastillion/upgrade/bastillion-upgrade-4.00.01.jar %%PREFIX%%/jetty_bastillion/bastillion/WEB-INF/classes/BastillionConfig.properties 20220104: AFFECTS: users of security/bastillion AUTHOR: netchild@FreeBSD.org The datastore of bastillion needs to be upgraded (if you do not see users / can not login, you forgot to upgrade it): java -jar %%PREFIX%%/jetty_bastillion/upgrade/bastillion-upgrade-4.00.00.jar %%PREFIX%%/jetty_bastillion/bastillion/WEB-INF/classes/BastillionConfig.properties 20220102: AFFECTS: users of sysutils/py-azure-cli AUTHOR: dbaio@FreeBSD.org When upgrading to Azure CLI v2.31.0, you will need to re-authenticate on Azure services. $ az login --use-device-code Starting in version 2.30.0, Azure CLI uses MSAL as the underlying authentication library. MSAL uses AAD v2.0 authentication flow to provide more functionality and increases security for token cache. More info: https://docs.microsoft.com/en-us/cli/azure/msal-based-azure-cli 20211220: AFFECTS: users of devel/notcurses AUTHOR: nickblack@linux.com Notcurses 3 introduces a new SONAME and significant API/ABI changes. Dependent applications must be recompiled at a minimum. A complete guide to updating for the new API is available under "Porting API2 Applications to API3" at https://github.com/dankamongmen/notcurses/releases/tag/v3.0.0 20211220: AFFECTS: users of net-im/openfire AUTHOR: nikita@druba.su The port options have been renamed to be more readable. When not using the default options, they have to be regenerated. # cd /usr/ports/net-im/openfire # make config 20211213: AFFECTS: users of emulators/qemu-utils AUTHOR: bofh@FreeBSD.org New port emulators/qemu@tools has been introduced which is similar to emulators/qemu-utils. qemu-utils has also been DEPRECATED in favor for this as it's MASTER port has also been marked DEPRECATED and set to expire on 2022-01-09. For updating to qemu-tools please use one of the following command: # pkg install qemu-tools or # portmaster -o emulators/qemu-utils emulators/qemu@tools 20211116: AFFECTS: users of emulators/qemu50 AUTHOR: bofh@FreeBSD.org emulators/qemu50 has been moved to emulators/qemu5 and updated to 5.2.0 which is the last version from 5.X.X branch. This is done in preparation of updating emulators/qemu into latest 6.X branch. If someone wants to stick with 5.X.X branch please use one of the following command: # pkg install qemu5 or # portmaster -o emulators/qemu50 emulators/qemu5 This version also introduces a stripped nox11 version which can be installed with: # pkg install qemu5-nox11 or # portmaster emulators/qemu5@nox11 20211115: AFFECTS: AFFECTS: users of *-emacs2x-* packages AUTHOR: jrm@FreeBSD.org To avoid problems when editors/emacs or editors/emacs-devel are updated, the emacs major version has been removed from these package names. For example, the old and new package names of devel/magit are ----------------------------------------------------------- | Old Package Name | New Package Name | |-------------------------- |-----------------------------| | magit-emacs27 | magit | | magit-emacs27_nox | magit-emacs_nox | | magit-emacs27_canna | magit-emacs_canna | | | | | magit-emacs29_nox | magit-emacs_devel_nox | | magit-emacs29 | magit-emacs_devel | ----------------------------------------------------------- Simply running `pkg upgrade` will not upgrade, e.g., foo-emacs27_nox to foo-emacs_nox. Binary package users: To update these packages, run these commands under /bin/sh with superuser privileges before upgrading. # default flavor of editors/emacs installed for i in $(pkg query -g %n '*-emacs27'); do if [ "$i" != "notmuch-emacs27" ]; then nn=$(echo "$i" | sed -e 's/-emacs27//') else nn=$(echo "$i" | sed -e 's/-emacs27/-emacs/') fi pkg set -yn "$i":"$nn" done # canna or nox flavor of editors/emacs installed for i in $(pkg query -g %n '*-emacs27*'); do nn=$(echo "$i" | sed -e 's/emacs27/emacs/') pkg set -yn "$i":"$nn" done # editors/emacs-devel installed for i in $(pkg query -g %n '*-emacs29*'); do nn=$(echo "$i" | sed -e 's/emacs29/emacs_devel/') pkg set -yn "$i":"$nn" done portmaster users: portmaster -r emacs 20211110: AFFECTS: users of www/node*, www/npm*, www/yarn* AUTHOR: mfechner@FreeBSD.org The port framework was updated to use a default version for nodejs. The default version is pointing to the latest LTS version which is currently version 16. You can overwrite this by defining in /etc/make.conf, e.g. version 17: DEFAULT_VERSIONS=nodejs=17 Or if you would like to stick always to the current version use: DEFAULT_VERSIONS=nodejs=current If you would like to use yarn or npm together with nodejs version 17, just install the package that is pulling the wanted dependency to nodejs: # pkg install yarn-node17 # pkg install npm-node17 20211109: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org The port has been updated to the latest stable version 3.4 of LibreSSL. The shared library versions of the libraries have been bumped. After upgrading, manually update all packages that depend on any of the libraries provided by LibreSSL (libssl, libcrypto and libtls) since the versions of these libraries have changed. Normally, you can obtain the list of dependent software by running the following command: # pkg info -r libressl Then you should rebuild all ports depending on libressl to avoid dangling shared library dependencies. 20211107: AFFECTS: users of sysutils/devcpu-data AUTHOR: jrm@FreeBSD.org The RC variable name microcode_cpus is now deprecated. Users should instead use the variable microcode_update_cpus. Two new ports were branched from sysutils/devcpu-data, sysustils/devcpu-data-amd and sysustils/devcpu-data-intel. The two new ports contain only the CPU microcode updates for each vendor and sysutils/devcpu-data now only contains an RC script. Both new ports are on-by-default, optional dependencies of sysutils/devcpu-data. 20211101: AFFECTS: users of textproc/redisearch AUTHOR: osa@FreeBSD.org The textproc/redisearch port has been updated to the recent stable release - v2.2. Users wanting to stay on v2.0 can replace textproc/redisearch with textproc/redisearch20 with one of the following commands: # pkg install textproc/redisearch20 or # portmaster -o textproc/redisearch20 textproc/redisearch or # portupgrade -o textproc/redisearch20 textproc/redisearch NOTE: The textproc/redisearch20 brings a new name for the module, i.e. redisearch20.so, so be careful. 20211024: AFFECTS: sysutils/beats7 AUTHOR: otis@FreeBSD.org The following breaking changes apply to beats 7.15.0 and newer: - All beats: Loading Kibana assets (dashboards, index templates) rely on Saved Object API. So to provide a reliable service, Beats can only import and export dashboards using at least Kibana 7.15. - Filebeat: - Remove all alias fields pointing to ECS fields from modules. This affects the Suricata and Traefik modules. - Fix Crowdstrike ingest pipeline that was creating flattened process fields. - Rename log.path to log.file.path in filestream to be consistent with log input and ECS. - Heartbeat: - Remove long deprecated watch_poll functionality. - Fix inconsistency in event.dataset values between heartbeat and fleet by always setting this value to the monitor type / fleet dataset. - Metricbeat: - Fix Elasticsearch jvm.gc.collectors.old being exposed as young Full changelog: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.15.0.html https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.15.1.html 20211024: AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run AUTHOR: kbowling@FreeBSD.org The default version of PostgreSQL has been switched from 12 to 13. The upgrade procedure can use up twice the space the databases currently needs. If you have a big amount of stored data take a closer look at the manpage of pg_upgrade for avoidance and/or speedup of the upgrade. The upgrade instructions consider a basic usage and do not match complex scenarios like replication, sharding, or similar. Upgrade instructions: First stop your PostgreSQL, create PostgreSQL-binaries and backup your data. If you have another Version of PostgreSQL installed, for example 12.8, your files are named according to this. # service postgresql stop # pkg create postgresql12-server postgresql12-contrib # mkdir /tmp/pg-upgrade # tar xf postgresql12-server-12.8.pkg -C /tmp/pg-upgrade # tar xf postgresql12-contrib-12.8.pkg -C /tmp/pg-upgrade # pkg delete -f databases/postgresql12-server databases/postgresql12-contrib databases/postgresql12-client Now update PostgreSQL: pkg user: # pkg install databases/postgresql13-server databases/postgresql13-contrib # pkg upgrade Portmaster users: # portmaster databases/postgresql13-server databases/postgresql13-contrib # portmaster -a Portupgrade users: # portinstall databases/postgresql13-server databases/postgresql13-contrib # portupgrade -a After installing the new PostgreSQL version you need to convert all your databases to new version: # su -l postgres -c "/usr/local/bin/initdb --encoding=utf-8 --lc-collate=C -D /var/db/postgres/data13 -U postgres" # su -l postgres -c "pg_upgrade -b /tmp/pg-upgrade/usr/local/bin/ -d /var/db/postgres/data12/ -B /usr/local/bin/ -D /var/db/postgres/data13/ -U postgres " Now the migration is finished. You can start PostgreSQL again with: # service postgresql start ATTENTION: 1) The default user changed from "pgsql" to "postgres" in 11. The migration steps above now assume the "postgres" database user and FreeBSD user. 2) If you use non-default initdb options, you have to adjust the initdb-command accordingly 20211023: AFFECTS: users of www/node AUTHOR: bhughes@FreeBSD.org The www/node port has been updated to Node.js v17.0.0, the latest upstream release. A new port, www/node16, has been created for the upcoming v16.x LTS branch. Users wanting to stay on v16.x can replace www/node with www/node16 with one of the following commands: # pkg install www/node16 or # portmaster -o www/node16 www/node or # portupgrade -o www/node16 www/node 20211012: AFFECTS: users of devel/git AUTHOR: garga@FreeBSD.org devel/git port was split into multiple sub-ports that depend on devel/git and install additional files: - devel/git-cvs - CVS related scripts and man pages - devel/git-gui - GUI related scripts and man pages - devel/git-p4 - Perforce related scripts and man pages - devel/git-svn - Subversion related scripts and man pages Due to these changes, CVS, GUI, PERFORCE, and SUBVERSION options as well as gui and svn flavors were removed from the port. 20211010: AFFECTS: users of gtk2 flavored devel/geany* AUTHOR: madpilot@FreeBSD.org Upstream dropped support for gtk2. Due to this the ports are now unflavored, installing only with gtk3 support. If you are already using the default gtk3 flavor will get the new version with a simple "pkg upgrade". To upgrade when using the gtk2 flavors you need to use "pkg install" to install the new unflavored gtk3 packages, pkg will automatically uninstall the old gtk2 flavors. If using ports, you will need to uninstall all geany packages and its plugins and reinstall from an updated ports tree. The "geany-plugin-multiterm" plugin was only available as a gtk2 flavor when installing the gtk2 flavor of geany and has not been ported to gtk3, so has been removed from the tree, so the geany-plugin-multiterm-gtk2 package should be removed from the system. 20211007: AFFECTS: user of security/clamav AUTHOR: yasu@FreeBSD.org Upstream changed end-of-life policy and introduced long time support (LTS) feature release. * LTS feature release will be identified approximately every two years and supported for at least three years from the initial publication date of that LTS feature version. * Regular (non-LTS) feature releases will be supported for at least four months from the initial publication date of the next feature release or until the feature release after that is published. According to it new port security/clamav-lts is added for users who want to use LTS version of ClamAV. Users wanting to switch to LTS version can replace security/clamav with security/clamav-lts with one of following commands. If you use pkg with binary packages: # pkg set -o security/clamav:security/clamav-lts # pkg upgrade If you use portmaster: # portmaster -o security/clamav-lts security/clamav If you use portupgrade: # portupgrade -o security/clamav-lts security/clamav 20211006: AFFECTS: users of misc/freebsd-doc-* AUTHOR: blackend@FreeBSD.org The misc/freebsd-doc-* ports have been updated to the new doc toolchain, and use a somewhat different arrangement of directories and symlinks, which pkg 1.17 does not handle well. Users are encouraged to delete the misc/freebsd-doc-* ports, then reinstall the new ones without using the pkg upgrade facility. 20211006: AFFECTS: users of net/kafkacat AUTHOR: sergey@akhmatov.ru kafkacat has been renamed to kcat upstream. So switch to net/kcat instead. 20211004: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org /!\ WARNING /!\ The NetBox 3.0 release contains major changes, so at least items 1.), 2.) and 3.) must be checked before proceeding with the upgrade! /!\ WARNING /!\ 1. Please ensure that your local installation of net-mgmt/netbox is at the 2.11 release before attempting to upgrade to NetBox 3.0 or later. 2. Please also note that the previously deprecated secrets functionality has been removed with NetBox 3.0. This means, all of the secrets still remain in the database once upgraded, only the secrets functionality on the part of NetBox is no longer given. In order to continue to be able to access the stored secrets as usual (and then possibly migrate them to another solution, e.g. security/vault), please install the security/py-netbox-secretstore port once NetBox has been upgraded to 3.x and follow its installation instructions how to enable the plugin. 3. If plugins are used, they should be temporarily deactivated to avoid disruptions during the upgrade process. 4. Please also check the pkg-message and the changelogs for further info. 20211004: AFFECTS: users of www/py-pyjwt AUTHOR: rhurlin@FreeBSD.org To make it possible to easily import py-pyjwt v2.x the current port was moved to a versioned directory. If you use portmaster: portmaster -o www/py-pyjwt1 www/py-pyjwt If you use portupgrade: portupgrade -fo www/py-pyjwt1 www/py-pyjwt If you use pkg with binary packages: pkg set -o www/py-pyjwt:www/py-pyjwt1 20210912: AFFECTS: x11-wm/cage, x11-wm/hikari, x11-wm/labwc, x11-wm/sway, x11-wm/wayfire AUTHOR: jbeich@FreeBSD.org SUID option has been removed in favor of seatd-launch(1) which doesn't require special handling in every consumer and doesn't bypass group permissions. If you've already enabled seatd service or use consolekit2 then nothing changes. Otherwise, $ sway 00:00:00.001 [ERROR] [wlr] [libseat] [libseat/libseat.c:83] No backend was able to open a seat 00:00:00.001 [ERROR] [wlr] [backend/session/session.c:84] Unable to create seat: Function not implemented 00:00:00.001 [ERROR] [wlr] [backend/session/session.c:218] Failed to load session backend 00:00:00.001 [ERROR] [wlr] [backend/backend.c:353] Failed to start a DRM session 00:00:00.001 [ERROR] [sway/server.c:53] Unable to create backend can be fixed by $ ck-launch-session sway or $ seatd-launch sway or # sysrc seatd_enable=YES # service seatd start $ sway Replace "sway" with your compositor e.g., "cage", "hikari", "labwc", "wayfire". 20210907: AFFECTS: consumers of math/eigen[23] AUTHOR: adridg@FreeBSD.org math/eigen2 has been marked deprecated. There do not seem to be any consumers in FreeBSD ports. math/eigen3 has had its options re-vamped. The default options previously pulled in multiple useless library dependencies. The options also forced a specific BLAS implementation. The new options depend only on the default BLAS (whatever USES=blaslapack picks), but this can be turned off. The previous multiple useless libraries -- which are not useless when running the tests in Eigen -- are now hidden behind the default-off TEST option. Users of a carefully-tuned Eigen build should re-evaluate the options available. 20210902: AFFECTS: users of editors/vim AUTHOR: adamw@FreeBSD.org The vim ports have been completely reworked to take advantage of flavors. The biggest change is that the `vim' package is now console-only. If you want the GTk3 GUI, you'll need to install the `vim-gtk3' package instead. All the GUI toolkits have their own package now: vim-gtk3, vim-gtk2, -athena, -motif, and -x11. The vim-tiny package still exists. Also: only python3 bindings are included now. There are very few plugins written in Perl or Ruby, so there really wasn't a need to bundle those languages with Vim. They still exist as OPTIONS, so you can still enable them if you'd like. Also, support for py27 has been dropped. 20210901: AFFECTS: users of audio/ampache AUTHOR: crees@FreeBSD.org With the upgrade to Ampache 5.0.0, the root Ampache folder has changed to %%WWWDIR%%/ampache/public. Please update your web server aliases, for example if you use Apache, then in httpd.conf make sure the lines look like this: Alias /ampache /usr/local/www/ampache/public If you have customised your .htaccess files to allow for a different alias, you'll need to move them to the new location after upgrading: # sh -c 'cd /usr/local/www/ampache && for f in */.htaccess; do mv $f public/$f; done' More upgrade notes can be found on Github: https://github.com/ampache/ampache/releases/tag/5.0.0 20210823: AFFECTS: users of mail/mu AUTHOR: hrs@FreeBSD.org mail/mu now uses XDG Base Directory Specification for the default locations for various files. The mu database now lives under ~/.cache/mu rather than ~/.mu by default. After upgrading, move the contents under ~/.mu to ~/.cache/mu. 20210823: AFFECTS: users of mail/postfixadmin AUTHOR: ports.maintainer@evilphi.com The 3.2->3.3 upgrade requires generating a new setup password hash. The normal post-upgrade visit to setup.php will walk you through the steps. For more information, see the "Version 3.3" section of the change log: https://github.com/postfixadmin/postfixadmin/blob/postfixadmin-3.3.9/CHANGELOG.TXT 20210818: AFFECTS: users of databases/redis AUTHOR: osa@FreeBSD.org The databases/redis port has been updated to the recent stable release. Users wanting to stay on v6.0 can replace databases/redis with databases/redis6 with one of the following commands: # pkg install databases/redis6 or # portmaster -o databases/redis6 databases/redis or # portupgrade -o databases/redis6 databases/redis 20210805: AFFECTS: users of sysutils/beats7 AUTHOR: otis@FreeBSD.org Beats may not be sending data to some distributions of Elasticsearch In this release, Elastic is enabling a licensing change that was broadly communicated earlier in 2021. This change would imply that 7.13 instances of Beats would fail to connect to 7.10 or earlier open source distributions of Elasticsearch and Kibana. The most visible effect is that sysutils/beats7 users can expect difficulties to send data to Elastic instances hosted in AWS. For more information, see: https://www.elastic.co/guide/en/beats/libbeat/current/breaking-changes-7.13.html 20210801: AFFECTS: users of OpenLDAP AUTHOR: delphij@FreeBSD.org SASL is now always enabled for OpenLDAP. If you use portmaster: portmaster -o net/openldap24-client openldap-sasl-client If you use portupgrade: portupgrade -fo net/openldap24-client openldap-sasl-client If you use pkg with binary packages: pkg set -o net/openldap24-sasl-client:net/openldap24-client 20210730: AFFECTS: users of multimedia/mlt, multimedia/mlt-qt and multimedia/py-mlt AUTHOR: kde@FreeBSD.org multimedia/{py-,}mlt{-qt5,} has been moved to multimedia/{py-,}mlt6{-qt5,} to make room for importin the next major version of the mlt framework. 20210721: AFFECTS: users of x11/rxvt-unicode AUTHOR: thierry@FreeBSD.org Since 9.26, there is a regression in resource parsing, which no longer accepts a prefix of the form "URxvt*keysym" ("*." is equivalent to "*"). Changing "*." to "." should make your bindings work again. 20210704: AFFECTS: users of misc/qtchooser AUTHOR: kde@FreeBSD.org QtChooser allows you to select your version of Qt among those installed. However, this tool is no longer supported upstream and will not be available for Qt6. By default, our Qt installations are done in: ${LOCALBASE}/lib/qt${QT_VERSION} as recommended. We have added symbolic linking for the main binaries to ${LOCALBASE}/bin with the suffix -qt5. 20210628: AFFECTS: users of misc/openhab AUTHOR: netchild@FreeBSD.org You need to run sed -i -e 's:^karaf.framework.equinox=.*:karaf.framework.equinox=mvn\:org.eclipse.platform/org.eclipse.osgi/3.16.200: ; s:^karaf.framework.felix=.*:karaf.framework.felix=mvn\:org.apache.felix/org.apache.felix.framework/6.0.4:' /var/db/openhab/userdata/etc/config.properties to update the version numbers of some components in a config file. 20210621: AFFECTS: users of www/gitlab-ce AUTHOR: mfechner@FreeBSD.org The upgrade of Gitlab 14.0.0 is in preparation. You must upgrade first to 13.12. For more information see here: https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/ To do the upgrade, make sure you follow the upgrade manuals: https://gitlab.fechner.net/mfechner/Gitlab-docu/-/tree/master/update I will merge the 14.0.0 upgrade later to quarterly branch to give you some time for the upgrade to 13.12. 20210620: AFFECTS: users of misc/openhab2 AUTHOR: netchild@FreeBSD.org The openhab v3 port has been committed. Upstream has removed the version from the name, as such the FreeBSD port follows in all places (start script name, directory names, ...). Users are encouraged to migrate from misc/openhab2 to misc/openhab. No automatic config migration is available Both versions can be installed in parallel, but an users has to take care to not run both at the same time on the same port. 20210617: AFFECTS: users of graphics/mesa-libs and x11/nvidia-driver AUTHOR: kbowling@FreeBSD.org Some libraries from mesa-libs are now provided by libglvnd while others were renamed. nvidia-driver already used libglvnd but bundled a copy which is now provided as a separate package. When building outside poudriere make sure to remove mesa-libs and nvidia-driver first in order to avoid conflict with libglvnd. For portmaster users: # pkg delete -f mesa-libs nvidia-driver # portmaster -a For portupgrade users: # pkg delete -f mesa-libs nvidia-driver # portupgrade -a 20210523: AFFECTS: users of www/tt-rss AUTHOR: dereks@lifeofadishwasher.com tt-rss config.php syntax has changed. You can find detailed changes here https://tt-rss.org/wiki/GlobalConfig or look at config.php.sample. Expect your config.php to not work with newer www/tt-rss releases. Due to changes in ttrssd before updating you should stop ttrssd or otherwise kill the php process running update_daemon2.php. 20210516: AFFECTS: users of security/bitwarden_rs AUTHOR: mr@FreeBSD.org bitwarden_rs has been renamed to vaultwarden upstream. So switch to security/vaultwarden instead. 20210515: AFFECTS: users of databases/postgresql??-server AUTHOR: girgen@FreeBSD.org The rc.conf parameter for the login class of the postgresql daemon has changed name from postgresql_class to postgresql_login_class. rc.subr(8) states that the parameter should be named ${name}_login_class. 20210512: AFFECTS: users of sysutils/ansible* AUTHOR: 0mp@FreeBSD.org Ansible has been updated to 3.3.0. Please follow the porting guide to update the rulesets: https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_3.html 20210508: AFFECTS: users of devel/pycharm-ce AUTHOR: bsam@FreeBSD.org Pycharm-ce has switched to the supported java version 11. 20210506: AFFECTS: users of mail/postfix AUTHOR: ohauer@FreeBSD.org Postfix 3.6 and higher requires minimum OpenSSL 1.1.1 FreeBSD 11 users using base OpenSSL can switch to mail/postfix35 If you wish to use postfix35 until FreeBSD 11 EoL you might run the following command: # pkg set -o mail/postfix:mail/postfix35 # pkg upgrade 20210505: AFFECTS: users of sysutils/terraform AUTHOR: 0mp@FreeBSD.org Terraform has been updated from 0.13 to 0.15, which introduces several incompatible changes. Please follow upgrading guide when updating the package. https://www.terraform.io/upgrade-guides/0-14.html https://www.terraform.io/upgrade-guides/0-15.html 20210426: AFFECTS: users of x11-fonts/iosevka AUTHOR: 0mp@FreeBSD.org The selection of options for Iosevka has become less granular as the port has switched from TTF-based distfiles to super-TTC-based distfiles. Now all the spacing variants are contained within one file for each Iosevka style. 20210425: AFFECTS: users of python AUTHOR: kai@FreeBSD.org The default version of python3 and python was switched to 3.8. For ports users wanting to keep version 3.7 as default, add DEFAULT_VERSIONS+= python=3.7 python3=3.7 to make.conf Following procedures may ease the upgrade: For users of pre-build packages: # sh # for i in $(pkg query -g %n 'py37-*'); do pkg set -yn ${i}:py38-${i#py37-}; done # pkg upgrade For portmaster users: # sh # portmaster -o lang/python38 python37 # REINSTALL="$(pkg info -o "*py37*" | awk '{printf "%s ", $2}')" # pkg delete -f "*py37*" # portmaster $REINSTALL # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py38 | cut -d : -f 1 | sort -u) # portmaster $REBUILD # REBUILD2=$(pkg list | grep python-37 | xargs pkg which | awk '{print $6}' | sort -u) # portmaster $REBUILD2 20210420: AFFECTS: users of www/node AUTHOR: bhughes@FreeBSD.org The www/node port has been updated to Node.js v16.0.0, the latest upstream release. This is a major release, including many significant changes. Users are encouraged to read the release announcements before upgrading: https://nodejs.org/en/blog/release/v16.0.0/ 20210416: AFFECTS: Users of shells/bash, shells/bash-static with PORTS_READLINE=off AUTHOR: olce.freebsd@certner.fr Bundled readline now will use LOCALBASE/etc/inputrc as its ultimate default inputrc file (instead of /etc/inputrc). This puts these ports in line with what devel/readline has been doing recently (since 20210103). 20210414: AFFECTS: users of graphics/OpenEXR or graphics/ilmbase AUTHOR: mandree@FreeBSD.org graphics/ilmbase was removed in favor of math/Imath 3.0.1, and graphics/OpenEXR was updated to 3.0.1. Ports that depend on OpenEXR and/or ilmbase according to INDEX were patched, for ports where OpenEXR is an option that defaults to off, these typical items needs to be changed - file bug reports in that case, preferably with tested patches: - The IlmBase parts Imath and half are now repackaged as Imath - The IlmThread and Iex libraries are now part of OpenEXR - Some header files were rearranged accordingly, into ${LOCALBASE}/include/OpenEXR vs. ${LOCALBASE}/include/Imath - Some code needs a few #include statements added, often #include or #include - Some classes were removed, and the C++11 standard library features need to be used, f. i. std::numeric_limits. - Some code used Int64 or SInt64 should use uint64_t or int64_t. Detailed porting hints are available here: https://github.com/AcademySoftwareFoundation/Imath/blob/v3.0.1/docs/PortingGuide2-3.md 20210411: AFFECTS: users or devel/py-RPyC AUTHOR: skozlov@FreeBSD.org devel/py-RPyC has been updated to version 5.0.1, which have some incompatibilities with 4.x branch. Be sure to check them out before upgrading: https://rpyc.readthedocs.io/en/latest/changelog.html#backwards-incompatible 20210414: AFFECTS: users of x11-fonts/oldschool-pc-fonts AUTHOR: evgeniy@khramtsov.org x11-fonts/oldschool-pc-fonts has been upgraded to 2.2. This version changed names of many fonts. If you have configuration files with specific font names set, you need to update your configurations after upgrade. 20210406: AFFECTS: users of www/phpvirtualbox AUTHOR: dereks@lifeofadishwasher.com www/phpvirtualbox has been updated to version 6.1. This new version only supports version 6.1 of VirtualBox. Version 5.x of phpvirtualbox has been preserved as www/phpvirtualbox-legacy. If you require support for VirtualBox 5.x please install this version. Remember to copy your configuration file in the new legacy installation. 20210328: AFFECTS: users of www/caddy AUTHOR: adamw@FreeBSD.org The default locations for caddy runtime files have changed. - Caddy's runtime log is now /var/log/caddy/caddy.log (was /var/log/caddy.log) - Automatic SSL certs are now stored in /var/db/caddy/data/caddy (was /root/.local/share/caddy) - Configuration autosaves are now stored in /var/db/caddy/config/caddy (was /root/.config/caddy) You can change these defaults. See /usr/local/etc/rc.d/caddy for the list of settings. 20210322: AFFECTS: users of net/wireguard AUTHOR: decke@FreeBSD.org A wireguard kernel implementation supporting FreeBSD 12.1 and newer was added as net/wireguard-kmod recently. The new default for users of net/wireguard is the kernel module. If you experience problems with it you can switch back to wireguard-go by removing net/wireguard-kmod and making sure net/wireguard-go is installed. The userland tools wg-quick(8) and wg(8) try to use kernel support if the kernel module is available and otherwise fall back to wireguard-go automatically. Config files are fully compatible. 20210317: AFFECTS: users of security/strongswan AUTHOR: driesm@FreeBSD.org The stroke starter interface has been deprecated by upstream for some time now. The default interface for controlling the charon daemon has switched from stroke to vici. Users still using the legacy config files such as ipsec.conf and ipsec.secret (stroke, starter) can easily revert to the old behavior by: # sysrc strongswan_interface="stroke" It is recommended to use the vici interface which is configured by swanctl.conf. Check : https://wiki.strongswan.org/projects/strongswan/wiki/Fromipsecconf to ease the transition from ipsec.* to swanctl.conf 20210313: AFFECTS: users of net-mgmt/phpipam AUTHOR: marko.cupac@mimar.rs ipaddresses table in phpipam database is likely to contain incorrect datetime values which prevent successful upgrade. Make sure to create backup of phpipam database. Before starting upgrade wizard in web interface run the following SQL query on phpipam database: UPDATE ipaddresses SET lastSeen='1970-01-01 00:00:01' WHERE lastSeen < '0000-01-01 00:00:00'; 20210310: AFFECTS: users of textproc/redisearch AUTHOR: osa@FreeBSD.org The textproc/redisearch port has been updated to the recent stable release - v2.0. Users wanting to stay on v1.6 can replace textproc/redisearch with textproc/redisearch16 with one of the following commands: # pkg install textproc/redisearch16 or # portmaster -o textproc/redisearch16 textproc/redisearch or # portupgrade -o textproc/redisearch16 textproc/redisearch NOTE: The textproc/redisearch16 brings a new name for the module, i.e. redisearch16.so, so be careful. 20210309: AFFECTS: users of emulators/virtualbox-ose AUTHOR: madpilot@FreeBSD.org emulators/virtualbox-ose has been updated to 6.1.18. This new version only works on amd64 hardware. Previous version 5.x of the virtualbox ports have been preserved as emulators/virtualbox-ose-legacy and similarly named ports for the other parts. If you can't run the latest version or wish to stay with the old version, please install the legacy ports. Also the additions at present build successfully only for amd64. If you need i386 additions you can fallback to the old legacy ones. NOTE: There is no support for moving saved running machine states across major updates of virtualbox. It is recommended to properly shutdown all virtual machines before upgrading. Otherwise the saved state can simply be discarded after the upgrade, if it's not important to preserve it. It should also be possible to downgrade to the legacy ports and shutdown the machine properly from the saved state and then upgrade back again. 20210302: AFFECTS: users of editors/emacs-devel AUTHOR: jrm@FreeBSD.org If you get the error "Symbol's value as variable is void: minor-modes", rebuild the offending Emacs packages. See https://lists.gnu.org/archive/html/emacs-devel/2021-02/msg01164.html for details. 20210220: AFFECTS: users of math/py-mathics AUTHOR: thierry@FreeBSD.org math/py-mathics has been split into several ports, and Mathics Core only provides a rudimentary command-line shell called mathics. To get the same functionality as in 1.x, you need to install either mathicsscript or Mathics-Django. 20210219: AFFECTS: users of games/mangband AUTHOR: adridg@FreeBSD.org The client has updated from 1.1.3 (which has a single public server left) to the current 1.5.3 (which has more public servers). If you update, you can NOT connect to the old server any more. Remember to finish your game before updating. 20210210: AFFECTS: users of audio/spotifyd AUTHOR: rodrigo@FreeBSD.org The configuration format for audio/spotifyd is now TOML, make sure to update your configuration file after upgrading the port. Look at the sample configuration file for a working example. https://github.com/Spotifyd/spotifyd/blob/master/docs/src/config/File.md 20210208: AFFECTS: users of mail/mailscanner AUTHOR: crees@FreeBSD.org The clamavmodule has finally been removed after a long deprecation period. Please remove all references to it in your mailscanner.conf as it will now count as a syntax error and may stop MailScanner starting! 20210204: AFFECTS: users of www/unit AUTHOR: osa@FreeBSD.org The default location for NGINX Unit's state directory has changed. It was moved from /usr/local/libexec/unit to /var/db/unit in order to avoid write operations on /usr/local filesystem. 20210130: AFFECTS: users of graphics/opencv-core AUTHOR: tcberner@FreeBSD.org graphics/opencv-core has been reintegrated into graphics/opencv. So there is no longer a circular dependency opencv-core -> ffmpeg -> opencv If you experience problems updating the packages, try pkg delete -f opencv-core 20210124: AFFECTS: users of net-mgmt/netbox AUTHOR: kai@FreeBSD.org The Django templating language (DTL) is no longer supported for export templates. Please ensure that all export templates use Jinja2 before upgrading. Also the support for embedded graphs was completely removed and several changes to the REST API were made. Please check the changelogs for further details. 20210114: AFFECTS: users of net-im/matterircd AUTHOR: norrland@nullbyte.se Commandline switches Switched to viper for cmdline parsing, which does not support "short" flags. You'll need to use --flag instead of -flag. Eg ./matterircd --debug Bridge specific configuration is now only in configuration file. This means the following flags have been removed: -restrict,-mmteam,-mmserver, -mminsecure,-mmskiptlsverify. You can set those in matterircd.toml, see the example file. Config changes BlacklistUser feature for slack has been renamed to DenyUsers. JoinMpImOnTalk feature has been renamed to JoinDM and is available for slack/mattermost JoinInclude, JoinExclude now support regexp (see matterircd.toml.example) 20210113: AFFECTS: users of databases/redis[-devel] AUTHOR: osa@FreeBSD.org The databases/redis port has been updated to the recent stable release. Users wanting to stay on v5.x can replace databases/redis with databases/redis5 with one of the following commands: # pkg install databases/redis5 or # portmaster -o databases/redis5 databases/redis or # portupgrade -o databases/redis5 databases/redis diff --git a/devel/jetbrains-clion/Makefile b/devel/jetbrains-clion/Makefile index 35737af12fbf..ca98f31d8a10 100644 --- a/devel/jetbrains-clion/Makefile +++ b/devel/jetbrains-clion/Makefile @@ -1,120 +1,123 @@ PORTNAME= clion -PORTVERSION= 2024.2.2 +DISTVERSION= 2024.3.5 CATEGORIES= devel MASTER_SITES= https://download-cdn.jetbrains.com/cpp/ \ - https://packages.jetbrains.team/files/p/clion/ports/2024.2.1/freebsd/clang/:clang + https://packages.jetbrains.team/files/p/clion/ports/2024.3/freebsd/clang/:clang PKGNAMEPREFIX= jetbrains- DISTFILES= CLion-${PORTVERSION}.tar.gz -DISTFILES_aarch64= clang-clion2024.2.1-freebsd-aarch64.tar.gz:clang -DISTFILES_amd64= clang-clion2024.2.1-freebsd-x86_64.tar.gz:clang +DISTFILES_aarch64= clang-clion2024.3-freebsd-aarch64.tar.gz:clang +DISTFILES_amd64= clang-clion2024.3-freebsd-x86_64.tar.gz:clang DIST_SUBDIR= jetbrains .if make(makesum) DISTFILES+= ${DISTFILES_aarch64} \ ${DISTFILES_amd64} .else DISTFILES+= ${DISTFILES_${ARCH}} .endif MAINTAINER= dmitry.wagin@ya.ru COMMENT= JetBrains CLion IDE WWW= https://www.jetbrains.com/clion/ LICENSE= IntelliJ-CLion LICENSE_NAME= Subscription license agreement for business and organizations LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html LICENSE_PERMS= dist-mirror pkg-mirror auto-accept ONLY_FOR_ARCHS= aarch64 amd64 BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= cmake:devel/cmake-core \ intellij-fsnotifier>0:java/intellij-fsnotifier \ - jetbrains-pty4j>=0.12.25:devel/jetbrains-pty4j \ + jetbrains-pty4j>=0.13.2:devel/jetbrains-pty4j \ jetbrains-restarter>=241.15989.150:devel/jetbrains-restarter \ jetbrains-sqlite>=241.15989.150:devel/jetbrains-sqlite \ lsof:sysutils/lsof \ ninja:devel/ninja USES= cpe java python:run shebangfix + CPE_VENDOR= jetbrains JAVA_VERSION= 17+ SHEBANG_FILES= plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} EXTRACT_AFTER_ARGS+= --exclude clion-*/jbr NO_BUILD= yes SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message SUB_LIST= JAVA_HOME=${JAVA_HOME} WRKSRC= ${WRKDIR}/clion-${PORTVERSION} _CLANG_ARCH= linux/${ARCH:S/amd64/x64/} _PTY4J_ARCH= freebsd/${ARCH:S/amd64/x86-64/} _SQLITE_ARCH= linux-${ARCH:S/amd64/x86_64/} PLIST_SUB+= ARCH=${ARCH} \ CLANG_ARCH=${_CLANG_ARCH} \ PTY4J_ARCH=${_PTY4J_ARCH} \ SQLITE_ARCH=${_SQLITE_ARCH} do-install: # Linux/Windows/OS X only so remove them @${RM} -r \ ${WRKSRC}/bin/clang/linux \ ${WRKSRC}/bin/clion \ ${WRKSRC}/bin/cmake/linux \ ${WRKSRC}/bin/fsnotifier \ ${WRKSRC}/bin/gdb/linux \ ${WRKSRC}/bin/lldb/linux \ ${WRKSRC}/bin/ninja \ ${WRKSRC}/bin/remote-dev-server \ ${WRKSRC}/bin/remote-dev-server.sh \ ${WRKSRC}/bin/repair \ ${WRKSRC}/bin/restarter \ ${WRKSRC}/lib/async-profiler \ ${WRKSRC}/lib/jna \ ${WRKSRC}/lib/native \ ${WRKSRC}/lib/pty4j \ + ${WRKSRC}/plugins/cidr-completionMlRanking-plugin \ ${WRKSRC}/plugins/clion-cwm-plugin \ ${WRKSRC}/plugins/clion-radler \ - ${WRKSRC}/plugins/gateway-plugin \ - ${WRKSRC}/plugins/gateway-terminal \ + ${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \ ${WRKSRC}/plugins/remote-dev-server ${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ "! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh ! -name *\.exe") @(cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}/bin/ \ "-name *\.sh -o -name *\.py") ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ # Use fsnotifier replacement provided by java/intellij-fsnotifier ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties # Install FreeBSD native lib provided by devel/jna @${MKDIR} ${WRKDIR}/jna @(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna-platform.jar libjnidispatch.so) ${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/${ARCH} ${INSTALL_LIB} ${WRKDIR}/jna/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/${ARCH}/ # Use pty4j replacement provided by devel/jetbrains-pty4j ${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/${_PTY4J_ARCH} ${LN} -sf ../../../../../pty4j/${ARCH}/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/${_PTY4J_ARCH}/libpty.so # Use restarter provided by devel/jetbrains-restarter ${LN} -sf ../../restarter/restarter ${STAGEDIR}${DATADIR}/bin/restarter # Use sqlite replacement provided by devel/jetbrains-sqlite ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/${_SQLITE_ARCH} ${LN} -sf ../../../../sqlite/${ARCH}/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/${_SQLITE_ARCH}/libsqliteij.so # Install FreeBSD native clang - ${MKDIR} ${STAGEDIR}${DATADIR}/bin/clang/${_CLANG_ARCH}/ + ${MKDIR} ${STAGEDIR}${DATADIR}/bin/clang/${_CLANG_ARCH}/bin ${INSTALL_PROGRAM} \ - ${WRKDIR}/clang-tidy \ - ${WRKDIR}/clangd \ - ${WRKDIR}/clazy-standalone \ - ${WRKDIR}/llvm-symbolizer \ - ${STAGEDIR}${DATADIR}/bin/clang/${_CLANG_ARCH}/ - ${INSTALL_LIB} ${WRKDIR}/libclazyPlugin.so ${STAGEDIR}${DATADIR}/bin/clang/${_CLANG_ARCH}/ + ${WRKDIR}/bin/clang-format \ + ${WRKDIR}/bin/clang-tidy \ + ${WRKDIR}/bin/clangd \ + ${WRKDIR}/bin/clazy-standalone \ + ${WRKDIR}/bin/llvm-symbolizer \ + ${STAGEDIR}${DATADIR}/bin/clang/${_CLANG_ARCH}/bin/ + ${MKDIR} ${STAGEDIR}${DATADIR}/bin/clang/${_CLANG_ARCH}/lib + ${INSTALL_LIB} ${WRKDIR}/lib/libclazyPlugin.so ${STAGEDIR}${DATADIR}/bin/clang/${_CLANG_ARCH}/lib/ .include diff --git a/devel/jetbrains-clion/distinfo b/devel/jetbrains-clion/distinfo index 2290f6e05227..57b77041a078 100644 --- a/devel/jetbrains-clion/distinfo +++ b/devel/jetbrains-clion/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1727730270 -SHA256 (jetbrains/CLion-2024.2.2.tar.gz) = 1658fb15d41dfb804ab0ea3ed4781d4ae0f41d25cc9df17c3f536a565423aa5b -SIZE (jetbrains/CLion-2024.2.2.tar.gz) = 1425685720 -SHA256 (jetbrains/clang-clion2024.2.1-freebsd-aarch64.tar.gz) = f71978596159aa531f9c89ce3cdb459b45045549cb7b3c3c3d705c16b620c529 -SIZE (jetbrains/clang-clion2024.2.1-freebsd-aarch64.tar.gz) = 79902172 -SHA256 (jetbrains/clang-clion2024.2.1-freebsd-x86_64.tar.gz) = ddae776705c5ac3ca4f4a1cc7e7a05783ea690b6673ed3f7960df72b0401f064 -SIZE (jetbrains/clang-clion2024.2.1-freebsd-x86_64.tar.gz) = 78609387 +TIMESTAMP = 1743540211 +SHA256 (jetbrains/CLion-2024.3.5.tar.gz) = 502145600b1955156841fa5db37e70f97f960aecbfb7503578c728416f83eaaa +SIZE (jetbrains/CLion-2024.3.5.tar.gz) = 1577257365 +SHA256 (jetbrains/clang-clion2024.3-freebsd-aarch64.tar.gz) = 770ab3641d6ad3f48117a8735d5c1978b84d98f68e92bdec96175061132ce446 +SIZE (jetbrains/clang-clion2024.3-freebsd-aarch64.tar.gz) = 95455336 +SHA256 (jetbrains/clang-clion2024.3-freebsd-x86_64.tar.gz) = 0b016de849e78dab9e098ea86b2e7c37a94eb7a9b61b90fc1bb0f3c8d05ae396 +SIZE (jetbrains/clang-clion2024.3-freebsd-x86_64.tar.gz) = 95612357 diff --git a/devel/jetbrains-clion/pkg-plist b/devel/jetbrains-clion/pkg-plist index 8b7ae05e0d67..12afc6a110d2 100644 --- a/devel/jetbrains-clion/pkg-plist +++ b/devel/jetbrains-clion/pkg-plist @@ -1,11094 +1,11357 @@ bin/clion share/applications/clion.desktop %%DATADIR%%/Install-Linux-tar.txt %%DATADIR%%/bin/brokenPlugins.db %%DATADIR%%/bin/clang/clangTidyDoc/abseil/cleanup-ctad.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/duration-addition.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/duration-comparison.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/duration-conversion-cast.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/duration-division.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/duration-factory-float.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/duration-factory-scale.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/duration-subtraction.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/duration-unnecessary-conversion.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/faster-strsplit-delimiter.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/no-internal-dependencies.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/no-namespace.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/redundant-strcat-calls.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/str-cat-append.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/string-find-startswith.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/string-find-str-contains.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/time-comparison.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/time-subtraction.html %%DATADIR%%/bin/clang/clangTidyDoc/abseil/upgrade-duration-conversions.html %%DATADIR%%/bin/clang/clangTidyDoc/alert_info_32.png %%DATADIR%%/bin/clang/clangTidyDoc/alert_warning_32.png %%DATADIR%%/bin/clang/clangTidyDoc/altera/id-dependent-backward-branch.html %%DATADIR%%/bin/clang/clangTidyDoc/altera/kernel-name-restriction.html %%DATADIR%%/bin/clang/clangTidyDoc/altera/single-work-item-barrier.html %%DATADIR%%/bin/clang/clangTidyDoc/altera/struct-pack-align.html %%DATADIR%%/bin/clang/clangTidyDoc/altera/unroll-loops.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-accept.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-accept4.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-creat.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-dup.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-epoll-create.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-epoll-create1.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-fopen.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-inotify-init.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-inotify-init1.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-memfd-create.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-open.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-pipe.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-pipe2.html %%DATADIR%%/bin/clang/clangTidyDoc/android/cloexec-socket.html %%DATADIR%%/bin/clang/clangTidyDoc/android/comparison-in-temp-failure-retry.html %%DATADIR%%/bin/clang/clangTidyDoc/basic.css +%%DATADIR%%/bin/clang/clangTidyDoc/boost/use-ranges.html %%DATADIR%%/bin/clang/clangTidyDoc/boost/use-to-string.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/argument-comment.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/assert-side-effect.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/assignment-in-if-condition.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/bad-signal-to-kill-thread.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/bool-pointer-implicit-conversion.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/branch-clone.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/casting-through-void.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/chained-comparison.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/compare-pointer-to-member-virtual-function.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/copy-constructor-init.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/crtp-constructor-accessibility.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/dangling-handle.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/dynamic-static-initializers.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/easily-swappable-parameters.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/empty-catch.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/exception-escape.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/fold-init-type.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/forward-declaration-namespace.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/forwarding-reference-overload.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/implicit-widening-of-multiplication-result.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/inaccurate-erase.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/inc-dec-in-conditions.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/incorrect-enable-if.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/incorrect-roundings.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/infinite-loop.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/integer-division.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/lambda-function-name.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/macro-parentheses.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/macro-repeated-side-effects.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/misplaced-operator-in-strlen-in-alloc.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/misplaced-pointer-arithmetic-in-alloc.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/misplaced-widening-cast.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/move-forwarding-reference.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/multi-level-implicit-pointer-conversion.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/multiple-new-in-one-expression.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/multiple-statement-macro.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/narrowing-conversions.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/no-escape.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/non-zero-enum-to-bool-conversion.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/not-null-terminated-result.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/optional-value-conversion.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/parent-virtual-call.html +%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/pointer-arithmetic-on-polymorphic-object.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/posix-return.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/redundant-branch-condition.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/reserved-identifier.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/return-const-ref-from-parameter.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/shared-ptr-array-mismatch.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/signal-handler.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/signed-char-misuse.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/sizeof-container.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/sizeof-expression.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/spuriously-wake-up-functions.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/standalone-empty.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/string-constructor.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/string-integer-assignment.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/string-literal-with-embedded-nul.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/stringview-nullptr.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-enum-usage.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-include.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-memory-comparison.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-memset-usage.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-missing-comma.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-realloc-usage.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-semicolon.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-string-compare.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/suspicious-stringview-data-usage.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/swapped-arguments.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/switch-missing-default-case.html +%%DATADIR%%/bin/clang/clangTidyDoc/bugprone/tagged-union-member-count.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/terminating-continue.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/throw-keyword-missing.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/too-small-loop-variable.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unchecked-optional-access.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/undefined-memory-manipulation.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/undelegated-constructor.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unhandled-exception-at-new.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unhandled-self-assignment.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unique-ptr-array-mismatch.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unsafe-functions.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unused-local-non-trivial-variable.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unused-raii.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/unused-return-value.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/use-after-move.html %%DATADIR%%/bin/clang/clangTidyDoc/bugprone/virtual-near-miss.html %%DATADIR%%/bin/clang/clangTidyDoc/bullet_orange.png +%%DATADIR%%/bin/clang/clangTidyDoc/cert/arr39-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/con36-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/con54-cpp.html +%%DATADIR%%/bin/clang/clangTidyDoc/cert/ctr56-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/dcl03-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/dcl16-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/dcl37-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/dcl50-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/dcl51-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/dcl54-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/dcl58-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/dcl59-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/env33-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/err09-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/err33-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/err34-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/err52-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/err58-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/err60-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/err61-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/exp42-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/fio38-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/flp30-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/flp37-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/int09-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/mem57-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/msc24-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/msc30-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/msc32-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/msc33-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/msc50-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/msc51-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/msc54-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/oop11-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/oop54-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/oop57-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/oop58-cpp.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/pos44-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/pos47-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/sig30-c.html %%DATADIR%%/bin/clang/clangTidyDoc/cert/str34-c.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.BitwiseShift.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.CallAndMessage.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.DivideZero.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.NonNullParamChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.NullDereference.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.StackAddressEscape.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.UndefinedBinaryOperatorResult.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.VLASize.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.uninitialized.ArraySubscript.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.uninitialized.Assign.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.uninitialized.Branch.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.uninitialized.CapturedBlockVariable.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.uninitialized.NewArraySize.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/core.uninitialized.UndefReturn.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.ArrayDelete.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.InnerPointer.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.Move.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.NewDelete.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.NewDeleteLeaks.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.PlacementNew.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.PureVirtualCall.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/cplusplus.StringChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/deadcode.DeadStores.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/fuchsia.HandleChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/nullability.NullPassedToNonnull.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/nullability.NullReturnedFromNonnull.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/nullability.NullableDereferenced.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/nullability.NullablePassedToNonnull.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/nullability.NullableReturnedFromNonnull.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.core.EnumCastOutOfRange.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.cplusplus.UninitializedObject.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.cplusplus.VirtualCall.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.mpi.MPI-Checker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.osx.OSObjectCStyleCast.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.osx.cocoa.localizability.EmptyLocalizationContextChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.osx.cocoa.localizability.NonLocalizedStringChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.performance.GCDAntipattern.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.performance.Padding.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.portability.UnixAPI.html +%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/optin.taint.TaintedAlloc.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.API.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.MIG.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.NumberObjectConversion.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.OSObjectRetainCount.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.ObjCProperty.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.SecKeychainAPI.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.AtSync.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.AutoreleaseWrite.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.ClassRelease.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.Dealloc.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.IncompatibleMethodTypes.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.Loops.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.MissingSuperCall.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.NSAutoreleasePool.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.NSError.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.NilArg.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.NonNilReturnValue.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.ObjCGenerics.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.RetainCount.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.RunLoopAutoreleaseLeak.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.SelfInit.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.SuperDealloc.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.UnusedIvars.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.cocoa.VariadicMethodTypes.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.coreFoundation.CFError.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.coreFoundation.CFNumber.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.coreFoundation.CFRetainRelease.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.coreFoundation.containers.OutOfBounds.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/osx.coreFoundation.containers.PointerSizedValues.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.FloatLoopCounter.html +%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.PutenvStackArray.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.SetgidSetuidOrder.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.cert.env.InvalidPtr.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.DeprecatedOrUnsafeBufferHandling.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.UncheckedReturn.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.bcmp.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.bcopy.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.bzero.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.decodeValueOfObjCType.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.getpw.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.gets.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.mkstemp.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.mktemp.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.rand.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.strcpy.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/security.insecureAPI.vfork.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.API.html +%%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.BlockInCriticalSection.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.Errno.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.Malloc.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.MallocSizeof.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.MismatchedDeallocator.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.StdCLibraryFunctions.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.Stream.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.Vfork.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.cstring.BadSizeArg.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/unix.cstring.NullArg.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/valist.CopyToSelf.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/valist.Uninitialized.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/valist.Unterminated.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/webkit.NoUncountedMemberChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/webkit.RefCntblBaseVirtualDtor.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-analyzer/webkit.UncountedLambdaCapturesChecker.html %%DATADIR%%/bin/clang/clangTidyDoc/clang-tools-extra-styles.css %%DATADIR%%/bin/clang/clangTidyDoc/concurrency/mt-unsafe.html %%DATADIR%%/bin/clang/clangTidyDoc/concurrency/thread-canceltype-asynchronous.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/avoid-c-arrays.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/avoid-capturing-lambda-coroutines.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/avoid-const-or-ref-data-members.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/avoid-do-while.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/avoid-goto.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/avoid-magic-numbers.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/avoid-non-const-global-variables.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/avoid-reference-coroutine-parameters.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/c-copy-assignment-signature.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/explicit-virtual-functions.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/init-variables.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/interfaces-global-init.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/macro-to-enum.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/macro-usage.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/misleading-capture-default-by-value.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/missing-std-forward.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/narrowing-conversions.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/no-malloc.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/no-suspend-with-lock.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/noexcept-destructor.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/noexcept-move-operations.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/noexcept-swap.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/non-private-member-variables-in-classes.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/owning-memory.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/prefer-member-initializer.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-bounds-array-to-pointer-decay.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-bounds-constant-array-index.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-bounds-pointer-arithmetic.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-type-const-cast.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-type-cstyle-cast.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-type-member-init.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-type-reinterpret-cast.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-type-static-cast-downcast.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-type-union-access.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/pro-type-vararg.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/rvalue-reference-param-not-moved.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/slicing.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/special-member-functions.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/use-default-member-init.html %%DATADIR%%/bin/clang/clangTidyDoc/cppcoreguidelines/virtual-class-destructor.html %%DATADIR%%/bin/clang/clangTidyDoc/darwin/avoid-spinlock.html %%DATADIR%%/bin/clang/clangTidyDoc/darwin/dispatch-once-nonstatic.html %%DATADIR%%/bin/clang/clangTidyDoc/fuchsia/default-arguments-calls.html %%DATADIR%%/bin/clang/clangTidyDoc/fuchsia/default-arguments-declarations.html %%DATADIR%%/bin/clang/clangTidyDoc/fuchsia/header-anon-namespaces.html %%DATADIR%%/bin/clang/clangTidyDoc/fuchsia/multiple-inheritance.html %%DATADIR%%/bin/clang/clangTidyDoc/fuchsia/overloaded-operator.html %%DATADIR%%/bin/clang/clangTidyDoc/fuchsia/statically-constructed-objects.html %%DATADIR%%/bin/clang/clangTidyDoc/fuchsia/trailing-return.html %%DATADIR%%/bin/clang/clangTidyDoc/fuchsia/virtual-inheritance.html %%DATADIR%%/bin/clang/clangTidyDoc/google/build-explicit-make-pair.html %%DATADIR%%/bin/clang/clangTidyDoc/google/build-namespaces.html %%DATADIR%%/bin/clang/clangTidyDoc/google/build-using-namespace.html %%DATADIR%%/bin/clang/clangTidyDoc/google/default-arguments.html %%DATADIR%%/bin/clang/clangTidyDoc/google/explicit-constructor.html %%DATADIR%%/bin/clang/clangTidyDoc/google/global-names-in-headers.html %%DATADIR%%/bin/clang/clangTidyDoc/google/objc-avoid-nsobject-new.html %%DATADIR%%/bin/clang/clangTidyDoc/google/objc-avoid-throwing-exception.html %%DATADIR%%/bin/clang/clangTidyDoc/google/objc-function-naming.html %%DATADIR%%/bin/clang/clangTidyDoc/google/objc-global-variable-declaration.html %%DATADIR%%/bin/clang/clangTidyDoc/google/readability-avoid-underscore-in-googletest-name.html %%DATADIR%%/bin/clang/clangTidyDoc/google/readability-braces-around-statements.html %%DATADIR%%/bin/clang/clangTidyDoc/google/readability-casting.html %%DATADIR%%/bin/clang/clangTidyDoc/google/readability-function-size.html %%DATADIR%%/bin/clang/clangTidyDoc/google/readability-namespace-comments.html %%DATADIR%%/bin/clang/clangTidyDoc/google/readability-todo.html %%DATADIR%%/bin/clang/clangTidyDoc/google/runtime-int.html %%DATADIR%%/bin/clang/clangTidyDoc/google/runtime-operator.html %%DATADIR%%/bin/clang/clangTidyDoc/google/upgrade-googletest-case.html %%DATADIR%%/bin/clang/clangTidyDoc/haiku.css %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/avoid-c-arrays.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/avoid-goto.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/braces-around-statements.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/deprecated-headers.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/exception-baseclass.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/explicit-conversions.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/function-size.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/ignored-remove-result.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/invalid-access-moved.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/member-init.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/move-const-arg.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/multiway-paths-covered.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/named-parameter.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/new-delete-operators.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/no-array-decay.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/no-assembler.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/no-malloc.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/noexcept-move.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/signed-bitwise.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/special-member-functions.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/static-assert.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/undelegated-constructor.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/uppercase-literal-suffix.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/use-auto.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/use-emplace.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/use-equals-default.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/use-equals-delete.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/use-noexcept.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/use-nullptr.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/use-override.html %%DATADIR%%/bin/clang/clangTidyDoc/hicpp/vararg.html %%DATADIR%%/bin/clang/clangTidyDoc/linuxkernel/must-check-errs.html %%DATADIR%%/bin/clang/clangTidyDoc/list.html %%DATADIR%%/bin/clang/clangTidyDoc/llvm/else-after-return.html %%DATADIR%%/bin/clang/clangTidyDoc/llvm/header-guard.html %%DATADIR%%/bin/clang/clangTidyDoc/llvm/include-order.html %%DATADIR%%/bin/clang/clangTidyDoc/llvm/namespace-comment.html %%DATADIR%%/bin/clang/clangTidyDoc/llvm/prefer-isa-or-dyn-cast-in-conditionals.html %%DATADIR%%/bin/clang/clangTidyDoc/llvm/prefer-register-over-unsigned.html %%DATADIR%%/bin/clang/clangTidyDoc/llvm/qualified-auto.html %%DATADIR%%/bin/clang/clangTidyDoc/llvm/twine-local.html %%DATADIR%%/bin/clang/clangTidyDoc/llvmlibc/callee-namespace.html %%DATADIR%%/bin/clang/clangTidyDoc/llvmlibc/implementation-in-namespace.html %%DATADIR%%/bin/clang/clangTidyDoc/llvmlibc/inline-function-decl.html %%DATADIR%%/bin/clang/clangTidyDoc/llvmlibc/restrict-system-libc-headers.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/confusable-identifiers.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/const-correctness.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/coroutine-hostile-raii.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/definitions-in-headers.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/header-include-cycle.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/include-cleaner.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/misleading-bidirectional.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/misleading-identifier.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/misplaced-const.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/new-delete-overloads.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/no-recursion.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/non-copyable-objects.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/non-private-member-variables-in-classes.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/redundant-expression.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/static-assert.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/throw-by-value-catch-by-reference.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/unconventional-assign-operator.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/uniqueptr-reset-release.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/unused-alias-decls.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/unused-parameters.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/unused-using-decls.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/use-anonymous-namespace.html %%DATADIR%%/bin/clang/clangTidyDoc/misc/use-internal-linkage.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/avoid-bind.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/avoid-c-arrays.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/concat-nested-namespaces.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/deprecated-headers.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/deprecated-ios-base-aliases.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/loop-convert.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/macro-to-enum.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/make-shared.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/make-unique.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/min-max-use-initializer-list.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/pass-by-value.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/raw-string-literal.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/redundant-void-arg.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/replace-auto-ptr.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/replace-disallow-copy-and-assign-macro.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/replace-random-shuffle.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/return-braced-init-list.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/shrink-to-fit.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/type-traits.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/unary-static-assert.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-auto.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-bool-literals.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-constraints.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-default-member-init.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-default.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-designated-initializers.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-emplace.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-equals-default.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-equals-delete.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-nodiscard.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-noexcept.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-nullptr.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-override.html +%%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-ranges.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-starts-ends-with.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-std-format.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-std-numbers.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-std-print.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-trailing-return-type.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-transparent-functors.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-uncaught-exceptions.html %%DATADIR%%/bin/clang/clangTidyDoc/modernize/use-using.html %%DATADIR%%/bin/clang/clangTidyDoc/mpi/buffer-deref.html %%DATADIR%%/bin/clang/clangTidyDoc/mpi/type-mismatch.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/assert-equals.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/avoid-nserror-init.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/dealloc-in-category.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/forbidden-subclassing.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/missing-hash.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/nsdate-formatter.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/nsinvocation-argument-lifetime.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/property-declaration.html %%DATADIR%%/bin/clang/clangTidyDoc/objc/super-self.html %%DATADIR%%/bin/clang/clangTidyDoc/openmp/exception-escape.html %%DATADIR%%/bin/clang/clangTidyDoc/openmp/use-default-none.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/avoid-endl.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/enum-size.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/faster-string-find.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/for-range-copy.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/implicit-cast-in-loop.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/implicit-conversion-in-loop.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/inefficient-algorithm.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/inefficient-string-concatenation.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/inefficient-vector-operation.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/move-const-arg.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/move-constructor-init.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/no-automatic-move.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/no-int-to-ptr.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/noexcept-destructor.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/noexcept-move-constructor.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/noexcept-swap.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/trivially-destructible.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/type-promotion-in-math-fn.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/unnecessary-copy-initialization.html %%DATADIR%%/bin/clang/clangTidyDoc/performance/unnecessary-value-param.html %%DATADIR%%/bin/clang/clangTidyDoc/portability/restrict-system-includes.html %%DATADIR%%/bin/clang/clangTidyDoc/portability/simd-intrinsics.html %%DATADIR%%/bin/clang/clangTidyDoc/portability/std-allocator-const.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/avoid-const-params-in-decls.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/avoid-nested-conditional-operator.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/avoid-return-with-void-value.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/avoid-unconditional-preprocessor-if.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/braces-around-statements.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/const-return-type.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/container-contains.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/container-data-pointer.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/container-size-empty.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/convert-member-functions-to-static.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/delete-null-pointer.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/duplicate-include.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/else-after-return.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/enum-initial-value.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/function-cognitive-complexity.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/function-size.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/identifier-length.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/identifier-naming.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/implicit-bool-cast.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/implicit-bool-conversion.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/inconsistent-declaration-parameter-name.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/isolate-declaration.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/magic-numbers.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/make-member-function-const.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/math-missing-parentheses.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/misleading-indentation.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/misplaced-array-index.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/named-parameter.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/non-const-parameter.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/operators-representation.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/qualified-auto.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-access-specifiers.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-casting.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-control-flow.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-declaration.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-function-ptr-dereference.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-inline-specifier.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-member-init.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-preprocessor.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-smartptr-get.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-string-cstr.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/redundant-string-init.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/reference-to-constructed-temporary.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/simplify-boolean-expr.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/simplify-subscript-expr.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/static-accessed-through-instance.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/static-definition-in-anonymous-namespace.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/string-compare.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/suspicious-call-argument.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/uniqueptr-delete-release.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/uppercase-literal-suffix.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/use-anyofallof.html %%DATADIR%%/bin/clang/clangTidyDoc/readability/use-std-min-max.html %%DATADIR%%/bin/clang/clangTidyDoc/zircon/temporary-objects.html -%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/clang-tidy -%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/clangd -%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/clazy-standalone -%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/libclazyPlugin.so -%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/llvm-symbolizer +%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/bin/clang-format +%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/bin/clang-tidy +%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/bin/clangd +%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/bin/clazy-standalone +%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/bin/llvm-symbolizer +%%DATADIR%%/bin/clang/%%CLANG_ARCH%%/lib/libclazyPlugin.so %%DATADIR%%/bin/clion.png %%DATADIR%%/bin/clion.sh %%DATADIR%%/bin/clion.svg %%DATADIR%%/bin/clion64.vmoptions %%DATADIR%%/bin/cmake/quickdoc/_static/basic.css %%DATADIR%%/bin/cmake/quickdoc/_static/pygments.css %%DATADIR%%/bin/cmake/quickdoc/command/add_compile_definitions.html %%DATADIR%%/bin/cmake/quickdoc/command/add_compile_options.html %%DATADIR%%/bin/cmake/quickdoc/command/add_custom_command.html %%DATADIR%%/bin/cmake/quickdoc/command/add_custom_target.html %%DATADIR%%/bin/cmake/quickdoc/command/add_definitions.html %%DATADIR%%/bin/cmake/quickdoc/command/add_dependencies.html %%DATADIR%%/bin/cmake/quickdoc/command/add_executable.html %%DATADIR%%/bin/cmake/quickdoc/command/add_library.html %%DATADIR%%/bin/cmake/quickdoc/command/add_link_options.html %%DATADIR%%/bin/cmake/quickdoc/command/add_subdirectory.html %%DATADIR%%/bin/cmake/quickdoc/command/add_test.html %%DATADIR%%/bin/cmake/quickdoc/command/aux_source_directory.html %%DATADIR%%/bin/cmake/quickdoc/command/block.html %%DATADIR%%/bin/cmake/quickdoc/command/break.html %%DATADIR%%/bin/cmake/quickdoc/command/build_command.html %%DATADIR%%/bin/cmake/quickdoc/command/build_name.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_file_api.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_host_system_information.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_language.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_minimum_required.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_parse_arguments.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_path.html %%DATADIR%%/bin/cmake/quickdoc/command/cmake_policy.html %%DATADIR%%/bin/cmake/quickdoc/command/configure_file.html %%DATADIR%%/bin/cmake/quickdoc/command/continue.html %%DATADIR%%/bin/cmake/quickdoc/command/create_test_sourcelist.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_build.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_configure.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_coverage.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_empty_binary_directory.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_memcheck.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_read_custom_files.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_run_script.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_sleep.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_start.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_submit.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_test.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_update.html %%DATADIR%%/bin/cmake/quickdoc/command/ctest_upload.html %%DATADIR%%/bin/cmake/quickdoc/command/define_property.html %%DATADIR%%/bin/cmake/quickdoc/command/else.html %%DATADIR%%/bin/cmake/quickdoc/command/elseif.html %%DATADIR%%/bin/cmake/quickdoc/command/enable_language.html %%DATADIR%%/bin/cmake/quickdoc/command/enable_testing.html %%DATADIR%%/bin/cmake/quickdoc/command/endblock.html %%DATADIR%%/bin/cmake/quickdoc/command/endforeach.html %%DATADIR%%/bin/cmake/quickdoc/command/endfunction.html %%DATADIR%%/bin/cmake/quickdoc/command/endif.html %%DATADIR%%/bin/cmake/quickdoc/command/endmacro.html %%DATADIR%%/bin/cmake/quickdoc/command/endwhile.html %%DATADIR%%/bin/cmake/quickdoc/command/exec_program.html %%DATADIR%%/bin/cmake/quickdoc/command/execute_process.html %%DATADIR%%/bin/cmake/quickdoc/command/export.html %%DATADIR%%/bin/cmake/quickdoc/command/export_library_dependencies.html %%DATADIR%%/bin/cmake/quickdoc/command/file.html %%DATADIR%%/bin/cmake/quickdoc/command/find_file.html %%DATADIR%%/bin/cmake/quickdoc/command/find_library.html %%DATADIR%%/bin/cmake/quickdoc/command/find_package.html %%DATADIR%%/bin/cmake/quickdoc/command/find_path.html %%DATADIR%%/bin/cmake/quickdoc/command/find_program.html %%DATADIR%%/bin/cmake/quickdoc/command/fltk_wrap_ui.html %%DATADIR%%/bin/cmake/quickdoc/command/foreach.html %%DATADIR%%/bin/cmake/quickdoc/command/function.html %%DATADIR%%/bin/cmake/quickdoc/command/get_cmake_property.html %%DATADIR%%/bin/cmake/quickdoc/command/get_directory_property.html %%DATADIR%%/bin/cmake/quickdoc/command/get_filename_component.html %%DATADIR%%/bin/cmake/quickdoc/command/get_property.html %%DATADIR%%/bin/cmake/quickdoc/command/get_source_file_property.html %%DATADIR%%/bin/cmake/quickdoc/command/get_target_property.html %%DATADIR%%/bin/cmake/quickdoc/command/get_test_property.html %%DATADIR%%/bin/cmake/quickdoc/command/if.html %%DATADIR%%/bin/cmake/quickdoc/command/include.html %%DATADIR%%/bin/cmake/quickdoc/command/include_directories.html %%DATADIR%%/bin/cmake/quickdoc/command/include_external_msproject.html %%DATADIR%%/bin/cmake/quickdoc/command/include_guard.html %%DATADIR%%/bin/cmake/quickdoc/command/include_regular_expression.html %%DATADIR%%/bin/cmake/quickdoc/command/install.html %%DATADIR%%/bin/cmake/quickdoc/command/install_files.html %%DATADIR%%/bin/cmake/quickdoc/command/install_programs.html %%DATADIR%%/bin/cmake/quickdoc/command/install_targets.html %%DATADIR%%/bin/cmake/quickdoc/command/link_directories.html %%DATADIR%%/bin/cmake/quickdoc/command/link_libraries.html %%DATADIR%%/bin/cmake/quickdoc/command/list.html %%DATADIR%%/bin/cmake/quickdoc/command/load_cache.html %%DATADIR%%/bin/cmake/quickdoc/command/load_command.html %%DATADIR%%/bin/cmake/quickdoc/command/macro.html %%DATADIR%%/bin/cmake/quickdoc/command/make_directory.html %%DATADIR%%/bin/cmake/quickdoc/command/mark_as_advanced.html %%DATADIR%%/bin/cmake/quickdoc/command/math.html %%DATADIR%%/bin/cmake/quickdoc/command/message.html %%DATADIR%%/bin/cmake/quickdoc/command/option.html %%DATADIR%%/bin/cmake/quickdoc/command/output_required_files.html %%DATADIR%%/bin/cmake/quickdoc/command/project.html %%DATADIR%%/bin/cmake/quickdoc/command/qt_wrap_cpp.html %%DATADIR%%/bin/cmake/quickdoc/command/qt_wrap_ui.html %%DATADIR%%/bin/cmake/quickdoc/command/remove.html %%DATADIR%%/bin/cmake/quickdoc/command/remove_definitions.html %%DATADIR%%/bin/cmake/quickdoc/command/return.html %%DATADIR%%/bin/cmake/quickdoc/command/separate_arguments.html %%DATADIR%%/bin/cmake/quickdoc/command/set.html %%DATADIR%%/bin/cmake/quickdoc/command/set_directory_properties.html %%DATADIR%%/bin/cmake/quickdoc/command/set_property.html %%DATADIR%%/bin/cmake/quickdoc/command/set_source_files_properties.html %%DATADIR%%/bin/cmake/quickdoc/command/set_target_properties.html %%DATADIR%%/bin/cmake/quickdoc/command/set_tests_properties.html %%DATADIR%%/bin/cmake/quickdoc/command/site_name.html %%DATADIR%%/bin/cmake/quickdoc/command/source_group.html %%DATADIR%%/bin/cmake/quickdoc/command/string.html %%DATADIR%%/bin/cmake/quickdoc/command/subdir_depends.html %%DATADIR%%/bin/cmake/quickdoc/command/subdirs.html %%DATADIR%%/bin/cmake/quickdoc/command/target_compile_definitions.html %%DATADIR%%/bin/cmake/quickdoc/command/target_compile_features.html %%DATADIR%%/bin/cmake/quickdoc/command/target_compile_options.html %%DATADIR%%/bin/cmake/quickdoc/command/target_include_directories.html %%DATADIR%%/bin/cmake/quickdoc/command/target_link_directories.html %%DATADIR%%/bin/cmake/quickdoc/command/target_link_libraries.html %%DATADIR%%/bin/cmake/quickdoc/command/target_link_options.html %%DATADIR%%/bin/cmake/quickdoc/command/target_precompile_headers.html %%DATADIR%%/bin/cmake/quickdoc/command/target_sources.html %%DATADIR%%/bin/cmake/quickdoc/command/try_compile.html %%DATADIR%%/bin/cmake/quickdoc/command/try_run.html %%DATADIR%%/bin/cmake/quickdoc/command/unset.html %%DATADIR%%/bin/cmake/quickdoc/command/use_mangled_mesa.html %%DATADIR%%/bin/cmake/quickdoc/command/utility_source.html %%DATADIR%%/bin/cmake/quickdoc/command/variable_requires.html %%DATADIR%%/bin/cmake/quickdoc/command/variable_watch.html %%DATADIR%%/bin/cmake/quickdoc/command/while.html %%DATADIR%%/bin/cmake/quickdoc/command/write_file.html %%DATADIR%%/bin/cmake/quickdoc/module/AddFileDependencies.html %%DATADIR%%/bin/cmake/quickdoc/module/AndroidTestUtilities.html %%DATADIR%%/bin/cmake/quickdoc/module/BundleUtilities.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeAddFortranSubdirectory.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeBackwardCompatibilityCXX.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeDependentOption.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeDetermineVSServicePack.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeExpandImportedTargets.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeFindDependencyMacro.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeFindFrameworks.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeFindPackageMode.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeForceCompiler.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeGraphVizOptions.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakePackageConfigHelpers.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeParseArguments.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakePrintHelpers.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakePrintSystemInformation.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakePushCheckState.html %%DATADIR%%/bin/cmake/quickdoc/module/CMakeVerifyManifest.html %%DATADIR%%/bin/cmake/quickdoc/module/CPack.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackArchive.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackBundle.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackComponent.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackCygwin.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackDMG.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackDeb.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackFreeBSD.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackIFW.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackIFWConfigureFile.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackNSIS.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackNuGet.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackProductBuild.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackRPM.html %%DATADIR%%/bin/cmake/quickdoc/module/CPackWIX.html %%DATADIR%%/bin/cmake/quickdoc/module/CSharpUtilities.html %%DATADIR%%/bin/cmake/quickdoc/module/CTest.html %%DATADIR%%/bin/cmake/quickdoc/module/CTestCoverageCollectGCOV.html %%DATADIR%%/bin/cmake/quickdoc/module/CTestScriptMode.html %%DATADIR%%/bin/cmake/quickdoc/module/CTestUseLaunchers.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckCCompilerFlag.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckCSourceCompiles.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckCSourceRuns.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckCXXCompilerFlag.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckCXXSourceCompiles.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckCXXSourceRuns.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckCXXSymbolExists.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckCompilerFlag.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckFortranCompilerFlag.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckFortranFunctionExists.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckFortranSourceCompiles.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckFortranSourceRuns.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckFunctionExists.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckIPOSupported.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckIncludeFile.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckIncludeFileCXX.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckIncludeFiles.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckLanguage.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckLibraryExists.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckLinkerFlag.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckOBJCCompilerFlag.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckOBJCSourceCompiles.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckOBJCSourceRuns.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckOBJCXXCompilerFlag.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckOBJCXXSourceCompiles.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckOBJCXXSourceRuns.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckPIESupported.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckPrototypeDefinition.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckSourceCompiles.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckSourceRuns.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckStructHasMember.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckSymbolExists.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckTypeSize.html %%DATADIR%%/bin/cmake/quickdoc/module/CheckVariableExists.html %%DATADIR%%/bin/cmake/quickdoc/module/Dart.html %%DATADIR%%/bin/cmake/quickdoc/module/DeployQt4.html %%DATADIR%%/bin/cmake/quickdoc/module/Documentation.html %%DATADIR%%/bin/cmake/quickdoc/module/ExternalData.html %%DATADIR%%/bin/cmake/quickdoc/module/ExternalProject.html %%DATADIR%%/bin/cmake/quickdoc/module/FeatureSummary.html %%DATADIR%%/bin/cmake/quickdoc/module/FetchContent.html %%DATADIR%%/bin/cmake/quickdoc/module/FindALSA.html %%DATADIR%%/bin/cmake/quickdoc/module/FindASPELL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindAVIFile.html %%DATADIR%%/bin/cmake/quickdoc/module/FindArmadillo.html %%DATADIR%%/bin/cmake/quickdoc/module/FindBISON.html %%DATADIR%%/bin/cmake/quickdoc/module/FindBLAS.html %%DATADIR%%/bin/cmake/quickdoc/module/FindBZip2.html %%DATADIR%%/bin/cmake/quickdoc/module/FindBacktrace.html %%DATADIR%%/bin/cmake/quickdoc/module/FindBoost.html %%DATADIR%%/bin/cmake/quickdoc/module/FindBullet.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCABLE.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCUDA.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCUDAToolkit.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCURL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCVS.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCoin3D.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCups.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCurses.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCxxTest.html %%DATADIR%%/bin/cmake/quickdoc/module/FindCygwin.html %%DATADIR%%/bin/cmake/quickdoc/module/FindDCMTK.html %%DATADIR%%/bin/cmake/quickdoc/module/FindDart.html %%DATADIR%%/bin/cmake/quickdoc/module/FindDevIL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindDoxygen.html %%DATADIR%%/bin/cmake/quickdoc/module/FindEXPAT.html %%DATADIR%%/bin/cmake/quickdoc/module/FindEnvModules.html %%DATADIR%%/bin/cmake/quickdoc/module/FindFLEX.html %%DATADIR%%/bin/cmake/quickdoc/module/FindFLTK.html %%DATADIR%%/bin/cmake/quickdoc/module/FindFLTK2.html %%DATADIR%%/bin/cmake/quickdoc/module/FindFontconfig.html %%DATADIR%%/bin/cmake/quickdoc/module/FindFreetype.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGCCXML.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGDAL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGIF.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGLEW.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGLUT.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGSL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGTK.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGTK2.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGTest.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGettext.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGit.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGnuTLS.html %%DATADIR%%/bin/cmake/quickdoc/module/FindGnuplot.html %%DATADIR%%/bin/cmake/quickdoc/module/FindHDF5.html %%DATADIR%%/bin/cmake/quickdoc/module/FindHSPELL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindHTMLHelp.html %%DATADIR%%/bin/cmake/quickdoc/module/FindHg.html %%DATADIR%%/bin/cmake/quickdoc/module/FindICU.html %%DATADIR%%/bin/cmake/quickdoc/module/FindITK.html %%DATADIR%%/bin/cmake/quickdoc/module/FindIce.html %%DATADIR%%/bin/cmake/quickdoc/module/FindIconv.html %%DATADIR%%/bin/cmake/quickdoc/module/FindIcotool.html %%DATADIR%%/bin/cmake/quickdoc/module/FindImageMagick.html %%DATADIR%%/bin/cmake/quickdoc/module/FindIntl.html %%DATADIR%%/bin/cmake/quickdoc/module/FindJNI.html %%DATADIR%%/bin/cmake/quickdoc/module/FindJPEG.html %%DATADIR%%/bin/cmake/quickdoc/module/FindJasper.html %%DATADIR%%/bin/cmake/quickdoc/module/FindJava.html %%DATADIR%%/bin/cmake/quickdoc/module/FindKDE3.html %%DATADIR%%/bin/cmake/quickdoc/module/FindKDE4.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLAPACK.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLATEX.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLTTngUST.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLibArchive.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLibLZMA.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLibXml2.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLibXslt.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLibinput.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLua.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLua50.html %%DATADIR%%/bin/cmake/quickdoc/module/FindLua51.html %%DATADIR%%/bin/cmake/quickdoc/module/FindMFC.html %%DATADIR%%/bin/cmake/quickdoc/module/FindMPEG.html %%DATADIR%%/bin/cmake/quickdoc/module/FindMPEG2.html %%DATADIR%%/bin/cmake/quickdoc/module/FindMPI.html %%DATADIR%%/bin/cmake/quickdoc/module/FindMatlab.html %%DATADIR%%/bin/cmake/quickdoc/module/FindMotif.html %%DATADIR%%/bin/cmake/quickdoc/module/FindMsys.html %%DATADIR%%/bin/cmake/quickdoc/module/FindODBC.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenACC.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenAL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenCL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenGL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenMP.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenSP.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenSSL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenSceneGraph.html %%DATADIR%%/bin/cmake/quickdoc/module/FindOpenThreads.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPHP4.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPNG.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPackageHandleStandardArgs.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPackageMessage.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPatch.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPerl.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPerlLibs.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPhysFS.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPike.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPkgConfig.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPostgreSQL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindProducer.html %%DATADIR%%/bin/cmake/quickdoc/module/FindProtobuf.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPython.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPython2.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPython3.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPythonInterp.html %%DATADIR%%/bin/cmake/quickdoc/module/FindPythonLibs.html %%DATADIR%%/bin/cmake/quickdoc/module/FindQt.html %%DATADIR%%/bin/cmake/quickdoc/module/FindQt3.html %%DATADIR%%/bin/cmake/quickdoc/module/FindQt4.html %%DATADIR%%/bin/cmake/quickdoc/module/FindQuickTime.html %%DATADIR%%/bin/cmake/quickdoc/module/FindRTI.html %%DATADIR%%/bin/cmake/quickdoc/module/FindRuby.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSDL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSDL_gfx.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSDL_image.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSDL_mixer.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSDL_net.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSDL_sound.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSDL_ttf.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSQLite3.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSWIG.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSelfPackers.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSquish.html %%DATADIR%%/bin/cmake/quickdoc/module/FindSubversion.html %%DATADIR%%/bin/cmake/quickdoc/module/FindTCL.html %%DATADIR%%/bin/cmake/quickdoc/module/FindTIFF.html %%DATADIR%%/bin/cmake/quickdoc/module/FindTclStub.html %%DATADIR%%/bin/cmake/quickdoc/module/FindTclsh.html %%DATADIR%%/bin/cmake/quickdoc/module/FindThreads.html %%DATADIR%%/bin/cmake/quickdoc/module/FindUnixCommands.html %%DATADIR%%/bin/cmake/quickdoc/module/FindVTK.html %%DATADIR%%/bin/cmake/quickdoc/module/FindVulkan.html %%DATADIR%%/bin/cmake/quickdoc/module/FindWget.html %%DATADIR%%/bin/cmake/quickdoc/module/FindWish.html %%DATADIR%%/bin/cmake/quickdoc/module/FindX11.html %%DATADIR%%/bin/cmake/quickdoc/module/FindXCTest.html %%DATADIR%%/bin/cmake/quickdoc/module/FindXMLRPC.html %%DATADIR%%/bin/cmake/quickdoc/module/FindXalanC.html %%DATADIR%%/bin/cmake/quickdoc/module/FindXercesC.html %%DATADIR%%/bin/cmake/quickdoc/module/FindZLIB.html %%DATADIR%%/bin/cmake/quickdoc/module/Findosg.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgAnimation.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgDB.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgFX.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgGA.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgIntrospection.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgManipulator.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgParticle.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgPresentation.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgProducer.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgQt.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgShadow.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgSim.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgTerrain.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgText.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgUtil.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgViewer.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgVolume.html %%DATADIR%%/bin/cmake/quickdoc/module/FindosgWidget.html %%DATADIR%%/bin/cmake/quickdoc/module/Findosg_functions.html %%DATADIR%%/bin/cmake/quickdoc/module/FindwxWidgets.html %%DATADIR%%/bin/cmake/quickdoc/module/FindwxWindows.html %%DATADIR%%/bin/cmake/quickdoc/module/FortranCInterface.html %%DATADIR%%/bin/cmake/quickdoc/module/GNUInstallDirs.html %%DATADIR%%/bin/cmake/quickdoc/module/GenerateExportHeader.html %%DATADIR%%/bin/cmake/quickdoc/module/GetPrerequisites.html %%DATADIR%%/bin/cmake/quickdoc/module/GoogleTest.html %%DATADIR%%/bin/cmake/quickdoc/module/InstallRequiredSystemLibraries.html %%DATADIR%%/bin/cmake/quickdoc/module/MacroAddFileDependencies.html %%DATADIR%%/bin/cmake/quickdoc/module/ProcessorCount.html %%DATADIR%%/bin/cmake/quickdoc/module/SelectLibraryConfigurations.html %%DATADIR%%/bin/cmake/quickdoc/module/SquishTestScript.html %%DATADIR%%/bin/cmake/quickdoc/module/TestBigEndian.html %%DATADIR%%/bin/cmake/quickdoc/module/TestCXXAcceptsFlag.html %%DATADIR%%/bin/cmake/quickdoc/module/TestForANSIForScope.html %%DATADIR%%/bin/cmake/quickdoc/module/TestForANSIStreamHeaders.html %%DATADIR%%/bin/cmake/quickdoc/module/TestForSSTREAM.html %%DATADIR%%/bin/cmake/quickdoc/module/TestForSTDNamespace.html %%DATADIR%%/bin/cmake/quickdoc/module/UseEcos.html %%DATADIR%%/bin/cmake/quickdoc/module/UseJava.html %%DATADIR%%/bin/cmake/quickdoc/module/UseJavaClassFilelist.html %%DATADIR%%/bin/cmake/quickdoc/module/UseJavaSymlinks.html %%DATADIR%%/bin/cmake/quickdoc/module/UsePkgConfig.html %%DATADIR%%/bin/cmake/quickdoc/module/UseSWIG.html %%DATADIR%%/bin/cmake/quickdoc/module/Use_wxWindows.html %%DATADIR%%/bin/cmake/quickdoc/module/UsewxWidgets.html %%DATADIR%%/bin/cmake/quickdoc/module/WriteBasicConfigVersionFile.html %%DATADIR%%/bin/cmake/quickdoc/module/WriteCompilerDetectionHeader.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0000.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0001.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0002.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0003.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0004.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0005.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0006.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0007.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0008.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0009.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0010.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0011.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0012.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0013.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0014.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0015.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0016.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0017.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0018.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0019.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0020.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0021.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0022.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0023.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0024.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0025.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0026.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0027.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0028.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0029.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0030.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0031.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0032.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0033.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0034.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0035.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0036.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0037.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0038.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0039.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0040.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0041.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0042.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0043.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0044.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0045.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0046.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0047.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0048.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0049.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0050.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0051.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0052.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0053.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0054.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0055.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0056.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0057.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0058.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0059.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0060.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0061.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0062.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0063.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0064.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0065.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0066.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0067.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0068.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0069.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0070.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0071.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0072.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0073.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0074.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0075.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0076.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0077.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0078.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0079.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0080.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0081.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0082.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0083.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0084.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0085.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0086.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0087.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0088.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0089.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0090.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0091.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0092.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0093.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0094.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0095.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0096.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0097.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0098.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0099.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0100.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0101.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0102.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0103.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0104.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0105.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0106.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0107.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0108.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0109.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0110.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0111.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0112.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0113.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0114.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0115.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0116.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0117.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0118.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0119.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0120.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0121.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0122.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0123.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0124.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0125.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0126.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0127.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0128.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0129.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0130.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0131.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0132.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0133.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0134.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0135.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0136.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0137.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0138.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0139.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0140.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0141.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0142.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0143.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0144.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0145.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0146.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0147.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0148.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0149.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0150.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0151.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0152.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0153.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0154.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0155.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0156.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0157.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0158.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0159.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0160.html %%DATADIR%%/bin/cmake/quickdoc/policy/CMP0161.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0162.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0163.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0164.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0165.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0166.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0167.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0168.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0169.html +%%DATADIR%%/bin/cmake/quickdoc/policy/CMP0170.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/ADVANCED.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/HELPSTRING.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/MODIFIED.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/STRINGS.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_cache/VALUE.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/ADDITIONAL_CLEAN_FILES.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/ADDITIONAL_MAKE_CLEAN_FILES.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/BINARY_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/BUILDSYSTEM_TARGETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/CACHE_VARIABLES.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/CLEAN_NO_CUSTOM.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/CMAKE_CONFIGURE_DEPENDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/COMPILE_DEFINITIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/COMPILE_DEFINITIONS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/COMPILE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/DEFINITIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/EXCLUDE_FROM_ALL.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/IMPORTED_TARGETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/INCLUDE_REGULAR_EXPRESSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/INTERPROCEDURAL_OPTIMIZATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/INTERPROCEDURAL_OPTIMIZATION_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/LABELS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/LINK_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/LINK_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/LISTFILE_STACK.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/MACROS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/PARENT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/RULE_LAUNCH_COMPILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/RULE_LAUNCH_CUSTOM.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/RULE_LAUNCH_LINK.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/SOURCE_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/SUBDIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/SYSTEM.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/TESTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/TEST_INCLUDE_FILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/TEST_INCLUDE_FILES.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/VARIABLES.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/VS_GLOBAL_SECTION_POST_section.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/VS_GLOBAL_SECTION_PRE_section.html %%DATADIR%%/bin/cmake/quickdoc/prop_dir/VS_STARTUP_PROJECT.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/ALLOW_DUPLICATE_CUSTOM_TARGETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/AUTOGEN_SOURCE_GROUP.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/AUTOGEN_TARGETS_FOLDER.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/AUTOMOC_SOURCE_GROUP.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/AUTOMOC_TARGETS_FOLDER.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/AUTORCC_SOURCE_GROUP.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/AUTOUIC_SOURCE_GROUP.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/CMAKE_CUDA_KNOWN_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/CMAKE_C_KNOWN_FEATURES.html +%%DATADIR%%/bin/cmake/quickdoc/prop_gbl/CMAKE_HIP_KNOWN_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/CMAKE_ROLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/DEBUG_CONFIGURATIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/DISABLED_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/ECLIPSE_EXTRA_CPROJECT_CONTENTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/ECLIPSE_EXTRA_NATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/ENABLED_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/ENABLED_LANGUAGES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/FIND_LIBRARY_USE_LIB32_PATHS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/FIND_LIBRARY_USE_LIBX32_PATHS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/GENERATOR_IS_MULTI_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/GLOBAL_DEPENDS_NO_CYCLES.html +%%DATADIR%%/bin/cmake/quickdoc/prop_gbl/INSTALL_PARALLEL.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/IN_TRY_COMPILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/JOB_POOLS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/PACKAGES_FOUND.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/PACKAGES_NOT_FOUND.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/PREDEFINED_TARGETS_FOLDER.html +%%DATADIR%%/bin/cmake/quickdoc/prop_gbl/PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/REPORT_UNDEFINED_PROPERTIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/RULE_LAUNCH_COMPILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/RULE_LAUNCH_CUSTOM.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/RULE_LAUNCH_LINK.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/RULE_MESSAGES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/TARGET_ARCHIVES_MAY_BE_SHARED_LIBS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/TARGET_MESSAGES.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/USE_FOLDERS.html %%DATADIR%%/bin/cmake/quickdoc/prop_gbl/XCODE_EMIT_EFFECTIVE_PLATFORM_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_DESKTOP_SHORTCUTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_NEVER_OVERWRITE.html %%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_PERMANENT.html %%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_STARTUP_SHORTCUTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_START_MENU_SHORTCUTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_inst/CPACK_WIX_ACL.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/ABSTRACT.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/AUTORCC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/AUTOUIC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/COMPILE_DEFINITIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/COMPILE_DEFINITIONS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/COMPILE_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/COMPILE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/CXX_SCAN_FOR_MODULES.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/EXTERNAL_OBJECT.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/Fortran_FORMAT.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/Fortran_PREPROCESS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/GENERATED.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/HEADER_FILE_ONLY.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/KEEP_EXTENSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/LABELS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/LANGUAGE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/LOCATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/MACOSX_PACKAGE_LOCATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/OBJECT_DEPENDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/OBJECT_OUTPUTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/SKIP_AUTOGEN.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/SKIP_AUTOMOC.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/SKIP_AUTORCC.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/SKIP_AUTOUIC.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/SKIP_LINTING.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/SKIP_PRECOMPILE_HEADERS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/SKIP_UNITY_BUILD_INCLUSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/SYMBOLIC.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/Swift_DEPENDENCIES_FILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/Swift_DIAGNOSTICS_FILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/UNITY_GROUP.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_COPY_TO_OUT_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_CSHARP_tagname.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_DEPLOYMENT_CONTENT.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_DEPLOYMENT_LOCATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_INCLUDE_IN_VSIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_RESOURCE_GENERATOR.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SETTINGS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_DISABLE_OPTIMIZATIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_ENABLE_DEBUG.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_ENTRYPOINT.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_MODEL.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_OBJECT_FILE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_OUTPUT_HEADER_FILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_SHADER_VARIABLE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_TOOL_OVERRIDE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/VS_XAML_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/WRAP_EXCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/XCODE_EXPLICIT_FILE_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/XCODE_FILE_ATTRIBUTES.html %%DATADIR%%/bin/cmake/quickdoc/prop_sf/XCODE_LAST_KNOWN_FILE_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/ATTACHED_FILES.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/ATTACHED_FILES_ON_FAIL.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/COST.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/DEPENDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/DISABLED.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/ENVIRONMENT.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/ENVIRONMENT_MODIFICATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/FAIL_REGULAR_EXPRESSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/FIXTURES_CLEANUP.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/FIXTURES_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/FIXTURES_SETUP.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/GENERATED_RESOURCE_SPEC_FILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/LABELS.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/MEASUREMENT.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/PASS_REGULAR_EXPRESSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/PROCESSORS.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/PROCESSOR_AFFINITY.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/REQUIRED_FILES.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/RESOURCE_GROUPS.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/RESOURCE_LOCK.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/RUN_SERIAL.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/SKIP_REGULAR_EXPRESSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/SKIP_RETURN_CODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/TIMEOUT.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/TIMEOUT_AFTER_MATCH.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/TIMEOUT_SIGNAL_GRACE_PERIOD.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/TIMEOUT_SIGNAL_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/WILL_FAIL.html %%DATADIR%%/bin/cmake/quickdoc/prop_test/WORKING_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ADDITIONAL_CLEAN_FILES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AIX_EXPORT_ALL_SYMBOLS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ALIASED_TARGET.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ALIAS_GLOBAL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_ANT_ADDITIONAL_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_API.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_API_MIN.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_ARCH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_ASSETS_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_GUI.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_JAR_DEPENDENCIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_JAR_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_JAVA_SOURCE_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_NATIVE_LIB_DEPENDENCIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_PROCESS_MAX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_PROGUARD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_PROGUARD_CONFIG_PATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_SECURE_PROPS_PATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_SKIP_ANT_STEP.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ANDROID_STL_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ARCHIVE_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ARCHIVE_OUTPUT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ARCHIVE_OUTPUT_NAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOGEN_BETTER_GRAPH_MULTI_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOGEN_BUILD_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOGEN_COMMAND_LINE_LENGTH_MAX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOGEN_ORIGIN_DEPENDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOGEN_PARALLEL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOGEN_TARGET_DEPENDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_COMPILER_PREDEFINES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_DEPEND_FILTERS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_MACRO_NAMES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_MOC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOMOC_PATH_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTORCC.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTORCC_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTORCC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOUIC.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOUIC_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOUIC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/AUTOUIC_SEARCH_PATHS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/BINARY_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/BUILD_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/BUILD_RPATH_USE_ORIGIN.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/BUILD_WITH_INSTALL_NAME_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/BUILD_WITH_INSTALL_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/BUNDLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/BUNDLE_EXTENSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMMON_LANGUAGE_RUNTIME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPATIBLE_INTERFACE_BOOL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MAX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPATIBLE_INTERFACE_STRING.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_DEFINITIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_DEFINITIONS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_PDB_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_PDB_NAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/COMPILE_WARNING_AS_ERROR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CONFIG_OUTPUT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CONFIG_POSTFIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CROSSCOMPILING_EMULATOR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_ARCHITECTURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_CUBIN_COMPILATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_FATBIN_COMPILATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_OPTIX_COMPILATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_PTX_COMPILATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_RESOLVE_DEVICE_SYMBOLS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_RUNTIME_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_SEPARABLE_COMPILATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CUDA_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_MODULE_DIRS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_MODULE_DIRS_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_MODULE_SET.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_MODULE_SETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_MODULE_SET_NAME.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_MODULE_STD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_SCAN_FOR_MODULES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/CXX_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/C_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/C_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/C_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DEBUG_POSTFIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DEFINE_SYMBOL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DEPLOYMENT_ADDITIONAL_FILES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DEPRECATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DISABLE_PRECOMPILE_HEADERS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DLL_NAME_WITH_SOVERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DOTNET_SDK.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DOTNET_TARGET_FRAMEWORK.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ENABLE_EXPORTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXCLUDE_FROM_ALL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXCLUDE_FROM_DEFAULT_BUILD_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_COMPILE_COMMANDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_FIND_PACKAGE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_NO_SYSTEM.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EXPORT_PROPERTIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/EchoString.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/FOLDER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/FRAMEWORK.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/FRAMEWORK_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Fortran_BUILDING_INSTRINSIC_MODULES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Fortran_FORMAT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Fortran_MODULE_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Fortran_PREPROCESS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/GENERATOR_FILE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/GHS_INTEGRITY_APP.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/GHS_NO_SOURCE_GROUP_FILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/GNUtoMS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HAS_CXX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HEADER_DIRS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HEADER_DIRS_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HEADER_SET.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HEADER_SETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HEADER_SET_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HIP_ARCHITECTURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HIP_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HIP_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/HIP_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_COMMON_LANGUAGE_RUNTIME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_CONFIGURATIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_CXX_MODULES_COMPILE_DEFINITIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_CXX_MODULES_COMPILE_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_CXX_MODULES_COMPILE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_CXX_MODULES_INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_CXX_MODULES_LINK_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_GLOBAL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_IMPLIB.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_IMPLIB_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LIBNAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LIBNAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LINK_DEPENDENT_LIBRARIES_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LINK_INTERFACE_LANGUAGES_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LINK_INTERFACE_MULTIPLICITY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LOCATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_LOCATION_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_NO_SONAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_NO_SONAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_NO_SYSTEM.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_OBJECTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_OBJECTS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_SONAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORTED_SONAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORT_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IMPORT_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INSTALL_NAME_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INSTALL_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_AUTOMOC_MACRO_NAMES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_AUTOUIC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_COMPILE_DEFINITIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_COMPILE_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_COMPILE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_CXX_MODULE_SETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_HEADER_SETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_HEADER_SETS_TO_VERIFY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_LINK_DEPENDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_LINK_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_LINK_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_LINK_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_POSITION_INDEPENDENT_CODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_PRECOMPILE_HEADERS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_SOURCES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/IOS_INSTALL_COMBINED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ISPC_HEADER_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ISPC_HEADER_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/ISPC_INSTRUCTION_SETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/JOB_POOL_COMPILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/JOB_POOL_LINK.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/JOB_POOL_PRECOMPILE_HEADER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LABELS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_CLANG_TIDY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_CLANG_TIDY_EXPORT_FIXES_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_COMPILER_LAUNCHER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_CPPCHECK.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_CPPLINT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_INCLUDE_WHAT_YOU_USE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_LINKER_LAUNCHER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LANG_VISIBILITY_PRESET.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LIBRARY_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LIBRARY_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LIBRARY_OUTPUT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LIBRARY_OUTPUT_NAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINKER_LANGUAGE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINKER_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_DEPENDS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_DEPENDS_NO_SHARED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_FLAGS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_INTERFACE_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_INTERFACE_LIBRARIES_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_INTERFACE_MULTIPLICITY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_INTERFACE_MULTIPLICITY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARIES_ONLY_TARGETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARY_OVERRIDE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_LIBRARY_OVERRIDE_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_SEARCH_END_STATIC.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_SEARCH_START_STATIC.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LINK_WHAT_YOU_USE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LOCATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/LOCATION_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MACHO_COMPATIBILITY_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MACHO_CURRENT_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MACOSX_BUNDLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MACOSX_FRAMEWORK_INFO_PLIST.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MACOSX_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MANUALLY_ADDED_DEPENDENCIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MAP_IMPORTED_CONFIG_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MSVC_DEBUG_INFORMATION_FORMAT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/MSVC_RUNTIME_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/NO_SONAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/NO_SYSTEM_FROM_IMPORTED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OBJCXX_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OBJCXX_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OBJCXX_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OBJC_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OBJC_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OBJC_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OPTIMIZE_DEPENDENCIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OSX_ARCHITECTURES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OSX_ARCHITECTURES_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OUTPUT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/OUTPUT_NAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PCH_INSTANTIATE_TEMPLATES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PCH_WARN_INVALID.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PDB_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PDB_NAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PDB_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PDB_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/POSITION_INDEPENDENT_CODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/POST_INSTALL_SCRIPT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PRECOMPILE_HEADERS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PRECOMPILE_HEADERS_REUSE_FROM.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PRE_INSTALL_SCRIPT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PRIVATE_HEADER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PROJECT_LABEL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/PUBLIC_HEADER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/RESOURCE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/RULE_LAUNCH_COMPILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/RULE_LAUNCH_CUSTOM.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/RULE_LAUNCH_LINK.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/RUNTIME_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/RUNTIME_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/RUNTIME_OUTPUT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/RUNTIME_OUTPUT_NAME_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SKIP_BUILD_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SOURCES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SOURCE_DIR.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SOVERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/STATIC_LIBRARY_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/STATIC_LIBRARY_FLAGS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/STATIC_LIBRARY_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/SYSTEM.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Swift_COMPILATION_MODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Swift_DEPENDENCIES_FILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Swift_LANGUAGE_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Swift_MODULE_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/Swift_MODULE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/TEST_LAUNCHER.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/TRANSITIVE_COMPILE_PROPERTIES.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/TRANSITIVE_LINK_PROPERTIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/UNITY_BUILD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/UNITY_BUILD_BATCH_SIZE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/UNITY_BUILD_CODE_AFTER_INCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/UNITY_BUILD_CODE_BEFORE_INCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/UNITY_BUILD_MODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/UNITY_BUILD_UNIQUE_ID.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VISIBILITY_INLINES_HIDDEN.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_CONFIGURATION_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DEBUGGER_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DEBUGGER_COMMAND_ARGUMENTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DEBUGGER_ENVIRONMENT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DESKTOP_EXTENSIONS_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DOTNET_DOCUMENTATION_FILE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DOTNET_REFERENCES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DOTNET_REFERENCES_COPY_LOCAL.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DOTNET_REFERENCE_refname.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DOTNET_STARTUP_OBJECT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DOTNET_TARGET_FRAMEWORK_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_DPI_AWARE.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_FILTER_PROPS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_GLOBAL_KEYWORD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_GLOBAL_PROJECT_TYPES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_GLOBAL_ROOTNAMESPACE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_GLOBAL_variable.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_IOT_EXTENSIONS_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_IOT_STARTUP_TASK.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_KEYWORD.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_MOBILE_EXTENSIONS_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_NO_COMPILE_BATCHING.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_NO_SOLUTION_DEPLOY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_PACKAGE_REFERENCES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_PLATFORM_TOOLSET.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_PROJECT_IMPORT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_SCC_AUXPATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_SCC_LOCALPATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_SCC_PROJECTNAME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_SCC_PROVIDER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_SDK_REFERENCES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_SOLUTION_DEPLOY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_SOURCE_SETTINGS_tool.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_USER_PROPS.html +%%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_USE_DEBUG_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_WINRT_COMPONENT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_WINRT_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/VS_WINRT_REFERENCES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/WATCOM_RUNTIME_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/WIN32_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_ATTRIBUTE_an-attribute.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_EMBED_type.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_EMBED_type_CODE_SIGN_ON_COPY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_EMBED_type_PATH.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_EMBED_type_REMOVE_HEADERS_ON_COPY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_EXPLICIT_FILE_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_GENERATE_SCHEME.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_PRODUCT_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ARGUMENTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_DEBUG_AS_ROOT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ENABLE_GPU_API_VALIDATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ENVIRONMENT.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_GUARD_MALLOC.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_LAUNCH_CONFIGURATION.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_LAUNCH_MODE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_MALLOC_GUARD_EDGES.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_MALLOC_SCRIBBLE.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_MALLOC_STACK.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_THREAD_SANITIZER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_THREAD_SANITIZER_STOP.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_WORKING_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_SCHEME_ZOMBIE_OBJECTS.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCODE_XCCONFIG.html %%DATADIR%%/bin/cmake/quickdoc/prop_tgt/XCTEST.html %%DATADIR%%/bin/cmake/quickdoc/variable/ANDROID.html %%DATADIR%%/bin/cmake/quickdoc/variable/APPLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/BORLAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/BSD.html %%DATADIR%%/bin/cmake/quickdoc/variable/BUILD_SHARED_LIBS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CACHE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ABSOLUTE_DESTINATION_FILES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ADSP_ROOT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AIX_EXPORT_ALL_SYMBOLS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_API.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_API_MIN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_ARCH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_ARCH_ABI.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_ARM_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_ARM_NEON.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_ASSETS_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_EXCEPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_GUI.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_JAR_DEPENDENCIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_JAR_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_JAVA_SOURCE_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_NDK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_NDK_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_PROCESS_MAX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_PROGUARD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_PROGUARD_CONFIG_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_RTTI.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_SECURE_PROPS_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_SKIP_ANT_STEP.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_STANDALONE_TOOLCHAIN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ANDROID_STL_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_APPBUNDLE_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_APPLE_SILICON_PROCESSOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ARGC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ARGV0.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOGEN_BETTER_GRAPH_MULTI_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOGEN_PARALLEL.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOGEN_VERBOSE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_DEPEND_FILTERS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_MACRO_NAMES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_MOC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_PATH_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOMOC_RELAXED_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTORCC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTORCC_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTORCC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOUIC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOUIC_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOUIC_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_AUTOUIC_SEARCH_PATHS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_BACKWARDS_COMPATIBILITY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_BINARY_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_BUILD_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_BUILD_RPATH_USE_ORIGIN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_BUILD_TOOL.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_BUILD_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_BUILD_WITH_INSTALL_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CACHEFILE_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CACHE_MAJOR_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CACHE_MINOR_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CACHE_PATCH_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CFG_INTDIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CLANG_VFS_OVERLAY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CL_64.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CODEBLOCKS_COMPILER_ID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CODELITE_USE_TARGETS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COLOR_DIAGNOSTICS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COLOR_MAKEFILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COMPILER_2005.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COMPILER_IS_GNUCC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COMPILER_IS_GNUCXX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COMPILER_IS_GNUG77.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_COMPILE_WARNING_AS_ERROR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CONFIGURATION_TYPES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CONFIG_POSTFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CPACK_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CROSSCOMPILING.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CROSSCOMPILING_EMULATOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CROSS_CONFIGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CTEST_ARGUMENTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CTEST_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_ARCHITECTURES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_COMPILE_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_HOST_COMPILER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_RUNTIME_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_SEPARABLE_COMPILATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_BINARY_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_FUNCTION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_FUNCTION_LIST_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_FUNCTION_LIST_LINE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_LIST_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_LIST_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_LIST_LINE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CURRENT_SOURCE_DIR.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CXX_COMPILER_IMPORT_STD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CXX_COMPILE_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CXX_EXTENSIONS.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CXX_MODULE_STD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CXX_SCAN_FOR_MODULES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CXX_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_CXX_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_C_COMPILE_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_C_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_C_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_C_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DEBUG_POSTFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DEBUG_TARGET_PROPERTIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DEFAULT_BUILD_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DEFAULT_CONFIGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DEPENDS_IN_PROJECT_ONLY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DEPENDS_USE_COMPILER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DIRECTORY_LABELS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DISABLE_PRECOMPILE_HEADERS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DLL_NAME_WITH_SOVERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DL_LIBS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DOTNET_SDK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DOTNET_TARGET_FRAMEWORK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ECLIPSE_MAKE_ARGUMENTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ECLIPSE_RESOURCE_ENCODING.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ECLIPSE_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EDIT_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ENABLE_EXPORTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ERROR_DEPRECATED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXECUTABLE_ENABLE_EXPORTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXECUTABLE_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXECUTABLE_SUFFIX_LANG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXECUTE_PROCESS_COMMAND_ECHO.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXE_LINKER_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXE_LINKER_FLAGS_CONFIG_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXE_LINKER_FLAGS_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXPORT_FIND_PACKAGE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXPORT_NO_PACKAGE_REGISTRY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXPORT_PACKAGE_REGISTRY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXTRA_GENERATOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_APPBUNDLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_DEBUG_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_FRAMEWORK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_LIBRARY_PREFIXES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_LIBRARY_SUFFIXES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_NO_INSTALL_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_PREFER_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_SORT_DIRECTION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_SORT_ORDER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_PACKAGE_WARN_NO_MODULE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_ROOT_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_ROOT_PATH_MODE_INCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_ROOT_PATH_MODE_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_ROOT_PATH_MODE_PACKAGE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_ROOT_PATH_MODE_PROGRAM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_USE_CMAKE_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_USE_CMAKE_SYSTEM_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_USE_INSTALL_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_USE_PACKAGE_REGISTRY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_USE_PACKAGE_ROOT_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FOLDER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FRAMEWORK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FRAMEWORK_MULTI_CONFIG_POSTFIX_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_FRAMEWORK_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Fortran_FORMAT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Fortran_MODDIR_DEFAULT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Fortran_MODDIR_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Fortran_MODOUT_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Fortran_MODULE_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Fortran_PREPROCESS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GENERATOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GENERATOR_INSTANCE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GENERATOR_PLATFORM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GENERATOR_TOOLSET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GHS_NO_SOURCE_GROUP_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GLOBAL_AUTOGEN_TARGET_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GLOBAL_AUTORCC_TARGET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GLOBAL_AUTORCC_TARGET_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_GNUtoMS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HIP_ARCHITECTURES.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HIP_COMPILE_FEATURES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HIP_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HIP_PLATFORM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HIP_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HIP_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOME_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_APPLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_BSD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_LINUX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_SOLARIS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_SYSTEM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_SYSTEM_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_SYSTEM_PROCESSOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_SYSTEM_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_UNIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_HOST_WIN32.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_IGNORE_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_IGNORE_PREFIX_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_IMPORT_LIBRARY_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_IMPORT_LIBRARY_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INCLUDE_CURRENT_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INCLUDE_DIRECTORIES_BEFORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INCLUDE_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_DEFAULT_COMPONENT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_MESSAGE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_NAME_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INTERNAL_PLATFORM_ABI.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_IOS_INSTALL_COMBINED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ISPC_HEADER_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ISPC_HEADER_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ISPC_INSTRUCTION_SETS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_JOB_POOLS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_JOB_POOL_COMPILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_JOB_POOL_LINK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_JOB_POOL_PRECOMPILE_HEADER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_KATE_FILES_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_KATE_MAKE_ARGUMENTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_ARCHIVE_APPEND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_ARCHIVE_CREATE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_ARCHIVE_FINISH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_BYTE_ORDER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CLANG_TIDY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CLANG_TIDY_EXPORT_FIXES_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_ABI.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_AR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_ARCHITECTURE_ID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_FRONTEND_VARIANT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_ID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_LAUNCHER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_LINKER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_LINKER_FRONTEND_VARIANT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_LINKER_ID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_LINKER_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_LOADED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_RANLIB.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_TARGET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_COMPILE_OBJECT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CPPCHECK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CPPLINT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CREATE_SHARED_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CREATE_SHARED_MODULE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_CREATE_STATIC_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_EXTENSIONS_DEFAULT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_CONFIG_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_DEBUG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_DEBUG_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_MINSIZEREL.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_MINSIZEREL_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_RELEASE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_RELEASE_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_FLAGS_RELWITHDEBINFO_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_HOST_COMPILER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IGNORE_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IMPLICIT_INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IMPLICIT_LINK_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_IMPLICIT_LINK_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_INCLUDE_WHAT_YOU_USE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LIBRARY_ARCHITECTURE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINKER_LAUNCHER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINKER_PREFERENCE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINKER_WRAPPER_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_GROUP_USING_FEATURE_SUPPORTED.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_LIBRARY_FEATURE_ATTRIBUTES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_LIBRARY_FILE_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_LIBRARY_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_LIBRARY_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_LIBRARY_USING_FEATURE_SUPPORTED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_LINK_WHAT_YOU_USE_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_OUTPUT_EXTENSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_PLATFORM_ID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_SIMULATE_ID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_SIMULATE_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_SIZEOF_DATA_PTR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_SOURCE_FILE_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_DEFAULT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_INCLUDE_DIRECTORIES.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_LATEST.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_USING_LINKER_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_USING_LINKER_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LANG_VISIBILITY_PRESET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LIBRARY_ARCHITECTURE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LIBRARY_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LIBRARY_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LIBRARY_PATH_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINKER_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_DEF_FILE_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_DEPENDS_NO_SHARED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_DEPENDS_USE_LINKER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_DIRECTORIES_BEFORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_GROUP_USING_FEATURE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_GROUP_USING_FEATURE_SUPPORTED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_INTERFACE_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARIES_ONLY_TARGETS.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_FEATURE_ATTRIBUTES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_FILE_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_USING_FEATURE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_LIBRARY_USING_FEATURE_SUPPORTED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_SEARCH_END_STATIC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_SEARCH_START_STATIC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_WHAT_YOU_USE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_LINK_WHAT_YOU_USE_CHECK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MACOSX_BUNDLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MACOSX_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MAJOR_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MAKE_PROGRAM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MAP_IMPORTED_CONFIG_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MATCH_COUNT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MATCH_n.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MAXIMUM_RECURSION_DEPTH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MESSAGE_CONTEXT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MESSAGE_CONTEXT_SHOW.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MESSAGE_INDENT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MESSAGE_LOG_LEVEL.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MFC_FLAG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MINIMUM_REQUIRED_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MINOR_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MODULE_LINKER_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MODULE_LINKER_FLAGS_CONFIG_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MODULE_LINKER_FLAGS_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MODULE_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MSVCIDE_RUN_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MSVC_DEBUG_INFORMATION_FORMAT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_NETRC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_NETRC_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_NINJA_OUTPUT_PATH_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_NOT_USING_CONFIG_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_NO_BUILTIN_CHRPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_NO_SYSTEM_FROM_IMPORTED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OBJCXX_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OBJCXX_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OBJCXX_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OBJC_EXTENSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OBJC_STANDARD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OBJC_STANDARD_REQUIRED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OBJECT_PATH_MAX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OPTIMIZE_DEPENDENCIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OSX_ARCHITECTURES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OSX_DEPLOYMENT_TARGET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_OSX_SYSROOT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PARENT_LIST_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PATCH_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PCH_INSTANTIATE_TEMPLATES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PCH_WARN_INVALID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PDB_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PDB_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PLATFORM_NO_VERSIONED_SONAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_POLICY_DEFAULT_CMPNNNN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_POLICY_WARNING_CMPNNNN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_POSITION_INDEPENDENT_CODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PREFIX_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROGRAM_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_DESCRIPTION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_HOMEPAGE_URL.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_INCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_INCLUDE_BEFORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_PROJECT-NAME_INCLUDE_BEFORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_TOP_LEVEL_INCLUDES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_VERSION_MAJOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_VERSION_MINOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_VERSION_PATCH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_PROJECT_VERSION_TWEAK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_RANLIB.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_REQUIRE_FIND_PACKAGE_PackageName.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_ROOT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_RULE_MESSAGES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_RUNTIME_OUTPUT_DIRECTORY_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SCRIPT_MODE_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LIBRARY_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LIBRARY_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LINKER_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LINKER_FLAGS_CONFIG_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_LINKER_FLAGS_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_MODULE_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SHARED_MODULE_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SIZEOF_VOID_P.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SKIP_BUILD_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SKIP_INSTALL_ALL_DEPENDENCY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SKIP_INSTALL_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SKIP_INSTALL_RULES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SKIP_RPATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SKIP_TEST_ALL_DEPENDENCY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SOURCE_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_STAGING_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_STATIC_LIBRARY_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_STATIC_LIBRARY_SUFFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_STATIC_LINKER_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_STATIC_LINKER_FLAGS_CONFIG_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_STATIC_LINKER_FLAGS_INIT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SUPPRESS_REGENERATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSROOT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSROOT_COMPILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSROOT_LINK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_APPBUNDLE_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_FRAMEWORK_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_IGNORE_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_IGNORE_PREFIX_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_INCLUDE_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_LIBRARY_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_PREFIX_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_PROCESSOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_PROGRAM_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_SYSTEM_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Swift_COMPILATION_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Swift_LANGUAGE_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Swift_MODULE_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_Swift_NUM_THREADS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TASKING_TOOLSET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TEST_LAUNCHER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TLS_CAINFO.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TLS_VERIFY.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TLS_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TOOLCHAIN_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TRY_COMPILE_CONFIGURATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TRY_COMPILE_PLATFORM_VARIABLES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TRY_COMPILE_TARGET_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_TWEAK_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_UNITY_BUILD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_UNITY_BUILD_BATCH_SIZE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_UNITY_BUILD_UNIQUE_ID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_USER_MAKE_RULES_OVERRIDE_LANG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_USE_RELATIVE_PATHS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VERBOSE_MAKEFILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VERIFY_INTERFACE_HEADER_SETS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VISIBILITY_INLINES_HIDDEN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_DEBUGGER_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_DEBUGGER_COMMAND_ARGUMENTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_DEBUGGER_ENVIRONMENT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_DEBUGGER_WORKING_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_DEVENV_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_GLOBALS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_JUST_MY_CODE_DEBUGGING.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_MSBUILD_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_NO_COMPILE_BATCHING.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_NUGET_PACKAGE_RESTORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_NsightTegra_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_PLATFORM_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_PLATFORM_NAME_DEFAULT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_PLATFORM_TOOLSET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_PLATFORM_TOOLSET_CUDA_CUSTOM_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_PLATFORM_TOOLSET_FORTRAN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_PLATFORM_TOOLSET_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_SDK_EXCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_SDK_EXECUTABLE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_SDK_INCLUDE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_SDK_LIBRARY_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_SDK_LIBRARY_WINRT_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_SDK_REFERENCE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_SDK_SOURCE_DIRECTORIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_TARGET_FRAMEWORK_IDENTIFIER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_TARGET_FRAMEWORK_TARGETS_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_TARGET_FRAMEWORK_VERSION.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_USE_DEBUG_LIBRARIES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_VERSION_BUILD_NUMBER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_VS_WINRT_BY_DEFAULT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WARN_DEPRECATED.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WATCOM_RUNTIME_LIBRARY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WIN32_EXECUTABLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_ATTRIBUTE_an-attribute.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_BUILD_SYSTEM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_GENERATE_SCHEME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_LINK_BUILD_PHASE_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_PLATFORM_TOOLSET.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_DISABLE_MAIN_THREAD_CHECKER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_DYNAMIC_LIBRARY_LOADS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_DYNAMIC_LINKER_API_USAGE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_API_VALIDATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_ENABLE_GPU_SHADER_VALIDATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_ENVIRONMENT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_GUARD_MALLOC.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_MAIN_THREAD_CHECKER_STOP.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_MALLOC_SCRIBBLE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_MALLOC_STACK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_WORKING_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_SCHEME_ZOMBIE_OBJECTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CMAKE_XCODE_XCCONFIG.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_ABSOLUTE_DESTINATION_FILES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_CUSTOM_INSTALL_VARIABLES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_INCLUDE_TOPLEVEL_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_PACKAGING_INSTALL_PREFIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_SET_DESTDIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_BINARY_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_BUILD_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_BUILD_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_BZR_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_BZR_UPDATE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CHANGE_ID.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CHECKOUT_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CONFIGURATION_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CONFIGURE_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_COVERAGE_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_COVERAGE_EXTRA_FLAGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CURL_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_COVERAGE_EXCLUDE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_ERROR_EXCEPTION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_ERROR_MATCH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_ERROR_POST_CONTEXT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_ERROR_PRE_CONTEXT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_MEMCHECK_IGNORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_POST_MEMCHECK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_POST_TEST.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_PRE_MEMCHECK.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_PRE_TEST.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_TESTS_IGNORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_WARNING_EXCEPTION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CUSTOM_WARNING_MATCH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CVS_CHECKOUT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CVS_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_CVS_UPDATE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_DROP_LOCATION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_DROP_METHOD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_DROP_SITE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_DROP_SITE_CDASH.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_DROP_SITE_PASSWORD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_DROP_SITE_USER.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_EXTRA_COVERAGE_GLOB.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_GIT_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_GIT_INIT_SUBMODULES.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_GIT_UPDATE_CUSTOM.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_GIT_UPDATE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_HG_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_HG_UPDATE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_LABELS_FOR_SUBPROJECTS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_MEMORYCHECK_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_MEMORYCHECK_COMMAND_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_MEMORYCHECK_SANITIZER_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_MEMORYCHECK_SUPPRESSIONS_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_MEMORYCHECK_TYPE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_NIGHTLY_START_TIME.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_P4_CLIENT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_P4_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_P4_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_P4_UPDATE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_RESOURCE_SPEC_FILE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_RUN_CURRENT_SCRIPT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SCP_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SCRIPT_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SITE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SOURCE_DIRECTORY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SUBMIT_INACTIVITY_TIMEOUT.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SUBMIT_URL.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SVN_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SVN_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_SVN_UPDATE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_TEST_LOAD.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_TEST_TIMEOUT.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_TLS_VERIFY.html +%%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_TLS_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_TRIGGER_SITE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_UPDATE_COMMAND.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_UPDATE_OPTIONS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_UPDATE_VERSION_ONLY.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_UPDATE_VERSION_OVERRIDE.html %%DATADIR%%/bin/cmake/quickdoc/variable/CTEST_USE_LAUNCHERS.html %%DATADIR%%/bin/cmake/quickdoc/variable/CYGWIN.html %%DATADIR%%/bin/cmake/quickdoc/variable/ENV.html %%DATADIR%%/bin/cmake/quickdoc/variable/EXECUTABLE_OUTPUT_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/GHSMULTI.html %%DATADIR%%/bin/cmake/quickdoc/variable/IOS.html %%DATADIR%%/bin/cmake/quickdoc/variable/LIBRARY_OUTPUT_PATH.html %%DATADIR%%/bin/cmake/quickdoc/variable/LINUX.html %%DATADIR%%/bin/cmake/quickdoc/variable/MINGW.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC10.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC11.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC12.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC14.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC60.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC70.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC71.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC80.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC90.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC_IDE.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC_TOOLSET_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSVC_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/MSYS.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_BINARY_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_DESCRIPTION.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_HOMEPAGE_URL.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_IS_TOP_LEVEL.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_SOURCE_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_VERSION_MAJOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_VERSION_MINOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_VERSION_PATCH.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT-NAME_VERSION_TWEAK.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_BINARY_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_DESCRIPTION.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_HOMEPAGE_URL.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_IS_TOP_LEVEL.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_NAME.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_SOURCE_DIR.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_VERSION.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_VERSION_MAJOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_VERSION_MINOR.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_VERSION_PATCH.html %%DATADIR%%/bin/cmake/quickdoc/variable/PROJECT_VERSION_TWEAK.html %%DATADIR%%/bin/cmake/quickdoc/variable/PackageName_ROOT.html %%DATADIR%%/bin/cmake/quickdoc/variable/UNIX.html %%DATADIR%%/bin/cmake/quickdoc/variable/WIN32.html %%DATADIR%%/bin/cmake/quickdoc/variable/WINCE.html %%DATADIR%%/bin/cmake/quickdoc/variable/WINDOWS_PHONE.html %%DATADIR%%/bin/cmake/quickdoc/variable/WINDOWS_STORE.html %%DATADIR%%/bin/cmake/quickdoc/variable/XCODE.html %%DATADIR%%/bin/cmake/quickdoc/variable/XCODE_VERSION.html %%DATADIR%%/bin/format.sh %%DATADIR%%/bin/gdb/renderers/default/__init__.py %%DATADIR%%/bin/gdb/renderers/default/commands.py %%DATADIR%%/bin/gdb/renderers/default/libstdcxx_printers.py %%DATADIR%%/bin/gdb/renderers/default/printers.py %%DATADIR%%/bin/gdb/renderers/libstdcxx/__init__.py %%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/__init__.py %%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/printers.py %%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/xmethods.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/__init__.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/__init__.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/args_parser.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/context_operator_parser.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/cpp_parser.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/natvis/__init__.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/natvis/natvis_parser.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/type_name_parser.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_name_template.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_expression.py +%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_intrinsic.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_nodes.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_providers.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_storage.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_synthetic_method.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_top_level_methods.py %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_type_traits.py %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh %%DATADIR%%/bin/jetbrains_client.sh %%DATADIR%%/bin/jetbrains_client64.vmoptions %%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py %%DATADIR%%/bin/lldb/helpers/jb_lldb_polyfills.py %%DATADIR%%/bin/lldb/helpers/jb_lldb_stepping.py -%%DATADIR%%/bin/lldb/helpers/jb_unreal_blueprint_mixedstack.py %%DATADIR%%/bin/lldb/helpers/renderers/__init__.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_builtin_formatters.py +%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_cache.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_declarative_formatters.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_declarative_formatters_loaders.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_declarative_formatters_manager.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_declarative_formatters_options.py +%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_evaluation_utils.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_format.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_format_specs.py +%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_intrinsics_prolog_cache.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_item_expression.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_logging.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_logging_manager.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_formatters.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_loader.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_string_utils.py %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils.py -%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_debugger_events_handler.py %%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py %%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py %%DATADIR%%/bin/ltedit.sh %%DATADIR%%/bin/restarter %%DATADIR%%/bin/rtos/azure/Thread.py %%DATADIR%%/bin/rtos/azure/__init__.py %%DATADIR%%/bin/rtos/azure/cortex_m.py %%DATADIR%%/bin/rtos/common/Rtos.py %%DATADIR%%/bin/rtos/common/__init__.py %%DATADIR%%/bin/rtos/common/config.py %%DATADIR%%/bin/rtos/common/cortex_m.py %%DATADIR%%/bin/rtos/common/util.py %%DATADIR%%/bin/rtos/freertos/Heap.py %%DATADIR%%/bin/rtos/freertos/List.py %%DATADIR%%/bin/rtos/freertos/Queue.py %%DATADIR%%/bin/rtos/freertos/Task.py %%DATADIR%%/bin/rtos/freertos/Timer.py %%DATADIR%%/bin/rtos/freertos/__init__.py %%DATADIR%%/bin/rtos/freertos/cortex_m.py %%DATADIR%%/bin/rtos/zephyr/Thread.py %%DATADIR%%/bin/rtos/zephyr/__init__.py %%DATADIR%%/bin/rtos/zephyr/cortex_m.py %%DATADIR%%/build.txt %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf %%DATADIR%%/lib/annotations.jar %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-CL-242.22855.75 +%%DATADIR%%/lib/build-marker-CL-243.26053.34 %%DATADIR%%/lib/cds/classesLogAgent.jar %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar %%DATADIR%%/lib/frontend/frontend-customization.jar %%DATADIR%%/lib/frontend/frontend.jar %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/jna/%%ARCH%%/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-agent.jar -%%DATADIR%%/lib/junit4.jar -%%DATADIR%%/lib/junit5.jar +%%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.8.0-intellij.jar %%DATADIR%%/lib/lib-client.jar %%DATADIR%%/lib/lib.jar %%DATADIR%%/lib/modules/intellij.clion.ide.customization.jar %%DATADIR%%/lib/modules/intellij.execution.process.elevation.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.client.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.common.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.daemon.jar %%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar +%%DATADIR%%/lib/modules/intellij.libraries.compose.desktop.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.netty.shaded.jar +%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar %%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar %%DATADIR%%/lib/modules/intellij.libraries.microba.jar +%%DATADIR%%/lib/modules/intellij.libraries.skiko.jar %%DATADIR%%/lib/modules/intellij.platform.clouds.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar +%%DATADIR%%/lib/modules/intellij.platform.compose.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.jar %%DATADIR%%/lib/modules/intellij.platform.dap.jar +%%DATADIR%%/lib/modules/intellij.platform.debugger.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar +%%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar %%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar +%%DATADIR%%/lib/modules/intellij.platform.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.ide.newUiOnboarding.jar %%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar %%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar +%%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.kernel.jar %%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.ml.embeddings.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar +%%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.project.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar +%%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar %%DATADIR%%/lib/modules/intellij.platform.settings.local.jar %%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar +%%DATADIR%%/lib/modules/intellij.platform.tips.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.whatsNew.jar %%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar %%DATADIR%%/lib/modules/intellij.profiler.common.jar %%DATADIR%%/lib/modules/intellij.profiler.ultimate.ideaAsyncProfiler.jar +%%DATADIR%%/lib/modules/intellij.rml.dfa.impl.jar +%%DATADIR%%/lib/modules/intellij.settingsSync.core.jar %%DATADIR%%/lib/modules/intellij.smart.update.jar %%DATADIR%%/lib/native/%%SQLITE_ARCH%%/libsqliteij.so %%DATADIR%%/lib/nio-fs.jar %%DATADIR%%/lib/opentelemetry.jar %%DATADIR%%/lib/platform-loader.jar %%DATADIR%%/lib/product-client.jar %%DATADIR%%/lib/product.jar %%DATADIR%%/lib/protobuf.jar %%DATADIR%%/lib/pty4j/%%PTY4J_ARCH%%/libpty.so %%DATADIR%%/lib/rd.jar %%DATADIR%%/lib/stats.jar %%DATADIR%%/lib/testFramework.jar %%DATADIR%%/lib/trove.jar %%DATADIR%%/lib/util-8.jar %%DATADIR%%/lib/util.jar %%DATADIR%%/lib/util_rt.jar %%DATADIR%%/license/javahelp_license.txt %%DATADIR%%/license/javolution_license.txt %%DATADIR%%/license/launcher-third-party-libraries.html %%DATADIR%%/license/remote-dev-server.html %%DATADIR%%/license/saxon-conditions.html %%DATADIR%%/license/third-party-libraries.html %%DATADIR%%/license/third-party-libraries.json %%DATADIR%%/license/yourkit-license-redist.txt %%DATADIR%%/modules/module-descriptors.jar %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar -%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar %%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar %%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/index.js %%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/package.json %%DATADIR%%/plugins/angular/lib/angular.jar %%DATADIR%%/plugins/angular/ngCli/commands/generate-impl.js %%DATADIR%%/plugins/angular/ngCli/commands/generate.json %%DATADIR%%/plugins/angular/ngCli/generate.js %%DATADIR%%/plugins/angular/ngCli/generateVirtual.js %%DATADIR%%/plugins/angular/ngCli/rerouteModulesToProject.js %%DATADIR%%/plugins/angular/ngCli/runner.js %%DATADIR%%/plugins/angular/ngCli/schematicsInfoProvider.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider140.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider60.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider62.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider70.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider80.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider90.js %%DATADIR%%/plugins/c-clangd-plugin/lib/c-clangd-plugin.jar %%DATADIR%%/plugins/c-clangdBridge-plugin/lib/c-clangdBridge-plugin.jar %%DATADIR%%/plugins/c-performanceTesting-plugin/lib/c-performanceTesting-plugin.jar %%DATADIR%%/plugins/c-plugin/lib/c-plugin.jar %%DATADIR%%/plugins/charts/lib/charts.jar %%DATADIR%%/plugins/cidr-base-plugin/lib/cidr-base-plugin.jar %%DATADIR%%/plugins/cidr-clangConfig-plugin/lib/cidr-clangConfig-plugin.jar %%DATADIR%%/plugins/cidr-clangFormat-plugin/lib/cidr-clangFormat-plugin.jar %%DATADIR%%/plugins/cidr-compiler-custom-plugin/lib/cidr-compiler-custom-plugin.jar -%%DATADIR%%/plugins/cidr-completionMlRanking-plugin/lib/cidr-completionMlRanking-plugin.jar -%%DATADIR%%/plugins/cidr-completionMlRanking-plugin/lib/modules/intellij.cidr.completionMlRanking.jar %%DATADIR%%/plugins/cidr-copyright-plugin/lib/cidr-copyright-plugin.jar %%DATADIR%%/plugins/cidr-grazie-plugin/lib/cidr-grazie-plugin.jar %%DATADIR%%/plugins/cidr-langInjection-plugin/lib/cidr-langInjection-plugin.jar %%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar %%DATADIR%%/plugins/cidr-markdown-plugin/lib/cidr-markdown-plugin.jar %%DATADIR%%/plugins/cidr-parallelStacks-plugin/lib/cidr-parallelStacks-plugin.jar %%DATADIR%%/plugins/clion-compdb-plugin/lib/clion-compdb-plugin.jar %%DATADIR%%/plugins/clion-ctest-plugin/lib/clion-ctest-plugin.jar %%DATADIR%%/plugins/clion-diagnostics-plugin/lib/clion-diagnostics-plugin.jar %%DATADIR%%/plugins/clion-embedded-plugin/lib/clion-embedded-plugin.jar %%DATADIR%%/plugins/clion-ide/lib/clion-ide.jar %%DATADIR%%/plugins/clion-ide/lib/modules/intellij.cidr.coverage.jar %%DATADIR%%/plugins/clion-ide/lib/modules/intellij.clion.coverage.jar %%DATADIR%%/plugins/clion-makefile-plugin/lib/clion-makefile-plugin.jar %%DATADIR%%/plugins/clion-meson-plugin/lib/clion-meson-plugin.jar %%DATADIR%%/plugins/clion-packageManager-plugin/lib/clion-packageManager-plugin.jar %%DATADIR%%/plugins/clion-performanceTesting-plugin/lib/clion-performanceTesting-plugin.jar %%DATADIR%%/plugins/clion-rd-components/lib/clion-rd-components.jar %%DATADIR%%/plugins/clion-rd-components/lib/rd.jar %%DATADIR%%/plugins/clion-runFile-plugin/lib/clion-runFile-plugin.jar %%DATADIR%%/plugins/clion-test-boost-plugin/lib/clion-test-boost-plugin.jar %%DATADIR%%/plugins/clion-test-catch-plugin/lib/clion-test-catch-plugin.jar %%DATADIR%%/plugins/clion-test-doctest-plugin/lib/clion-test-doctest-plugin.jar %%DATADIR%%/plugins/clion-test-google-plugin/lib/clion-test-google-plugin.jar %%DATADIR%%/plugins/clion-webDeployment-plugin/lib/clion-webDeployment-plugin.jar %%DATADIR%%/plugins/clion-west-plugin/lib/clion-west-plugin.jar %%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar %%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar %%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar %%DATADIR%%/plugins/color-scheme-cobalt/lib/color-scheme-cobalt.jar %%DATADIR%%/plugins/color-scheme-dawn/lib/color-scheme-dawn.jar %%DATADIR%%/plugins/color-scheme-espresso/lib/color-scheme-espresso.jar %%DATADIR%%/plugins/color-scheme-github/lib/color-scheme-github.jar %%DATADIR%%/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar %%DATADIR%%/plugins/color-scheme-rails_casts/lib/color-scheme-rails_casts.jar %%DATADIR%%/plugins/color-scheme-solarized-cidr/lib/color-scheme-solarized-cidr.jar %%DATADIR%%/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar %%DATADIR%%/plugins/color-scheme-vibrant_ink/lib/color-scheme-vibrant_ink.jar %%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar %%DATADIR%%/plugins/color-scheme-xcode/lib/color-scheme-xcode.jar %%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar %%DATADIR%%/plugins/copyright/lib/copyright.jar %%DATADIR%%/plugins/css-impl/lib/css-impl.jar %%DATADIR%%/plugins/dev/lib/dev.jar %%DATADIR%%/plugins/dts/lib/dts.jar %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar %%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar %%DATADIR%%/plugins/fullLine/full-line-cpu-detector.zip %%DATADIR%%/plugins/fullLine/full-line-model-objectivec.zip %%DATADIR%%/plugins/fullLine/full-line-native-server.zip %%DATADIR%%/plugins/fullLine/lib/fullLine.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.cppCore.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.csharp.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.jar +%%DATADIR%%/plugins/fullLine/promo/.DS_Store +%%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests_dark.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Aqua/content.json +%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/CLion/content.json +%%DATADIR%%/plugins/fullLine/promo/DataGrip/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/DataGrip/content.json +%%DATADIR%%/plugins/fullLine/promo/DataSpell/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/DataSpell/content.json +%%DATADIR%%/plugins/fullLine/promo/GoLand/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/GoLand/content.json +%%DATADIR%%/plugins/fullLine/promo/Idea/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests.png +%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests_dark.png +%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Idea/content.json +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests_dark.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/PhpStorm/content.json +%%DATADIR%%/plugins/fullLine/promo/Python/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests.png +%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests_dark.png +%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Python/content.json +%%DATADIR%%/plugins/fullLine/promo/Rider/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Rider/content.json +%%DATADIR%%/plugins/fullLine/promo/Ruby/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests_dark.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/Ruby/content.json +%%DATADIR%%/plugins/fullLine/promo/RustRover/.DS_Store +%%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/RustRover/content.json +%%DATADIR%%/plugins/fullLine/promo/WebStorm/AIEnterprise.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal_dark.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat_dark.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests_dark.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion_dark.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI_dark.png +%%DATADIR%%/plugins/fullLine/promo/WebStorm/content.json +%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar +%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar +%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar +%%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions +%%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar %%DATADIR%%/plugins/grid-core-impl/lib/grid-core-impl.jar %%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar %%DATADIR%%/plugins/grid-impl/lib/grid-impl.jar +%%DATADIR%%/plugins/grid-impl/lib/grid-scripting.jar %%DATADIR%%/plugins/html-tools/lib/html-tools.jar +%%DATADIR%%/plugins/ini/lib/ini.jar %%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js %%DATADIR%%/plugins/javascript-debugger/debugConnector.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js %%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js %%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar %%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar %%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.nashorn.jar %%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar %%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-stringifier.js %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-tree.js %%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-util.js %%DATADIR%%/plugins/javascript-plugin/helpers/buildTools/grunt/lib/grunt-intellij-util.js %%DATADIR%%/plugins/javascript-plugin/helpers/buildTools/grunt/tasks/grunt-tasks-fetcher.js %%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-jasmine-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js %%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-util.js %%DATADIR%%/plugins/javascript-plugin/helpers/node-core-modules/node-core-modules-loader.js %%DATADIR%%/plugins/javascript-plugin/helpers/nodejs/library/yarn/intellij-yarn-pnp-deps-tree-loader.js %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/bin/batch-matcher %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/CHANGELOG.md %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/LICENSE %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/README.md %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/bin/semver.js %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/package.json %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/range.bnf %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/semver.js %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/package-lock.json %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/package.json %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/semver-range-matcher.js %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/.gitignore %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/package.json %%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/version-range-test.js %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/jasmine-reporter.d.ts %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-cli.js %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-config.js %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-plugin.js %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-tree.js %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-util.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-5c90d61e3bab.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-5c90d61e3bab.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/es2019decorators.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/flow.utilities.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.decorators.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.decorators.legacy.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.asynciterable.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.core.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.object.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.asyncgenerator.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.array.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.intl.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.object.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.number.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.intl.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.promise.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.weakref.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.array.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.error.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.object.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.regexp.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.array.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.collection.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.collection.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.decorators.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.disposable.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.iterator.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.object.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.regexp.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.string.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.weakref.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.scripthost.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.asynciterable.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/react.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/tsserver.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/tsserverlibrary.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typesMap.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typescript.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/watchGuard.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/websql.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/xpath.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/bom.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/core.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/dom.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/indexeddb.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/intl.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/node.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/react-dom.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/react.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/serviceworkers.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/streams.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/webassembly.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/js-language-service.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/js-lanuage-api.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/.gitignore -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/get-element-type-adapter.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ide-watcher.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/init.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/logger-impl.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/get-element-type-ts-server.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-commands.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-get-element-type.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-project-service.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/protocol.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/bin/vue-language-server.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/bin/vue-language-server.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/package.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/out-path-process.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/service-loader.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/compile-info-holder.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts15impl.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-default-options.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-plugin.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-session-latest.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-session-provider.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/tsc-plugin-adapter.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/tsconfig.json %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/util.js %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/.gitignore %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-api.js %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-common.js %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-plugin-provider.js %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-plugin.js %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint8-plugin.js %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/standard17-plugin.js %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/package-lock.json %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/package.json %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-api.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-common.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-plugin-provider.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint8-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/standard17-plugin.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/js-lanuage-api.d.ts %%DATADIR%%/plugins/javascript-plugin/languageService/eslint/tsconfig.json %%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/TypeScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/TypeScript/with_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/learnProject/webstorm-learn.zip %%DATADIR%%/plugins/javascript-plugin/reporting/core/reporterUtils.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/core/reporterUtils.js %%DATADIR%%/plugins/javascript-plugin/reporting/core/suiteNode.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/core/suiteNode.js %%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseNode.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseNode.js %%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseStepNode.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseStepNode.js %%DATADIR%%/plugins/javascript-plugin/reporting/core/testEventsHandler.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/core/testEventsHandler.js %%DATADIR%%/plugins/javascript-plugin/reporting/core/testNode.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/core/testNode.js %%DATADIR%%/plugins/javascript-plugin/reporting/core/testNodeStatus.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/core/testNodeStatus.js %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/constants.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/constants.js %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressReporter.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressReporter.js %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressSuitNode.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressSuitNode.js %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressTestNode.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressTestNode.js %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressUtils.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressUtils.js %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightReporter.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightReporter.js %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightSuitNode.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightSuitNode.js %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestNode.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestNode.js %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.js %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.d.ts %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js +%%DATADIR%%/plugins/json/lib/client/json-frontend.jar +%%DATADIR%%/plugins/json/lib/json-split.jar +%%DATADIR%%/plugins/json/lib/json.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellij.conf.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijCli.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijCoverageReporter.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijPlugin.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijReporter.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijRunner.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijUtil.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-browser-tracker.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-intellij-debug.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-intellij-parameters.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/intellij-restore-specFilter-after-kjhtml.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/intellij-save-specFilter-before-kjhtml.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/karma-intellij-adapter.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/kjhtml-specFilter-patch.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/ng-template.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/tree.js %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/package.json %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/static/delay-karma-start-in-debug-mode.js %%DATADIR%%/plugins/karma/lib/karma.jar %%DATADIR%%/plugins/keymap-eclipse/lib/keymap-eclipse.jar %%DATADIR%%/plugins/keymap-netbeans/lib/keymap-netbeans.jar %%DATADIR%%/plugins/keymap-qtcreator/lib/keymap-qtcreator.jar %%DATADIR%%/plugins/keymap-resharper/lib/keymap-resharper.jar %%DATADIR%%/plugins/keymap-visualStudio/lib/keymap-visualStudio.jar %%DATADIR%%/plugins/keymap-xcode/lib/keymap-xcode.jar %%DATADIR%%/plugins/less/lib/less.jar -%%DATADIR%%/plugins/llmInstaller/lib/llmInstaller.jar -%%DATADIR%%/plugins/llmInstaller/video/CLion/.DS_Store -%%DATADIR%%/plugins/llmInstaller/video/CLion/AskAboutLocalChangesAndCommits.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/AskQuestions.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/CodeGeneration.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/ConvertToAnotherLanguage.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/CraftPromptLibrary.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/ExplainCode.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/ExplainCommit.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/ExplainRuntimeError.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/FindPotentialProblems.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/GenerateCommitMessages.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/InlineCodeCompletion.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/NameSuggestions.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/RefactoringSuggestions.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/ReferenceFiles.webm -%%DATADIR%%/plugins/llmInstaller/video/CLion/WriteDocumentation.webm +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/$(AssemblyName).Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/ApiParser.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/DPA.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/DPA.Monitoring.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/GammaJul.ForTea.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Application.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.CommandLine.CleanupCode.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.SubsystemsManagement.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.SystemModulesConstants.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.UI.Shell.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.Util.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.Util.Shell.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.Util.ViewModel.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Common.ViewModels.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DocumentManagers.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DocumentModel.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DotPeek.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DotPeekCommon.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DotTrace.DataStructures.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DotTrace.DataStructures.Resources.UIResources.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DotTrace.Features.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DotTrace.Ide.Core.Common.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DotTrace.Ide.Rider.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.DotTrace.ViewModel.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.EntityFramework.Features.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Etw.Resources.UITexts.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Fleet.Backend.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ForTea.RiderPlugin.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.IDE.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.MsBuildHost.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.UIInteractive.Ide.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.UIInteractive.Text.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.Backend.OutOfProcess.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.Backend.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.Protocol.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.SinceVs10.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.SinceVs11.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.SinceVs14RoslynAware.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.SinceVs15.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.SinceVs16.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.SinceVs16RoslynAware.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Platform.VisualStudio.SinceVs17.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Profiler.Configurations.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Profiler.Home.Presentation.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Profiler.InternalLauncher.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Profiler.ProfilingSessions.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Profiler.Resources.UITexts.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ProjectModel.ProjectsHost.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ProjectModel.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.UIInteractive.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.UIInteractive.Features.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.UIInteractive.LiveTemplates.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.UIInteractive.Refactorings.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.UIInteractive.SolutionAnalysis.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.UIInteractive.SolutionBuilder.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.AI.Debugger.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.AI.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.Backend.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.Debugger.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.LocalOnly.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.ReSpeller.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs10.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs12.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs14.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs14RoslynAware.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs15.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs16RoslynAware.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs17.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.PsiFeatures.Web.UIInteractive.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.RdBackend.Common.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.AI.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Cpp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.BuildScripts.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.CSharp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.Protobuf.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.Resources.Strings10.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.Resources.Strings3.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.Resx.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.SolutionAnalysis.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.Specific.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.VB.Resources.LocalizedStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.Xaml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Daemon.Xml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.ExternalServices.Core.Resources.ExternalServicesCoreStrings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.ExternalServices.DataGrip.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.ExternalServices.Grazie.Resources.GrammarAndSpellingStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.ExternalSources.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.AI.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.CSharp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.DkmDebugger.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.UnitTesting.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Resources.Strings14.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.CSharp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Protobuf.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Resources.GroupingStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.VB.Resources.LocalizedStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Web.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Xaml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Feature.Services.Xml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Altering.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Diagramming.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Environment.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Inspections.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Intellisense.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Intellisense.VB.Resources.LocalizedStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Internal.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Navigation.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Navigation.VB.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.ReSpeller.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.RegExp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.SolBuilderDuo.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.StructuralSearch.resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Web.Linters.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Web.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.WinForms.Designer.Host.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Xaml.Previewer.External.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Xaml.Previewer.Host.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Features.Xml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.I18n.Services.Asp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.I18n.Services.CSharp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.I18n.Services.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.I18n.Services.VB.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.I18n.Services.Xaml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.InplaceRefactorings.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.BuildScripts.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.CSharp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.Resources.Strings11.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.Resx.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.VB.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.Web.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.Xaml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Intentions.Xml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.LiveTemplates.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.LiveTemplates.VB.Resources.Strings1.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.LiveTemplatesTests.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Daemon.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Features.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Intentions.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Services.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.FSharp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.Godot.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.Unity.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.Unity.Rider.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.Unity.Shaders.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Plugins.Yaml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Product.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Asm.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.BuildScripts.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.CSharp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Cpp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Protobuf.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.RegExp.resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Resources.Strings1.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Resources.Strings12.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Resx.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.VB.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Xaml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Psi.Xml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.ReSharperTutorials.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Refactorings.BuildScripts.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Refactorings.CSharp.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Refactorings.Properties.Resources.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Refactorings.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Refactorings.Resources.Strings13.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Refactorings.VB.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Refactorings.Xaml.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.Resources.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestExplorer.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestFramework.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestFramework.Src.Features.TestLinker.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestProvider.JavaScript.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestProvider.MSTest10.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestProvider.MSTest11.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestProvider.Xunit.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestProvider.nUnit.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTestRunner.dotMemoryUnit.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTesting.Analysis.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTesting.MSTest.Provider.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharper.UnitTesting.VsTest.Provider.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharperAutomationTools.CommandLine.Common.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharperCpp.RiderPlugin.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ReSharperCpp.RiderPlugin.Src.Radler.DFA.DFAStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Rider.Backend.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Rider.Backend.WebServices.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Rider.MacAgent.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Rider.Roslyn.Host.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Rider.Test.Framework.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Roslyn.Host.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Roslyn.Host.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.SourceView.Avalonia.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.SourceView.FoldersMapping.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.SourceView.SourceModel.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.SourceView.SourceViewUI.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.SourceView.ViewModels.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Standalone.Shell.Avalonia.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Standalone.Shell.Res.Stringtable.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Standalone.TextControl.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Symbols.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.TeamCity.Core.Resources.CoreStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.TeamCity.Presentation.Resources.PresentationStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.TeamCity.Presentation.Wpf.Resources.PresentationStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.TextControl.Resources.Strings.ja-JP.resources +%%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.Timeline.Standalone.Avalonia.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.UI.Avalonia.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.UI.Resources.CommonStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.UI.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.UsageStatistics.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.ViewModels.Src.Options.Res.OptionsStrings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.VsIntegration.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.XamarinMacAgent.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Home.Presentation.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Ide.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Interactive.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Interactive.Presentation.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.RiderPlugin.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotCover.Vs.Presentation.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotMemory.Core.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotMemory.Home.Presentation.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotMemory.Model.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotMemory.Resources.TextResources.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotMemory.VisualStudio.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotTrace.Home.GUI.Avalonia.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotTrace.Home.Presentation.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotTrace.Ide.Core.UnitTesting.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotTrace.VS.Properties.Resources.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/JetBrains.dotTrace.VS.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/Mono.Debugging.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/OperatorsResolveCacheGenerator.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/Rider.SqlProj.Worker.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/dotnet/Extensions/com.intellij.ja/i18n/RiderPlugin.UnrealLink.Resources.Strings.ja-JP.resources %%DATADIR%%/plugins/localization-ja/lib/localization-ja.jar +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/$(AssemblyName).Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/ApiParser.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/DPA.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/DPA.Monitoring.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/GammaJul.ForTea.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Application.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.CommandLine.CleanupCode.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.SubsystemsManagement.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.SystemModulesConstants.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.UI.Shell.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.Util.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.Util.Shell.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.Util.ViewModel.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Common.ViewModels.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DocumentManagers.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DocumentModel.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DotPeek.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DotPeekCommon.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DotTrace.DataStructures.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DotTrace.DataStructures.Resources.UIResources.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DotTrace.Features.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DotTrace.Ide.Core.Common.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DotTrace.Ide.Rider.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.DotTrace.ViewModel.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.EntityFramework.Features.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Etw.Resources.UITexts.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Fleet.Backend.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ForTea.RiderPlugin.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.IDE.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.MsBuildHost.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.UIInteractive.Ide.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.UIInteractive.Text.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.Backend.OutOfProcess.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.Backend.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.Protocol.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.SinceVs10.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.SinceVs11.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.SinceVs14RoslynAware.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.SinceVs15.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.SinceVs16.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.SinceVs16RoslynAware.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Platform.VisualStudio.SinceVs17.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Profiler.Configurations.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Profiler.Home.Presentation.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Profiler.InternalLauncher.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Profiler.ProfilingSessions.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Profiler.Resources.UITexts.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ProjectModel.ProjectsHost.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ProjectModel.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.UIInteractive.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.UIInteractive.Features.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.UIInteractive.LiveTemplates.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.UIInteractive.Refactorings.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.UIInteractive.SolutionAnalysis.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.UIInteractive.SolutionBuilder.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.AI.Debugger.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.AI.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.Backend.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.Debugger.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.LocalOnly.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.ReSpeller.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs10.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs12.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs14.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs14RoslynAware.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs15.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs16RoslynAware.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs17.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.PsiFeatures.Web.UIInteractive.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.RdBackend.Common.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.AI.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Cpp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.BuildScripts.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.CSharp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.Protobuf.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.Resources.Strings10.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.Resources.Strings3.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.Resx.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.SolutionAnalysis.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.Specific.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.VB.Resources.LocalizedStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.Xaml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Daemon.Xml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.ExternalServices.Core.Resources.ExternalServicesCoreStrings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.ExternalServices.DataGrip.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.ExternalServices.Grazie.Resources.GrammarAndSpellingStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.ExternalSources.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.AI.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.CSharp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.DkmDebugger.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.UnitTesting.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Resources.Strings14.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.CSharp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Protobuf.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Resources.GroupingStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.VB.Resources.LocalizedStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Web.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Xaml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Feature.Services.Xml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Altering.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Diagramming.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Environment.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Inspections.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Intellisense.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Intellisense.VB.Resources.LocalizedStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Internal.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Navigation.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Navigation.VB.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.ReSpeller.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.RegExp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.SolBuilderDuo.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.StructuralSearch.resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Web.Linters.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Web.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.WinForms.Designer.Host.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Xaml.Previewer.External.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Xaml.Previewer.Host.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Features.Xml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.I18n.Services.Asp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.I18n.Services.CSharp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.I18n.Services.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.I18n.Services.VB.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.I18n.Services.Xaml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.InplaceRefactorings.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.BuildScripts.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.CSharp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.Resources.Strings11.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.Resx.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.VB.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.Web.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.Xaml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Intentions.Xml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.LiveTemplates.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.LiveTemplates.VB.Resources.Strings1.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.LiveTemplatesTests.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Daemon.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Features.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Intentions.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Services.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.FSharp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.Godot.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.Unity.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.Unity.Rider.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.Unity.Shaders.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Plugins.Yaml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Product.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Asm.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.BuildScripts.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.CSharp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Cpp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Protobuf.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.RegExp.resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Resources.Strings1.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Resources.Strings12.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Resx.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.VB.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Xaml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Psi.Xml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.ReSharperTutorials.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Refactorings.BuildScripts.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Refactorings.CSharp.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Refactorings.Properties.Resources.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Refactorings.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Refactorings.Resources.Strings13.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Refactorings.VB.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Refactorings.Xaml.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.Resources.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestExplorer.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestFramework.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestFramework.Src.Features.TestLinker.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestProvider.JavaScript.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestProvider.MSTest10.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestProvider.MSTest11.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestProvider.Xunit.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestProvider.nUnit.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTestRunner.dotMemoryUnit.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTesting.Analysis.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTesting.MSTest.Provider.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharper.UnitTesting.VsTest.Provider.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharperAutomationTools.CommandLine.Common.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharperCpp.RiderPlugin.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ReSharperCpp.RiderPlugin.Src.Radler.DFA.DFAStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Rider.Backend.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Rider.Backend.WebServices.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Rider.MacAgent.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Rider.Roslyn.Host.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Rider.Test.Framework.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Roslyn.Host.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Roslyn.Host.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.SourceView.Avalonia.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.SourceView.FoldersMapping.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.SourceView.SourceModel.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.SourceView.SourceViewUI.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.SourceView.ViewModels.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Standalone.Shell.Avalonia.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Standalone.Shell.Res.Stringtable.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Standalone.TextControl.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Symbols.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.TeamCity.Core.Resources.CoreStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.TeamCity.Presentation.Resources.PresentationStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.TeamCity.Presentation.Wpf.Resources.PresentationStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.TextControl.Resources.Strings.ko-KR.resources +%%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.Timeline.Standalone.Avalonia.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.UI.Avalonia.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.UI.Resources.CommonStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.UI.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.UsageStatistics.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.ViewModels.Src.Options.Res.OptionsStrings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.VsIntegration.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.XamarinMacAgent.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Home.Presentation.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Ide.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Interactive.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Interactive.Presentation.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.RiderPlugin.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotCover.Vs.Presentation.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotMemory.Core.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotMemory.Home.Presentation.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotMemory.Model.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotMemory.Resources.TextResources.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotMemory.VisualStudio.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotTrace.Home.GUI.Avalonia.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotTrace.Home.Presentation.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotTrace.Ide.Core.UnitTesting.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotTrace.VS.Properties.Resources.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/JetBrains.dotTrace.VS.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/Mono.Debugging.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/OperatorsResolveCacheGenerator.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/Rider.SqlProj.Worker.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/dotnet/Extensions/com.intellij.ko/i18n/RiderPlugin.UnrealLink.Resources.Strings.ko-KR.resources %%DATADIR%%/plugins/localization-ko/lib/localization-ko.jar +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/$(AssemblyName).Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/ApiParser.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/DPA.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/DPA.Monitoring.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/GammaJul.ForTea.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Application.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.CommandLine.CleanupCode.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.SubsystemsManagement.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.SystemModulesOptionsManager.Resources.SystemModulesConstants.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.UI.Shell.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.Util.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.Util.Shell.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.Util.ViewModel.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Common.ViewModels.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DocumentManagers.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DocumentModel.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DotPeek.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DotPeekCommon.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DotTrace.DataStructures.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DotTrace.DataStructures.Resources.UIResources.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DotTrace.Features.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DotTrace.Ide.Core.Common.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DotTrace.Ide.Rider.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.DotTrace.ViewModel.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.EntityFramework.Features.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Etw.Resources.UITexts.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Fleet.Backend.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ForTea.RiderPlugin.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.IDE.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.MsBuildHost.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.UIInteractive.Ide.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.UIInteractive.Text.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.Backend.OutOfProcess.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.Backend.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.Protocol.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.SinceVs10.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.SinceVs11.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.SinceVs14RoslynAware.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.SinceVs15.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.SinceVs16.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.SinceVs16RoslynAware.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Platform.VisualStudio.SinceVs17.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Profiler.Configurations.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Profiler.Home.Presentation.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Profiler.InternalLauncher.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Profiler.ProfilingSessions.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Profiler.Resources.UITexts.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ProjectModel.ProjectsHost.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ProjectModel.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.UIInteractive.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.UIInteractive.Features.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.UIInteractive.LiveTemplates.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.UIInteractive.Refactorings.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.UIInteractive.SolutionAnalysis.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.UIInteractive.SolutionBuilder.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.AI.Debugger.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.AI.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.Backend.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.Debugger.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.LocalOnly.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.ReSpeller.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs10.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs12.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs14.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs14RoslynAware.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs15.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs16RoslynAware.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.VisualStudio.SinceVs17.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.PsiFeatures.Web.UIInteractive.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.RdBackend.Common.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.AI.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Cpp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.BuildScripts.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.CSharp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.Protobuf.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.Resources.Strings10.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.Resources.Strings3.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.Resx.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.SolutionAnalysis.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.Specific.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.VB.Resources.LocalizedStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.Xaml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Daemon.Xml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.ExternalServices.Core.Resources.ExternalServicesCoreStrings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.ExternalServices.DataGrip.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.ExternalServices.Grazie.Resources.GrammarAndSpellingStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.ExternalSources.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.AI.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.CSharp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.DkmDebugger.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.UnitTesting.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Cpp.VisualStudio.Resources.Strings14.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.CSharp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.ExternalSources.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Protobuf.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Resources.GroupingStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.VB.Resources.LocalizedStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Web.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Xaml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Feature.Services.Xml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Altering.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Diagramming.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Environment.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Inspections.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Intellisense.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Intellisense.VB.Resources.LocalizedStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Internal.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Navigation.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Navigation.VB.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.ReSpeller.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.RegExp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.SolBuilderDuo.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.StructuralSearch.resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Web.Linters.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Web.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.WinForms.Designer.Host.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Xaml.Previewer.External.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Xaml.Previewer.Host.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Features.Xml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.I18n.Services.Asp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.I18n.Services.CSharp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.I18n.Services.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.I18n.Services.VB.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.I18n.Services.Xaml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.InplaceRefactorings.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.BuildScripts.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.CSharp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.Resources.Strings11.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.Resx.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.VB.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.Web.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.Xaml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Intentions.Xml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.LiveTemplates.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.LiveTemplates.VB.Resources.Strings1.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.LiveTemplatesTests.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Daemon.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Features.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Intentions.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.FSharp.Psi.Services.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.FSharp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.Godot.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.Unity.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.Unity.Rider.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.Unity.Shaders.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Plugins.Yaml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Product.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Asm.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.BuildScripts.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.CSharp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Cpp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Protobuf.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.RegExp.resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Resources.Strings1.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Resources.Strings12.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Resx.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.VB.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Xaml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Psi.Xml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.ReSharperTutorials.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Refactorings.BuildScripts.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Refactorings.CSharp.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Refactorings.Properties.Resources.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Refactorings.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Refactorings.Resources.Strings13.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Refactorings.VB.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Refactorings.Xaml.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.Resources.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestExplorer.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestFramework.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestFramework.Src.Features.TestLinker.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestProvider.JavaScript.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestProvider.MSTest10.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestProvider.MSTest11.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestProvider.Xunit.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestProvider.nUnit.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTestRunner.dotMemoryUnit.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTesting.Analysis.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTesting.MSTest.Provider.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharper.UnitTesting.VsTest.Provider.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharperAutomationTools.CommandLine.Common.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharperCpp.RiderPlugin.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ReSharperCpp.RiderPlugin.Src.Radler.DFA.DFAStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Rider.Backend.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Rider.Backend.WebServices.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Rider.MacAgent.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Rider.Roslyn.Host.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Rider.Test.Framework.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Roslyn.Host.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Roslyn.Host.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.SourceView.Avalonia.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.SourceView.FoldersMapping.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.SourceView.SourceModel.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.SourceView.SourceViewUI.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.SourceView.ViewModels.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Standalone.Shell.Avalonia.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Standalone.Shell.Res.Stringtable.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Standalone.TextControl.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Symbols.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.TeamCity.Core.Resources.CoreStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.TeamCity.Presentation.Resources.PresentationStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.TeamCity.Presentation.Wpf.Resources.PresentationStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.TextControl.Resources.Strings.zh-CN.resources +%%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.Timeline.Standalone.Avalonia.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.UI.Avalonia.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.UI.Resources.CommonStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.UI.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.UsageStatistics.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.ViewModels.Src.Options.Res.OptionsStrings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.VsIntegration.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.XamarinMacAgent.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Home.Presentation.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Ide.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Interactive.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Interactive.Presentation.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.RiderPlugin.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotCover.Vs.Presentation.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotMemory.Core.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotMemory.Home.Presentation.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotMemory.Model.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotMemory.Resources.TextResources.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotMemory.VisualStudio.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotTrace.Home.GUI.Avalonia.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotTrace.Home.Presentation.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotTrace.Ide.Core.UnitTesting.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotTrace.VS.Properties.Resources.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/JetBrains.dotTrace.VS.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/Mono.Debugging.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/OperatorsResolveCacheGenerator.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/Rider.SqlProj.Worker.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/dotnet/Extensions/com.intellij.zh/i18n/RiderPlugin.UnrealLink.Resources.Strings.zh-CN.resources %%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar %%DATADIR%%/plugins/makefile/lib/makefile.jar %%DATADIR%%/plugins/markdown/lib/markdown.jar +%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.compose.preview.jar %%DATADIR%%/plugins/ml-inline-completion/lib/ml-inline-completion.jar %%DATADIR%%/plugins/nativeDebug-plugin/lib/nativeDebug-plugin.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/LICENSE %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/README.md %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mocha-intellij-stringifier.js %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijReporter.js %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijTree.js %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijUtil.js %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaTreeUtil.js %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/single-element-queue.js %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json %%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/file-nodes.js %%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/stderr-collector.js %%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/test-tree-builder.js %%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/nodejsTestRunnerIntellijReporter.js %%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/!HOW_TO_UPDATE.md %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.bin/esbuild %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.bin/tsx %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.package-lock.json %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/LICENSE.md %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/README.md %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/bin/esbuild %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/esbuild.wasm %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/browser.js %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/browser.min.js %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/main.js %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/package.json %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/wasm_exec.js %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/wasm_exec_node.js %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/LICENSE %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/README.md %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/dist/index.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/dist/index.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/package.json %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/LICENSE %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/README.md %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/dist/index.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/dist/index.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/package.json %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/LICENSE %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/README.md %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/api/index.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/api/index.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/index.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/index.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cli.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cli.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/client-BQVF1NaW.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/client-D6NvIMSC.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/api/index.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/api/index.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/index.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/index.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/get-pipe-path-BHW2eJdv.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/get-pipe-path-BoR10qr8.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/index-BQiEz0On.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/index-CoHsQGpm.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/loader.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/loader.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/node-features-_8ZFwP_x.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/node-features-roYmp9jK.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/package-B-S26rrn.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/package-BNmptNwA.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/patch-repl.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/patch-repl.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/preflight.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/preflight.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-B9EPB0EL.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-CFO5XQXL.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-CsuuwcV9.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-DfubRCxM.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/repl.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/repl.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/require-hTKgXWXb.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/require-rRRMitBV.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/suppress-warnings.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/suppress-warnings.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/temporary-directory-B83uKxJF.cjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/package.json %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package-lock.json %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package.json %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar %%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar %%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar %%DATADIR%%/plugins/platform-images/lib/platform-images.jar %%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar %%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar %%DATADIR%%/plugins/plugin-classpath.txt %%DATADIR%%/plugins/postcss/lib/postcss.jar %%DATADIR%%/plugins/prettierJS/lib/prettierJS.jar %%DATADIR%%/plugins/prettierJS/prettierLanguageService/convert-prettier-config.js %%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin-provider.js %%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin.js %%DATADIR%%/plugins/python-ce/helpers/.gitignore %%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/config/local/local.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/AssistiveMML.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathEvents.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathMenu.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathZoom.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSmath.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSsymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/noErrors.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/noUndefined.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/fast-preview.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/tex2jax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/toMathML.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/jax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Arrows.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/BasicLatin.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Dingbats.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MathOperators.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/input/TeX/config.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/input/TeX/jax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/blank.gif %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/config.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/jax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/config.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/jax.js %%DATADIR%%/plugins/python-ce/helpers/check_all_test_suite.py %%DATADIR%%/plugins/python-ce/helpers/conda_packaging_tool.py %%DATADIR%%/plugins/python-ce/helpers/coverage_runner/__init__.py %%DATADIR%%/plugins/python-ce/helpers/coverage_runner/run_coverage.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/__init__.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/__init__.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/__main__.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/annotate.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/bytecode.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/cmdline.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/collector.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/config.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/context.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/control.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.c %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.c %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/module.c %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.c %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/data.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/debug.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/disposition.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/env.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/exceptions.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/execfile.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/files.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/fullcoverage/encodings.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/html.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/coverage_html.js %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/favicon_32.png %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/index.html %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_closed.png %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_open.png %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/pyfile.html %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.css %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.scss %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/inorout.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/jsonreport.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/lcovreport.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/misc.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/multiproc.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/numbits.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/parser.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/phystokens.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/plugin.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/plugin_support.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/python.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/pytracer.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/report.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/results.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/sqldata.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/summary.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/templite.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/tomlconfig.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/version.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/xmlreport.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/__init__.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/__init__.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/__main__.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/annotate.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/backward.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/bytecode.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/cmdline.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/collector.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/config.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/context.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/control.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.c %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.c %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/module.c %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.c %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/data.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/debug.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/disposition.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/env.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/execfile.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/files.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/fullcoverage/encodings.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/html.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/coverage_html.js %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/favicon_32.png %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/index.html %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.hotkeys.js %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.isonscreen.js %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.min.js %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.tablesorter.min.js %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_closed.png %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_open.png %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/pyfile.html %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.css %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.scss %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/inorout.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/jsonreport.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/misc.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/multiproc.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/numbits.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/parser.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/phystokens.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/plugin.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/plugin_support.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/python.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/pytracer.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/report.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/results.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/sqldata.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/summary.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/templite.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tomlconfig.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/version.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py %%DATADIR%%/plugins/python-ce/helpers/docstring_formatter.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/__init__.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/apidoc.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/checker.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/cli.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/compat.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docbuilder.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docintrospecter.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docparser.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docstringparser.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/__init__.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/dotgraph.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_colorize.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_css.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_help.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/latex.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/plaintext.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/xlink.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/gui.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/log.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/__init__.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/doctest.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/epytext.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/javadoc.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/plaintext.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/util.py %%DATADIR%%/plugins/python-ce/helpers/exec.txt %%DATADIR%%/plugins/python-ce/helpers/extra_syspath.py %%DATADIR%%/plugins/python-ce/helpers/generator3/__init__.py %%DATADIR%%/plugins/python-ce/helpers/generator3/__main__.py %%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/__init__.py %%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py2.py %%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py3.py %%DATADIR%%/plugins/python-ce/helpers/generator3/clr_tools.py %%DATADIR%%/plugins/python-ce/helpers/generator3/constants.py %%DATADIR%%/plugins/python-ce/helpers/generator3/core.py %%DATADIR%%/plugins/python-ce/helpers/generator3/docstring_parsing.py %%DATADIR%%/plugins/python-ce/helpers/generator3/extra.py %%DATADIR%%/plugins/python-ce/helpers/generator3/module_redeclarator.py %%DATADIR%%/plugins/python-ce/helpers/generator3/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/generator3/util_methods.py %%DATADIR%%/plugins/python-ce/helpers/generator3/version.txt %%DATADIR%%/plugins/python-ce/helpers/icon-robots.txt %%DATADIR%%/plugins/python-ce/helpers/packaging_tool.py -%%DATADIR%%/plugins/python-ce/helpers/pip-20.3.4-py2.py3-none-any.whl +%%DATADIR%%/plugins/python-ce/helpers/pip-24.3.1-py2.py3-none-any.whl %%DATADIR%%/plugins/python-ce/helpers/pockets/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pockets/_version.py %%DATADIR%%/plugins/python-ce/helpers/pockets/autolog.py %%DATADIR%%/plugins/python-ce/helpers/pockets/collections.py %%DATADIR%%/plugins/python-ce/helpers/pockets/datetime.py %%DATADIR%%/plugins/python-ce/helpers/pockets/decorators.py %%DATADIR%%/plugins/python-ce/helpers/pockets/inspect.py %%DATADIR%%/plugins/python-ce/helpers/pockets/iterators.py %%DATADIR%%/plugins/python-ce/helpers/pockets/logging.py %%DATADIR%%/plugins/python-ce/helpers/pockets/string.py %%DATADIR%%/plugins/python-ce/helpers/profiler/__init__.py %%DATADIR%%/plugins/python-ce/helpers/profiler/_imps/__init__.py %%DATADIR%%/plugins/python-ce/helpers/profiler/_imps/_pydev_pkgutil_old.py %%DATADIR%%/plugins/python-ce/helpers/profiler/_prof_imports.py %%DATADIR%%/plugins/python-ce/helpers/profiler/load_pstat.py %%DATADIR%%/plugins/python-ce/helpers/profiler/prof_io.py %%DATADIR%%/plugins/python-ce/helpers/profiler/prof_six.py %%DATADIR%%/plugins/python-ce/helpers/profiler/prof_util.py %%DATADIR%%/plugins/python-ce/helpers/profiler/profiler.thrift %%DATADIR%%/plugins/python-ce/helpers/profiler/run_profiler.py %%DATADIR%%/plugins/python-ce/helpers/profiler/vmprof_profiler.py %%DATADIR%%/plugins/python-ce/helpers/profiler/yappi_profiler.py %%DATADIR%%/plugins/python-ce/helpers/py2ipnb_converter.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/_compat.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/core.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/docutils.conf %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/examples.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/frontend.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/io.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/af.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ca.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/cs.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/da.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/de.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/en.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/eo.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/es.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/fi.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/fr.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/gl.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/he.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/it.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ja.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/lt.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/nl.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/pl.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/pt_br.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ru.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/sk.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/sv.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/zh_cn.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/zh_tw.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/nodes.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/null.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/admonitions.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/body.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/html.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/images.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/misc.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/parts.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/references.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/tables.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/README.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamso.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isobox.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isodia.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat1.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat2.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isonum.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isopub.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isotech.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/s5defs.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/af.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ca.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/cs.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/da.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/de.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/en.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/eo.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/es.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fi.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fr.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/gl.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/he.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/it.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ja.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/lt.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/nl.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pl.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pt_br.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ru.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sk.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sv.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/roles.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/states.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/tableparser.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/doctree.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/pep.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/standalone.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/statemachine.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/components.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/frontmatter.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/misc.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/parts.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/peps.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/references.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/universal.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/writer_aux.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/code_analyzer.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/error_reporting.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/latex2mathml.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/math2html.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/tex2unichar.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/unichar2tex.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/punctuation_chars.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/roman.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/smartquotes.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/urischemes.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/docutils_xml.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/html4css1.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/math.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/template.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/default.tex %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/titlepage.tex %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/xelatex.tex %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/manpage.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/null.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/styles.odt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/pep.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/template.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pseudoxml.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/README.txt %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__ %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/print.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__ %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__ %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/xetex/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/_compat.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/core.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/examples.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/frontend.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/io.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/af.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ar.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ca.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/cs.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/da.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/de.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/en.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/eo.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/es.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fa.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fi.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fr.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/gl.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/he.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/it.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ja.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ka.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ko.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/lt.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/lv.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/nl.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/pl.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/pt_br.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ru.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/sk.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/sv.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/uk.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/zh_cn.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/zh_tw.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/nodes.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/commonmark_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/null.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/recommonmark_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/admonitions.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/body.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/html.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/images.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/misc.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/parts.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/references.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/tables.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/README.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamso.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isobox.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isodia.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat1.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat2.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isonum.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isopub.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isotech.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/s5defs.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/af.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ar.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ca.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/cs.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/da.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/de.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/en.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/eo.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/es.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fa.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fi.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fr.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/gl.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/he.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/it.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ja.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ka.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ko.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/lt.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/lv.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/nl.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pl.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pt_br.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ru.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sk.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sv.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/uk.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/roles.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/states.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/tableparser.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/doctree.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/pep.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/standalone.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/statemachine.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/components.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/frontmatter.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/misc.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/parts.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/peps.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/references.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/universal.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/writer_aux.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/code_analyzer.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/error_reporting.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/latex2mathml.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/mathalphabet2unichar.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/mathml_elements.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2mathml_extern.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2unichar.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/unichar2tex.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/punctuation_chars.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/roman.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/urischemes.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/_html_base.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/docutils_xml.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/html4css1.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/math.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/template.txt +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/italic-field-names.css +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/math.css +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/minimal.css +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/plain.css +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/responsive.css +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/template.txt +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/tuftig.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/default.tex +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/docutils.sty %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/titlepage.tex +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/titlingpage.tex %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/xelatex.tex %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/manpage.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/null.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/prepstyles.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/styles.odt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/pep.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/template.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pseudoxml.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/__init__.py %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/README.txt %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__ %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/print.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__ %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__ %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css %%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/xetex/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/.gitignore %%DATADIR%%/plugins/python-ce/helpers/pycharm/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt %%DATADIR%%/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_bdd_utils.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_create_folder.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_django_behave.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_django_project_creator.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_find_best_place.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_manage_tasks_provider.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_nosetest_runner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_parallel_tree_manager.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_runner_tools.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_serial_tree_manager.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner_3.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner_4.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_trialtest_runner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_utils.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/appcfg_fetcher.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/attestrunner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/behave_runner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/parser.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_xml.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/readme.txt %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_shell.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_test_manage.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/django_test_runner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/docrunner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/fix_getpass.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/_2.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/_3.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/case.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/config.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/failure.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/loader.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/raise_compat.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/selector.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/suite.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/util.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_utils.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_commands/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_commands/pycharm_test.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_load_entry_point.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_run_utils.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_setup_runner.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/pytest_teamcity.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/runpy_compat.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/tcmessages.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/tcunittest.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/README.txt %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/common.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/context_managers.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/diff_tools.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/django.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_plugin.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_v2_plugin.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_v3_plugin.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/jb_behave_formatter.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/jb_local_exc_store.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/messages.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/nose_report.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pylint_reporter.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pytest_plugin.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/unittestpy.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/display_.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/display_log.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/supported_data_type.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/backend_interagg.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/sitecustomize.py +%%DATADIR%%/plugins/python-ce/helpers/pycharm_package_installer.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_plotly_backend/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pycharm_plotly_backend/sitecustomize.py %%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.10.0.py %%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.8.0.py %%DATADIR%%/plugins/python-ce/helpers/pycodestyle.py %%DATADIR%%/plugins/python-ce/helpers/pydev/LICENSE %%DATADIR%%/plugins/python-ce/helpers/pydev/MANIFEST.in %%DATADIR%%/plugins/python-ce/helpers/pydev/README.rst %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_completer.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_getopt.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_log.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/fix_getpass.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_code_executor.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_commands.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_types.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_import_hook.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_imports.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_completer.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_rich_output.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_localhost.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_log.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_override.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_stdin.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_umd.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_versioncheck.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_io.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_rpc.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_server.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_transport.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SocketServer.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_saved_modules.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_sys_patch.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_asyncio_provider.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_bytecode_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_collect_try_except_info.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm_constants.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_output.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_pytest.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_constants.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_%%ARCH%%.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_%%PYTHON_SUFFIX%%_32.cp%%PYTHON_SUFFIX%%-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_%%PYTHON_SUFFIX%%_64.cp%%PYTHON_SUFFIX%%-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec2.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_type_handler.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_referrers.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_reload.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_repr_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_resolver.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_signature.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_stackless.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_tables.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_thrift.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_27.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_%%PYTHON_SUFFIX%%.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_311.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_36_310.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_dataset.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy_based.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.pyx %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pyx %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_%%ARCH%%.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_osx.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_common.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_code.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generate_import_error.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generation_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/start_generation.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/msvccompiler_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py %%DATADIR%%/plugins/python-ce/helpers/pydev/interpreterInfo.py %%DATADIR%%/plugins/python-ce/helpers/pydev/merge_pydev_pycharm.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/pycharm-console.rst %%DATADIR%%/plugins/python-ce/helpers/pydev/pycharm-readme.rst %%DATADIR%%/plugins/python-ce/helpers/pydev/pycompletionserver.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_app_engine_debug_startup.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/console.thrift %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/pydev_protocol.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_coverage.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/README %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhook.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookglut.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk3.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookpyglet.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt4.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt5.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt6.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhooktk.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookwx.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/matplotlibtools.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt_for_kernel.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt_loaders.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/version.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_pysrc.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_sitecustomize/sitecustomize.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevconsole.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/README.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_always_live_program.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_check.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process_linux.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/add_code_to_python_process.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_script.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_%%PYTHON_SUFFIX%%.hpp +%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_settrace.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_utils.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/py_version.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/python.h %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/common/ref_utils.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/.gitignore %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/attach.cpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/breakpoint.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/compat.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/crash.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/debug.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/disasm.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/event.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/interactive.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/module.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/README %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_example.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/process.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/registry.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/search.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/sql.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/system.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/textio.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/thread.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/advapi32.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_%%ARCH%%.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_amd64.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_i386.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/defines.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/gdi32.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/kernel32.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/ntdll.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/peb_teb.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/psapi.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shell32.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shlwapi.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/user32.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/version.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/winappdbg/window.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.cpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/attach.h %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/compile_windows.bat %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/inject_dll.cpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/py_win_helpers.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/run_code_in_memory.hpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.cpp %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/stdafx.h %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/windows/targetver.h %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_file_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/django_debug.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/README.md %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/README.md %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/jinja2_debug.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_pycharm.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_tracing.py %%DATADIR%%/plugins/python-ce/helpers/pydev/pytest.ini %%DATADIR%%/plugins/python-ce/helpers/pydev/runfiles.py %%DATADIR%%/plugins/python-ce/helpers/pydev/setup_cython.py %%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/_django_manager_body.py %%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/_get_tips.py %%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/pycompletion.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__main__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/hooks.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/isort.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/main.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/natural.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pie_slice.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pylama_isort.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/settings.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/autopep8.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/.gitignore %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/pycodestyle.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/.cvsignore %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py %%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt %%DATADIR%%/plugins/python-ce/helpers/pydev/tox.ini %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/AUTHORS.txt %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/LICENSE.txt %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/README.md %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/StringIO.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/mark/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/mark/structures.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/alembic.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/behave.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/cStringIO.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/copy.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/core/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/core/mail.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/db/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/db/models/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/db/models/query.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/forms/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/forms/forms.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/forms/formsets.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/forms/models.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/views/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/views/generic/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/django/views/generic/base.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/nose/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/nose/tools/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/core/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/core/multiarray.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/error.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/path/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/pytest/__init__.py %%DATADIR%%/plugins/python-ce/helpers/python-skeletons/struct.py %%DATADIR%%/plugins/python-ce/helpers/remote_sync.py %%DATADIR%%/plugins/python-ce/helpers/rest_runners/rst2smth.py %%DATADIR%%/plugins/python-ce/helpers/rest_runners/sphinx_runner.py %%DATADIR%%/plugins/python-ce/helpers/setuptools-44.1.1-py2.py3-none-any.whl %%DATADIR%%/plugins/python-ce/helpers/six.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/__init__.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/__init__.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_upstream.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_version.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/docstring.py %%DATADIR%%/plugins/python-ce/helpers/syspath.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/README.md %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/cpp.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ctokens.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/lex.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/yacc.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ygen.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/client.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/processor.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/base.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/binary.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/compact.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/rpc.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/server.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/socket.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/base.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/buffered.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/framed.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracker.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracking.thrift %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/hook.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/http.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/exc.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/lexer.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/parser.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/apache_json.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/base.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/binary.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/compact.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/cybin.pyx %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/exc.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/json.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/multiplex.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/rpc.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/server.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/thrift.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/tornado.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/base.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/cybuffered.pyx %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pxd %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pyx %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/cyframed.pyx %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/cymemory.pyx %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/socket.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/sslsocket.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/utils.py %%DATADIR%%/plugins/python-ce/helpers/tools/class_method_versions.xml %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/False %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/None %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/True %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/__debug__ %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/and %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/as %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/assert %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/break %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/class %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/continue %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/def %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/del %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/elif %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/else %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/except %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/exec %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/finally %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/for %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/from %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/global %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/if %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/import %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/in %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/is %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/lambda %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/nonlocal %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/not %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/or %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/pass %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/raise %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/return %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/try %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/type %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/while %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/with %%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/yield %%DATADIR%%/plugins/python-ce/helpers/tools/stdlib_packages.txt %%DATADIR%%/plugins/python-ce/helpers/tools/versions.xml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.editorconfig %%DATADIR%%/plugins/python-ce/helpers/typeshed/.flake8 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitattributes %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/renovate.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/meta_tests.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer_comment.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_third_party.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore %%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/extensions.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/settings.default.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/LICENSE %%DATADIR%%/plugins/python-ce/helpers/typeshed/MAINTAINERS.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/README.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.scripts_and_tests.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/Cookie.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/HTMLParser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/Queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/SimpleHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/SocketServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/StringIO.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserDict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserList.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserString.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__builtin__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__future__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_ast.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_bisect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_codecs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_collections.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_csv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_curses.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_dummy_threading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_functools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_heapq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_hotshot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_io.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_markupbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_md5.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_msi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_osx_support.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_random.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha256.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha512.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_socket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sre.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_struct.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_symtable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_threading_local.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_tkinter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/wsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/xml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakref.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakrefset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_winreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/aifc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/argparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/array.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ast.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/asynchat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/asyncore.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/atexit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/audioop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/base64.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/binascii.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/binhex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bisect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/builtins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bz2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cPickle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cProfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cStringIO.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/calendar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgitb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/chunk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/code.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/codecs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/codeop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/collections.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/colorsys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/commands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/compileall.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/contextlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cookielib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy_reg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copyreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/csv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/wintypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/ascii.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/panel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/textpad.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/datetime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/dumb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/gnu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/ndbm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/decimal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/difflib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dircache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cmd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cygwinccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dep_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dir_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/emxccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/fancy_getopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/file_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/filelist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/msvccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/sysconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/text_file.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/unixccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/doctest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_threading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/MIMEText.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/_parseaddr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/base64mime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/charset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/encoders.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/feedparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/generator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/header.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/iterators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/message.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/audio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/image.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/message.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/multipart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/nonmultipart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/quoprimime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/utf_8.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ensurepip/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/errno.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fcntl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/filecmp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fileinput.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fnmatch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/formatter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fractions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ftplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/functools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/future_builtins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/genericpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/getopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/getpass.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gettext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/glob.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/grp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gzip.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/hashlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/heapq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/hmac.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/htmlentitydefs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/httplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imaplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imghdr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/importlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/inspect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/io.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/itertools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/keyword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/parse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/pgen.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/tokenize.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pygram.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pytree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/linecache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/locale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/handlers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/macpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/macurl2path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailbox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailcap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/markupbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/marshal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/math.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/md5.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mmap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/modulefinder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/sequence.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msvcrt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/pool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/process.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mutex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/netrc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nntplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ntpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nturl2path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/numbers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/opcode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/operator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os2emxpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ossaudiodev.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickletools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pipes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pkgutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/platform.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/plistlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/popen2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/poplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/posix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/posixpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pprint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/profile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pstats.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pty.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pwd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/py_compile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyclbr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/topics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/quopri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/random.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/re.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/readline.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/repr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/rfc822.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/rlcompleter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/robotparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/runpy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sched.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/select.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sha.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shelve.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shlex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/signal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/site.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtpd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sndhdr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/socket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/spwd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/dbapi2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_compile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_parse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ssl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/string.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringold.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringprep.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/strop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/struct.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/subprocess.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sunau.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/symbol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/symtable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sysconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/syslog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tabnanny.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tarfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/telnetlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tempfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/termios.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/textwrap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/this.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/threading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/time.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/timeit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/toaiff.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tokenize.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/trace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/traceback.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tty.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/turtle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing_extensions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/unicodedata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/unittest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urlparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/user.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/uu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/uuid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wave.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/weakref.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/webbrowser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/whichdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/winsound.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/handlers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/simple_server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/validate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xdrlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/NodeFilter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/domreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/expatbuilder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minicompat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minidom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/pulldom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/xmlbuilder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/handler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/saxutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/xmlreader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xmlrpclib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipimport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/common.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py%%PYTHON_SUFFIX%%.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py311.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py312.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py313.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py38.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py39.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py%%PYTHON_SUFFIX%%.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py311.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py312.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py313.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py38.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py39.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py%%PYTHON_SUFFIX%%.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py311.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py312.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py313.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py38.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py39.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py%%PYTHON_SUFFIX%%.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py311.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py312.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py313.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py38.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py39.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_coroutines.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_gather.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task_factory.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict-py39.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_exception_group-py%%PYTHON_SUFFIX%%.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_exception_group-py311.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_iteration.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_list.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_memoryview.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_object.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_pow.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_reversed.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_round.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_sum.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_tuple.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_zip.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_codecs.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_concurrent_futures.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_contextlib.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_copy.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_dataclasses.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_enum.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_functools.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib_metadata.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_io.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_logging.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_multiprocessing.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_pathlib.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_re.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_sqlite3.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tarfile.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tempfile.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_threading.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tkinter.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_types.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_unittest.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_xml.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/collections/check_defaultdict-py39.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_message.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/itertools/check_itertools_recipes.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_MutableMapping.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_all.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_regression_issue_9296.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_typing_io.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/VERSIONS %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__future__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ast.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bisect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bootlocale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_codecs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_collections_abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_threading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpchannels.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpqueues.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpreters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_locale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_lsprof.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_osx_support.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_posixsubprocess.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_py_abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_pydecimal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_random.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_sitebuiltins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_socket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_stat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_threading_local.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tkinter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tracemalloc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/README.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/dbapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/importlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/wsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/xml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakref.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakrefset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_winapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/aifc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/antigravity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/argparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/array.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ast.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asynchat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_futures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_subprocess.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_tasks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/coroutines.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/format_helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/futures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/locks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/mixins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/proactor_events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/protocols.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/queues.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/runners.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/selector_events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/sslproto.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/staggered.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/streams.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/subprocess.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/taskgroups.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tasks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/threads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/timeouts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/transports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/trsock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/unix_events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncore.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/atexit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/audioop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/base64.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/binascii.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/binhex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bisect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/builtins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bz2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cProfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/calendar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cgitb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/chunk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cmath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cmd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/code.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/codecs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/codeop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/collections/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/collections/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/colorsys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compileall.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/process.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/configparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextvars.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/copy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/copyreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/csv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/_endian.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/has_key.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/datetime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/dumb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/gnu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/ndbm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/sqlite3.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/decimal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/difflib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/bcppcompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/cmd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_dumb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_msi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_packager.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_rpm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_wininst.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_clib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_scripts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/clean.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_scripts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/cygwinccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dep_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dir_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/fancy_getopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/file_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/filelist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/msvccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/sysconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/text_file.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/unixccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/doctest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dummy_threading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_header_value_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_policybase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/base64mime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/charset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/contentmanager.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/encoders.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/feedparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/generator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/header.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/headerregistry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/iterators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/message.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/audio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/image.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/message.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/multipart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/nonmultipart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/policy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/quoprimime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8_sig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ensurepip/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/enum.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/errno.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/faulthandler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fcntl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/filecmp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fileinput.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fnmatch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/formatter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fractions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ftplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/functools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/genericpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/getopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/getpass.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gettext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/glob.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/graphlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/grp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gzip.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/hashlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/heapq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/hmac.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/entities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/cookiejar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/cookies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imaplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imghdr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/_meta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/diagnose.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/readers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/readers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/simple.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/simple.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/inspect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/io.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ipaddress.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/itertools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/decoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/encoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/btm_matcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixer_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_except.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_future.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_import.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_input.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_long.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_map.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_next.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_print.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/driver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/grammar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/literals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/parse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/pgen.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pygram.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pytree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/refactor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/linecache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/locale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/handlers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lzma.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mailbox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mailcap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/marshal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/math.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mimetypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mmap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/modulefinder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/sequence.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msvcrt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/forkserver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/heap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_fork.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_forkserver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/reduction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_sharer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_tracker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ntpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nturl2path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/numbers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/opcode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/operator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ossaudiodev.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickletools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pipes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pkgutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/platform.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/plistlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/poplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/posix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/posixpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pprint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/profile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pstats.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pty.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pwd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/py_compile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyclbr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/topics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/quopri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/random.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/re.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/readline.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/reprlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/rlcompleter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/runpy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sched.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/secrets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/select.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/selectors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shelve.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shlex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/signal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/site.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/smtpd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/smtplib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sndhdr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/socket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/socketserver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/spwd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dbapi2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_compile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_parse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ssl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/stat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/statistics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/string.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/stringprep.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/struct.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/subprocess.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sunau.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symbol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symtable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/_monitoring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sysconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/syslog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tabnanny.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tarfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/telnetlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tempfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/termios.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/textwrap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/this.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/threading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/time.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/timeit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/colorchooser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/commondialog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dialog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dnd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/filedialog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/font.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/messagebox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/scrolledtext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/simpledialog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/tix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/ttk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tokenize.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tomllib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/trace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/traceback.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tracemalloc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tty.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/turtle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/typing_extensions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unicodedata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/_log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/async_case.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/case.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/loader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/mock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/runner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/signals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/suite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/parse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/robotparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/uu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/uuid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/venv/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wave.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/weakref.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/webbrowser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/winreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/winsound.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/handlers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/simple_server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/validate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xdrlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/NodeFilter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/domreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/expatbuilder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minicompat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minidom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/pulldom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/xmlbuilder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementInclude.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementPath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementTree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/cElementTree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/_exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/handler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/saxutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/xmlreader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipapp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/sphinx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/classes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exif_log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/heic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/jpeg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/exif.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/apple.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/canon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/casio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/nikon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/olympus.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/flask_migrate/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/namespace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/test_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__meta__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/abbr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/admonition.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/attr_list.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/codehilite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/def_list.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/extra.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/fenced_code.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/footnotes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_attrs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_em.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/md_in_html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/meta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/nl2br.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/sane_lists.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/smarty.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/tables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/toc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/postprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/preprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/serializers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/test_cases/check_tk_compat.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ContainerIO.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GdImageFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Image.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageChops.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageCms.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageColor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFilter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFont.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageGrab.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMorph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageOps.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePalette.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageQt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageSequence.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageShow.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageStat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTransform.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageWin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegPresets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PSDraw.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PaletteFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfParser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/QoiImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TarIO.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffTags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WalImageFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/charset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/connections.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/COMMAND.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CR.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/ER.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FIELD_TYPE.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FLAG.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/SERVER_STATUS.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/converters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/cursors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/pyscreeze/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/_yaml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/composer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/constructor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/cyaml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/dumper.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/emitter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/loader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/nodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/reader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/representer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/resolver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/scanner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/serializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/tokens.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/cmdline.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/console.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filters/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/_mapping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/bbcode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/img.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/irc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/latex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/other.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/pangomarkup.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/rtf.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/svg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal256.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/javascript.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/jsx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/kusto.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/ldap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/lean.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/lisp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/prql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/vip.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/vyper.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/modeline.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/plugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/regexopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/scanner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/sphinxext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/style.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/styles/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/unistring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/RPi/GPIO/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/RPi/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cimmutabledict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/mxodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/pyodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cresultproxy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/databases/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/fdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/kinterbasdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/aiomysql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/asyncmy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/cymysql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/dml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/enumerated.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadbconnector.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reserved_words.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/dml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pypostgresql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ranges.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/aiosqlite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/mxodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pyodbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pysybase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/characteristics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/create.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/cursor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/default.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/interfaces.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/mock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/reflection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/row.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/strategies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/url.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/engine.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/exc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/scoping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/session.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/automap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/baked.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/compiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/extensions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/horizontal_shard.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/hybrid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/names.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/plugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/orderinglist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/attributes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/clsregistry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/collections.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/context.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dependency.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/descriptor_props.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dynamic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/evaluator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/exc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/identity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/instrumentation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/interfaces.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/loading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/mapper.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/path_registry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/persistence.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/query.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/relationships.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/scoping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/session.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/state.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategy_options.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/sync.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/unitofwork.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/dbapi_proxy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/impl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/processors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/annotation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/coercions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/compiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/crud.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/ddl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/default_comparator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/dml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/elements.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/functions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/lambdas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/naming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/operators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/roles.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/selectable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/sqltypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/traversals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/type_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/visitors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertsql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/asyncio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/engines.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/profiling.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/provision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/requirements.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_collections.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_compat_py3k.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_concurrency_py3k.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_preloaded.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/concurrency.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/deprecations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_choices.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_filters.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_validators.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_widgets.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/session.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/choices.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/datetime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/form.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/list.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/numeric.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/simple.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/form.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/i18n.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/meta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/test_cases/check_wsgify.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/acceptparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/byterange.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cachecontrol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cookies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/datetime_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/dec.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/descriptors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/etag.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/exc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/multidict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/static.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/os.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/ospath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/tempfile/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/tempfile/temptypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/BufferedTokenStream.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/CommonTokenFactory.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/CommonTokenStream.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/FileStream.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/InputStream.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/IntervalSet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/LL1Analyzer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Lexer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ListTokenSource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ParserInterpreter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ParserRuleContext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/PredictionContext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Recognizer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/RuleContext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/StdinStream.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/TokenStreamRewriter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/_pygrun.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATN.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfigSet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializationOptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNSimulator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNState.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNType.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerATNSimulator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerAction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerActionExecutor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ParserATNSimulator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/PredictionMode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/SemanticContext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/Transition.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFA.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFASerializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFAState.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/DiagnosticErrorListener.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/ErrorListener.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/ErrorStrategy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Chunk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreeMatch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePattern.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePatternMatcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/RuleTagToken.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/TokenTagToken.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Tree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Trees.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/XPath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/XPathLexer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/assertpy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/collection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/contains.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/date.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/dict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/dynamic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/exception.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/extracting.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/file.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/numeric.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/snapshot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/string.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/default_dynamic_naming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/dummy_entities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/noop_traceid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/trace_header.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/connector.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampling_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/reservoir.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/default_streaming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/element.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/callbacks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/css_sanitizer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/html5lib_shim.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/linkifier.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/parse_shim.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/sanitizer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/cacheutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/debugutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/deprutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/dictutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/easterutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ecoutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/excutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/fileutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/formatutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/funcutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/gcutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ioutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/iterutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/jsonutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/listutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mathutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mboxutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/namedutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/pathutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/queueutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/setutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/socketutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/statsutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/strutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tableutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tbutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/timeutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/typeutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/urlutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth_handler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/ec2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/elb/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/exception.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/layer1.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/plugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/regioninfo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/acl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlogging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/cors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/deletemarker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/key.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/keyfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/lifecycle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multidelete.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multipart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/prefix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/tagging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/user.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/website.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/account_updater_daily_report.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ach_mandate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/amex_express_checkout_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/android_pay_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_options.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/attribute_getter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/bin_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/braintree_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/configuration.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_status_transitioned.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credentials_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/descriptor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement_detail.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/evidence.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/paypal_message.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/status_history.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/enriched_customer_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/environment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_codes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/europe_bank_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authentication_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authorization_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/braintree_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/configuration_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/gateway_timeout_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/connection_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/invalid_response_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/timeout_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_challenge_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_signature_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/not_found_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/request_timeout_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/server_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/service_unavailable_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/test_operation_performed_in_production_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/too_many_requests_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/unexpected_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/upgrade_required_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_input.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_payload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitated_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitator_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/iban_bank_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ids_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/liability_shift.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_completed.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_expired.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_funded.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_reversed.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/masterpass_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/modification.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/montary_amount.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/package_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_collection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/partner_merchant.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_customer_data_updated_metadata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_here.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/processor_response_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource_collection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/revoked_payment_method_metadata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/risk_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/samsung_pay_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/sepa_direct_debit_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/sepa_direct_debit_account_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/signature_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/status_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_status_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/successful_result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/authentication_ids.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/credit_card_defaults.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/credit_card_numbers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/merchant_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/nonces.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/venmo_sdk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/testing_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/three_d_secure_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_amounts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_review.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/crypto.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/generator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/graphql_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/http.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/xml_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error_collection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/venmo_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/venmo_profile_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/visa_checkout_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/func.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/keys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/davclient.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/cdav.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/dav.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/ical.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/namespace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/requests.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/capturer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/backend_ctypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cffi_opcode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/commontypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/ffiplatform.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/lock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/pkgconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/recompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/setuptools_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/metadata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/renderer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/click_default_group.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansitowin32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/initialise.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/win32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/winterm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/blocks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/cmark.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/dump.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/entitytrans.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/inlines.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/node.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/console_menu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_borders.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_margins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_padding.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_style.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/command_item.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/external_item.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/function_item.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/selection_item.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/submenu_item.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_component.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_formatter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/multiselect_menu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/prompt_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/screen.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/selection_menu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/regex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/url.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/croniter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/conf.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/fasttext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/langdetect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/language_mapping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/freshness_date_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/dictionary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/loader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/locale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/validation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/detection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/text_detection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezone_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezones.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/strptime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/settings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/decorator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/ElementTree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/cElementTree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/expatbuilder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/expatreader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/lxml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/minidom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/pulldom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/sax.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/xmlrpc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/container.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/daemon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/exec_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/image.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/network.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/plugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/secret.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/swarm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/volume.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/auth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/context.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/store.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/configs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/containers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/images.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/networks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/nodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/plugins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/secrets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/services.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/swarm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/volumes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/tls.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/basehttpadapter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/npipeconn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/npipesocket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/sshconn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/unixconn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/containers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/daemon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/healthcheck.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/networks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/services.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/swarm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/decorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/fnmatch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/json_stream.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/ports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/proxy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/socket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/examples.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/frontend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/io.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/nodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/null.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/admonitions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/body.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/images.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/misc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/parts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/references.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/tables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/tableparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/doctree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/pep.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/standalone.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/statemachine.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/roman.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/docutils_xml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html4css1.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html5_polyglot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/latex2e.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/manpage.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/null.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pep_html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/entrypoints.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/checksum.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/compiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/inclusion.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/injector.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/publisher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/registry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/wsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/first.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/flake8_2020.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/bugbear.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/flake8_builtins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/flake8_docstrings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/_compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/api/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/api/legacy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/checker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/defaults.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/discover_files.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/_windows_color.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/default.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/cli.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/options.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/aggregator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/manager.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/parse_args.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/finder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/pycodestyle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/pyflakes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/reporter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/processor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/statistics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/style_guide.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/violation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/_fonttools_shims.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/actions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/annotations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/bidi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/deprecation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/drawing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/encryption.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/enums.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fonts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fpdf.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/graphics_state.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_datastructures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/line_break.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/linearization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/output.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/prefs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/sign.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/svg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/table.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/text_region.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameDecorator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameIterator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/printing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/prompt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/unwinder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/xmethod.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_abstract_linkable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/loop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/watcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_fileobjectcommon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_greenlet_primitives.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_hub_local.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_hub_primitives.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ident.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_imap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_monitor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_threading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_waiter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/ares.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/backdoor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/baseserver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/fileobject.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/greenlet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/hub.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/corecext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/corecffi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/watcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/loop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/watcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/local.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/lock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/os.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pywsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/ares.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/blocking.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/cares.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/dnspython.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver_ares.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver_thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/select.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/selectors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/signal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/socket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/ssl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/subprocess.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/threadpool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/time.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/timeout.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/win32util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/test_cases/check_greenlet.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/_greenlet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_inputstream.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_tokenizer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/lint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/optionaltags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/sanitizer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/whitespace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/html5parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/serializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/genshi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/sax.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/dom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree_lxml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/dom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree_lxml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/genshi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/auth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/certs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/case.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/adapters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/approle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/aws.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/azure.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/cert.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/gcp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/github.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/jwt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/kubernetes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/ldap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/legacy_mfa.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/oidc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/okta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/radius.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/userpass.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/active_directory.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/aws.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/azure.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/consul.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/database.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/gcp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/identity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv_v1.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv_v2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/ldap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/pki.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/rabbitmq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/ssh.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/transform.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/transit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/audit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/auth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/capabilities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/health.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/init.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/key.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/leader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/lease.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/mount.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/namespace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/policies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/policy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/quota.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/raft.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/seal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/system_backend_mixin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/wrapping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/vault_api_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/vault_api_category.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/aws_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/approle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/aws.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/azure.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/gcp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/identity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/transit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/v1/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/ibm_db.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/@tests/test_cases/check_cal.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/cal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/caselessdict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser_tools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/prop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone_cache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/tools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/windows_to_olson.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/api_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/rest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/rest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_pages.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_table.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/labels_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/users_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/point.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/retry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/configuration.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/block.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/buckets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/checks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dialect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/field.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/file.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/health_check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/identifier.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_update.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/language_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/log_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/model_property.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/node.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organizations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/property_key.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ready.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replications.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/runs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_language.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scripts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/sources.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/statement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tasks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/users.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_links.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/views.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/extras.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/rest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/_base_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/backup_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/cells_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/checks_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/config_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/delete_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/health_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/labels_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ping_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/query_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ready_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/replications_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/resources_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/restore_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/routes_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/rules_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/setup_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signin_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signout_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/sources_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/templates_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/users_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/variables_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/views_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/write_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/inifile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/ast.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/functions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_keywords.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_keywords.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/cli.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_generic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attrDef.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attribute.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/cursor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/entry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/objectDef.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/pooling.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/rdns.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/results.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/timezone.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/tls.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/usage.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/addMembersToGroups.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/modifyPassword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/removeMembersFromGroups.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/unlockAccount.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/addMembersToGroups.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/checkGroupsMemberships.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/endTransaction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/getBindDn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/listReplicas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasGetUniversalPassword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasSetUniversalPassword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/partition_entry_count.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/removeMembersFromGroups.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/replicaInfo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/startTransaction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/operation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PagedSearch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/modifyPassword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/whoAmI.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/abandon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/add.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/bind.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/compare.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/delete.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/extended.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modify.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modifyDn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/unbind.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/controls.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/convert.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/standard.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/microsoft.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/novell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/oid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/persistentSearch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2696.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2849.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc3062.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4511.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4512.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4527.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/digestMd5.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/external.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/kerberos.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/plain.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/sasl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ad2012R2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ds389.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir888.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir914.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/slapd24.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asyncStream.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asynchronous.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/ldifProducer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockAsync.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockBase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockSync.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/restartable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/reusable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeRestartable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeSync.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/sync.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/asn1.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ciDict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/conv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/dn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/hashed.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ntlm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/port_validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/repr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/uri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sass.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/builder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/distutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/wsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/lzstring/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/backports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/mock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/mypy_extensions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_mysql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/connections.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CLIENT.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CR.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/ER.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FIELD_TYPE.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FLAG.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/converters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/release.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/times.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/algorithm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/generate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/method.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/non_secure_generate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/resources.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/cli.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/subnet_splitter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/ieee.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/fbsocket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/glob.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/iana.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/nmap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/rfc1924.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/sets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui48.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui64.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv4.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv6.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/test_cases/check_dispatch_decorator.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clique.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/matching.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/maxcut.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/ramsey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/vertex_cover.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/connectivity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/correlation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/neighbor_degree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/pairs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/asteroidal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/basic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/centrality.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/covering.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/generators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matching.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/projection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/redundancy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/boundary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bridges.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/closeness.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness_subset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_closeness.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/degree_alg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/dispersion.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/flow_matrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/group.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/harmonic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/katz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/laplacian.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/load.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/percolation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/reaching.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/second_order.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/trophic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/voterank_alg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/chains.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/chordal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/clique.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cluster.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/equitable_coloring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/greedy_coloring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/communicability_alg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/centrality.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/community_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kclique.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/label_propagation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/louvain.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/lukes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/modularity_max.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/quality.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/attracting.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/biconnected.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/connected.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/semiconnected.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/strongly_connected.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/weakly_connected.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/connectivity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/cuts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/disjoint_paths.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/edge_augmentation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/edge_kcomponents.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/kcomponents.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/kcutsets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/stoerwagner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/covering.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cuts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cycles.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/d_separation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dag.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/distance_measures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/distance_regular.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dominance.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dominating.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/efficiency_measures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/euler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/boykovkolmogorov.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/capacityscaling.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/dinitz_alg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/edmondskarp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/gomory_hu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/maxflow.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/mincost.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/networksimplex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/preflowpush.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/shortestaugmentingpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/graph_hashing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/graphical.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/hierarchy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/hybrid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isolate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/ismags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/isomorph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/isomorphvf2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/matchhelpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/temporalisomorphvf2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/tree_isomorphism.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/vf2pp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/vf2userfunc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/hits_alg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/pagerank_alg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_prediction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/lowest_common_ancestors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/matching.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/minors/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/minors/contraction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/mis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/moral.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/node_classification.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/non_randomness.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/all.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/binary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/product.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/unary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/planar_drawing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/planarity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/polynomials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/reciprocity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/regular.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/richclub.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/astar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/dense.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/generic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/unweighted.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/weighted.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/similarity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/simple_paths.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/smallworld.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/smetric.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/sparsifiers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/structuralholes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/summarization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/swap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/threshold.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tournament.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/breadth_first_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/depth_first_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/edgebfs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/edgedfs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/branchings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/coding.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/decomposition.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/mst.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/operations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/recognition.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/triads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/vitality.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/voronoi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/wiener.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/coreviews.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/digraph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/filters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/function.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/graph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/graphviews.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/multidigraph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/multigraph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/reportviews.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/convert.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/convert_matrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/layout.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_agraph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_latex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_pydot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_pylab.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/exception.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/atlas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/classic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/cographs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/community.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/degree_seq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/directed.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/duplication.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/ego.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/expanders.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/geometric.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/harary_graph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/internet_as_graphs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/intersection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/interval_graph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/joint_degree_seq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/lattice.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/line.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/mycielski.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/nonisomorphic_trees.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/random_clustered.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/random_graphs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/small.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/social.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/spectral_graph_forge.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/stochastic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/sudoku.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/trees.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/triads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/lazy_imports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/algebraicconnectivity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/attrmatrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/bethehessianmatrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/graphmatrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/laplacianmatrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/modularitymatrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/spectrum.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/adjlist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/edgelist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/gexf.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/gml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/graph6.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/graphml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/adjacency.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/cytoscape.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/tree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/leda.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/multiline_adjlist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/p2g.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/pajek.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/sparse6.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/relabel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/backends.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/decorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/heaps.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/mapped_queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/misc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/random_sequence.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/rcm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/union_find.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/authorization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/parameters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/request_validator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/pre_configured.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/refresh_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/olefile/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/olefile/olefile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_base_descriptors.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_nested_descriptors.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/_constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/_writer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/cell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/read_only.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/rich_text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_3d.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/area_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/axis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/bar_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/bubble_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/chartspace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/data_source.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/descriptors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/error_bar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/label.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/layout.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/legend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/line_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/marker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/picture.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/pie_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/pivot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/plotarea.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/print_settings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/radar_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/reader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/reference.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/scatter_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/series.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/series_factory.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/shapes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/stock_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/surface_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/title.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/trendline.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/updown_bars.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/chartsheet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/custom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/protection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/publish.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/relation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/views.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/author.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/comment_sheet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/comments.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/shape_writer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/numbers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/product.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/singleton.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/strings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/container.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/excel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/namespace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/nested.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/sequence.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/serialisable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/slots.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/colors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/connector.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/drawing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/effect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/fill.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/geometry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/graphic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/image.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/line.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/picture.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/relation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/spreadsheet_drawing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/xdr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/formatting.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/rule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/tokenizer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/translate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/custom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/extended.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/interface.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/manifest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/relationship.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/workbook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/cache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/fields.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/record.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/table.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/drawings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/excel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/strings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/workbook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/alignment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/borders.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/builtins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/cell_style.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/colors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/differential.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/fills.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/fonts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/named_styles.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/numbers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/protection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/proxy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/styleable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/stylesheet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/table.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/bound_dictionary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/cell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/dataframe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/datetime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/escape.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/formulas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/indexed_list.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/inference.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/protection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/units.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/_writer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/child.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/defined_name.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/external.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_reference.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/function_group.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/protection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/smart_tags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/views.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/web.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/workbook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_read_only.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_reader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_write_only.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_writer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_range.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_watch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/controls.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/copier.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/custom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/datavalidation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/dimensions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/drawing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/filters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/formula.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/merge.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/ole.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/page.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/picture.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/print_settings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/protection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/related.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/scenario.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/smart_tag.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/table.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/views.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/excel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/theme.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/functions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/tags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/api_check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/scope_check.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/logs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/binary_propagator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/context.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/propagator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/span.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/text_propagator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/tracer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/propagation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_manager.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/asyncio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/contextvars.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/gevent.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/tornado.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/span.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tracer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/matcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/packettypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/publish.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/reasoncodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribeoptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_strategy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ber.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/channel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/compress.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/dsskey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ed25519key.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/file.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/hostkeys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_curve25519.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_ecdh_nist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group1.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group14.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group16.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gss.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/message.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/packet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pipe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/primes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/proxy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/rsakey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_attr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_file.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_handle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_si.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_exception.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_openssh.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/expressions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/grammar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/nodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/test_cases/check_bcrypt_using_rounds.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apps.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/context.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/_gen_files.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_md4.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/des.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/digest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_gen_files.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_salsa.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/exc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/models.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/argon2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/bcrypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/cisco.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/des_crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/digests.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/django.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/fshp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/ldap_digests.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/md5_crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/misc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/mssql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/mysql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/oracle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/pbkdf2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/phpass.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/postgres.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/roundup.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/scram.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/scrypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sha1_crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sha2_crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/windows.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/hash.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/hosts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ifc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/pwd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/registry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/totp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/binary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/compat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/compat/_ordered_dict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/decor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/des.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/handlers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/md4.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/pbkdf2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/win32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/store.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/peewee.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/flask_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/ANSI.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/FSM.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/_async.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/expect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/fdpexpect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/popen_spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pty_spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pxssh.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/replwrap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/run.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/screen.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/socket_pexpect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/spawnbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/asyncio_connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/base_connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/blocking_connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/gevent_connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/select_connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/tornado_connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/twisted_connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/connection_workflow.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/io_services_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/nbio_interface.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/amqp_object.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/callback.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/channel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/delivery_mode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/diagnostic_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exchange_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/frame.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/heartbeat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/spec.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/tcp_socket_opts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/portpicker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psaix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psosx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psposix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pssunos.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_linux.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_osx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_posix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_windows.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pswindows.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_connect.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_extensions.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_psycopg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_range.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errorcodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extensions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extras.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/pool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/sql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/decoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/encoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/eoo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/decoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/encoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/decoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/encoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/decoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/encoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/streaming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/integer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/octets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/char.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/constraint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedtype.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedval.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/opentype.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tag.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tagmap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/univ.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/useful.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/pyaudio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/coco.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/cocoeval.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/mask.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/pycurl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/farmhash.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/pyflakes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_libgit2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_pygit2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_run.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blame.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blob.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/branches.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/callbacks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/enums.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/ffi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/filter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/index.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/legacyenums.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/packbuilder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/references.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/refspec.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/remotes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/repository.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/settings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/submodules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/splash.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/_parent.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/win32/versioninfo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/bks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/jks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc2898.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc7292.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/sun_crypto.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/_dummy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rfc2217.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rs485.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialcli.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialjava.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialposix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialwin32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/threaded/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/hexlify_codec.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_linux.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_osx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_posix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_windows.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/miniterm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_alt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_cp2110.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_hwgrep.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_loop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_rfc2217.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_socket.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_spy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/win32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/cronlog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontab.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontabs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_inheritance.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_relativedelta.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/easter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/rrule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/_asn1.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/cryptography_backend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/ecdsa_backend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/native.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/rsa_backend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jws.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__version__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/X.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/XK.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xatom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xcursorfont.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/_typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/display.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/composite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/damage.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/dpms.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/ge.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/nvcontrol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/randr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/record.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/res.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/screensaver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/security.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/shape.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xfixes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinerama.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinput.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xtest.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/apl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/arabic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/cyrillic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/greek.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/hebrew.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/katakana.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/korean.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin1.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin3.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin4.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/miscellany.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/publishing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/special.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/technical.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/thai.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xf86.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xk3270.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xkb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/display.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/rq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/structs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/rdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/connect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/lock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/unix_connect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/vms_connect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/threaded.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xauth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/colormap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/cursor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/drawable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/fontable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/icccm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/resource.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/lazy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/reference.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzinfo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/_win32typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/afxres.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/commctrl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/dde.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/isapicon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/simple.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/threaded_extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmapfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmsystem.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/ntsecuritycon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/odbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/perfmon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythoncom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/dde.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32ui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32uiole.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pywintypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/regutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/servicemanager.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/sspicon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/timer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win2kras.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/_wincerapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/afxres.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/commctrl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/mmsystem.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/ntsecuritycon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/pywintypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/regutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/sspicon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win2kras.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32con.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32cryptcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32evtlogutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32gui_struct.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32inetcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32netcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32pdhquery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32serviceutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32timezone.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winerror.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winioctlcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winnt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winperf.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winxptheme.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/mmapfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/odbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/perfmon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/servicemanager.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/timer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32clipboard.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32console.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32cred.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32evtlog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32file.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32gui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32help.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32inet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32job.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32lz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32net.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pdh.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pipe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32print.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32process.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32profile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ras.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32security.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32trace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32transaction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32wnet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/winxpgui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32clipboard.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsicon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/authorization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/axcontrol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/adb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/axdebug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/codecontainer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/contexts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/debugger.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/documents.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/expressions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/gateways.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/stackframe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/asputil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/axscript.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/axsite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/bits.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/dynamic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/gencache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/directsound.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifilter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifiltercon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/inetcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/internet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/_exchdapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/emsabtags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/exchange.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapitags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapiutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/olectl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/propsys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/pscon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/connect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/dispatcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/exception.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/policy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shellcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/storagecon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/taskscheduler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/universal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsicon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/authorization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/axcontrol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/adb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/axdebug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/codecontainer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/contexts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/debugger.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/documents.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/expressions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/gateways.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/stackframe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/asputil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/axscript.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/pyscript.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/axsite.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/bits.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/directsound.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifilter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifiltercon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/inetcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/internet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/_exchdapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/emsabtags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/exchange.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapitags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapiutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/propsys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/pscon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shell.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shellcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/taskscheduler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32con.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32console.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cred.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32crypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cryptcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlogutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32file.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui_struct.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32help.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inetcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32job.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32lz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32net.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32netcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdh.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdhquery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pipe.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32print.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32process.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32profile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ras.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32security.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32serviceutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32timezone.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32trace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32transaction.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32uiole.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32wnet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winerror.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winioctlcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winnt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winperf.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxpgui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxptheme.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/@tests/test_cases/check_IniFile.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/BaseDirectory.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/DesktopEntry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/IconTheme.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/IniFile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Locale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Menu.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/MenuEditor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Mime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/RecentFiles.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/qrbill/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/qrbill/bill.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/LUT.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/console_scripts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pure.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styledpil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/colormasks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/pil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/svg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/svg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/release.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/test_cases/check_xadd.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/cluster.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/lock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/retry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/sentinel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/backoff.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/cluster.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/commands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/cluster.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/commands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/edge.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/node.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/query_result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/commands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/decoders.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/redismodules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/aggregation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/commands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/query.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/sentinel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/retry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/sentinel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/test_cases/check_finditer.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/@tests/test_cases/check_tables.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code128.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code39.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code93.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/dmtx.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/eanbc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/ecc200datamatrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/fourstate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/lto.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/qr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/qrencoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/usps.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/usps4s.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/widgets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/areas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/axes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/barcharts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/dotbox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/doughnut.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/legends.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/linecharts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/lineplots.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/markers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/piecharts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/slidebox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/spider.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/textlabels.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/utils3d.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPDF.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPM.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPS.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderSVG.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/bubble.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/clustered_bar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/clustered_column.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/excelcolors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/exploded_pie.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/filled_radar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/line_chart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/linechart_with_markers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/radar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/runall.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter_lines.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter_lines_markers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/simple_pie.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/stacked_bar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/stacked_column.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/shapes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/svgpath.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/transform.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgetbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/adjustableArrow.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/eventcal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/flags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/grids.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/markers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/signsandsymbols.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/table.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/PyFontify.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/abag.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/arciv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/attrmap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/boxstuff.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/codecharts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/colors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/corp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/enums.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/extformat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/fontfinder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/fonts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/formatters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/geomutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/logger.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/normalDate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pagesizes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pdfencrypt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pygments2xpre.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/randomtext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rl_accel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rl_safe_eval.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rltempfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rparsexml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/sequencer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/styles.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/testutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/textsplit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/units.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/validators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/yaml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/acroform.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/cidfonts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfdoc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfform.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfmetrics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfpattern.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/rl_codecs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/ttfonts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/canvas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pathobject.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pdfgeom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pdfimages.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/textobject.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/doctemplate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/figures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/flowables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/frames.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/multicol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/para.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/paragraph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/paraparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/tableofcontents.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/tables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/xpreformatted.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/rl_config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/rl_settings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/douban.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/ebay.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/facebook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/fitbit.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/instagram.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/mailchimp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/plentymarkets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/slack.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/weibo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_auth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_session.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_auth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__version__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/certs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/help.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/sessions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/status_codes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/structures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/common_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/data_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/debug_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/error_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/query_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/raw_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/sc2api_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/score_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/spatial_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/ui_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/groupby.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/moves.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/plot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/properties.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/rules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/scales.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/subplots.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/area.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/bar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/dot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/line.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/aggregation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/counting.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/density.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/order.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/regression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/algorithms.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/axisgrid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/categorical.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/cm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/crayons.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/xkcd_rgb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/distributions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/appdirs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/docscrape.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/husl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/kde.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/matrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/miscplot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/objects.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/palettes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/rcmod.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/regression.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/relational.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/widgets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_distutils.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_protocols.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/_modified.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/cmd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist_rpm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_clib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_scripts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dep_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/filelist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/sysconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/markers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/requirements.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/specifiers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/_modified.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/alias.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_wheel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/develop.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/editable_wheel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/setopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py310.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py%%PYTHON_SUFFIX%%.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py311.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py39.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/expand.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/pyprojecttoml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/setupcfg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/depends.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/discovery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/glob.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/installer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/launch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/logging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/modified.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/warnings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/wheel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/windows_support.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_enum.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_geometry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_ragged_array.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/affinity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/cga.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/polylabel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/constructive.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/coordinates.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/coords.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/creation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/decorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/collection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/geo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/linestring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multilinestring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multipoint.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multipolygon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/point.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/polygon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geos.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/io.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/linear.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/measurement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/ops.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/plotting.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/predicates.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/prepared.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/set_operations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/speedups.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/strtree.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/testing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/validation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/vectorized/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/wkb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/wkt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/test_cases/check_simplejson.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/decoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/encoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/raw_json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/scanner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/singledispatch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/BaseHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/CGIHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/SimpleHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_dummy_thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/builtins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/cPickle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/collections_abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/configparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/copyreg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_multipart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_nonmultipart.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_text.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_entities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookiejar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/reprlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/socketserver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_commondialog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_dialog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_filedialog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_tkfiledialog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_ttk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/parse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/robotparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_parse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_robotparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/serialize.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/str2bool/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/str2bool/str2bool/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/_aliases.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/allocation_description_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/log_memory_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/summary_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_description_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_shape_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_slice_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/types_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/variable_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/versions_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/bfc_memory_map_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/cluster_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/coordination_config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/distributed_runtime_payloads_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/graph_debug_info_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/compilation_result_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/dynamic_padding_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/optimization_parameters_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/topology_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/tpu_embedding_configuration_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/trackable_object_graph_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/transport_options_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/verifier_config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/event_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/memmapped_file_system_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/saved_tensor_slice_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/experimental.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/dtypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/experimental/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/feature_column/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/initializers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/gfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/activations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/constraints.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/initializers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/layers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/losses.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/metrics.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/regularizers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/math.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/versions_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/sparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/decoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/encoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/ordered.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/toposort.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_dist_ver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_monitor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_gui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_notebook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_pandas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/asyncio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/auto.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/autonotebook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/cli.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/bells.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/concurrent.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/discord.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/itertools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/logging.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/slack.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/telegram.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/utils_worker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/dask.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/gui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/keras.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/notebook.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/rich.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/std.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/translationstring/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/uwsgi.ini %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgidecorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/ujson.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/__version__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/patch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/untangle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/usersettings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/behavior.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/change_tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/hcalendar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/icalendar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/ics_diff.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/vcard.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/win32tz.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/adjustments.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/buffers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/channel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/proxy_headers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/receiver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/rfc7230.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/runner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/task.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/trigger.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/utilities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/wasyncore.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/apply.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/patch.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/snippets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/algeria.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/angola.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/benin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/ivory_coast.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/kenya.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/madagascar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/mozambique.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/nigeria.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/sao_tome.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/south_africa.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/tunisia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/argentina.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/barbados.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/brazil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/canada.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/chile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/colombia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/el_salvador.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/mexico.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/panama.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/paraguay.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/china.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/hong_kong.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/israel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/japan.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/kazakhstan.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/malaysia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/philippines.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/qatar.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/singapore.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/south_korea.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/taiwan.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/astronomy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/austria.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belarus.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belgium.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/bulgaria.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cayman_islands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/croatia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cyprus.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/czech_republic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/denmark.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/estonia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/european_central_bank.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/finland.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/france.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/georgia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/germany.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/greece.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/guernsey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/hungary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/iceland.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ireland.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/italy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/latvia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/lithuania.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/luxembourg.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/malta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/monaco.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/netherlands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/norway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/poland.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/portugal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/romania.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/russia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/autumn_holiday.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/fair_holiday.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/spring_holiday.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/victoria_day.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/serbia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovakia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovenia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/spain.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/sweden.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/switzerland.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/turkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ukraine.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/united_kingdom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/australia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/marshall_islands.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/new_zealand.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/precomputed_astronomy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry_tools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/skyfield_astronomy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alabama.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alaska.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/american_samoa.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arizona.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arkansas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/california.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/colorado.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/connecticut.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/delaware.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/district_columbia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/florida.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/georgia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/guam.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/hawaii.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/idaho.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/illinois.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/indiana.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/iowa.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kansas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kentucky.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/louisiana.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maine.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maryland.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/massachusetts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/michigan.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/minnesota.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/mississippi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/missouri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/montana.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nebraska.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nevada.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_hampshire.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_jersey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_mexico.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_york.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_carolina.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_dakota.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/ohio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oklahoma.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oregon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/pennsylvania.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/rhode_island.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_carolina.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_dakota.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/tennessee.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/texas.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/utah.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/vermont.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/virginia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/washington.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/west_virginia.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wisconsin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wyoming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/wurlitzer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/xmltodict.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/zstd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/feedback.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/frequency_lists.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/matching.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.24.5.pyz %%DATADIR%%/plugins/python-ce/lib/python-ce.jar %%DATADIR%%/plugins/python-ce/lib/python-common.jar %%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar %%DATADIR%%/plugins/qodana/lib/qodana.jar %%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar %%DATADIR%%/plugins/react/lib/react.jar %%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar %%DATADIR%%/plugins/restClient/lib/restClient.jar %%DATADIR%%/plugins/rider-plugins-clion-radler-cwm/lib/rider-plugins-clion-radler-cwm.jar %%DATADIR%%/plugins/rider-plugins-cpp-debugger/lib/rider-plugins-cpp-debugger.jar -%%DATADIR%%/plugins/rml-dfa-plugin/lib/rml-dfa-plugin.jar %%DATADIR%%/plugins/sass/lib/sass.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar %%DATADIR%%/plugins/sh/lib/sh.jar +%%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar %%DATADIR%%/plugins/styled-components/lib/styled-components.jar %%DATADIR%%/plugins/stylelint/lib/stylelint.jar %%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar %%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server %%DATADIR%%/plugins/tailwindcss/server/version.txt %%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar %%DATADIR%%/plugins/tasks/lib/tasks-core.jar %%DATADIR%%/plugins/terminal/lib/terminal.jar %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash %%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash %%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish %%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish %%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 %%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv %%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh %%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md %%DATADIR%%/plugins/textmate/lib/bundles/adoc/asciidoc-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/adoc/package.json %%DATADIR%%/plugins/textmate/lib/bundles/adoc/snippets/snippets.json %%DATADIR%%/plugins/textmate/lib/bundles/adoc/syntaxes/Asciidoctor.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json %%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json %%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage %%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md %%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json %%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json %%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/css/package.json %%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist %%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json %%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/go/package.json %%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md %%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json %%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/html/package.json %%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/java/package.json %%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md %%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/json/package.json %%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md %%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json %%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/kconfig/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/kconfig/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/kconfig/package.json %%DATADIR%%/plugins/textmate/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json %%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist %%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet %%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet %%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt %%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt %%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/less/package.json %%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/log/package.json %%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/make/package.json %%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/license %%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json %%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json %%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/php/package.json %%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json %%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json %%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/python/package.json %%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/r/package.json %%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md %%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json %%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md %%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md %%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json %%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json +%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json %%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md %%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md %%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt %%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json %%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/textmate.jar %%DATADIR%%/plugins/toml/lib/toml.jar %%DATADIR%%/plugins/tslint/js/convert-tslint-config.js %%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js %%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js %%DATADIR%%/plugins/tslint/js/utils.js %%DATADIR%%/plugins/tslint/lib/tslint.jar %%DATADIR%%/plugins/uml/lib/uml-support.jar %%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar +%%DATADIR%%/plugins/vcs-github-ultimate/lib/vcs-github.jar %%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar %%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar %%DATADIR%%/plugins/vitejs/lib/vitejs.jar %%DATADIR%%/plugins/vuejs/lib/vuejs.jar +%%DATADIR%%/plugins/vuejs/vue-language-server/.gitignore +%%DATADIR%%/plugins/vuejs/vue-language-server/README.md +%%DATADIR%%/plugins/vuejs/vue-language-server/bin/vue-language-server.js +%%DATADIR%%/plugins/vuejs/vue-language-server/build.js +%%DATADIR%%/plugins/vuejs/vue-language-server/package-lock.json +%%DATADIR%%/plugins/vuejs/vue-language-server/package.json %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/LICENSE %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode_codepoint.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/encode.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/index.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/decode.json %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/entities.json %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/legacy.json %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/xml.json %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/package.json %%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/readme.md %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/LICENSE %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/README.md %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/FeedHandler.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Parser.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Tokenizer.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/WritableStream.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/index.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/package.json %%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/index.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/package.json %%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js %%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js %%DATADIR%%/plugins/webComponents/lib/webComponents.jar %%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar %%DATADIR%%/plugins/webpack/lib/webpack.jar %%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar %%DATADIR%%/plugins/xpath/lib/xpath.jar %%DATADIR%%/plugins/yaml/lib/client/yaml-frontend.jar %%DATADIR%%/plugins/yaml/lib/yaml-editing.jar %%DATADIR%%/plugins/yaml/lib/yaml.jar %%DATADIR%%/product-info.json share/man/man1/clion.1.gz