diff options
Diffstat (limited to 'editors')
23 files changed, 9303 insertions, 1524 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 0ce4f3d59805..9dbf077b45c6 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -1,22 +1,21 @@ PORTNAME= ghex -PORTVERSION= 46.2 +PORTVERSION= 46.3 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME hex editor -WWW= https://wiki.gnome.org/Apps/Ghex +WWW= https://gitlab.gnome.org/GNOME/ghex LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext desktop-file-utils gnome meson pkgconfig tar:xz -USE_GNOME= glib20 gtk40 libadwaita introspection:build +USES= desktop-file-utils gettext-tools gnome meson pkgconfig tar:xz +USE_GNOME= cairo glib20 gtk40 introspection:build libadwaita USE_LDCONFIG= yes -INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.GHex.gschema.xml @@ -24,5 +23,4 @@ GLIB_SCHEMAS= org.gnome.GHex.gschema.xml MESON_ARGS= -Dmmap-buffer-backend=false \ -Ddirect-buffer-backend=false - .include <bsd.port.mk> diff --git a/editors/ghex/distinfo b/editors/ghex/distinfo index 82c33d3b8f00..5fe0c5457457 100644 --- a/editors/ghex/distinfo +++ b/editors/ghex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741872246 -SHA256 (gnome/ghex-46.2.tar.xz) = a8f276a36397a70d20b862ff7c664243d9cf2891deb9be06d745a4f1ac661f31 -SIZE (gnome/ghex-46.2.tar.xz) = 920680 +TIMESTAMP = 1753117059 +SHA256 (gnome/ghex-46.3.tar.xz) = ea16595dfba0a97b55dd106305d56ba2baee95de0b13b75e75966cc31f9b3ec9 +SIZE (gnome/ghex-46.3.tar.xz) = 922460 diff --git a/editors/ghex/pkg-plist b/editors/ghex/pkg-plist index dea77d553d76..6201f4bf6946 100644 --- a/editors/ghex/pkg-plist +++ b/editors/ghex/pkg-plist @@ -6,7 +6,7 @@ include/gtkhex-4/hex-document.h lib/girepository-1.0/Hex-4.typelib lib/libgtkhex-4.so lib/libgtkhex-4.so.1 -lib/libgtkhex-4.so.1.8.0 +lib/libgtkhex-4.so.1.8.1 libdata/pkgconfig/gtkhex-4.pc share/applications/org.gnome.GHex.desktop share/gir-1.0/Hex-4.gir diff --git a/editors/gomate/Makefile b/editors/gomate/Makefile index b8a161830d86..db51763a6d3c 100644 --- a/editors/gomate/Makefile +++ b/editors/gomate/Makefile @@ -1,6 +1,6 @@ PORTNAME= gomate DISTVERSION= g20170711 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= editors MAINTAINER= fabian.freyer@physik.tu-berlin.de diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index 92fda6499227..0b19128cec57 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,7 +1,6 @@ PORTNAME= lapce DISTVERSIONPREFIX= v -DISTVERSION= 0.4.4 # Cargo.lock patched: `make patch cargo-crates` -PORTREVISION= 1 +DISTVERSION= 0.4.5 # Cargo.lock patched: `make patch cargo-crates` CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org @@ -44,5 +43,6 @@ post-install: post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cargo-crates/fontdb-0.16.2/src/lib.rs + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cargo-crates/fontdb-0.23.0/src/lib.rs .include <bsd.port.mk> diff --git a/editors/lapce/Makefile.crates b/editors/lapce/Makefile.crates index f8f9fc59b1ad..93a43dde5e32 100644 --- a/editors/lapce/Makefile.crates +++ b/editors/lapce/Makefile.crates @@ -133,7 +133,6 @@ CARGO_CRATES= Inflector-0.11.4 \ dirs-sys-0.3.7 \ dirs-sys-next-0.1.2 \ dispatch-0.2.0 \ - dispatch2-0.2.0 \ dispatch2-0.3.0 \ displaydoc-0.2.5 \ dlib-0.5.2 \ @@ -429,7 +428,7 @@ CARGO_CRATES= Inflector-0.11.4 \ renderdoc-sys-1.1.0 \ reqwest-0.11.27 \ resvg-0.45.1 \ - rfd-0.15.3 \ + rfd-0.15.4 \ rgb-0.8.36 \ roxmltree-0.19.0 \ roxmltree-0.20.0 \ @@ -489,9 +488,9 @@ CARGO_CRATES= Inflector-0.11.4 \ strict-num-0.1.1 \ strsim-0.10.0 \ strum-0.26.3 \ - strum-0.27.1 \ + strum-0.27.2 \ strum_macros-0.26.4 \ - strum_macros-0.27.1 \ + strum_macros-0.27.2 \ svgtypes-0.15.3 \ swash-0.2.5 \ syn-1.0.109 \ @@ -630,7 +629,7 @@ CARGO_CRATES= Inflector-0.11.4 \ wiggle-macro-14.0.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ + winapi-util-0.1.10 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winch-codegen-0.12.2 \ windows-0.44.0 \ @@ -723,12 +722,12 @@ CARGO_CRATES= Inflector-0.11.4 \ zvariant_utils-3.2.0 \ structdesc@git+https://github.com/lapce/structdesc?rev=bb56969f22fdb2c2d6c03f158fd4a2bdc983b659\#bb56969f22fdb2c2d6c03f158fd4a2bdc983b659 \ psp-types@git+https://github.com/lapce/psp-types?rev=f7fea28f59e7b2d6faa1034a21679ad49b3524ad\#f7fea28f59e7b2d6faa1034a21679ad49b3524ad \ - floem,floem-editor-core,floem_reactive,floem_renderer,floem_tiny_skia_renderer,floem_vger_renderer@git+https://github.com/lapce/floem?rev=abe59206013a3d700d861ccff3439d94ad3e2c45\#abe59206013a3d700d861ccff3439d94ad3e2c45 \ alacritty_terminal@git+https://github.com/alacritty/alacritty?rev=cacdb5bb3b72bad2c729227537979d95af75978f\#cacdb5bb3b72bad2c729227537979d95af75978f \ wasi-experimental-http-wasmtime@git+https://github.com/lapce/wasi-experimental-http\#21419eb785cb583ead180f25a9685fa16de7f326 \ human-sort@git+https://github.com/dragazo/human-sort?rev=1e74db1e09e8194ba88ad983723cf6f8b0c365da\#1e74db1e09e8194ba88ad983723cf6f8b0c365da \ floem-vger@git+https://github.com/lapce/vger-rs.git?rev=3206d47ec1e30b645ddcb0687036ba3e1f0d98ec\#3206d47ec1e30b645ddcb0687036ba3e1f0d98ec \ dpi,winit@git+https://github.com/rust-windowing/winit?rev=ee245c569d65fdeacf705ee5eedb564508d10ebe\#ee245c569d65fdeacf705ee5eedb564508d10ebe \ + floem,floem-editor-core,floem_reactive,floem_renderer,floem_tiny_skia_renderer,floem_vger_renderer@git+https://github.com/lapce/floem?rev=e0dd862564e3afbad5cba8ebe60df166a7a41e56\#e0dd862564e3afbad5cba8ebe60df166a7a41e56 \ muda@git+https://github.com/tauri-apps/muda?rev=8e986af3cea96a729413abc75c3702dec3990bd2\#8e986af3cea96a729413abc75c3702dec3990bd2 \ tracing,tracing-appender,tracing-attributes,tracing-core,tracing-log,tracing-subscriber@git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704\#908cc432a5994f6e17c8f36e13c217dc40085704 \ regalloc2@git+https://github.com/bytecodealliance/regalloc2?rev=5d79e12d0a93b10fc181f4da409b4671dd365228\#5d79e12d0a93b10fc181f4da409b4671dd365228 \ diff --git a/editors/lapce/distinfo b/editors/lapce/distinfo index d3f132b2b267..d6c6da39c26c 100644 --- a/editors/lapce/distinfo +++ b/editors/lapce/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1756581753 +TIMESTAMP = 1757153410 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/ab_glyph-0.2.21.crate) = 5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39 @@ -269,8 +269,6 @@ SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6f SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 SHA256 (rust/crates/dispatch-0.2.0.crate) = bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b SIZE (rust/crates/dispatch-0.2.0.crate) = 10229 -SHA256 (rust/crates/dispatch2-0.2.0.crate) = 1a0d569e003ff27784e0e14e4a594048698e0c0f0b66cabcb51511be55a7caa0 -SIZE (rust/crates/dispatch2-0.2.0.crate) = 38637 SHA256 (rust/crates/dispatch2-0.3.0.crate) = 89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec SIZE (rust/crates/dispatch2-0.3.0.crate) = 54606 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 @@ -861,8 +859,8 @@ SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961ab SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 SHA256 (rust/crates/resvg-0.45.1.crate) = a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43 SIZE (rust/crates/resvg-0.45.1.crate) = 78002 -SHA256 (rust/crates/rfd-0.15.3.crate) = 80c844748fdc82aae252ee4594a89b6e7ebef1063de7951545564cbc4e57075d -SIZE (rust/crates/rfd-0.15.3.crate) = 54977 +SHA256 (rust/crates/rfd-0.15.4.crate) = ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed +SIZE (rust/crates/rfd-0.15.4.crate) = 56785 SHA256 (rust/crates/rgb-0.8.36.crate) = 20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59 SIZE (rust/crates/rgb-0.8.36.crate) = 16576 SHA256 (rust/crates/roxmltree-0.19.0.crate) = 3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f @@ -981,12 +979,12 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 SIZE (rust/crates/strum-0.26.3.crate) = 7237 -SHA256 (rust/crates/strum-0.27.1.crate) = f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32 -SIZE (rust/crates/strum-0.27.1.crate) = 7467 +SHA256 (rust/crates/strum-0.27.2.crate) = af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf +SIZE (rust/crates/strum-0.27.2.crate) = 8489 SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 -SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8 -SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 +SHA256 (rust/crates/strum_macros-0.27.2.crate) = 7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7 +SIZE (rust/crates/strum_macros-0.27.2.crate) = 30522 SHA256 (rust/crates/svgtypes-0.15.3.crate) = 68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc SIZE (rust/crates/svgtypes-0.15.3.crate) = 43696 SHA256 (rust/crates/swash-0.2.5.crate) = f745de914febc7c9ab4388dfaf94bbc87e69f57bb41133a9b0c84d4be49856f3 @@ -1263,8 +1261,8 @@ SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe9399 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-util-0.1.10.crate) = 0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22 +SIZE (rust/crates/winapi-util-0.1.10.crate) = 13370 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/winch-codegen-0.12.2.crate) = d2942fc0530ed88259df32f09f52a4222583e1ec7c3fa3f4a911905bbf70c3b0 @@ -1449,8 +1447,6 @@ SHA256 (lapce-structdesc-bb56969f22fdb2c2d6c03f158fd4a2bdc983b659_GH0.tar.gz) = SIZE (lapce-structdesc-bb56969f22fdb2c2d6c03f158fd4a2bdc983b659_GH0.tar.gz) = 2312 SHA256 (lapce-psp-types-f7fea28f59e7b2d6faa1034a21679ad49b3524ad_GH0.tar.gz) = ce4e9df73ce961e3b6058b00f8f4588890055325da88ed580201b0306f2c5ec5 SIZE (lapce-psp-types-f7fea28f59e7b2d6faa1034a21679ad49b3524ad_GH0.tar.gz) = 1262 -SHA256 (lapce-floem-abe59206013a3d700d861ccff3439d94ad3e2c45_GH0.tar.gz) = 9f60e7a8e0286c9c0a5d9d720ce8e39dc5e24f534f9e8c424703066a5a86c49c -SIZE (lapce-floem-abe59206013a3d700d861ccff3439d94ad3e2c45_GH0.tar.gz) = 2674680 SHA256 (alacritty-alacritty-cacdb5bb3b72bad2c729227537979d95af75978f_GH0.tar.gz) = 0dcf60782756becf851c189b6dadd409fc896fce829920f07eaef569887d02ee SIZE (alacritty-alacritty-cacdb5bb3b72bad2c729227537979d95af75978f_GH0.tar.gz) = 1639729 SHA256 (lapce-wasi-experimental-http-21419eb785cb583ead180f25a9685fa16de7f326_GH0.tar.gz) = ace4fd9e640f47bcf61f635776deb5de5d2c98d9566edbe3662da51d30c796dc @@ -1461,6 +1457,8 @@ SHA256 (lapce-vger-rs-3206d47ec1e30b645ddcb0687036ba3e1f0d98ec_GH0.tar.gz) = 98c SIZE (lapce-vger-rs-3206d47ec1e30b645ddcb0687036ba3e1f0d98ec_GH0.tar.gz) = 100450 SHA256 (rust-windowing-winit-ee245c569d65fdeacf705ee5eedb564508d10ebe_GH0.tar.gz) = 6ff81ea0500730b1655efd8d1ed7849f7d3b0e9053960f7df32fbd68d5a510b5 SIZE (rust-windowing-winit-ee245c569d65fdeacf705ee5eedb564508d10ebe_GH0.tar.gz) = 626178 +SHA256 (lapce-floem-e0dd862564e3afbad5cba8ebe60df166a7a41e56_GH0.tar.gz) = 530cc6b926c4ad032fd05a0414ac2bf9b27d289a0beee9c83302bed728945743 +SIZE (lapce-floem-e0dd862564e3afbad5cba8ebe60df166a7a41e56_GH0.tar.gz) = 2674839 SHA256 (tauri-apps-muda-8e986af3cea96a729413abc75c3702dec3990bd2_GH0.tar.gz) = 27b8eee39b68ca69e4c152e550caddf6a5740329d4dc285c7470d0cad13100e7 SIZE (tauri-apps-muda-8e986af3cea96a729413abc75c3702dec3990bd2_GH0.tar.gz) = 105561 SHA256 (tokio-rs-tracing-908cc432a5994f6e17c8f36e13c217dc40085704_GH0.tar.gz) = 810e957c463717e22ff4bc93e168a45c4f85e5552015d1c15d6b223ba92d4b03 @@ -1471,5 +1469,5 @@ SHA256 (lapce-lsp-types-feaa1e2ec80975c9dadd400a238ceacf071058e6_GH0.tar.gz) = 3 SIZE (lapce-lsp-types-feaa1e2ec80975c9dadd400a238ceacf071058e6_GH0.tar.gz) = 68504 SHA256 (lapce-locale_config-54c9fe6a247c3618c224ec57e6c3a747bc3a96e4_GH0.tar.gz) = 662e0079b9b2a666b47c8ee953c17f79c810a437ba7c9e4c5d60f924d4ace4ac SIZE (lapce-locale_config-54c9fe6a247c3618c224ec57e6c3a747bc3a96e4_GH0.tar.gz) = 22177 -SHA256 (lapce-lapce-v0.4.4_GH0.tar.gz) = f1acfc01a1d9ac22cde0e2e8105de048fa6940d3f68b23b8b26438028109987a -SIZE (lapce-lapce-v0.4.4_GH0.tar.gz) = 2676079 +SHA256 (lapce-lapce-v0.4.5_GH0.tar.gz) = e5e9df702c2f108da57b8a5232d797c582171c0523a0ac381947058ec667423c +SIZE (lapce-lapce-v0.4.5_GH0.tar.gz) = 2868458 diff --git a/editors/lapce/files/patch-Cargo.lock b/editors/lapce/files/patch-Cargo.lock index 5855975e4a8d..b1b62609844d 100644 --- a/editors/lapce/files/patch-Cargo.lock +++ b/editors/lapce/files/patch-Cargo.lock @@ -1,6 +1,6 @@ ---- Cargo.lock.orig 2025-08-30 05:01:02 UTC +--- Cargo.lock.orig 2025-09-05 16:15:14 UTC +++ Cargo.lock -@@ -4010,15 +4010,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178 +@@ -4003,15 +4003,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] @@ -16,7 +16,7 @@ name = "openssl-sys" version = "0.9.106" source = "registry+https://github.com/rust-lang/crates.io-index" -@@ -4026,7 +4017,6 @@ dependencies = [ +@@ -4019,7 +4010,6 @@ dependencies = [ dependencies = [ "cc", "libc", diff --git a/editors/lapce/files/patch-cargo-crates_fontdb-0.23.0_src_lib.rs b/editors/lapce/files/patch-cargo-crates_fontdb-0.23.0_src_lib.rs new file mode 100644 index 000000000000..523480dda61a --- /dev/null +++ b/editors/lapce/files/patch-cargo-crates_fontdb-0.23.0_src_lib.rs @@ -0,0 +1,23 @@ +--- cargo-crates/fontdb-0.23.0/src/lib.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/fontdb-0.23.0/src/lib.rs +@@ -485,7 +485,7 @@ impl Database { + fn load_no_fontconfig(&mut self) { + let mut seen = Default::default(); + self.load_fonts_dir_impl("/usr/share/fonts/".as_ref(), &mut seen); +- self.load_fonts_dir_impl("/usr/local/share/fonts/".as_ref(), &mut seen); ++ self.load_fonts_dir_impl("%%PREFIX%%/share/fonts/".as_ref(), &mut seen); + + if let Ok(ref home) = std::env::var("HOME") { + let home_path = std::path::Path::new(home); +@@ -527,9 +527,9 @@ impl Database { + }; + + if read_global { +- let _ = fontconfig.merge_config(Path::new("/etc/fonts/local.conf")); ++ let _ = fontconfig.merge_config(Path::new("%%PREFIX%%/etc/fonts/local.conf")); + } +- let _ = fontconfig.merge_config(Path::new("/etc/fonts/fonts.conf")); ++ let _ = fontconfig.merge_config(Path::new("%%PREFIX%%/etc/fonts/fonts.conf")); + } + + for fontconfig_parser::Alias { diff --git a/editors/linux-r7-office/Makefile b/editors/linux-r7-office/Makefile index f4f587cc556c..f5fae8b7fe90 100644 --- a/editors/linux-r7-office/Makefile +++ b/editors/linux-r7-office/Makefile @@ -1,6 +1,6 @@ PORTNAME= r7-office -PORTVERSION= 2025.2.2 -DISTVERSIONSUFFIX= -831.el8 +PORTVERSION= 2025.3.1 +DISTVERSIONSUFFIX= -923.el8 CATEGORIES= editors linux russian MASTER_SITES= https://download.r7-office.ru/centos/ PKGNAMEPREFIX= linux- @@ -30,7 +30,8 @@ STRIP= post-patch: ${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKDIR}/usr/bin/r7-office-* ${REINPLACE_CMD} -i '' -e 's|/usr/bin/|${PREFIX}/bin/|' -e 's|P7|Р7|' \ - ${WRKDIR}/usr/share/applications/*.desktop + ${WRKDIR}/usr/share/applications/*.desktop \ + ${WRKDIR}/opt/r7-office/desktopeditors/app/*.desktop ${REINPLACE_CMD} -i '' -e 's|/bin/bash|/bin/sh|' \ ${WRKDIR}/opt/r7-office/desktopeditors/testbird.sh diff --git a/editors/linux-r7-office/distinfo b/editors/linux-r7-office/distinfo index 9518b27f7c09..14284676f809 100644 --- a/editors/linux-r7-office/distinfo +++ b/editors/linux-r7-office/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753711196 -SHA256 (r7-office-2025.2.2-831.el8.x86_64.rpm) = 2f831200fa4c550ee5265f3e79ec76d87e196c9c253974d52e990671ab28bc16 -SIZE (r7-office-2025.2.2-831.el8.x86_64.rpm) = 386995761 +TIMESTAMP = 1755694682 +SHA256 (r7-office-2025.3.1-923.el8.x86_64.rpm) = 5b6495e4eb4def7a6d4a6e3861c54000a38c54726115991a20a79cd70df4dac0 +SIZE (r7-office-2025.3.1-923.el8.x86_64.rpm) = 390603188 diff --git a/editors/linux-r7-office/pkg-plist b/editors/linux-r7-office/pkg-plist index 96f4e35c587d..f79e1a4d13c2 100644 --- a/editors/linux-r7-office/pkg-plist +++ b/editors/linux-r7-office/pkg-plist @@ -48,6 +48,9 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/R7Modules/model/ivector/global_cmvn.stats %%DATADIR%%/desktopeditors/R7Modules/model/ivector/online_cmvn.conf %%DATADIR%%/desktopeditors/R7Modules/model/ivector/splice.conf +%%DATADIR%%/desktopeditors/app/r7-office-desktopeditors.desktop +%%DATADIR%%/desktopeditors/app/r7-office-imageviewer.desktop +%%DATADIR%%/desktopeditors/app/r7-office-videoplayer.desktop %%DATADIR%%/desktopeditors/asc-de-128.png %%DATADIR%%/desktopeditors/asc-de-16.png %%DATADIR%%/desktopeditors/asc-de-24.png @@ -553,6 +556,383 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/spectrum/spectrum.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/xml-formatter/LICENSE %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/xml-formatter/xml-formatter.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/3rd-Party.txt +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/README.md +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/config.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/deploy/userfunctions.plugin +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/index.html +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/libs/cell/api.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/licenses/Ace.license +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/licenses/jQuery.license +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/licenses/tern.ace.license +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/licenses/tern.license +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/css/style.css +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/dark/icon.svg +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/light/icon.svg +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon.svg +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon@1.25x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon@1.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/resources/store/icons/icon@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/scripts/code.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/translations/langs.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/translations/ru-RU.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ace.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/custom/readme.txt +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/custom/worker-html.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-beautify.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-chromevox.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-elastic_tabstops_lite.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-emmet.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-error_marker.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-html_beautify.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-keybinding_menu.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-language_tools.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-linking.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-modelist.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-old_ie.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-searchbox.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-settings_menu.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-spellcheck.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-split.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-static_highlight.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-statusbar.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-tern.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-textarea.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-themelist.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/ext-whitespace.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/keybinding-emacs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/keybinding-vim.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-abap.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-abc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-actionscript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ada.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-apache_conf.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-applescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-asciidoc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-assembly_x86.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-autohotkey.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-batchfile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-bro.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-c9search.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-c_cpp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-cirru.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-clojure.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-cobol.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-coffee.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-coldfusion.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-csharp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-css.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-curly.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-d.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-dart.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-diff.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-django.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-dockerfile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-dot.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-drools.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-eiffel.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ejs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-elixir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-elm.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-erlang.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-forth.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-fortran.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ftl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-gcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-gherkin.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-gitignore.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-glsl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-gobstones.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-golang.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-groovy.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-haml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-handlebars.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-haskell.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-haskell_cabal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-haxe.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-hjson.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-html.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-html_elixir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-html_ruby.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ini.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-io.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jack.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jade.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-java.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-javascript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-json.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jsoniq.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jsp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-jsx.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-julia.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-kotlin.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-latex.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lean.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-less.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-liquid.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lisp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-live_script.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-livescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-logiql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lsl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lua.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-luapage.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-lucene.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-makefile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-markdown.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mask.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-matlab.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-maze.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mel.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mips_assembler.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mipsassembler.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mushcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-mysql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-nix.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-nsis.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-objectivec.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ocaml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-pascal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-perl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-pgsql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-php.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-plain_text.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-powershell.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-praat.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-prolog.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-properties.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-protobuf.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-python.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-r.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-razor.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-rdoc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-rhtml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-rst.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-ruby.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-rust.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sass.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-scad.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-scala.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-scheme.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-scss.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sh.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sjs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-smarty.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-snippets.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-soy_template.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-space.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-sqlserver.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-stylus.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-svg.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-swift.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-tcl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-tex.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-text.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-textile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-toml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-tsx.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-twig.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-typescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-vala.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-vbscript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-velocity.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-verilog.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-vhdl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-wollok.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-xml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-xquery.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/mode-yaml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/abap.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/abc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/actionscript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ada.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/apache_conf.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/applescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/asciidoc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/assembly_x86.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/autohotkey.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/batchfile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/bro.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/c9search.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/c_cpp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/cirru.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/clojure.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/cobol.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/coffee.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/coldfusion.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/csharp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/css.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/curly.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/d.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/dart.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/diff.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/django.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/dockerfile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/dot.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/drools.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/eiffel.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ejs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/elixir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/elm.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/erlang.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/forth.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/fortran.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ftl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/gcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/gherkin.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/gitignore.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/glsl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/gobstones.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/golang.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/groovy.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/haml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/handlebars.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/haskell.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/haskell_cabal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/haxe.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/hjson.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/html.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/html_elixir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/html_ruby.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ini.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/io.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jack.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jade.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/java.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/javascript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/json.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jsoniq.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jsp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/jsx.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/julia.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/kotlin.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/latex.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lean.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/less.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/liquid.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lisp.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/live_script.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/livescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/logiql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lsl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lua.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/luapage.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/lucene.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/makefile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/markdown.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mask.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/matlab.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/maze.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mel.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mips_assembler.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mipsassembler.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mushcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/mysql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/nix.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/nsis.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/objectivec.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ocaml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/pascal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/perl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/pgsql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/php.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/plain_text.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/powershell.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/praat.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/prolog.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/properties.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/protobuf.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/python.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/r.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/razor.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/rdoc.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/rhtml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/rst.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/ruby.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/rust.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sass.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/scad.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/scala.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/scheme.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/scss.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sh.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sjs.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/smarty.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/snippets.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/soy_template.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/space.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sql.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/sqlserver.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/stylus.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/svg.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/swift.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/tcl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/tex.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/text.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/textile.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/toml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/tsx.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/twig.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/typescript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/vala.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/vbscript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/velocity.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/verilog.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/vhdl.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/wollok.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/xml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/xquery.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/snippets/yaml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-ambiance.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-chaos.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-chrome.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-clouds.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-clouds_midnight.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-cobalt.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-crimson_editor.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-dawn.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-dreamweaver.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-eclipse.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-github.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-idle_fingers.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-iplastic.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-katzenmilch.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-kr_theme.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-kuroir.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-merbivore.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-merbivore_soft.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-mono_industrial.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-monokai.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-pastel_on_dark.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-solarized_dark.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-solarized_light.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-sqlserver.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-terminal.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-textmate.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow_night.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow_night_blue.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow_night_bright.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-tomorrow_night_eighties.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-twilight.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-vibrant_ink.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-vs-dark.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-vs-light.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/theme-xcode.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-coffee.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-css.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-html.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-javascript.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-json.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-lua.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-php.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-tern.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-xml.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/ace/src/worker-xquery.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{C80A0004-819A-419B-9D65-EC96580CE268}/vendor/jquery-v2.2.2-min.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/3rd-Party.txt %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/CHANGELOG.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/README.md @@ -1007,6 +1387,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing.svg %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing_2x.cur %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/header.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/header.svg %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.cur %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.svg @@ -1176,6 +1558,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib.js %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib.wasm %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib_ie.js +%%DATADIR%%/desktopeditors/editors/sdkjs/embed.js %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/cmap.bin %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.js %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.wasm @@ -6469,6 +6852,6 @@ share/pixmaps/r7-office.png @dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/media @dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/media @dir(,,777) %%LINUXBASE%%/%%ETCDIR%% -@dir /compat/linux/etc -@dir /compat/linux +@dir %%LINUXBASE%%/etc +@dir %%LINUXBASE%% @dir /compat diff --git a/editors/linux-wps-office/Makefile b/editors/linux-wps-office/Makefile index 222d8d559d04..f4dcde82cc9a 100644 --- a/editors/linux-wps-office/Makefile +++ b/editors/linux-wps-office/Makefile @@ -1,8 +1,7 @@ PORTNAME= wps-office -DISTVERSION= 11.1.0.10161 -PORTREVISION= 1 +DISTVERSION= 11.1.0.11723 CATEGORIES= editors linux -MASTER_SITES= https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/10161/ +MASTER_SITES= https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/11723/ PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-${PORTVERSION}.XA-1.x86_64 EXTRACT_SUFX= .rpm @@ -18,46 +17,41 @@ LICENSE_PERMS= no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-s ONLY_FOR_ARCHS= amd64 -CONFLICTS_INSTALL= linux-wps-office-zh_CN - -USES= desktop-file-utils gnome linux shebangfix -USE_LINUX= imageformats-libs pulseaudio-libs xorglibs +USES= desktop-file-utils linux:rl9 shebangfix ssl +USE_LINUX= cups-libs gtk3 imageformats-libs libglvnd libxslt \ + pulseaudio-libs xorglibs SHEBANG_FILES= usr/bin/et \ usr/bin/wpp \ usr/bin/wps \ usr/bin/wpspdf +CONFLICTS_INSTALL= linux-wps-office-zh_CN + NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= LINUXBASE=${LINUXBASE} +ICONS_SIZES= 16 24 32 48 64 96 128 256 512 WPS_BINS= et wpp wps wpspdf WPS_DESK= et wpp wps pdf prometheus post-patch: -.for d in ${WPS_DESK} - @${REINPLACE_CMD} -i '' -e 's|/usr/bin|${PREFIX}/bin|' ${WRKSRC}/opt/kingsoft/${PORTNAME}/desktops/${PORTNAME}-${d}.desktop -.endfor -.for b in ${WPS_BINS} - @${REINPLACE_CMD} -e 's|gInstallPath=/opt|gInstallPath=${LINUXBASE}/opt|' ${WRKSRC}/usr/bin/${b} -.endfor + ${REINPLACE_CMD} -i '' -e 's|/usr/bin|${PREFIX}/bin|' \ + ${WPS_DESK:C|(.+)|${WRKSRC}/opt/kingsoft/${PORTNAME}/desktops/${PORTNAME}-\1.desktop|} + ${REINPLACE_CMD} -e 's|gInstallPath=/opt|gInstallPath=${LINUXBASE}/opt|' \ + ${WPS_BINS:C|^|${WRKSRC}/usr/bin/|} do-install: -.for s in 16 20 24 32 40 48 60 64 72 80 96 128 256 512 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps + ${MKDIR} ${ICONS_SIZES:C|([0-9]+)|${STAGEDIR}${PREFIX}/share/icons/hicolor/\1x\1/apps|} +.for s in ${ICONS_SIZES} ${INSTALL_DATA} ${WRKSRC}/usr/share/icons/hicolor/${s}x${s}/mimetypes/*.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/ .endfor -.for d in ${WPS_DESK} - ${INSTALL_DATA} ${WRKSRC}/opt/kingsoft/${PORTNAME}/desktops/${PORTNAME}-${d}.desktop \ + ${INSTALL_DATA} \ + ${WPS_DESK:C|(.+)|${WRKSRC}/opt/kingsoft/${PORTNAME}/desktops/${PORTNAME}-\1.desktop|} \ ${STAGEDIR}${DESKTOPDIR} -.endfor - ${MKDIR} ${STAGEDIR}${LINUXBASE} (cd ${WRKSRC} && ${COPYTREE_SHARE} opt ${STAGEDIR}${LINUXBASE}) -.for b in ${WPS_BINS} - ${INSTALL_SCRIPT} ${WRKSRC}/usr/bin/${b} ${STAGEDIR}${PREFIX}/bin - ${CHMOD} +x ${STAGEDIR}${LINUXBASE}/opt/kingsoft/wps-office/office6/${b} -.endfor + ${INSTALL_SCRIPT} ${WPS_BINS:C|^|${WRKSRC}/usr/bin/|} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/editors/linux-wps-office/distinfo b/editors/linux-wps-office/distinfo index 86470750d711..8520ab28d822 100644 --- a/editors/linux-wps-office/distinfo +++ b/editors/linux-wps-office/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610797552 -SHA256 (wps-office-11.1.0.10161.XA-1.x86_64.rpm) = d8d16c3eea4bb902c12a79866072754ee460adba16fcc79a1f52eae011cf462d -SIZE (wps-office-11.1.0.10161.XA-1.x86_64.rpm) = 226208326 +TIMESTAMP = 1747689885 +SHA256 (wps-office-11.1.0.11723.XA-1.x86_64.rpm) = db81e5244ae435e31fa2aa833c3ce3b667b4a3b0aa3b7bd948ebdd7fb736f2da +SIZE (wps-office-11.1.0.11723.XA-1.x86_64.rpm) = 315870508 diff --git a/editors/linux-wps-office/pkg-plist b/editors/linux-wps-office/pkg-plist index 4f16d2a24a82..248135235545 100644 --- a/editors/linux-wps-office/pkg-plist +++ b/editors/linux-wps-office/pkg-plist @@ -11,37 +11,109 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/cef_extensions.pak %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/devtools_resources.pak %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/icudtl.dat -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libcairo.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libcairo.so.2 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libcairo.so.2.11400.8 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libEGL.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libGLESv2.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libcef.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libpng16.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libpng16.so.16 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libpng16.so.16.28.0 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libpng16.so.16.34.0 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libz.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libz.so.1 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/libz.so.1.2.11 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/locales/en-GB.pak %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/locales/en-US.pak %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/locales/zh-CN.pak -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/natives_blob.bin %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/snapshot_blob.bin +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/swiftshader/libEGL.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/swiftshader/libGLESv2.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/v8_context_snapshot.bin +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cloudpushsdk/libcloudpushsdk.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/docpermission/libdocpermission.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/docpermission/mui/zh_CN/docpermission.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/docpermission/webdlg/webdlg.data -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/wpsoffice.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/jsapi/libjsapihttpserver.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/jsapi/libjsapisubserver.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/jsapi/libnativex.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappcenter/libkappcenter.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappcenter/mui/zh_CN/kappcenter.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappentryobject/libkappentryobject.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/applist.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/appicons.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/img/app_icon_papercheck.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/img/app_icon_papertypeset.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/img/engine_logo_error.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menu.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menu_2.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/PlayBeautiful.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/WallpaperSwitcher.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/cad2pdf.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/docmerge.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/docsplit.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/docsplitmerge.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/file2pdf.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/kbatchwatermark.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/kscreensaver.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/more.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/papercheck.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdf2cad.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdf2doc.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdf2other.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdf2photo.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdf2ppt.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdf2xls.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdfbatchprint.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdfcompress.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdfedit.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdfmerge.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdfsplit.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pdfsplitmerge.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photo2pdf.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatch.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatchcompress.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatchconvert.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatchcrop.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatchrename.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatchresize.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatchrotate.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatchtext.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photobatchwatermark.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photocad.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photocompress.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photoerasepen.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photoprint.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photoprints.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photoresize.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/photosplice.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon/pic2txt.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/mui/zh_CN/tr.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappmgr/libkappmgr.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kautofindcontents/libkautofindcontents.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kautofindcontents/mui/zh_CN/kautofindcontents.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/libkbarcode.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/css/img/btn_more.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/css/index.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/i18n/strings.properties +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/i18n/strings_en-US.properties +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/i18n/strings_ja-JP.properties +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/i18n/strings_ja.properties +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/i18n/strings_zh-CN.properties +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/i18n/strings_zh-TW.properties +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/i18n/strings_zh.properties %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/index.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/js/JsBarcode.all.min.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/js/index.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/js/jquery.i18n.properties-min.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/js/jquery.min.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/js/kwebpack_api_invoker.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/ja_JP/kbarcode.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/zh_CN/kbarcode.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/zh_TW/kbarcode.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcef/libjscefservice.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcef/libkbrowserclient.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcef/libkceffunction.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcef/libkcefrender.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcef/libkcefwebview.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/libkclouddocs.so @@ -51,24 +123,39 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_CN/res/web/error-page/cloud.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_CN/res/web/error-page/fail.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_CN/res/web/error-page/index.html -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db/et.db -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db/wpp.db -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db/wps.db +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/kclouddocs.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res/web/error-cefabort/error.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res/web/error-cefabort/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res/web/error-page/cloud.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res/web/error-page/fail.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res/web/error-page/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcloudfiledialog/mui/default/icons_svg.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcloudfiledialog/mui/zh_CN/kcloudfiledialog.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db/personal_cn/et.db +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db/personal_cn/pdf.db +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db/personal_cn/wpp.db +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db/personal_cn/wps.db %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/libkfeedback.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/mui/zh_CN/kfeedback.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedbackcmds/libkfeedbackcmds.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfpccomb/libkfpccomb.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/libkhelp.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/mui/default/html/index.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/mui/default/html/static/css/app.css %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/mui/default/html/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/mui/default/khelp.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/mui/zh_CN/khelp.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kjsapipage/libkjsapipage.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kjsapipage/mui/zh_CN/kjsapipage.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kmodule/libkmodule.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knetwork/libknetwork.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knetwork/rpclimit.cfg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/libknewdocs.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/mui/default/icons_svg.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/mui/zh_CN/knewdocs.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/aitemplate/aitemplate.pptx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/blanktemplate/normal.pptx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/blanktemplate/normal_black.pptx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/blanktemplate/normal_gray.pptx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/config.ini %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/css/app.css %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/fonts/element-icons.ttf @@ -148,6 +235,58 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/kuip/knewdoctabbar.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/libknewshare.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/knewshare.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/common/web/img/bg-newwork-error.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/common/web/img/close-click.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/common/web/img/close-hover.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/common/web/img/close-normal.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/common/web/networkError.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/createsharefolder/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/createsharefolder/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/createsharefolder/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/createsharefolder/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/foldersharingweb/folder-share.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/foldersharingweb/static/css/folder-share.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/foldersharingweb/static/js/folder-share.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/fonts/ionicons.ttf +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/fonts/ionicons.woff +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/fonts/ionicons.woff2 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/1g.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/disk_oversize.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/empty.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/error.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/ionicons.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/loading.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/no_exist.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/placeholder_nointernet_100.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/roaming_error.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/send_success.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img/upgrade.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/kshare19/web/share-contact.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/kshare19/web/static/css/share-contact.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/kshare19/web/static/js/share-contact.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefolderinvite/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefolderinvite/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefolderinvite/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefolderinvite/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldersentto/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldersentto/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldersentto/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldersentto/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/homepage.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static/css/homepage.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static/img/intro-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static/img/net_error.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static/js/homepage.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/transfersharefolder/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/transfersharefolder/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/transfersharefolder/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/transfersharefolder/static/js/chunk-vendors.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/usersecurecenter/errPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/usersecurecenter/errPage_auto.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/usersecurecenter/error-network-96.png @@ -155,6 +294,10 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/en_US/knewshare.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/zh_CN/knewshare.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/zh_TW/knewshare.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/konlinefileconfig/libkonlinefileconfig.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/konlinefileconfig/res/ico/resh.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/konlinefileconfig/res/icon.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/konlinefileconfig/res/onlinefileconfig.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/libkoptioncenter.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/default/htmllinux/index.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/default/htmllinux/static/css/app.css @@ -162,56 +305,143 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/default/icons.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/zh_CN/koptioncenter.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/zh_TW/koptioncenter.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/libkphoneticsymbol.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/zh_CN/kphoneticsymbol.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpluginrunner/libkpluginrunner.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/libkpromeaccountpanel.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/css/img/bg_docer.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/css/img/bg_svip.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/css/img/bg_svip_dark.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/css/img/bg_wps.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/css/img/bg_wps_docer.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/zh_CN/kpromeaccountpanel.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromebrowser/libkpromebrowser.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromebrowser/mui/zh_CN/kpromebrowser.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromebrowser/mui/zh_TW/kpromebrowser.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocesson/libkpromeprocesson.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocesson/mui/zh_CN/kpromeprocesson.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocessonlocal/libkpromeprocessonlocal.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocessonlocal/mui/default/loading.html -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocessonlocal/mui/zh_CN/kpromeprocesson.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromewebapp/libkpromewebapp.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromewebapp/mui/default/errPage.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromewebapp/mui/default/res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromewebapp/mui/zh_CN/kpromewebapp.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/libkpromeworkarea.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/default/html/index.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/default/html/static/css/app.css %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/default/html/static/js/app.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/zh_CN/kpromeworkarea.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/zh_TW/kpromeworkarea.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqingdlg/libkqingdlg.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqingdlg/mui/default/icons_svg.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqingdlg/mui/zh_CN/kqingdlg.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/libkqrcode.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/mui/default/err.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/mui/default/errPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/mui/default/loading.gif %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/mui/default/loading.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/mui/zh_CN/kqrcode.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/krecentfile/libkrecentfile.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/libkscreengrab.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/mui/default/icons_svg.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/mui/default/kscreengrab.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/mui/ja_JP/kscreengrab.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/mui/zh_CN/kscreengrab.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/images/bg.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/images/default.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/js/common.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/ad.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/bubbles.svga +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/default.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/error.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/golden-dark.mp4 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/golden-skin.svga +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/gray-skin.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/logo-disappeare.svga +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/logo-success.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/logo.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/skin-success.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/skin.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/star.svga +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/super.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images/vip.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/hover_static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/hover_static/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/hover_static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/hover_static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/ksolaunch/blackgold/logo-small.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/ksolaunch/blackgold/logo.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/ksolaunch/normal/logo-small.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/ksolaunch/normal/logo.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/libkskincenter.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/index.html -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/css/app.css -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/css/img/empty.svg -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/css/img/error.svg -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/js/app.js -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/js/manifest.js -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/icons_svg.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/zh_CN/kskincenter.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/css/img/loading-dark.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/css/img/loading.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/css/img/system-cover.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/js/vendor.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksoformatproof/libksoformatproof.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksoformatproof/mui/zh_CN/ksoformatproof.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksoformatproof/templates/GB9704-2012 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksplitmerge/libksplitmergeapp.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksplitmerge/mui/zh_CN/ksplitmergeapp.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/libkstartpage.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlep/index.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlep/static/css/app.css %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlep/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlnotifymemberlookup/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlnotifymemberlookup/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlnotifymemberlookup/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlnotifymemberlookup/js/chunk-vendors.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/icons_svg.data -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/en_US/kstartpage.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/ja_JP/kstartpage.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/kstartpage.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-cefabort/error.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-cefabort/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-link/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-upload-logo/close_default.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-upload-logo/close_hover.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-upload-logo/error.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-upload-logo/index.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_TW/kstartpage.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/res/kuip/component.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/res/kuip/officenav.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/libkusercenter.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/icons_svg.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/css/img/center.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/css/img/empty.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/css/img/loading.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/css/img/right.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/js/0.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/css/img/loading.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/js/0.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/js/vendor.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/webep/index.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/webep/static/css/app.css %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/webep/static/css/loading.gif @@ -222,793 +452,21 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/zh_CN/kpromeusercenter.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/zh_CN/res/errPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/zh_CN/res/fail.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwebextensionlist/config.ini %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwebextensionlist/kwebextensionlist.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwebextensionlist/webshapenotices.txt %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/libkweibo.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/default/icons_svg.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/default/kweibo.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/en_US/kweibo.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/zh_CN/kweibo.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/zh_CN/kweibo.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/zh_TW/kweibo.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/weibo/wpsweibo.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/weibo/wpsweibobar.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/libkwpsartstyleborder.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/100_crazyMaze_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/101_eclipsingSquares1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/102_birds_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/103_flowersTeacup_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/104_northwest_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/105_southwest_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/106_tribal6_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/107_tribal4_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/108_tribal3_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/109_tribal2_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/10_palmsColor_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/110_tribal5_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/111_xIllusions_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/112_zanyTriangles_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/113_pyramids_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/114_pyramidsAbove_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/115_confettiGrays_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/116_confettiOutline_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/117_confettiWhite_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/118_mosaic_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/119_lightning2_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/11_balloons3Colors_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/120_heebieJeebies_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/121_lightBulb_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/122_gradient_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/123_triangleParty_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/124_twistedLines2_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/125_moons_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/126_ovals_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/127_doubleDiamonds_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/128_chainLink_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/129_triangles_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/12_balloonsHotAir_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/130_tribal1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/131_marqueeToothed_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/132_sharksTeeth_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/133_sawtooth_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/134_sawtoothGray_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/135_postageStamp_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/136_weavingStrips_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/137_zigZag_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/138_crossStitch_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/139_gems_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/13_partyFavor_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/140_circlesRectangles_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/141_cornerTriangles_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/142_creaturesInsects_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/143_zigZagStitch_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/144_checkered_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/145_checkedBarBlack_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/146_marquee_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/147_basicWhiteDots_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/148_basicWideMidline_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/149_basicWideOutline_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/14_confettiStreamers_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/150_basicWideInline_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/151_basicThinLines_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/152_basicWhiteDashes_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/153_basicWhiteSquares_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/154_basicBlackSquares_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/155_basicBlackDashes_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/156_basicBlackDots_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/157_starsTop_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/158_certificateBanner_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/159_handmade1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/15_hearts_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/160_handmade2_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/161_tornPaper_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/162_tornPaperBlack_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/163_couponCutoutDashes_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/164_couponCutoutDots_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/16_heartBalloon_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/17_stars3d_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/18_starsShadowed_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/19_stars_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/1_apples_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/20_sun_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/21_earth2_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/22_earth1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/23_peopleHats_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/24_sombrero_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/25_pencils_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/26_packages_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/27_clocks_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/28_firecrackers_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/29_rings_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/2_mapleMuffins_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/30_mapPins_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/31_confetti_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/32_creaturesButterfly_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/33_creaturesLadyBug_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/34_creaturesFish_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/35_birdsFlight_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/36_scaredCat_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/37_bats_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/38_flowersRoses_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/39_flowersRedRose_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/3_cakeSlice_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/40_poinsettias_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/41_holly_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/42_flowersTiny_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/43_flowersPansy_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/44_flowersModern2_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/45_flowersModern1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/46_whiteFlowers_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/47_vine_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/48_flowersDaisies_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/49_flowersBlockPrint_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/4_candyCorn_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/50_decoArchColor_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/51_fans_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/52_film_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/53_lightning1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/54_compass_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/55_doubleD_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/56_classicalWave_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/57_shadowedSquares_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/58_twistedLines1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/59_waveline_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/5_iceCreamCones_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/60_quadrants_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/61_checkedBarColor_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/62_swirligig_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/63_pushPinNote1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/64_pushPinNote2_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/65_pumpkin1_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/66_eggsBlack_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/67_cup_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/68_heartGray_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/69_gingerbreadMan_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/6_champagneBottle_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/70_babyPacifier_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/71_babyRattle_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/72_cabins_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/73_houseFunky_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/74_starsBlack_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/75_snowflakes_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/76_snowflakeFancy_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/77_skyrocket_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/78_seattle_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/79_musicNotes_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/7_partyGlass_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/80_palmsBlack_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/81_mapleLeaf_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/82_paperClips_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/83_shorebirdTracks_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/84_people_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/85_peopleWaving_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/86_eclipsingSquares2_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/87_hypnotic_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/88_diamondsGray_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/89_decoArch_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/8_christmasTree_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/90_decoBlocks_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/91_circlesLines_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/92_papyrus_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/93_woodwork_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/94_weavingBraid_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/95_weavingRibbon_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/96_weavingAngles_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/97_archedScallops_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/98_safari_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/99_celticKnotwork_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/9_trees_preview.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/apples_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/archedScallops_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/babyPacifier_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/babyRattle_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/balloons3Colors_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/balloonsHotAir_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDashes_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDashes_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDashes_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDashes_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDashes_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDashes_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDashes_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDashes_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackDots_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicBlackSquares_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicThinLines_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicThinLines_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicThinLines_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicThinLines_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicThinLines_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicThinLines_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWhiteDashes_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWhiteDashes_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWhiteDashes_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWhiteDashes_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWhiteDashes_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWhiteDashes_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWhiteDots_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWhiteSquares_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideInline_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideInline_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideInline_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideInline_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideInline_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideInline_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideInline_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideInline_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideMidline_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideMidline_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideMidline_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideMidline_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideMidline_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideMidline_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideOutline_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideOutline_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideOutline_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideOutline_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideOutline_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideOutline_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideOutline_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/basicWideOutline_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/bats_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/birdsFlight_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/birds_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/birds_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/cabins_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/cakeSlice_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/candyCorn_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/candyCorn_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/candyCorn_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/candyCorn_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/candyCorn_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/candyCorn_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/candyCorn_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/candyCorn_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/celticKnotwork_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/celticKnotwork_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/celticKnotwork_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/celticKnotwork_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/celticKnotwork_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/celticKnotwork_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/celticKnotwork_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/celticKnotwork_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/certificateBanner_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/certificateBanner_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/certificateBanner_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/certificateBanner_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/certificateBanner_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/certificateBanner_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/chainLink_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/champagneBottle_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarBlack_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarBlack_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarBlack_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarBlack_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarBlack_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarBlack_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarBlack_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarBlack_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarColor_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarColor_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarColor_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarColor_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarColor_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarColor_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarColor_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkedBarColor_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/checkered_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/christmasTree_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesLines_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesLines_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesLines_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesLines_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesLines_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesLines_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesLines_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesLines_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesRectangles_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesRectangles_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesRectangles_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesRectangles_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesRectangles_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesRectangles_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesRectangles_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/circlesRectangles_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/classicalWave_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/classicalWave_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/classicalWave_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/classicalWave_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/classicalWave_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/classicalWave_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/classicalWave_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/classicalWave_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/clocks_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/compass_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/compass_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/compass_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confettiGrays_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confettiOutline_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confettiStreamers_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confettiWhite_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confetti_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confetti_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confetti_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confetti_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confetti_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confetti_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confetti_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/confetti_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/cornerTriangles_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/cornerTriangles_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/cornerTriangles_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/cornerTriangles_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/cornerTriangles_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDashes_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDashes_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDashes_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDashes_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDashes_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDashes_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDashes_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDashes_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDots_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDots_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDots_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDots_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDots_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDots_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDots_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/couponCutoutDots_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crazyMaze_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crazyMaze_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crazyMaze_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crazyMaze_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crazyMaze_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crazyMaze_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crazyMaze_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crazyMaze_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesButterfly_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesFish_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesInsects_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesInsects_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesInsects_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesInsects_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesInsects_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesInsects_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesInsects_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/creaturesLadyBug_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/crossStitch_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/cup_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoArchColor_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoArchColor_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoArchColor_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoArch_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoArch_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoArch_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoBlocks_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoBlocks_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoBlocks_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoBlocks_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoBlocks_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoBlocks_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoBlocks_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/decoBlocks_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/diamondsGray_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleD_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleD_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleD_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleD_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleD_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleD_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleD_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleD_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/doubleDiamonds_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/earth1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/earth2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/eclipsingSquares1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/eclipsingSquares2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/eggsBlack_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/fans_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/film_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/film_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/film_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/film_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/firecrackers_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersBlockPrint_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersDaisies_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersModern1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersModern2_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersModern2_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersModern2_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersModern2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersModern2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersModern2_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersPansy_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersRedRose_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersRoses_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTeacup_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTiny_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTiny_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTiny_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTiny_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTiny_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTiny_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTiny_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/flowersTiny_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/gems_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/gems_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/gems_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/gems_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/gems_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/gingerbreadMan_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/gradient_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade1_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade1_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade1_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade1_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade1_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade1_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade1_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade2_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade2_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade2_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade2_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade2_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/handmade2_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/heartBalloon_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/heartGray_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hearts_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/heebieJeebies_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/holly_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/houseFunky_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hypnotic_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hypnotic_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hypnotic_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hypnotic_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hypnotic_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hypnotic_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hypnotic_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/hypnotic_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/iceCreamCones_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightBulb_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning2_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning2_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning2_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning2_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning2_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/lightning2_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/mapPins_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/mapleLeaf_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/mapleMuffins_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marqueeToothed_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marqueeToothed_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marqueeToothed_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marqueeToothed_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marqueeToothed_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marqueeToothed_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marqueeToothed_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marqueeToothed_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marquee_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marquee_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/marquee_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/moons_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/moons_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/moons_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/moons_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/moons_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/moons_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/moons_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/moons_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/mosaic_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/musicNotes_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/northwest_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/northwest_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/northwest_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/northwest_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/northwest_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/northwest_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/northwest_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/northwest_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/ovals_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/ovals_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/ovals_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/packages_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/palmsBlack_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/palmsColor_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/paperClips_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/papyrus_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/papyrus_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/papyrus_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/partyFavor_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/partyGlass_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pencils_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/peopleHats_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/peopleWaving_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/people_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/poinsettias_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/postageStamp_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/postageStamp_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/postageStamp_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/postageStamp_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/postageStamp_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/postageStamp_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/postageStamp_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/postageStamp_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pumpkin1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote1_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote1_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote1_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote1_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote1_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote1_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote1_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote2_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote2_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote2_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote2_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote2_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pushPinNote2_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pyramidsAbove_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pyramids_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pyramids_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pyramids_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pyramids_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/pyramids_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/quadrants_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/quadrants_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/quadrants_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/quadrants_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/quadrants_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/quadrants_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/quadrants_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/quadrants_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/rings_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/safari_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtoothGray_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtoothGray_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtoothGray_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtoothGray_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtoothGray_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtoothGray_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtoothGray_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtoothGray_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtooth_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtooth_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtooth_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtooth_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtooth_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtooth_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtooth_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sawtooth_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/scaredCat_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/seattle_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/shadowedSquares_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/shapes2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/shapes2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sharksTeeth_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/shorebirdTracks_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/shorebirdTracks_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/shorebirdTracks_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/shorebirdTracks_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/shorebirdTracks_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/skyrocket_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/snowflakeFancy_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/snowflakes_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sombrero_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/southwest_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/southwest_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/southwest_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/southwest_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/southwest_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/southwest_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/southwest_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/southwest_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/stars3d_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/starsBlack_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/starsShadowed_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/starsTop_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/starsTop_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/starsTop_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/starsTop_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/starsTop_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/stars_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/sun_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/swirligig_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/swirligig_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/swirligig_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/swirligig_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/swirligig_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/swirligig_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaperBlack_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaperBlack_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaperBlack_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaperBlack_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaperBlack_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaperBlack_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaperBlack_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaper_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaper_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaper_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tornPaper_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/trees_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle1_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle1_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle1_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle1_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle2_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle2_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle2_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle2_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle2_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangle2_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle1_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle1_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle1_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle1_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle1_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle1_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle1_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle2_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle2_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle2_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle2_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle2_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleCircle2_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangleParty_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangles_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangles_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangles_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangles_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangles_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangles_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangles_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/triangles_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal1_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal1_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal1_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal1_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal2_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal2_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal2_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal2_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal2_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal2_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal3_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal3_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal3_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal3_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal3_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal3_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal3_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal3_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal4_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal4_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal4_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal4_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal4_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal4_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal4_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal4_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal5_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal5_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal5_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal5_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal5_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal5_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal5_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal5_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal6_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/tribal6_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines1_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines1_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines1_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines1_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines1_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines1_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines1_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines1_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines2_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines2_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines2_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines2_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines2_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines2_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines2_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/twistedLines2_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/vine_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/vine_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/vine_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/vine_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/vine_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/vine_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/vine_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/vine_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/waveLine_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/waveLine_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/waveLine_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/waveLine_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/waveLine_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/waveLine_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/waveLine_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/waveLine_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingAngles_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingAngles_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingAngles_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingAngles_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingAngles_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingAngles_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingAngles_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingAngles_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingBraid_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingBraid_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingBraid_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingBraid_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingRibbon_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingRibbon_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingRibbon_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingRibbon_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingRibbon_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingRibbon_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingRibbon_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingRibbon_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingStrips_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingStrips_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingStrips_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingStrips_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingStrips_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingStrips_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingStrips_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/weavingStrips_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/whiteFlowers_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/whiteFlowers_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/whiteFlowers_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/whiteFlowers_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/whiteFlowers_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/whiteFlowers_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/whiteFlowers_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/whiteFlowers_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/woodwork_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/woodwork_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/woodwork_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/xIllusions_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zanyTriangles_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zanyTriangles_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zanyTriangles_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zanyTriangles_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zanyTriangles_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zanyTriangles_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zanyTriangles_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zanyTriangles_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZagStitch_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZagStitch_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZagStitch_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZagStitch_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZagStitch_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZagStitch_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZagStitch_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZagStitch_topRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZag_bottom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZag_bottomLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZag_bottomRight.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZag_left.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZag_right.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZag_top.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZag_topLeft.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder/zigZag_topRight.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/kwpsartstyleborder.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/linkeddatatype/linkdata.json +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/messagepush/libmessagepush.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/libofficespace.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/de_DE/officespace.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/de_DE/resource/downloading.data @@ -1016,6 +474,7 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/default/resource/downloading.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/default/resource/filedialog.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/default/resource/qing_plugins.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/default/resource/theme/officespace.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/en_US/officespace.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/es_ES/officespace.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/es_ES/resource/downloading.data @@ -1023,10 +482,6 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/fr_FR/officespace.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/fr_FR/resource/downloading.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/fr_FR/resource/qing_plugins.data -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/ja_JP/officespace.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/ja_JP/resource/downloading.data -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/ja_JP/resource/qing_plugins.data -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/pl_PL/officespace.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/pt_BR/officespace.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/pt_BR/resource/downloading.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/pt_BR/resource/qing_plugins.data @@ -1054,22 +509,22 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/cloudlink_cooperation/refresh.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/downloading.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/filedialog.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/kshare19.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/newspush.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/qing_plugins.data -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/usercenter.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/usersecurecenter.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/usersecurecenter/errPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/usersecurecenter/errPage_auto.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/usersecurecenter/error-network-96.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/usersecurecenter/fail.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_CN/resource/wpsNetbackupWizard.data -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_TW/officespace.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_TW/resource/downloading.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_TW/resource/qing_plugins.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/libpdfbatchcompression.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp/libpdfbatchcompressionapp.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp/mui/default/icons/1x/pdfbatchcompressionapp.ico -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp/mui/zh_CN/pdfbatchcompressionapp.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/libpdfbatchcompressionapp.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/meta.json +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/mui/default/title.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/mui/zh_CN/pdfbatchcompressionapp.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/libqingbangong.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/de_DE/qingaccount.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/de_DE/res/qingaccount/errPage.html @@ -1087,13 +542,34 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskhomepage/static/js/app.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskhomepage/static/js/history.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskhomepage/static/js/sidebar.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskpopup/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskpopup/static/css/clouddisk.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskpopup/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskpopup/static/js/clouddisk.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/cloudfolderpage/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/cloudfolderpage/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/cloudfolderpage/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/cloudfolderpage/static/js/chunk-vendors.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/desktop_lnk_icon.ico %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/desktopbackuppage/desktop-backup.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/desktopbackuppage/static/css/backup.css %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/desktopbackuppage/static/js/backup.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/privatefolder/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/privatefolder/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/privatefolder/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/privatefolder/static/js/chunk-vendors.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/qingaccount/errPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/qingaccount/errPagePic.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/qingaccount/errPage_timeout.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/todeletefilepage/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/todeletefilepage/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/todeletefilepage/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/todeletefilepage/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/uploadwechatfile/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/uploadwechatfile/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/uploadwechatfile/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/uploadwechatfile/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/wpsbox.ico %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/en_US/qingaccount.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/en_US/res/qingaccount/errPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/en_US/res/qingaccount/errPagePic.png @@ -1110,11 +586,28 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/ru_RU/res/qingaccount/errPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/qingaccount.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/loginmainwin/error.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/loginmainwin/jquery.min.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/loginmainwin/login_failed.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/loginmainwin/wechat_error1.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/loginmainwin/wechat_error2.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/loginmainwin/wechat_error3.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/img/merge-1st.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/img/merge.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/img/multi.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/img/skin.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/img/welcome.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/css/img/loading.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/css/img/quickrescode.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/js/0.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/js/vendor.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/qingaccount/errPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/qingaccount/errPage_loginGuide.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/qingaccount/errPage_timeout.html @@ -1122,10 +615,16 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/qingaccount/ferrPage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/qingaccount/ferrPage_skip.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/qingaccount/ferrPage_timeout.html -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/usersecurecenter/errPage.html -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/usersecurecenter/errPage_auto.html -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/usersecurecenter/error-network-96.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/usersecurecenter/fail.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/css/chunk-common.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/css/index.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/css/subpage.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/js/chunk-common.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/js/index.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/js/subpage.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/subpage.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/vippayment/base64.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/vippayment/close.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/vippayment/common.js @@ -1137,21 +636,135 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/vippayment/loading.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_TW/qingaccount.data %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_TW/res/qingaccount/errPage.html -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ruby/libQtScript.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ruby/libQtScript.so.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ruby/libQtScript.so.4.7 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ruby/libQtScript.so.4.7.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/ReadMeBeforeTransmittingVideo.docx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/rpc.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/secanalyze/secanalyze.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/shareplay/libshareplay.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/libwppcapturer.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/mui/en_US/common.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/mui/zh_CN/common.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/silence.wav -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/thirdpartylegalnotice.txt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppencoder/ReadMeBeforeTransmittingVideo.docx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppencoder/libwppencoder.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppencoder/mui/en_US/common.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppencoder/mui/zh_CN/common.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppencoder/thirdpartylegalnotice.txt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpppresentationtool/libwpppresentationtool.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/libwpsbox.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/css/base.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/img/icon_assist_default.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/img/icon_close_active.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/img/icon_close_hover.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/img/icon_close_normal.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/img/icon_failed.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/img/img_load_failed.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/img/img_loading.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/js/lib/base64.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/js/lib/kso.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/js/lib/lodash.min.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/filetransfer/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/filetransfer/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/filetransfer/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/filetransfer/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static/fonts/element-icons.ttf +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/mine/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/mine/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/mine/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/mine/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/manifest.json +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/precache-manifest.12db44976b1e677940c097decc17d6e9.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/service-worker.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/css/app.a65ff34e.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/css/chunk-vendors.a30ad320.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/img/empty.6cf396b9.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/img/load_error.404464b7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/img/loading.adcb2e00.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/js/app.f1e923ca.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/js/chunk-vendors.0153916c.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img/auto_lock.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img/empty.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img/error.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img/loading.gif +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img/loading.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img/not_permission.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img/password.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img/traceless.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/recommend/img/bg-newwork-error.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/recommend/img/close-click.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/recommend/img/close-hover.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/recommend/img/close-normal.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/recommend/networkError.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/fonts/element-icons.ttf +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/fonts/element-icons.woff +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/syncfolder/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/syncfolder/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/syncfolder/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/syncfolder/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember/static/js/manifest.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember/static/js/vendor.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist/index.html +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist/static/css/app.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist/static/css/chunk-vendors.css +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist/static/js/app.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist/static/js/chunk-vendors.js +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/icons/wpsbox.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/icons/wpsbox_pro.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/icons/wpsbox_sharefolder.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/zh_CN/wpsbox.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2018white_dark_wpsbox/qing.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2018white_dark_wpsbox/skin.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2018white_dark_wpsbox/wpsbox.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2018white_wpsbox/qing.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2018white_wpsbox/skin.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2018white_wpsbox/wpsbox.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2019wpsbox/common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2019wpsbox/default/wpsbox_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2019wpsbox/skin.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2019wpsbox/wpsbox.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/subtheme/res/2018white/2018white.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/subtheme/res/2018white_dark/2018white_dark.data +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/subtheme/wpsbox.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/run.ini %%LINUXBASE%%/opt/kingsoft/wps-office/office6/asso_template/wps.doc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/asso_template/wps.docm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/asso_template/wps.docx @@ -1191,18 +804,16 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/asso_template/wps.xlt %%LINUXBASE%%/opt/kingsoft/wps-office/office6/asso_template/wps.xltm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/asso_template/wps.xltx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/cacert.pem %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/domain_qing.cfg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/ettb2_kso.cfg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/feature.dat +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/jside.cfg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/ksoapp.cfg -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/kxjde.cfg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/oem.ini %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/product.dat %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/setup.cfg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/smtp.xml -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/tastelink/et.ico -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/tastelink/wpp.ico -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/tastelink/wps.ico %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/winclassname/et.ini %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/winclassname/wpp.ini %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/winclassname/wps.ini @@ -1248,10 +859,6 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/combineformulafuntions.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/extend_dict.dat %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/firrule.dic -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/js/et_enum.js -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/js/jde_enum.js -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/js/wpp_enum.js -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/js/wps_enum.js %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/location_emit.dat %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/location_roles.dat %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/location_trans.dat @@ -1447,51 +1054,103 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/document theme/theme fonts/Urban.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/document theme/theme fonts/Verve.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/document theme/theme fonts/Waveform.xml -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/et +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/et +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/ksolaunch +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libIRLAS.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libKMailLib.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libKMailLib.so.80 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtCore.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtCore.so.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtCore.so.4.7 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtCore.so.4.7.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtDBus.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtDBus.so.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtDBus.so.4.7 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtDBus.so.4.7.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtNetwork.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtNetwork.so.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtNetwork.so.4.7 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtNetwork.so.4.7.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtOpenGL.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtOpenGL.so.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtOpenGL.so.4.7 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtOpenGL.so.4.7.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtScript.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtScript.so.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtScript.so.4.7 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtScript.so.4.7.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtWebKit.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtWebKit.so.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtWebKit.so.4.9 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQtWebKit.so.4.9.3 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libKMailLib.so.71 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libPinyinTagger.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5ConcurrentKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5ConcurrentKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5ConcurrentKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5ConcurrentKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5CoreKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5CoreKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5CoreKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5CoreKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5DBusKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5DBusKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5DBusKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5DBusKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5GuiKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5GuiKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5GuiKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5GuiKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5NetworkKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5NetworkKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5NetworkKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5NetworkKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5OpenGLKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5OpenGLKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5OpenGLKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5OpenGLKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5PrintSupportKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5PrintSupportKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5PrintSupportKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5PrintSupportKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QmlKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QmlKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QmlKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QmlKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickControls2Kso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickControls2Kso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickControls2Kso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickControls2Kso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickTemplates2Kso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickTemplates2Kso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickTemplates2Kso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickTemplates2Kso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickWidgetsKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickWidgetsKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickWidgetsKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5QuickWidgetsKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5SvgKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5SvgKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5SvgKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5SvgKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WebKit.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WebKit.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WebKit.so.5.212.0 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WebKitWidgets.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WebKitWidgets.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WebKitWidgets.so.5.212.0 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WidgetsKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WidgetsKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WidgetsKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5WidgetsKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5X11ExtrasKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5X11ExtrasKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5X11ExtrasKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5X11ExtrasKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5XcbQpaKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5XcbQpaKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5XcbQpaKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5XcbQpaKso.so.5.12.10 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5XmlKso.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5XmlKso.so.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5XmlKso.so.5.12 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libQt5XmlKso.so.5.12.10 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libSDL2-2.0.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libSDL2-2.0.so.0 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libSDL2-2.0.so.0.4.0 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libSDL2.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libSDL2-2.0.so.0.12.0 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libaeocenter.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libauth.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavcodec.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavcodec.so.58 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavcodec.so.58.54.100 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavcodec.so.58.91.100 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavdevice.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavdevice.so.58 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavdevice.so.58.8.100 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavdevice.so.58.10.100 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavformat.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavformat.so.58 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavformat.so.58.29.100 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavformat.so.58.45.100 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavutil.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavutil.so.56 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavutil.so.56.31.100 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libavutil.so.56.51.100 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libbz2.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libbz2.so.1 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libbz2.so.1.0 @@ -1504,7 +1163,11 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libc++abi.so.1.0 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libcrypto.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libcrypto.so.1.1 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libcurl.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libdatasourcereader.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libdbus-1.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libdbus-1.so.3 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libdbus-1.so.3.14.6 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libdocwriter.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libetapi.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libethtmlrw2.so @@ -1521,7 +1184,17 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libgriddrawer.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libhtml2.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libhtmlpub.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libhunspell.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libicudata.so.55 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libicudata.so.55.1 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libicui18n.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libicui18n.so.55 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libicui18n.so.55.1 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libicuuc.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libicuuc.so.55 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libicuuc.so.55.1 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libinkdata.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libjdecontrol.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libjpeg.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libjpeg.so.8 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libjpeg.so.8.0.2 @@ -1529,16 +1202,17 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libjsetapi.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libjswppapi.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libjswpsapi.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libkcloudfiledialog.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libkdcsdk_linux.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libkdownload.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libkpromecloudopendialog.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libkprometheus.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libkqingaccountsdk.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libkrecentfile.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libksmso.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libkso.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libksoapi.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libksolite.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libksqlite3.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/liblibsafec.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libmediacoder.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libmediaflash.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libmediaplayer.so @@ -1552,17 +1226,28 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbc.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbc.so.2 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbc.so.2.0.0 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbccr.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbccr.so.2 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbccr.so.2.0.0 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbcinst.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbcinst.so.2 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libodbcinst.so.2.0.0 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libopencv_world.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libopencv_world.so.4.4 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libopencv_world.so.4.4.0 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpaho-mqtt3as.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpaho-mqtt3as.so.1 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpaho-mqtt3as.so.1.3.9 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpdfmain.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpinyintag.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libplayer.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpng12.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpng12.so.0 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpng12.so.0.50.0 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpptreader.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpptwriter.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libpptxrw.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libqingipc.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libqpdfpaint.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libqrencode.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libqrencode.so.4 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libqrencode.so.4.1.1 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/librpcetapi.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/librpcetapi_sysqt5.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/librpcetapi_wpsqt.so @@ -1575,22 +1260,30 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/librpcwpsapi_wpsqt.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/librtfreader.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libsearchcore.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libsmime3.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libsoftokn3.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libspelldllv3.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libsqlite3.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libssl.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libssl.so.1.1 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libstdc++.so.6 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libstdc++.so.6.0.28 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswfplayer.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswresample.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswresample.so.3 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswresample.so.3.5.100 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswresample.so.3.7.100 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswscale.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswscale.so.5 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswscale.so.5.5.100 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libtcmalloc.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libtcmalloc.so.4 -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libtcmalloc.so.4.5.3 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libswscale.so.5.7.100 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libtcmalloc_minimal.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libtcmalloc_minimal.so.4 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libtcmalloc_minimal.so.4.5.5 +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libthrift.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libthrift.so.0.13.0 %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libtxtrw.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libuof.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libv8.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libv8_libbase.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/libv8_libplatform.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libvbeapi.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libwordconvert.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/libwordml12w.so @@ -1633,6 +1326,7 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/data/Numbering.stm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/data/dgres.rpk %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/ettips.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/ico.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/kliteui.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/ksomisc.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/ksotips.qm @@ -1642,8 +1336,9 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/l10n/wps.cfg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/linux_fonts/Kingsoft Extra.ttf %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/mso_builtin_icons.rcc -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/ongmani_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/prometheus_common_res.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/prometheus_kso_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/prometheus_shared_res.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/prometheus_wpsoffice_res.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/public_res.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/rainbow_res.rcc @@ -1703,179 +1398,179 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/sound.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/sound_wav.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/sphere.bmp -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-10.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-11.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-12.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-13.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-14.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-15.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-16.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-17.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-18.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-19.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-20.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-21.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-22.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-23.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-24.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-25.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-26.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-27.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-28.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-29.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-30.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-31.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-32.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-33.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-34.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-35.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-36.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-37.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-38.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-39.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-40.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-41.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-42.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-43.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-7.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-8.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-9.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-10.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-11.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-12.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-7.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-8.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-9.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-10.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-11.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-12.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-13.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-14.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-15.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-16.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-17.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-18.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-19.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-20.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-21.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-22.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-23.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-24.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-25.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-26.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-27.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-7.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-8.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-9.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-10.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-11.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-12.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-13.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-14.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-15.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-16.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-7.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-8.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-9.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-10.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-11.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-12.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-13.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-14.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-15.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-16.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-17.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-18.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-19.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-20.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-21.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-22.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-23.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-24.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-25.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-26.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-27.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-28.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-7.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-8.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-9.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-10.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-11.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-12.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-7.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-8.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-9.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-7.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-8.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-9.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-1.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-10.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-11.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-12.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-13.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-14.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-15.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-16.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-17.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-18.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-19.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-2.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-20.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-3.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-4.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-5.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-6.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-7.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-8.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-9.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-10.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-11.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-12.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-13.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-14.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-15.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-16.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-17.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-18.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-19.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-20.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-21.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-22.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-23.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-24.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-25.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-26.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-27.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-28.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-29.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-30.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-31.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-32.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-33.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-34.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-35.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-36.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-37.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-38.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-39.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-40.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-41.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-42.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-43.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-8.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/BasicShape/bs-9.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-10.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-11.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-12.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-8.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/actionButton/ab-9.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-10.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-11.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-12.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-13.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-14.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-15.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-16.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-17.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-18.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-19.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-20.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-21.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-22.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-23.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-24.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-25.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-26.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-27.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-8.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/arrows/arr-9.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-10.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-11.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-12.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-13.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-14.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-15.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-16.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-8.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/callout/callout-9.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-10.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-11.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-12.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-13.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-14.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-15.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-16.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-17.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-18.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-19.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-20.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-21.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-22.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-23.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-24.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-25.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-26.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-27.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-28.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-8.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/flowchart/fc-9.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/formula/formula-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-10.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-11.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-12.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-8.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/line/line-9.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-8.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/rectangle/rect-9.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-1.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-10.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-11.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-12.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-13.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-14.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-15.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-16.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-17.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-18.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-19.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-2.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-20.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-3.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-4.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-5.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-6.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-7.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-8.svg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes/starAndflag/sf-9.svg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes32x32/BasicShape/bs-1.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes32x32/BasicShape/bs-10.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/autoshape/tempRes32x32/BasicShape/bs-11.png @@ -2118,17 +1813,7 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/contentcontrol/centerbutton_hover.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/contentcontrol/centerbutton_normal.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/contentcontrol/picturecontrol.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_click_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_click_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_click_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_hover_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_hover_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_hover_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_normal_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_normal_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_normal_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_pdf.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_wpp.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/TreeExpand_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/backupcenterbtn_et.png @@ -2146,35 +1831,19 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/bsvcancelbtn.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/bsvnewfolderbtn.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/bsvokbtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/bsvokbtn_pdf.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/bsvokbtn_wpp.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/bsvokbtn_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_cancel_download.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_down_hover.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_down_normal.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_lastorigin_normal.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_lastorigin_press_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_lastorigin_press_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_lastorigin_press_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_lastorigin_press_wps.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_lastorigin_press.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_up_hover.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/btn_up_normal.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/cancelbtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/cancelbtn_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/cancelbtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/cancelbtn_wps.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/cancelbtn80.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/cancelbtn86.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/checkbox_check.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/checkbox_normal.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/closebtn.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/clouddisk.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/combo_filepath_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/combo_filepath_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/combo_filepath_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/combo_filepath_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/combo_folderSel_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/combo_folderSel_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/combo_folderSel_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/combo_folderSel_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/computer.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/custombtn_et.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/custombtn_wpp.png @@ -2186,106 +1855,39 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/encryptbtn_pdf.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/encryptbtn_wpp.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/encryptbtn_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/force_login_seperator.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/forwarbtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/forwarbtn_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/forwarbtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/forwarbtn_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/forwarfolderbtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/forwarfolderbtn_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/forwarfolderbtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/forwarfolderbtn_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/help_hover.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/help_normal.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_computer_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_computer_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_computer_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_computer_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_custom.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_desktop_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_desktop_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_desktop_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_desktop_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_library_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_library_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_library_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_library_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_privateSpace_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_privateSpace_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_privateSpace_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_privateSpace_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_recentVisit_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_recentVisit_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_recentVisit_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_recentVisit_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_team_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_team_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_team_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/item_team_wps.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/help_round_hover.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/help_round_hover@2x.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/help_round_normal.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/help_round_normal@2x.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/jinshandisk.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/loadingall.gif %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/loadingfail.gif -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_click_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_click_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_click_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_disable_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_disable_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_disable_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_hover_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_hover_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_hover_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_normal_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_normal_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localfilebtn_normal_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localicon.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localicon_click.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localicon_hover.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/localicon_normal.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/login_close_active.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/login_close_hover.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/login_close_normal.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/login_min_active.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/login_min_hover.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/login_min_normal.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/maxbtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/maxbtn_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/maxbtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/maxbtn_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/menubtn.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/menuhover.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/menusel.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/mycircle.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/mycircle_hover.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/mycircle_normal.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/network.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/newfolderbtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/newfolderbtn_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/newfolderbtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/newfolderbtn_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/no_result_tip.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/openbtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/openbtn_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/openbtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/openbtn_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/phonepicturebtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/phonepicturebtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/phonepicturebtn_wps.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/openbtn80.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/openbtn86.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/phonepicturebtn.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/privatespace.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/privatespace_hover.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/privatespace_normal.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/quickdisk.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/recentitem_filediff.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/recentitem_filenewest.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/recentitem_filestate.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/recentitem_filediff.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/recentitem_filedownloading.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/recentitem_filenewest.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/recentitem_filestate.ico %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/recentvisit.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/remoteicon.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/remoteicon_click.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/remoteicon_hover.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/remoteicon_normal.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/restorebtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/restorebtn_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/restorebtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/restorebtn_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/rightbottom.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/roaming.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/saveguideicon.png @@ -2299,36 +1901,66 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/saveooxmldlg/selhover.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/saveooxmldlg/selnormal.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/saveooxmldlg/selpress.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/searchcancelicon_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/searchcancelicon_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/searchcancelicon_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/searchcancelicon_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/searchicon_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/searchicon_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/searchicon_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/searchicon_wps.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/tipclose_hover.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/tipclose_hover_dpi.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/tipclose_normal.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/tipclose_normal_dpi.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/tipicon.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/titleicon_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/titleicon_pdf.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/titleicon_wpp.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/titleicon_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treebackgroud_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treebackgroud_pdf.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treebackgroud_wpp.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treebackgroud_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treefocus_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treefocus_pdf.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treefocus_wpp.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treefocus_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treehover_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treehover_pdf.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treehover_wpp.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treehover_wps.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/treeitemshadow.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/viewmodebtn_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/viewmodebtn_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/viewmodebtn_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/viewmodebtn_wps.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/closebtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/combo_filepath.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/combo_folderSel.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/create_company_home.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/encryptbtn_icon.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/forwarbtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/forwarfolderbtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/item_company.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/item_computer.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/item_desktop.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/item_foler.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/item_privateSpace.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/item_recentVisit.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/item_share.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/item_team.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/maxbtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/newfolderbtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/restorebtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/searchcancelicon.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/searchicon.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1/viewmodebtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/closebtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/combo_filepath.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/combo_folderSel.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/create_company_home.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/encryptbtn_icon.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/forwarbtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/forwarfolderbtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/item_company.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/item_computer.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/item_desktop.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/item_foler.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/item_privateSpace.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/item_recentVisit.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/item_share.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/item_team.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/maxbtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/newfolderbtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/restorebtn.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/searchcancelicon.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/searchicon.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2/viewmodebtn.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/imglib/Chinese horoscope/she02.wmf %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/imglib/Chinese horoscope/she03.wmf %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/imglib/Chinese horoscope/she04.wmf @@ -2521,7 +2153,7 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/imglib/technology/New06.wmf %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/layout/outlinerc1.bmp %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/layout/outlinerc2.bmp -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/layout/picpreview.bmp +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/layout/picpreview.svg %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/layout/thumbnailAnimate.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/layout/thumbnailBkSound.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/layout/wpPreserveDesign.png @@ -2575,24 +2207,15 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/media/voltage.wav %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/media/whoosh.wav %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/media/wind.wav +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/nse/overlayicon/abnormal.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/nse/overlayicon/normal.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/nse/overlayicon/rootsyncfolder.ico +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/nse/overlayicon/update.ico %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/search/Google_Err.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/search/Google_Home.html %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/search/images/google1.gif %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/search/searchengine/config.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/search/searchengine/searchicon/default.ico -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_developer_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_developer_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_developer_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_developer_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_professional_et.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_professional_pdf.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_professional_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_professional_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_wpp.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/background_wps.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/f.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/p.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/s.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/splash/w.png @@ -2648,6 +2271,7 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/xlsx/Kingsoft_Et_StockB.xlsx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/xlsx/Kingsoft_Et_StockC.xlsx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/xlsx/Kingsoft_Et_StockD.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/xlsx/Kingsoft_Et_WebShape.xlsx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Normal.dotm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/Slide Layout/BlankLayout.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/Slide Layout/ChartAndTextLayout.xml @@ -2685,7 +2309,6 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/Slide Layout/VerticalTextLayout.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/Slide Layout/VerticalTitleAndTextLayout.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/Slide Layout/VerticalTitleAndTextOverChart.xml -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/blank.pptx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/handoutMaster.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/notesMaster.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/slideMaster.xml @@ -2701,6 +2324,15 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/newfile.wps %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/newfile.xlsx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/predefch.et +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns/Art_mountaineering.dpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns/Blue Waves.dpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns/Business Cooperate.dpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns/Communications and Dialogues.dpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns/Data Pie Charts.dpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns/Gear Drives.dpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns/Green Color.dpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns/Orange Waves.dpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/printTemplate.pdf %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/wpptips.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/wpstips.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/DesignScience.png @@ -2722,33 +2354,25 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/lang.conf %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/misc_linux.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/pdf.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/pdftips.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/prometheus_kso_res.rcc -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/public_res.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/qing.qm -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/background_pro_2019_loading.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_et_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_flow_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_mind_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_ofd_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_pdf_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_wpp_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_wps_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_wpsoffice_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_et_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_flow_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_mind_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_ofd_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_pdf_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_wpp_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_wps_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_wpsoffice_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/background_pro_2019_loading.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/ent_background_2019_et_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/ent_background_2019_ofd_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/ent_background_2019_pdf_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/ent_background_2019_wpp_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/ent_background_2019_wps_linux.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/ent_background_2019_wpsoffice_linux.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_et_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_flow_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_mind_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_ofd_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_pdf_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_wpp_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_wps_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/ent_background_2019_wpsoffice_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_et_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_flow_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_mind_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_ofd_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_pdf_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_wpp_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_wps_linux_per.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/resource/splash/hdpi/2x/ent_background_2019_wpsoffice_linux_per.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/Wpp Default Object/prometheus/newfile_linux.pptx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/coverpage/buildin/lengthwise/Business/Cubical.doc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/coverpage/buildin/lengthwise/Business/Cubical.png @@ -2796,32 +2420,24 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/coverpage/buildin/transverse/transverse/Stacks.png %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/coverpage/buildin/transverse/transverse/Traditional.doc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/coverpage/buildin/transverse/transverse/Traditional.png -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Amortization.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Balance Sheet.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Expense Statement.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Invoice.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Sales Analysis.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Start-up Expenses.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Education/Grading Sheet.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Office/Schedule.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Office/Telephone List.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Personal/Home Analysis.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Personal/Monthly Budget_Family.ett -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Personal/Women Fitness.ett +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Amortization.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Balance_Sheet.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Expense_Statement.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Invoice.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Sales_Analysis.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Business/Start-up_Expenses.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Education/Grading_Sheet.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Office/Schedule.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Office/Telephone_List.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Personal/Home_Analysis.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Personal/Monthly_Budget_Family.xltm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Personal/Women_Fitness.xltm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/display.ini %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/newfile.doc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/newfile.docx %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/newfile.ppt %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/newfile.xls %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/newfile.xlsx -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns/Art_mountaineering.dpt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns/Blue Waves.dpt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns/Business Cooperate.dpt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns/Communications and Dialogues.dpt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns/Data Pie Charts.dpt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns/Gear Drives.dpt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns/Green Color.dpt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns/Orange Waves.dpt %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/wpp/Business/Business_business Affair.dpt %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/wpp/Business/Communications and Dialogues.dpt %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/wpp/Business/Data Pie Charts.dpt @@ -2854,24 +2470,181 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/wps.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/wpsoffice.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/wpstips.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/lang_list/beta.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/lang_list/community.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/lang_list/lang_list.json +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/lang_list/lang_list_community.json +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/lang_list/lang_list_offline.json +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/lang_list/lang_list_offline_th.json +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/mn_CN/config/datetimeformat.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/mn_CN/l10n/wps.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/mn_CN/lang.conf +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/CREDITS +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/config/hotkeylettermap.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/config/localizedfunctionname.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/data/dgres.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/et.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/ettips.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/kaccountsdk.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/kliteui.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/kso.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/ksomisc.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/ksotips.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/l10n/common.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/l10n/wps.cfg +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/lang.conf +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/ongmani_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/pdftips.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/public_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/qing.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/display.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/preinstall/CONFIDENTIAL.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/preinstall/DO NOT COPY.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/preinstall/ORIGINAL.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/preinstall/SAMPLE.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/preinstall/TOP SECRET.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/preinstall/URGENT.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/user_defined/addwatermark_buildin_wps.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/preinstall/CONFIDENTIAL.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/preinstall/DO NOT COPY.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/preinstall/ORIGINAL.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/preinstall/SAMPLE.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/preinstall/TOP SECRET.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/preinstall/URGENT.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/user_defined/addwatermark_buildin_wps.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_Area.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_Bar.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_Bubble.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_Pie.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_Scatter.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_StockA.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_StockB.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_StockC.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx/Kingsoft_Et_StockD.xlsx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/ru_RU.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Normal.dotm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/BlankLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ChartAndTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ChartLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ClipArtAndVerticalTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ClipartAndTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ComparisonLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ContentWithCaptionLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/CustomLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/FourObjectsLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/LargeObjectLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/MediaClipAndTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ObjectAndTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ObjectAndTwoObjectsLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ObjectLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/ObjectOverTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/OrgchartLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/PictureWithCaptionLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/SectionHeaderLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TableLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TextAndChartLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TextAndClipartLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TextAndMediaClipLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TextAndObjectLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TextAndTwoObjectsLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TextOverObjectLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TitleLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TitleOnlyLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TwoColumnTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TwoObjectsAndObjectLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TwoObjectsAndTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TwoObjectsLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/TwoObjectsOverTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/VerticalTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/VerticalTitleAndTextLayout.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout/VerticalTitleAndTextOverChart.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/handoutMaster.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/notesMaster.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/prometheus/newfile.pptx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/slideMaster.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/theme.xml +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/builtin.wpt +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Cubical.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Cubical.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Grid.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Grid.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Natural.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Natural.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Newsprint.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Newsprint.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Standard.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business/Standard.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Austere.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Austere.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/BlackAndWhite.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/BlackAndWhite.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Design.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Design.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Exposure.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Exposure.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Pattern.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Pattern.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Puzzle.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Puzzle.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Sailboat.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume/Sailboat.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/Austere.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/Austere.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/General.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/General.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/Line.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/Line.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/Pinstripe.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/Pinstripe.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/Professional.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis/Professional.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Arrow.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Arrow.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Dots.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Dots.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Line.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Line.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Newsprint.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Newsprint.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Stacks.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Stacks.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Traditional.doc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse/Traditional.png +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/display.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/newfile.dps +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/newfile.pptx +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/wpp.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/wpptips.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/wps.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/wpsoffice.qm +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/wpstips.qm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ug_CN/lang.conf %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ug_CN/templates/Normal.dotm %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ug_CN/templates/builtin.wpt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/oa/ssl/localhost.crt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/oa/ssl/localhost.key %%LINUXBASE%%/opt/kingsoft/wps-office/office6/oa/wpsoaassist.sh -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/parsecloudfiletool -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/promecefpluginhost +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/promecefpluginhost %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt.conf %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/icc/FOGRA39L_coated.icc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/icc/sRGB.icc -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/codecs/libqcncodecs.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/codecs/libqjpcodecs.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/codecs/libqkrcodecs.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/codecs/libqtwcodecs.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/inputmethods/libqim-fcitx.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/inputmethods/libqim-ibus.so -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/inputmethods/libqimsw-multi.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/iconengines/libqsvgicon.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqgif.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqicns.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqico.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqjpeg.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqsvg.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqtiff.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqwbmp.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqwdp.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqwebp.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/platforms/libqxcb.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/platformthemes/libqgtk3.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/printsupport/libcupsprintersupport.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/xcbglintegrations/libqxcb-egl-integration.so +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/xcbglintegrations/libqxcb-glx-integration.so %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/attributes.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/PopupMenu.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics/3DSettings.kuip @@ -2890,6 +2663,7 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics/Protection.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics/ProxyCommands.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics/RecordMacro.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics/Reviewing.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics/Shadow_Settings.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics/Standard.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics/Table.kuip @@ -2919,6 +2693,7 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_Security.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_SlicerOptions.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_SmartArtDesign.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_SparklineTools.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_TableTool.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_TextTool.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_View.kuip @@ -2928,35 +2703,6 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_shadowDrawingTools.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/CT_shadowDrawingTools_Vml.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani/ProxyCommands.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_AddOns.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_AutoFilterTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_ChartTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Data.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Design.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_DevelopTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_DrawingTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_DrawingTools_Vml.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_File.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Formulas.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Home.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Insert.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Layout.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_PictureTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_PictureTool_Vml.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_PivotTableDesign.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_PivotTableOptions.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_PrintPreview.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Review.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_SlicerOptions.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_TableTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_TextTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_View.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_WAshadowDrawingTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_WordArt.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_WorkSpace.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_shadowDrawingTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_shadowDrawingTools_Vml.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow/ProxyCommands.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/PopupMenu.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/classics/3DSettings.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/classics/Align.kuip @@ -2981,17 +2727,6 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/classics/Text_Box.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/classics/Word_Art.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/classics/WorkspaceMenu.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_Annotation.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_File.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_Font.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_Home.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_PageManage.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_Protect.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_ShapeStyle.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_Tools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_View.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/CT_WorkSpace.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani/ProxyCommands.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_classics/PopupMenu.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_classics/classics/3DSettings.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_classics/classics/Align.kuip @@ -3055,7 +2790,6 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_readonly/ongmani/CT_File.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_readonly/ongmani/CT_Font.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_readonly/ongmani/CT_Home.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_readonly/ongmani/CT_PageManage.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_readonly/ongmani/CT_Protect.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_readonly/ongmani/CT_ShapeStyle.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_readonly/ongmani/CT_View.kuip @@ -3094,6 +2828,7 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_GraphicTool.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_HandoutMaster.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_Home.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_InkDraw.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_Insert.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_NotesMaster.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_OrgChart.kuip @@ -3115,32 +2850,6 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_WorkSpace.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/CT_shadowDrawingTools.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani/ProxyCommands.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_AddOns.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Animation.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_ChartTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Design.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_DesignTable.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_DevelopTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_DrawingTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_DrawingTool_Vml.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_File.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Home.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Insert.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_OrgChart.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_PictureTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_PrintPreview.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Review.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_SlideMaster.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_SlideShow.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_TableTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_TextTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_VideoTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_View.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_WAshadowDrawingTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_WordArt.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_WorkSpace.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_shadowDrawingTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/ProxyCommands.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/PopupMenu.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/WordTools.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/classics/3DSettings.kuip @@ -3179,7 +2888,9 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_GraphicTool.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_HeaderFooter.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_Home.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_InkDraw.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_InkTools.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_InkTools_mac.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_Insert.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_Insert_Vml.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_Mailings.kuip @@ -3206,41 +2917,10 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_WorkSpace.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/CT_shadowDrawingTools.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani/ProxyCommands.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_AddOns.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_ChartTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Design.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_DevelopTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_DrawingTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_DrawingTools_Vml.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_File.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_HeaderFooter.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Home.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_InkTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Insert.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Insert_Vml.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Mailings.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Outline.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_PageLayout.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Paragraph.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_PictureTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_PictureTools_Vml.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_PrintPreview.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_References.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Review.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Section.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_TableTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_TextTool.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_View.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_WAshadowDrawingTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_WordArt.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_WorkSpace.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_shadowDrawingTools.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/ProxyCommands.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/common.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/etclassics.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/etcommon.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/etongmani.kui -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/etrainbow.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/pdf_c_common.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/pdf_c_ongmani.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/pdfclassics.kui @@ -3248,37 +2928,62 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/pdfcommon_readonly.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/pdfongmani.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/pdfongmani_readonly.kui +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/appesscontrol.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/appessential.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/classicscommon.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/classicset.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/classicspdf.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/classicswpp.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/classicswps.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/kappessframework.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/ongmanicommon.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/ongmaniet.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/ongmanipdf.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/ongmaniwpp.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/ongmaniwps.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/palette.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/prometheuscommon.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/prometheuset.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/prometheuspdf.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/prometheuswpp.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/prometheuswps.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/prometheuswpsoffice.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/rainbowcommon.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/rainbowet.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/rainbowpdf.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/rainbowwpp.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/rainbowwps.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/theme-palette.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes/uicontrol.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/wppclassics.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/wppcommon.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/wppongmani.kui -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/wpprainbow.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/wpsclassics.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/wpscommon.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/wpsongmani.kui -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/wpsrainbow.kui %%LINUXBASE%%/opt/kingsoft/wps-office/office6/resource/config/WpsChangeDesktop.sh +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/common_common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/default/prometheus_kso_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/default/prometheus_shared_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/default/prometheus_wpsoffice_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/default/prometheus_wpsoffice_res_xa.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/docer_common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/et.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/kappessframework.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/palette.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/pdf.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/skin.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/theme-palette.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/uicontrol.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/wpp.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/wps.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/wpsoffice.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/common_common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/default/prometheus_wpsoffice_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/et.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/pdf.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/skin.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/wpp.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/wps.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/wpsoffice.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019gov/common.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019gov/common_common.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019gov/default/prometheus_wpsoffice_res.rcc @@ -3291,17 +2996,25 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019gov/wpsoffice.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/common.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/common_common.kuip -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/default/prometheus_wpsoffice_res.rcc %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/et.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/pdf.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/skin.ini %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/wpp.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/wps.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/wpsoffice.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/common_common.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/default/prometheus_wpsoffice_res.rcc +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/et.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/pdf.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/skin.ini +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/wpp.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/wps.kuip +%%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/wpsoffice.kuip %%LINUXBASE%%/opt/kingsoft/wps-office/office6/thirdpartylegalnotices.txt -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/transerr -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpp -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/wps +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/transerr +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpp +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wps %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsart/colors/accent0_1.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsart/colors/accent0_2.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsart/colors/accent0_3.xml @@ -3624,15 +3337,16 @@ %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsart/quickstyle/simple5.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsart/smartarts.xml %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsart/smartarts_res.xml -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsd -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsoffice -%%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpspdf -%%LINUXBASE%%/opt/kingsoft/wps-office/templates/DOC 文档.doc -%%LINUXBASE%%/opt/kingsoft/wps-office/templates/DOCX 文档.docx -%%LINUXBASE%%/opt/kingsoft/wps-office/templates/PPT 演示文稿.ppt -%%LINUXBASE%%/opt/kingsoft/wps-office/templates/PPTX 演示文稿.pptx -%%LINUXBASE%%/opt/kingsoft/wps-office/templates/XLS 工作表.xls -%%LINUXBASE%%/opt/kingsoft/wps-office/templates/XLSX 工作表.xlsx +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpscloudsvr +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsd +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsoffice +@(,,0755) %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpspdf +%%LINUXBASE%%/opt/kingsoft/wps-office/templates/DOC Document.docx +%%LINUXBASE%%/opt/kingsoft/wps-office/templates/DOCX Document.docx +%%LINUXBASE%%/opt/kingsoft/wps-office/templates/PPT Presentation.ppt +%%LINUXBASE%%/opt/kingsoft/wps-office/templates/PPTX Presentation.pptx +%%LINUXBASE%%/opt/kingsoft/wps-office/templates/XLS Worksheet.xls +%%LINUXBASE%%/opt/kingsoft/wps-office/templates/XLSX Worksheet.xlsx bin/et bin/wpp bin/wps @@ -3655,6 +3369,11 @@ share/icons/hicolor/128x128/apps/wps-office-wps.png share/icons/hicolor/128x128/apps/wps-office-wpt.png share/icons/hicolor/128x128/apps/wps-office-xls.png share/icons/hicolor/128x128/apps/wps-office-xlt.png +share/icons/hicolor/128x128/apps/wps-office2019-etmain.png +share/icons/hicolor/128x128/apps/wps-office2019-kprometheus.png +share/icons/hicolor/128x128/apps/wps-office2019-pdfmain.png +share/icons/hicolor/128x128/apps/wps-office2019-wppmain.png +share/icons/hicolor/128x128/apps/wps-office2019-wpsmain.png share/icons/hicolor/16x16/apps/wps-office-doc.png share/icons/hicolor/16x16/apps/wps-office-dot.png share/icons/hicolor/16x16/apps/wps-office-dps.png @@ -3679,11 +3398,6 @@ share/icons/hicolor/16x16/apps/wps-office2019-kprometheus.png share/icons/hicolor/16x16/apps/wps-office2019-pdfmain.png share/icons/hicolor/16x16/apps/wps-office2019-wppmain.png share/icons/hicolor/16x16/apps/wps-office2019-wpsmain.png -share/icons/hicolor/20x20/apps/wps-office2019-etmain.png -share/icons/hicolor/20x20/apps/wps-office2019-kprometheus.png -share/icons/hicolor/20x20/apps/wps-office2019-pdfmain.png -share/icons/hicolor/20x20/apps/wps-office2019-wppmain.png -share/icons/hicolor/20x20/apps/wps-office2019-wpsmain.png share/icons/hicolor/24x24/apps/wps-office-doc.png share/icons/hicolor/24x24/apps/wps-office-dot.png share/icons/hicolor/24x24/apps/wps-office-dps.png @@ -3750,11 +3464,6 @@ share/icons/hicolor/32x32/apps/wps-office2019-kprometheus.png share/icons/hicolor/32x32/apps/wps-office2019-pdfmain.png share/icons/hicolor/32x32/apps/wps-office2019-wppmain.png share/icons/hicolor/32x32/apps/wps-office2019-wpsmain.png -share/icons/hicolor/40x40/apps/wps-office2019-etmain.png -share/icons/hicolor/40x40/apps/wps-office2019-kprometheus.png -share/icons/hicolor/40x40/apps/wps-office2019-pdfmain.png -share/icons/hicolor/40x40/apps/wps-office2019-wppmain.png -share/icons/hicolor/40x40/apps/wps-office2019-wpsmain.png share/icons/hicolor/48x48/apps/wps-office-doc.png share/icons/hicolor/48x48/apps/wps-office-dot.png share/icons/hicolor/48x48/apps/wps-office-dps.png @@ -3792,16 +3501,7 @@ share/icons/hicolor/512x512/apps/wps-office-wps.png share/icons/hicolor/512x512/apps/wps-office-wpt.png share/icons/hicolor/512x512/apps/wps-office-xls.png share/icons/hicolor/512x512/apps/wps-office-xlt.png -share/icons/hicolor/512x512/apps/wps-office2019-etmain.png share/icons/hicolor/512x512/apps/wps-office2019-kprometheus.png -share/icons/hicolor/512x512/apps/wps-office2019-pdfmain.png -share/icons/hicolor/512x512/apps/wps-office2019-wppmain.png -share/icons/hicolor/512x512/apps/wps-office2019-wpsmain.png -share/icons/hicolor/60x60/apps/wps-office2019-etmain.png -share/icons/hicolor/60x60/apps/wps-office2019-kprometheus.png -share/icons/hicolor/60x60/apps/wps-office2019-pdfmain.png -share/icons/hicolor/60x60/apps/wps-office2019-wppmain.png -share/icons/hicolor/60x60/apps/wps-office2019-wpsmain.png share/icons/hicolor/64x64/apps/wps-office-doc.png share/icons/hicolor/64x64/apps/wps-office-dot.png share/icons/hicolor/64x64/apps/wps-office-dps.png @@ -3820,16 +3520,6 @@ share/icons/hicolor/64x64/apps/wps-office2019-kprometheus.png share/icons/hicolor/64x64/apps/wps-office2019-pdfmain.png share/icons/hicolor/64x64/apps/wps-office2019-wppmain.png share/icons/hicolor/64x64/apps/wps-office2019-wpsmain.png -share/icons/hicolor/72x72/apps/wps-office2019-etmain.png -share/icons/hicolor/72x72/apps/wps-office2019-kprometheus.png -share/icons/hicolor/72x72/apps/wps-office2019-pdfmain.png -share/icons/hicolor/72x72/apps/wps-office2019-wppmain.png -share/icons/hicolor/72x72/apps/wps-office2019-wpsmain.png -share/icons/hicolor/80x80/apps/wps-office2019-etmain.png -share/icons/hicolor/80x80/apps/wps-office2019-kprometheus.png -share/icons/hicolor/80x80/apps/wps-office2019-pdfmain.png -share/icons/hicolor/80x80/apps/wps-office2019-wppmain.png -share/icons/hicolor/80x80/apps/wps-office2019-wpsmain.png share/icons/hicolor/96x96/apps/wps-office-doc.png share/icons/hicolor/96x96/apps/wps-office-dot.png share/icons/hicolor/96x96/apps/wps-office-dps.png @@ -3851,20 +3541,42 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/INSTALL @dir %%LINUXBASE%%/opt/kingsoft/wps-office/desktops @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/locales +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef/swiftshader @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cef +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/cloudpushsdk @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/docpermission/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/docpermission/mui -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/docpermission/webdlg @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/docpermission +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/jsapi +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappcenter/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappcenter/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappcenter +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappentryobject +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html/kappcustomwidget +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default/html +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/menuicon +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist/shellext @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kapplist +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kappmgr @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kautofindcontents/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kautofindcontents/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kautofindcontents @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/css/img @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/i18n @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/ja_JP @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kbarcode @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcef @@ -3873,13 +3585,24 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_CN/res/web @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_CN/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res/web/error-cefabort +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res/web/error-page +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res/web +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW/res +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kclouddocs +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcloudfiledialog/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcloudfiledialog/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcloudfiledialog/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kcloudfiledialog +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db/personal_cn @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/db @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedback @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfeedbackcmds +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kfpccomb @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/mui/default/html/static/css @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/mui/default/html/static/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/khelp/mui/default/html/static @@ -3891,10 +3614,11 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kjsapipage/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kjsapipage/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kjsapipage +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kmodule +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knetwork @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/mui/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/mui -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/aitemplate @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/blanktemplate @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/css @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/fonts @@ -3903,6 +3627,45 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res/kuip @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewdocs +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/common/web/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/common/web +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/common +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/createsharefolder/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/createsharefolder/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/createsharefolder/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/createsharefolder +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/foldersharingweb/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/foldersharingweb/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/foldersharingweb/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/foldersharingweb +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/fonts +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare/web +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/knewshare +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/kshare19/web/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/kshare19/web/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/kshare19/web/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/kshare19/web +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/kshare19 +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefolderinvite/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefolderinvite/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefolderinvite +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldersentto/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldersentto/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldersentto/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldersentto +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/sharefoldertemplate +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/transfersharefolder/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/transfersharefolder/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/transfersharefolder/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/transfersharefolder @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res/usersecurecenter @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/default @@ -3911,6 +3674,9 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/knewshare +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/konlinefileconfig/res/ico +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/konlinefileconfig/res +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/konlinefileconfig @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/default/htmllinux/static/css @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/default/htmllinux/static/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/default/htmllinux/static @@ -3920,62 +3686,115 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/koptioncenter +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html/pinyin +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default/html +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kphoneticsymbol @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpluginrunner +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/css/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default/html_pro +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeaccountpanel @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromebrowser/mui/zh_CN -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromebrowser/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromebrowser/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromebrowser @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocesson/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocesson/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocesson -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocessonlocal/mui/default -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocessonlocal/mui/zh_CN -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocessonlocal/mui -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeprocessonlocal +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromewebapp/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromewebapp/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromewebapp/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromewebapp @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/default/html/static/css @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/default/html/static/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/default/html/static @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/default/html @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/zh_CN -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kpromeworkarea +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqingdlg/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqingdlg/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqingdlg/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqingdlg @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/mui/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kqrcode +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/krecentfile @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/mui/ja_JP @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kscreengrab -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/css/img -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/css -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static/js -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html/static -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default/html +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/images +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static/images +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/blackgold_res +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/hover_static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/hover_static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/hover_static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/ksolaunch/blackgold +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/ksolaunch/normal +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/ksolaunch @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/css/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter/static @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kskincenter @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksoformatproof/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksoformatproof/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksoformatproof/templates @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksoformatproof -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksplitmerge/mui/zh_CN -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksplitmerge/mui -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ksplitmerge @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlep/static/css @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlep/static/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlep/static @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlep +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlnotifymemberlookup/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlnotifymemberlookup/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default/htmlnotifymemberlookup @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/default -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/en_US +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/ja_JP +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-cefabort +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-link +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web/error-upload-logo +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res/web +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/res/kuip @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kstartpage +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/css/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdf +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/css/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/web_pdfep @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/webep/static/css @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/webep/static/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kusercenter/mui/default/webep/static @@ -3989,14 +3808,16 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/en_US @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/zh_CN -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo/weibo @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kweibo -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource/artstyleborder @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder/resource @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/kwpsartstyleborder +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/linkeddatatype +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/messagepush @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/de_DE/resource @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/de_DE +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/default/resource/theme @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/default/resource @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/en_US @@ -4004,9 +3825,6 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/es_ES @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/fr_FR/resource @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/fr_FR -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/ja_JP/resource -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/ja_JP -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/pl_PL @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/pt_BR/resource @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/pt_BR @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/pt_PT/resource @@ -4023,12 +3841,9 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/officespace -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp/mui/default/icons/1x -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp/mui/default/icons -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp/mui/default -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp/mui/zh_CN -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp/mui -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/pdfbatchcompressionapp +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/pdfbatchcompression @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/de_DE/res/qingaccount @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/de_DE/res @@ -4041,11 +3856,29 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskhomepage/static/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskhomepage/static @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskhomepage +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskpopup/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskpopup/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskpopup/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/clouddiskpopup +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/cloudfolderpage/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/cloudfolderpage/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/cloudfolderpage/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/cloudfolderpage @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/desktopbackuppage/static/css @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/desktopbackuppage/static/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/desktopbackuppage/static @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/desktopbackuppage +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/privatefolder/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/privatefolder/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/privatefolder/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/privatefolder @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/qingaccount +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/todeletefilepage/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/todeletefilepage/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/todeletefilepage +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/uploadwechatfile/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/uploadwechatfile/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res/uploadwechatfile @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/en_US/res/qingaccount @@ -4067,8 +3900,22 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/ru_RU/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/ru_RU @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/loginmainwin +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newuserguide +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/css/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/newweblogin @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/qingaccount -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/usersecurecenter +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice/dist +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/trusteddevice @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res/vippayment @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_CN @@ -4077,7 +3924,8 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui/zh_TW @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/qing -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/ruby +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/secanalyze +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/shareplay @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/mui/en_US @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppcapturer/mui @@ -4086,9 +3934,92 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppencoder/mui/zh_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppencoder/mui @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wppencoder +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpppresentationtool +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings/dist +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettings +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg/dist +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/cloudsettingsdlg +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/js/lib +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/documentassistant +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar/dist +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/fileradar +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/filetransfer/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/filetransfer/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/filetransfer +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static/fonts +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector/dist +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/folderselector +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/mine/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/mine/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/mine/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/mine +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel/dist +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/msgchannel +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/privatefolder +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/recommend/img +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/recommend +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/fonts +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/sharefolder +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/syncfolder/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/syncfolder/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/syncfolder/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/syncfolder +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teamevent +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/teammember +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist/static/css +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist/static/js +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist/static +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings/dist +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html/wpsboxsettings +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/html +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default/icons +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui/zh_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/mui +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2018white_dark_wpsbox +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2018white_wpsbox +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2019wpsbox/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/2019wpsbox +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/subtheme/res/2018white +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/subtheme/res/2018white_dark +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/subtheme/res +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res/subtheme +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox/res +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons/wpsbox @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/addons @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/asso_template -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/tastelink @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs/winclassname @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/cfgs @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/chinesesegment/dict @@ -4097,7 +4028,6 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/chinesesegment/friso/vendors @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/chinesesegment/friso @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/chinesesegment -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data/js @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/data @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/dicts/spellcheck/en_CH @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/dicts/spellcheck/en_US @@ -4140,6 +4070,8 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/bullets @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/contentcontrol @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/saveooxmldlg +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x1 +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog/x2 @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/filedialog @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/imglib/Chinese horoscope @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/imglib/animal @@ -4166,6 +4098,8 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/imglib @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/layout @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/media +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/nse/overlayicon +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/nse @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/search/images @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/search/searchengine/searchicon @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource/search/searchengine @@ -4185,6 +4119,7 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/resource @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object/Slide Layout @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/Wpp Default Object +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates/presentationdesigns @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default/templates @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/config @@ -4208,7 +4143,6 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Office @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et/Personal @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/et -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/presentationdesigns @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/wpp/Business @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/wpp/Education @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/wpp @@ -4220,22 +4154,53 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates/wps @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US/templates @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/en_US +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/lang_list +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/mn_CN/config +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/mn_CN/l10n +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/mn_CN +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/config +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/data +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/l10n +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/preinstall +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images/user_defined +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/images +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/preinstall +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information/user_defined +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark/information +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/watermark +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource/xlsx +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/resource +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/Slide Layout +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object/prometheus +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/Wpp Default Object +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Business +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Resume +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise/Thesis +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/lengthwise +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse/transverse +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin/transverse +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage/buildin +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates/coverpage +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU/templates +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ru_RU @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ug_CN/templates @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui/ug_CN @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/mui -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/oa/ssl @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/oa @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/icc -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/codecs -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/inputmethods +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/iconengines +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/imageformats +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/platforminputcontexts +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/platforms +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/platformthemes +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/printsupport +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins/xcbglintegrations @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt/plugins @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/qt @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/classics @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/ongmani -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et/rainbow @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/et @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/classics -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf/ongmani @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_classics/classics @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_classics/ongmani @@ -4245,21 +4210,24 @@ share/icons/hicolor/96x96/apps/wps-office2019-wpsmain.png @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/pdf_readonly @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/classics @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/ongmani -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wpp @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/classics @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/ongmani -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps/rainbow @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands/wps @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/commands @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res/themes @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/res @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/resource/config @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/resource +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2018white_dark +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019dark @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019gov/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019gov -@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white/default @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2019white +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf/default +@dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins/2020dark_pdf @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/skins @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsart/colors @dir %%LINUXBASE%%/opt/kingsoft/wps-office/office6/wpsart/data diff --git a/editors/micro/Makefile b/editors/micro/Makefile index 79cc4afeebab..c503b7ce7a89 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -1,7 +1,7 @@ PORTNAME= micro DISTVERSIONPREFIX= v DISTVERSION= 2.0.14 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/vim/Makefile b/editors/vim/Makefile index e13157f3b5b6..3776e5b01e63 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,5 +1,5 @@ PORTNAME= vim -PORTVERSION= 9.1.1723 +PORTVERSION= 9.1.1744 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -22,7 +22,8 @@ CONFIGURE_ARGS= --disable-canberra \ --enable-cscope \ --enable-gui=${GUI} \ --enable-multibyte \ - --with-tlib=ncursesw + --with-tlib=ncursesw \ + --without-wayland MAKE_ARGS= STRIP="${STRIP_CMD}" \ VIMRCLOC=${ETCDIR} \ VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} @@ -69,7 +70,8 @@ USE_XORG= ice sm x11 xpm xt .elif ${FLAVOR:U} == gtk3 GUI= gtk3 -CONFIGURE_ARGS+=--enable-xim --enable-fontset +CONFIGURE_ARGS+=--enable-xim --enable-fontset --with-wayland +LIB_DEPENDS+= libwayland-client.so:graphics/wayland PLIST_SUB+= GUI="" DESKTOP="" USES+= desktop-file-utils gnome xorg USE_GNOME= cairo gdkpixbufextra gtk30 diff --git a/editors/vim/distinfo b/editors/vim/distinfo index f40c331b9c80..babd883f42d4 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756704100 -SHA256 (vim-vim-v9.1.1723_GH0.tar.gz) = 057b339a2fa78729ff595393333d34a7d25ae77d833f55c2d89b03a2f55203bd -SIZE (vim-vim-v9.1.1723_GH0.tar.gz) = 18764005 +TIMESTAMP = 1757437254 +SHA256 (vim-vim-v9.1.1744_GH0.tar.gz) = 6784bdcc41d4ae45c74cc93288e744a545525dd553e2d7489120f93b6bf90d14 +SIZE (vim-vim-v9.1.1744_GH0.tar.gz) = 18779452 diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index ad4015344afb..1cdf4fc29943 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.103.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -288,6 +288,8 @@ build-remote-extension-host: configure pre-build ### targets for port maintainer(s) make-node-modules-archive: extract +# add node module for signature verification of extensions from Open VSX Registry + @${PATCH} -s -p0 -d ${WRKSRC} < ${FILESDIR}/patch-package.json @${ECHO_MSG} "===> Fetching and installing node modules in ${WRKSRC}" @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} npm install --ignore-scripts --no-progress --no-audit --no-fund && \ diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 32f9083cc5aa..3f7b7b030d0e 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1756024500 -SHA256 (vscode/vscode-node-modules-1.103.2.tar.gz) = ff733e7c0a3038790eec73555ce93c15d914fcfd76e2a9703acd1d0a47ed44a7 -SIZE (vscode/vscode-node-modules-1.103.2.tar.gz) = 397998302 -SHA256 (vscode/vscode-marketplace-exts-1.103.2.tar.gz) = af11c2d96d9a4ca1aaa4e2318a98cd69204d1af36ebb94374108c7aae3b9c223 -SIZE (vscode/vscode-marketplace-exts-1.103.2.tar.gz) = 1709419 +TIMESTAMP = 1757195921 +SHA256 (vscode/vscode-node-modules-1.103.2.tar.gz) = 7f52e5087174fbf33b2b4dc05c5660f95d1833cc055e50aaf8591717ea07bfd7 +SIZE (vscode/vscode-node-modules-1.103.2.tar.gz) = 406945481 +SHA256 (vscode/vscode-marketplace-exts-1.103.2.tar.gz) = 081fd13d4bab7652f6c1f577b22d00737142aa7056eeb6e18b575b274b0728fa +SIZE (vscode/vscode-marketplace-exts-1.103.2.tar.gz) = 1714506 SHA256 (vscode/microsoft-vscode-1.103.2_GH0.tar.gz) = 77d0201a5fd09df066a04a2bc1fa0acbc01317ed62ec04a99b8cb8a0ce2ce3b3 SIZE (vscode/microsoft-vscode-1.103.2_GH0.tar.gz) = 23208373 diff --git a/editors/vscode/files/patch-package.json b/editors/vscode/files/patch-package.json new file mode 100644 index 000000000000..c40a6ad34f03 --- /dev/null +++ b/editors/vscode/files/patch-package.json @@ -0,0 +1,14 @@ +https://github.com/eclipse/openvsx/issues/543 +https://github.com/termux/termux-packages/issues/24739 +https://github.com/termux/termux-packages/pull/24757 + +--- package.json.orig 2025-08-20 15:13:53 UTC ++++ package.json +@@ -105,6 +105,7 @@ + "native-is-elevated": "0.7.0", + "native-keymap": "^3.3.5", + "native-watchdog": "^1.4.1", ++ "node-ovsx-sign": "^1.2.0", + "node-pty": "^1.1.0-beta33", + "open": "^10.1.2", + "tas-client-umd": "0.2.0", diff --git a/editors/vscode/files/patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts b/editors/vscode/files/patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts new file mode 100644 index 000000000000..b10a1adb8f06 --- /dev/null +++ b/editors/vscode/files/patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts @@ -0,0 +1,47 @@ +https://github.com/eclipse/openvsx/issues/543 +https://github.com/termux/termux-packages/issues/24739 +https://github.com/termux/termux-packages/pull/24757 + +--- src/vs/platform/extensionManagement/node/extensionSignatureVerificationService.ts.orig 2025-08-20 15:13:53 UTC ++++ src/vs/platform/extensionManagement/node/extensionSignatureVerificationService.ts +@@ -35,7 +35,7 @@ declare module vsceSign { + } + + declare module vsceSign { +- export function verify(vsixFilePath: string, signatureArchiveFilePath: string, verbose: boolean): Promise<ExtensionSignatureVerificationResult>; ++ export function verify(vsixFilePath: string, signatureArchiveFilePath: string, verbose: boolean): Promise<boolean>; + } + + /** +@@ -67,7 +67,7 @@ export class ExtensionSignatureVerificationService imp + } + + private async resolveVsceSign(): Promise<typeof vsceSign> { +- const mod = '@vscode/vsce-sign'; ++ const mod = 'node-ovsx-sign'; + return import(mod); + } + +@@ -87,7 +87,21 @@ export class ExtensionSignatureVerificationService imp + + try { + this.logService.trace(`Verifying extension signature for ${extensionId}...`); +- result = await module.verify(vsixFilePath, signatureArchiveFilePath, this.logService.getLevel() === LogLevel.Trace); ++ let isSignatureValid = ++ await module.verify(vsixFilePath, signatureArchiveFilePath, this.logService.getLevel() === LogLevel.Trace); ++ if (isSignatureValid) { ++ result = { ++ code: ExtensionSignatureVerificationCode.Success, ++ didExecute: true, ++ output: "The extension signature is valid." ++ }; ++ } else { ++ result = { ++ code: ExtensionSignatureVerificationCode.SignatureIsNotValid, ++ didExecute: true, ++ output: "The extension signature is invalid." ++ }; ++ } + } catch (e) { + result = { + code: ExtensionSignatureVerificationCode.UnknownError, diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index 13fc44924888..62db6058a0c7 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -885,6 +885,3073 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml-embedded.tmLanguage.json %%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json %%DATADIR%%/resources/app/node_modules.asar +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/AbortError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/AbortError.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/AbortSignalLike.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/AbortSignalLike.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/AbortError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/AbortError.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/AbortSignalLike.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/AbortSignalLike.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/AbortError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/AbortError.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/AbortSignalLike.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/AbortSignalLike.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/AbortError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/AbortError.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/AbortSignalLike.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/AbortSignalLike.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/azureKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/azureNamedKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/azureSASCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/keyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/tokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/azureKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/azureNamedKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/azureSASCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/keyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/tokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/azureKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/azureNamedKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/azureSASCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/keyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/tokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/azureKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/azureNamedKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/azureSASCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/keyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/tokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/authorizeRequestOnClaimChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/authorizeRequestOnTenantChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/base64-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/base64.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/deserializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/httpClientCache.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/interfaceHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/operationHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/serializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/serializer.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/serviceClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/state-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/authorizeRequestOnClaimChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/authorizeRequestOnTenantChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/base64.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/deserializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/httpClientCache.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/interfaceHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/operationHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/serializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/serializer.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/serviceClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/state-cjs.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/authorizeRequestOnClaimChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/authorizeRequestOnTenantChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/base64.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/deserializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/httpClientCache.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/interfaceHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/operationHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/serializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/serializer.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/serviceClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/authorizeRequestOnClaimChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/authorizeRequestOnTenantChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/base64.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/deserializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/httpClientCache.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/interfaceHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/operationHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/serializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/serializer.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/serviceClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/auxiliaryAuthenticationHeaderPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/bearerTokenAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/ndJsonPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/setClientRequestIdPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/tracingPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/wrapAbortSignalLikePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/restError.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/file.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/tokenCycler.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/userAgentPlatform-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/wrapAbortSignal.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/auxiliaryAuthenticationHeaderPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/bearerTokenAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/ndJsonPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/setClientRequestIdPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/tracingPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/wrapAbortSignalLikePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/restError.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/file.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/tokenCycler.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/wrapAbortSignal.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/auxiliaryAuthenticationHeaderPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/bearerTokenAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/ndJsonPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/setClientRequestIdPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/tracingPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/wrapAbortSignalLikePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/restError.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/file.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/tokenCycler.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/wrapAbortSignal.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/auxiliaryAuthenticationHeaderPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/bearerTokenAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/ndJsonPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/setClientRequestIdPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/tracingPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/wrapAbortSignalLikePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/restError.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/file.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/tokenCycler.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/userAgentPlatform-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/wrapAbortSignal.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/instrumenter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/instrumenter.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/interfaces.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/state-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/state-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/tracingClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/tracingClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/tracingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/tracingContext.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/instrumenter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/instrumenter.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/interfaces.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/state-cjs.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/state-cjs.d.cts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tracingClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tracingClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tracingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tracingContext.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/instrumenter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/instrumenter.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/interfaces.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/state.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/tracingClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/tracingClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/tracingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/tracingContext.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/instrumenter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/instrumenter.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/interfaces.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/state.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/tracingClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/tracingClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/tracingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/tracingContext.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/aborterUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/createAbortablePromise.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/delay.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/error.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/aborterUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/createAbortablePromise.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/delay.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/error.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/aborterUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/createAbortablePromise.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/delay.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/error.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/aborterUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/createAbortablePromise.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/delay.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/error.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/client/identityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/client/identityClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorityValidationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorityValidationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/brokerAuthOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/brokerAuthOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/brokerCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/brokerCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/browserCustomizationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/browserCustomizationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/chainedTokenCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/chainedTokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredentialModels.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredentialModels.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/credentialPersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/credentialPersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredentialFunctions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredentialFunctions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/index-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/index-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/models.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/models.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/options.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/tokenExchangeMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/tokenExchangeMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/multiTenantTokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/multiTenantTokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredentialPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredentialPlugin.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/errors.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserCommon.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserCommon.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/credentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/credentials.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/msal-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/msal-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/msal.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/brokerOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/brokerOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalPlugins.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalPlugins.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/tokenCachePersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/tokenCachePersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/types.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/consumer-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/consumer-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/consumer.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/provider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/provider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/regionalAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/regionalAuthority.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/tokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/tokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/tokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/tokenProvider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.d.mts +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/identityTokenEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/identityTokenEndpoint.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/logging.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/logging.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processMultiTenantRequest-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processMultiTenantRequest-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processMultiTenantRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/scopeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/scopeUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/subscriptionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/subscriptionUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/tenantIdUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/tenantIdUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/tracing.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/client/identityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/client/identityClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorityValidationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorityValidationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorizationCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorizationCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorizationCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorizationCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePipelinesCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePipelinesCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePipelinesCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePipelinesCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePowerShellCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePowerShellCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePowerShellCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePowerShellCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/brokerAuthOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/brokerAuthOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/brokerCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/brokerCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/browserCustomizationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/browserCustomizationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/chainedTokenCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/chainedTokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientAssertionCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientAssertionCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientAssertionCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientAssertionCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredentialModels.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredentialModels.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientSecretCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientSecretCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientSecretCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientSecretCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/credentialPersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/credentialPersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredentialFunctions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredentialFunctions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/deviceCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/deviceCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/deviceCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/deviceCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/environmentCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/environmentCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/environmentCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/environmentCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveBrowserCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveBrowserCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveBrowserCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveBrowserCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/models.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/models.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/options.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/tokenExchangeMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/tokenExchangeMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/multiTenantTokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/multiTenantTokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/usernamePasswordCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/usernamePasswordCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/usernamePasswordCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/usernamePasswordCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialPlugin.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/workloadIdentityCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/workloadIdentityCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/workloadIdentityCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/workloadIdentityCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/errors.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserCommon.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserCommon.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/credentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/credentials.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/msal.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/msal.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/brokerOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/brokerOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalPlugins.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalPlugins.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/tokenCachePersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/tokenCachePersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/types.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/plugins/consumer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/plugins/consumer.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/plugins/provider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/plugins/provider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/regionalAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/regionalAuthority.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tokenProvider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/identityTokenEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/identityTokenEndpoint.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/logging.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/logging.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/processMultiTenantRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/processMultiTenantRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/processUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/processUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/scopeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/scopeUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/subscriptionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/subscriptionUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/tenantIdUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/tenantIdUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/tracing.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/client/identityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/client/identityClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorityValidationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorityValidationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorizationCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorizationCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorizationCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorizationCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePipelinesCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePipelinesCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePipelinesCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePipelinesCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePowerShellCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePowerShellCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePowerShellCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePowerShellCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/brokerAuthOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/brokerAuthOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/brokerCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/brokerCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/browserCustomizationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/browserCustomizationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/chainedTokenCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/chainedTokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientAssertionCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientAssertionCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientAssertionCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientAssertionCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredentialModels.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredentialModels.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientSecretCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientSecretCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientSecretCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientSecretCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/credentialPersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/credentialPersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredentialFunctions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredentialFunctions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/deviceCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/deviceCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/deviceCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/deviceCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/environmentCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/environmentCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/environmentCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/environmentCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveBrowserCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveBrowserCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveBrowserCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveBrowserCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/models.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/models.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/options.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/tokenExchangeMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/tokenExchangeMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/multiTenantTokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/multiTenantTokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/usernamePasswordCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/usernamePasswordCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/usernamePasswordCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/usernamePasswordCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialPlugin.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/workloadIdentityCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/workloadIdentityCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/workloadIdentityCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/workloadIdentityCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/errors.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserCommon.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserCommon.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/credentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/credentials.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/msal.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/msal.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/brokerOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/brokerOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalPlugins.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalPlugins.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/tokenCachePersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/tokenCachePersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/types.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/plugins/consumer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/plugins/consumer.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/plugins/provider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/plugins/provider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/regionalAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/regionalAuthority.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/tokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/tokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/tokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/tokenProvider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/authHostEnv-browser.d.mts +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/authHostEnv-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/authHostEnv-browser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/authHostEnv-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/identityTokenEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/identityTokenEndpoint.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/logging.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/logging.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/processMultiTenantRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/processMultiTenantRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/processUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/processUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/scopeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/scopeUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/subscriptionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/subscriptionUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/tenantIdUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/tenantIdUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/tracing.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/client/identityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/client/identityClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorityValidationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorityValidationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorizationCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorizationCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorizationCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorizationCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePipelinesCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePipelinesCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePipelinesCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePipelinesCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePowerShellCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePowerShellCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePowerShellCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePowerShellCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/brokerAuthOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/brokerAuthOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/brokerCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/brokerCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/browserCustomizationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/browserCustomizationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/chainedTokenCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/chainedTokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientAssertionCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientAssertionCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientAssertionCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientAssertionCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredentialModels.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredentialModels.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientSecretCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientSecretCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientSecretCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientSecretCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/credentialPersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/credentialPersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredentialFunctions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredentialFunctions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/deviceCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/deviceCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/deviceCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/deviceCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/environmentCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/environmentCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/environmentCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/environmentCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveBrowserCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveBrowserCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveBrowserCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveBrowserCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/models.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/models.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/options.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/tokenExchangeMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/tokenExchangeMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/multiTenantTokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/multiTenantTokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/usernamePasswordCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/usernamePasswordCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/usernamePasswordCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/usernamePasswordCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredentialPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredentialPlugin.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/workloadIdentityCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/workloadIdentityCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/workloadIdentityCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/workloadIdentityCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/errors.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserCommon.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserCommon.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/credentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/credentials.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/msal.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/msal.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/brokerOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/brokerOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalPlugins.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalPlugins.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/tokenCachePersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/tokenCachePersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/types.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/plugins/consumer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/plugins/consumer.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/plugins/provider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/plugins/provider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/regionalAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/regionalAuthority.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/tokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/tokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/tokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/tokenProvider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/authHostEnv-browser.d.mts +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/authHostEnv-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/authHostEnv-browser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/authHostEnv-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/identityTokenEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/identityTokenEndpoint.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/logging.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/logging.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/processMultiTenantRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/processMultiTenantRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/processUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/processUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/scopeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/scopeUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/subscriptionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/subscriptionUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/tenantIdUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/tenantIdUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/tracing.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/package.json +%%DATADIR%%/resources/app/node_modules/@azure/logger/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist-esm/src/debug.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist-esm/src/index.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist-esm/src/log.browser.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist-esm/src/log.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist/index.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientNext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientNext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientNext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AccountManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AccountManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AccountManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheKeys.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheKeys.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CookieStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/EncryptedData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/EncryptedData.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/EncryptedData.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/IAsyncStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/IWindowStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/LocalStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/SessionStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/config/Configuration.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/config/Configuration.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/ControllerFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/ControllerFactory.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/ControllerFactory.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/IController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/StandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/UnknownOperatingContextController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/UnknownOperatingContextController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/UnknownOperatingContextController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/PublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/PublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/PublicClientNext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AccountManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AccountManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AccountManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AsyncMemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/BrowserCacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/BrowserCacheManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/BrowserCacheManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheKeys.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheKeys.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CookieStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CookieStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CookieStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/DatabaseStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/DatabaseStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/DatabaseStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/EncryptedData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/EncryptedData.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/EncryptedData.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/IAsyncStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/IWindowStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/LocalStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/LocalStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/LocalStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/MemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/MemoryStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/MemoryStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/SessionStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/SessionStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/SessionStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/TokenCache.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/TokenCache.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/config/Configuration.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/config/Configuration.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/ControllerFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/ControllerFactory.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/ControllerFactory.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/IController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/NestedAppAuthController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/StandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/StandardController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/StandardController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/UnknownOperatingContextController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/BrowserCrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/BrowserCrypto.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/BrowserCrypto.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/CryptoOps.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/CryptoOps.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/CryptoOps.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/PkceGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/PkceGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthActionInputs.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/UserAccountAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/controller/ICustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/index.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/index.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Decode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Decode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Encode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Encode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NestedAppAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventMessage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventType.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventType.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/BaseInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PopupClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PopupClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PopupClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/RedirectClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/RedirectClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/RedirectClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentIframeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentRefreshClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/StandardInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/InteractionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/SilentHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/SilentHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/AuthBridge.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/AuthResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeAccountContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeCapabilities.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeRequestEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeResponseEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeStatusCode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/IBridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/InitContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/TokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/TokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/mapping/NestedAppAuthAdapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/INavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/NavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/NavigationClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/NavigationClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/NavigationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/network/FetchClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/network/FetchClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/network/FetchClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/BaseOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/NestedAppOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/StandardOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/UnknownOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/packageMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/packageMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/protocol/Authorize.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/protocol/Authorize.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/ClearCacheRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/EndSessionPopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/EndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/InitializeApplicationRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/PopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/PopupWindowAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/RedirectRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/RequestHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/RequestHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/RequestHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/SilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/SsoSilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/response/ResponseHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/response/ResponseHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/telemetry/BrowserPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/telemetry/BrowserPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserConstants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserConstants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/Helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/Helpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/Helpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/MsalFrameStatsUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthActionInputs.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/UserAccountAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/controller/CustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/controller/ICustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/CustomAuthAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthApiError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidArgumentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MethodNotImplementedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MsalCustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnexpectedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAccountAttributeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/telemetry/PublicApiId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/ArgumentValidator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Encode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Encode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventMessage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventMessage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventMessage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventType.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventType.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/index.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/index.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/AuthBridge.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/AuthResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeAccountContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeCapabilities.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeRequestEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeResponseEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/IBridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/InitContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/TokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/TokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/INavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/NavigationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/network/FetchClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/UnknownOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/UnknownOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/UnknownOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/packageMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/packageMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/ClearCacheRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/EndSessionPopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/EndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/InitializeApplicationRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/PopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/PopupWindowAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/RedirectRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/RequestHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/SilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/SsoSilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/Helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/Helpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/Helpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/PublicClientNext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/NativeStatusCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/AccountManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/AsyncMemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/BrowserCacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/CacheKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/CookieStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/DatabaseStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/EncryptedData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/IAsyncStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/IWindowStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/LocalStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/MemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/SessionStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/ControllerFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/IController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/NestedAppAuthController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/StandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/UnknownOperatingContextController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/crypto/BrowserCrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/crypto/CryptoOps.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/CustomAuthActionInputs.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/CustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/UserAccountAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/controller/ICustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/CustomAuthAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/CustomAuthApiError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/CustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/HttpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/HttpErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/InvalidArgumentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/InvalidConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/MethodNotImplementedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/MsalCustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/ParsedUrlError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UnexpectedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UserAccountAttributeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/telemetry/PublicApiId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/utils/ArgumentValidator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/encode/Base64Decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/encode/Base64Encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/BrowserAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/BrowserAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/BrowserConfigurationAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/BrowserConfigurationAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/NativeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/NativeAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/NestedAppAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/event/EventHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/event/EventMessage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/event/EventType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/BaseInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/PopupClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/RedirectClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/SilentAuthCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/SilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/SilentIframeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/SilentRefreshClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/StandardInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_handler/InteractionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_handler/SilentHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/AuthBridge.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/AuthResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeAccountContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeCapabilities.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeRequestEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeResponseEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeStatusCode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/IBridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/InitContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/TokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/TokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/mapping/NestedAppAuthAdapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/navigation/INavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/navigation/NavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/navigation/NavigationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/network/FetchClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/operatingcontext/BaseOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/operatingcontext/NestedAppOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/operatingcontext/StandardOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/operatingcontext/UnknownOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/ClearCacheRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/EndSessionPopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/EndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/InitializeApplicationRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/PopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/PopupWindowAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/RedirectRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/RequestHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/SilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/SsoSilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/telemetry/BrowserPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/telemetry/BrowserPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/BrowserConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/BrowserProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/BrowserUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/Helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/MsalFrameStatsUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/msal-browser.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/msal-browser.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/msal-browser.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/msal-browser.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/app/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/app/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/app/PublicClientNext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/NativeStatusCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/AccountManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/AsyncMemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/BrowserCacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/CacheKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/CookieStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/DatabaseStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/EncryptedData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/IAsyncStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/IWindowStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/LocalStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/MemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/SessionStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/ControllerFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/IController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/NestedAppAuthController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/StandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/UnknownOperatingContextController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/crypto/BrowserCrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/crypto/CryptoOps.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/CustomAuthActionInputs.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/CustomAuthConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/CustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/UserAccountAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/controller/ICustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/CustomAuthAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/CustomAuthApiError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/CustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/HttpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/HttpErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/InvalidArgumentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/InvalidConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/MethodNotImplementedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/MsalCustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/ParsedUrlError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UnexpectedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UserAccountAttributeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/telemetry/PublicApiId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/utils/ArgumentValidator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/encode/Base64Decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/encode/Base64Encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/BrowserAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/BrowserAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/BrowserConfigurationAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/BrowserConfigurationAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/NativeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/NativeAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/NestedAppAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/event/EventHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/event/EventMessage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/event/EventType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/BaseInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/PopupClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/RedirectClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentAuthCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentIframeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentRefreshClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/StandardInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_handler/InteractionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_handler/SilentHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/AuthBridge.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/AuthResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeAccountContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeCapabilities.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeRequestEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeResponseEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeStatusCode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/IBridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/InitContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/TokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/TokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/mapping/NestedAppAuthAdapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/navigation/INavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/navigation/NavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/navigation/NavigationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/network/FetchClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/operatingcontext/BaseOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/operatingcontext/NestedAppOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/operatingcontext/StandardOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/operatingcontext/UnknownOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/ClearCacheRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/EndSessionPopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/EndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/InitializeApplicationRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/PopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/PopupWindowAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/RedirectRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/RequestHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/SilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/SsoSilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/telemetry/BrowserPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/telemetry/BrowserPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/BrowserConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/BrowserProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/BrowserUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/Helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/MsalFrameStatsUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AuthToken.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AuthToken.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/Authority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/Authority.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/Authority.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/BaseClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/BaseClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/NetworkError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/NetworkError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ServerError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ServerError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ServerError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/exports-browser-only.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/exports-common.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/exports-node-only.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-browser.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-browser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-node.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-node.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-node.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/logger/Logger.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/logger/Logger.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/logger/Logger.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/packageMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/packageMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/StoreInCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/AuthorizeResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/url/IUri.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/url/UrlString.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/url/UrlString.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/url/UrlString.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/Constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/Constants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/Constants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-browser.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-browser.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node-C8h2xZEM.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/AuthToken.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/CcsCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/ClientCredentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/ClientInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/TokenClaims.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AuthorityOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AuthorityType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AzureRegion.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AzureRegionConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/CloudDiscoveryMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/ImdsOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/OIDCOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/OpenIdConfigResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/ProtocolMode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/RegionDiscoveryMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/AccessTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/AppMetadataEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/AuthorityMetadataEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/CacheRecord.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/CredentialEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/IdTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/RefreshTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/ServerTelemetryEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/ThrottlingEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/interface/ICacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/interface/ICachePlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/interface/ISerializableTokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/persistence/TokenCacheContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/utils/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/utils/CacheTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/client/AuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/client/RefreshTokenClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/client/SilentFlowClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/config/AppTokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/config/ClientConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/constants/AADServerParamKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/ICrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/IGuidGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/JoseHeader.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/AuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/AuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/CacheError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/CacheErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ClientAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ClientAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/JoseHeaderError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/JoseHeaderErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ServerError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/exports-browser-only.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/exports-common.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/exports-node-only.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/index-browser.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/index-node.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/logger/Logger.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/network/INetworkModule.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/network/NetworkResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/network/RequestThumbprint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/network/ThrottlingUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/AuthenticationHeaderParser.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/BaseAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonClientCredentialRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonDeviceCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonEndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonOnBehalfOfRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonRefreshTokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonSilentFlowRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonUsernamePasswordRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/NativeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/NativeSignOutRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/RequestParameterBuilder.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/ScopeSet.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/StoreInCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/AuthorizationCodePayload.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/AuthorizeResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/DeviceCodeResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/ExternalTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/IMDSBadResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/ServerAuthorizationTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/StubPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/url/IUri.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/url/UrlString.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/ClientAssertionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/Constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/MsalTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/ProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/StringUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/TimeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/node/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientAssertion.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/Configuration.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/Configuration.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/HashUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/NodeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/index.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/index.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/internals.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/internals.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/internals.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/LoopbackClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/packageMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/packageMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/InteractiveRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequestParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/SignOutRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/SilentFlowRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/response/ManagedIdentityTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/Constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/Constants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/Constants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/TimeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/msal-node.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/msal-node.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/distributed/DistributedCachePlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/distributed/ICacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/distributed/IPartitionManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/serializer/Deserializer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/serializer/Serializer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/serializer/SerializerTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ClientAssertion.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ClientCredentialClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ConfidentialClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/DeviceCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/OnBehalfOfClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/UsernamePasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityRequestParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/crypto/CryptoProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/crypto/GuidGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/crypto/HashUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/error/NodeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/internals.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/network/HttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/network/ILoopbackClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/network/LoopbackClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/ClientCredentialRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/DeviceCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/InteractiveRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequestParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/OnBehalfOfRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/RefreshTokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/SignOutRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/SilentFlowRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/UsernamePasswordRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/response/ManagedIdentityTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/ExponentialRetryStrategy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/LinearRetryStrategy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/utils/Constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/utils/EncodingUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/utils/NetworkUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/utils/TimeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/LICENSE.md +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/bin/uuid +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/md5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/nil.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/parse.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/regex.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/rng.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/sha1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/stringify.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v3.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v35.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v4.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/validate.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/version.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/index.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/md5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/nil.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/parse.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/regex.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/rng.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/sha1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/stringify.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v3.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v35.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v4.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/validate.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/version.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/index.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/md5-browser.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/md5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/nil.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/parse.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/regex.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/rng-browser.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/rng.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/sha1-browser.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/sha1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/stringify.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuid.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidNIL.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidParse.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidStringify.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidValidate.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidVersion.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidv1.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidv3.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidv4.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidv5.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/uuid-bin.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v3.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v35.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v4.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/validate.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/version.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/wrapper.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/build/index.cjs +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/build/index.d.cts +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/build/lib/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/index.mjs +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-regex/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-styles/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/string-width/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/string-width/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/string-width/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/strip-ansi/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/wrap-ansi/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/package.json %%DATADIR%%/resources/app/node_modules/@microsoft/1ds-core-js/LICENSE.TXT %%DATADIR%%/resources/app/node_modules/@microsoft/1ds-core-js/NOTICE %%DATADIR%%/resources/app/node_modules/@microsoft/1ds-core-js/PRIVACY @@ -1058,13 +4125,353 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@parcel/watcher/package.json %%DATADIR%%/resources/app/node_modules/@parcel/watcher/scripts/build-from-source.js %%DATADIR%%/resources/app/node_modules/@parcel/watcher/wrapper.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/LICENSE +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/index.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/internal/errors.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/internal/primordials.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/internal/util.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/internal/validators.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/package.json +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/utils.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/LICENSE %%DATADIR%%/resources/app/node_modules/@tootallnate/once/dist/index.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/dist/overloaded-parameters.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/dist/types.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/package.json +%%DATADIR%%/resources/app/node_modules/@types/color-name/LICENSE +%%DATADIR%%/resources/app/node_modules/@types/color-name/package.json %%DATADIR%%/resources/app/node_modules/@types/semver/LICENSE %%DATADIR%%/resources/app/node_modules/@types/semver/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/LICENSE +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/abort-controller/AbortError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/auth/credentials.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/auth/oauth2Flows.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/auth/schemes.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/apiVersionPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/clientHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/getClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/multipart.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/operationOptionHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/sendRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/constants.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/defaultHttpClient-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/fetchHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/interfaces.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/debug.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/log-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/log.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/logger.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/nodeHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/pipeline.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/apiKeyAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/basicAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/bearerAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/checkInsecureConnection.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/oauth2AuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/decompressResponsePolicy-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/proxyPolicy-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/proxyPolicy.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/retryStrategies/exponentialRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/retryStrategies/retryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/retryStrategies/throttlingRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/bytesEncoding-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/bytesEncoding.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/bytesEncoding.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/checkEnvironment.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/concat-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/concat.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/concat.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/delay.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/error.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/helpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/inspect-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/inspect.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/inspect.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/object.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/random.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/sanitizer.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/sha256-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/sha256.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/sha256.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/userAgentPlatform-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/uuidUtils-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/uuidUtils.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/uuidUtils.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/xhrHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/abort-controller/AbortError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/auth/credentials.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/auth/oauth2Flows.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/auth/schemes.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/apiVersionPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/clientHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/getClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/multipart.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/operationOptionHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/sendRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/constants.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/fetchHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/interfaces.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/debug.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/log.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/logger.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/nodeHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/pipeline.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/apiKeyAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/basicAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/bearerAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/checkInsecureConnection.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/oauth2AuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/proxyPolicy.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/retryStrategies/exponentialRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/retryStrategies/retryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/retryStrategies/throttlingRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/bytesEncoding.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/bytesEncoding.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/checkEnvironment.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/concat.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/concat.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/delay.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/error.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/helpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/inspect.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/inspect.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/object.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/random.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/sanitizer.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/sha256.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/sha256.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/uuidUtils.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/uuidUtils.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/xhrHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/abort-controller/AbortError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/auth/credentials.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/auth/oauth2Flows.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/auth/schemes.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/apiVersionPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/clientHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/getClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/multipart.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/operationOptionHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/sendRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/constants.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/fetchHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/interfaces.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/debug.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/log.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/logger.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/nodeHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/pipeline.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/apiKeyAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/basicAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/bearerAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/checkInsecureConnection.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/oauth2AuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/proxyPolicy.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/retryStrategies/exponentialRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/retryStrategies/retryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/retryStrategies/throttlingRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/bytesEncoding.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/bytesEncoding.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/checkEnvironment.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/concat.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/concat.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/delay.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/error.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/helpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/inspect.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/inspect.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/object.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/random.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/sanitizer.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/sha256.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/sha256.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/uuidUtils.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/uuidUtils.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/xhrHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/abort-controller/AbortError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/auth/credentials.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/auth/oauth2Flows.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/auth/schemes.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/apiVersionPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/clientHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/getClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/multipart.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/operationOptionHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/sendRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/constants.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/defaultHttpClient-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/fetchHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/interfaces.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/debug.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/log-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/log.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/logger.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/nodeHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/pipeline.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/apiKeyAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/basicAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/bearerAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/checkInsecureConnection.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/oauth2AuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/proxyPolicy-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/proxyPolicy.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/retryStrategies/exponentialRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/retryStrategies/retryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/retryStrategies/throttlingRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/bytesEncoding-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/bytesEncoding.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/bytesEncoding.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/checkEnvironment.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/concat-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/concat.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/concat.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/delay.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/error.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/helpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/inspect-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/inspect.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/inspect.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/object.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/random.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sanitizer.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sha256-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sha256.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sha256.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/userAgentPlatform-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/uuidUtils-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/uuidUtils.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/uuidUtils.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/xhrHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/package.json %%DATADIR%%/resources/app/node_modules/@vscode/deviceid/LICENSE.txt %%DATADIR%%/resources/app/node_modules/@vscode/deviceid/SECURITY.md %%DATADIR%%/resources/app/node_modules/@vscode/deviceid/azure-pipelines/azure-pipeline.yml @@ -1128,6 +4535,169 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-typescript.wasm %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter.js %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/vsce-sign/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce-sign/src/main.d.ts +%%DATADIR%%/resources/app/node_modules/@vscode/vsce-sign/src/main.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/ThirdPartyNotices.txt +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/dummy.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/ansi-styles/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/ansi-styles/license +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/ansi-styles/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/index.js.flow +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/license +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/templates.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/conversions.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/route.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-name/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-name/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-name/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-name/test.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/commander/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/commander/Readme.md +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/commander/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/commander/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/decode.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/decode_codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/decode_codepoint.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/encode.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/maps/decode.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/maps/entities.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/maps/legacy.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/maps/xml.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/escape-string-regexp/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/escape-string-regexp/license +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/escape-string-regexp/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/common.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/glob.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/sync.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/git-host-info.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/git-host.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/linkify-it/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/linkify-it/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/linkify-it/lib/re.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/linkify-it/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/lru-cache/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/lru-cache/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/lru-cache/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/bin/markdown-it.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/dist/markdown-it.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/dist/markdown-it.min.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/common/entities.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/common/html_blocks.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/common/html_re.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/common/utils.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/helpers/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/helpers/parse_link_destination.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/helpers/parse_link_label.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/helpers/parse_link_title.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/parser_block.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/parser_core.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/parser_inline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/presets/commonmark.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/presets/default.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/presets/zero.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/renderer.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/ruler.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/blockquote.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/code.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/fence.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/heading.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/hr.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/html_block.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/lheading.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/list.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/paragraph.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/reference.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/state_block.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/table.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/block.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/inline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/linkify.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/normalize.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/replacements.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/smartquotes.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/state_core.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/autolink.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/backticks.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/emphasis.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/entity.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/escape.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/html_inline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/image.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/link.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/newline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/state_inline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/strikethrough.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/text.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/text_collapse.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/token.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/decode.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/encode.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/format.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/parse.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/supports-color/browser.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/supports-color/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/supports-color/license +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/supports-color/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/categories/Cc/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/categories/Cf/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/categories/P/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/categories/Z/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/properties/Any/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yallist/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yallist/iterator.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yallist/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yallist/yallist.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yauzl/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yauzl/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yauzl/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/api.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/auth.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/main.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/manifest.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/nls.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/npm.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/package.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/publicgalleryapi.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/publish.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/search.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/show.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/store.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/util.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/validation.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/viewutils.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/xml.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/zip.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/vsce %%DATADIR%%/resources/app/node_modules/@vscode/vscode-languagedetection/LICENSE %%DATADIR%%/resources/app/node_modules/@vscode/vscode-languagedetection/SECURITY.md %%DATADIR%%/resources/app/node_modules/@vscode/vscode-languagedetection/cli/index.js @@ -1197,16 +4767,490 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@xterm/xterm/lib/xterm.mjs %%DATADIR%%/resources/app/node_modules/@xterm/xterm/lib/xterm.mjs.map %%DATADIR%%/resources/app/node_modules/@xterm/xterm/package.json +%%DATADIR%%/resources/app/node_modules/abort-controller/LICENSE +%%DATADIR%%/resources/app/node_modules/abort-controller/browser.js +%%DATADIR%%/resources/app/node_modules/abort-controller/browser.mjs +%%DATADIR%%/resources/app/node_modules/abort-controller/dist/abort-controller.js +%%DATADIR%%/resources/app/node_modules/abort-controller/dist/abort-controller.mjs +%%DATADIR%%/resources/app/node_modules/abort-controller/dist/abort-controller.mjs.map +%%DATADIR%%/resources/app/node_modules/abort-controller/dist/abort-controller.umd.js +%%DATADIR%%/resources/app/node_modules/abort-controller/package.json +%%DATADIR%%/resources/app/node_modules/abort-controller/polyfill.js +%%DATADIR%%/resources/app/node_modules/abort-controller/polyfill.mjs %%DATADIR%%/resources/app/node_modules/agent-base/LICENSE %%DATADIR%%/resources/app/node_modules/agent-base/dist/helpers.d.ts.map %%DATADIR%%/resources/app/node_modules/agent-base/dist/helpers.js %%DATADIR%%/resources/app/node_modules/agent-base/dist/index.d.ts.map %%DATADIR%%/resources/app/node_modules/agent-base/dist/index.js %%DATADIR%%/resources/app/node_modules/agent-base/package.json +%%DATADIR%%/resources/app/node_modules/ansi-regex/index.js +%%DATADIR%%/resources/app/node_modules/ansi-regex/license +%%DATADIR%%/resources/app/node_modules/ansi-regex/package.json +%%DATADIR%%/resources/app/node_modules/ansi-styles/index.js +%%DATADIR%%/resources/app/node_modules/ansi-styles/license +%%DATADIR%%/resources/app/node_modules/ansi-styles/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/file.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/brace-expansion/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/brace-expansion/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/brace-expansion/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/glob.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/glob.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/has-magic.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/has-magic.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/ignore.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/ignore.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/pattern.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/pattern.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/processor.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/processor.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/walker.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/walker.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/bin.d.mts +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/bin.d.mts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/bin.mjs +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/bin.mjs.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/glob.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/glob.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/has-magic.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/has-magic.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/ignore.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/ignore.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/pattern.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/pattern.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/processor.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/processor.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/walker.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/walker.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/is-stream/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/is-stream/license +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/is-stream/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/LICENSE.md +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/parse-args.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/parse-args.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/ast.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/ast.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/brace-expressions.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/escape.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/unescape.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/assert-valid-pattern.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/ast.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/ast.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/brace-expressions.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/escape.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/unescape.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/unescape.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/package.json +%%DATADIR%%/resources/app/node_modules/archiver/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/index.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/core.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/error.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/plugins/json.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/plugins/tar.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/plugins/zip.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/dist/index.cjs +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/dist/index.d.cts +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/dist/index.d.mts +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/dist/index.mjs +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/package.json +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/archiver/package.json +%%DATADIR%%/resources/app/node_modules/argparse/LICENSE +%%DATADIR%%/resources/app/node_modules/argparse/argparse.js +%%DATADIR%%/resources/app/node_modules/argparse/lib/sub.js +%%DATADIR%%/resources/app/node_modules/argparse/lib/textwrap.js +%%DATADIR%%/resources/app/node_modules/argparse/package.json +%%DATADIR%%/resources/app/node_modules/async/LICENSE +%%DATADIR%%/resources/app/node_modules/async/all.js +%%DATADIR%%/resources/app/node_modules/async/allLimit.js +%%DATADIR%%/resources/app/node_modules/async/allSeries.js +%%DATADIR%%/resources/app/node_modules/async/any.js +%%DATADIR%%/resources/app/node_modules/async/anyLimit.js +%%DATADIR%%/resources/app/node_modules/async/anySeries.js +%%DATADIR%%/resources/app/node_modules/async/apply.js +%%DATADIR%%/resources/app/node_modules/async/applyEach.js +%%DATADIR%%/resources/app/node_modules/async/applyEachSeries.js +%%DATADIR%%/resources/app/node_modules/async/asyncify.js +%%DATADIR%%/resources/app/node_modules/async/auto.js +%%DATADIR%%/resources/app/node_modules/async/autoInject.js +%%DATADIR%%/resources/app/node_modules/async/bower.json +%%DATADIR%%/resources/app/node_modules/async/cargo.js +%%DATADIR%%/resources/app/node_modules/async/cargoQueue.js +%%DATADIR%%/resources/app/node_modules/async/compose.js +%%DATADIR%%/resources/app/node_modules/async/concat.js +%%DATADIR%%/resources/app/node_modules/async/concatLimit.js +%%DATADIR%%/resources/app/node_modules/async/concatSeries.js +%%DATADIR%%/resources/app/node_modules/async/constant.js +%%DATADIR%%/resources/app/node_modules/async/detect.js +%%DATADIR%%/resources/app/node_modules/async/detectLimit.js +%%DATADIR%%/resources/app/node_modules/async/detectSeries.js +%%DATADIR%%/resources/app/node_modules/async/dir.js +%%DATADIR%%/resources/app/node_modules/async/dist/async.js +%%DATADIR%%/resources/app/node_modules/async/dist/async.min.js +%%DATADIR%%/resources/app/node_modules/async/dist/async.mjs +%%DATADIR%%/resources/app/node_modules/async/doDuring.js +%%DATADIR%%/resources/app/node_modules/async/doUntil.js +%%DATADIR%%/resources/app/node_modules/async/doWhilst.js +%%DATADIR%%/resources/app/node_modules/async/during.js +%%DATADIR%%/resources/app/node_modules/async/each.js +%%DATADIR%%/resources/app/node_modules/async/eachLimit.js +%%DATADIR%%/resources/app/node_modules/async/eachOf.js +%%DATADIR%%/resources/app/node_modules/async/eachOfLimit.js +%%DATADIR%%/resources/app/node_modules/async/eachOfSeries.js +%%DATADIR%%/resources/app/node_modules/async/eachSeries.js +%%DATADIR%%/resources/app/node_modules/async/ensureAsync.js +%%DATADIR%%/resources/app/node_modules/async/every.js +%%DATADIR%%/resources/app/node_modules/async/everyLimit.js +%%DATADIR%%/resources/app/node_modules/async/everySeries.js +%%DATADIR%%/resources/app/node_modules/async/filter.js +%%DATADIR%%/resources/app/node_modules/async/filterLimit.js +%%DATADIR%%/resources/app/node_modules/async/filterSeries.js +%%DATADIR%%/resources/app/node_modules/async/find.js +%%DATADIR%%/resources/app/node_modules/async/findLimit.js +%%DATADIR%%/resources/app/node_modules/async/findSeries.js +%%DATADIR%%/resources/app/node_modules/async/flatMap.js +%%DATADIR%%/resources/app/node_modules/async/flatMapLimit.js +%%DATADIR%%/resources/app/node_modules/async/flatMapSeries.js +%%DATADIR%%/resources/app/node_modules/async/foldl.js +%%DATADIR%%/resources/app/node_modules/async/foldr.js +%%DATADIR%%/resources/app/node_modules/async/forEach.js +%%DATADIR%%/resources/app/node_modules/async/forEachLimit.js +%%DATADIR%%/resources/app/node_modules/async/forEachOf.js +%%DATADIR%%/resources/app/node_modules/async/forEachOfLimit.js +%%DATADIR%%/resources/app/node_modules/async/forEachOfSeries.js +%%DATADIR%%/resources/app/node_modules/async/forEachSeries.js +%%DATADIR%%/resources/app/node_modules/async/forever.js +%%DATADIR%%/resources/app/node_modules/async/groupBy.js +%%DATADIR%%/resources/app/node_modules/async/groupByLimit.js +%%DATADIR%%/resources/app/node_modules/async/groupBySeries.js +%%DATADIR%%/resources/app/node_modules/async/index.js +%%DATADIR%%/resources/app/node_modules/async/inject.js +%%DATADIR%%/resources/app/node_modules/async/internal/DoublyLinkedList.js +%%DATADIR%%/resources/app/node_modules/async/internal/Heap.js +%%DATADIR%%/resources/app/node_modules/async/internal/applyEach.js +%%DATADIR%%/resources/app/node_modules/async/internal/asyncEachOfLimit.js +%%DATADIR%%/resources/app/node_modules/async/internal/awaitify.js +%%DATADIR%%/resources/app/node_modules/async/internal/breakLoop.js +%%DATADIR%%/resources/app/node_modules/async/internal/consoleFunc.js +%%DATADIR%%/resources/app/node_modules/async/internal/createTester.js +%%DATADIR%%/resources/app/node_modules/async/internal/eachOfLimit.js +%%DATADIR%%/resources/app/node_modules/async/internal/filter.js +%%DATADIR%%/resources/app/node_modules/async/internal/getIterator.js +%%DATADIR%%/resources/app/node_modules/async/internal/initialParams.js +%%DATADIR%%/resources/app/node_modules/async/internal/isArrayLike.js +%%DATADIR%%/resources/app/node_modules/async/internal/iterator.js +%%DATADIR%%/resources/app/node_modules/async/internal/map.js +%%DATADIR%%/resources/app/node_modules/async/internal/once.js +%%DATADIR%%/resources/app/node_modules/async/internal/onlyOnce.js +%%DATADIR%%/resources/app/node_modules/async/internal/parallel.js +%%DATADIR%%/resources/app/node_modules/async/internal/promiseCallback.js +%%DATADIR%%/resources/app/node_modules/async/internal/queue.js +%%DATADIR%%/resources/app/node_modules/async/internal/range.js +%%DATADIR%%/resources/app/node_modules/async/internal/reject.js +%%DATADIR%%/resources/app/node_modules/async/internal/setImmediate.js +%%DATADIR%%/resources/app/node_modules/async/internal/withoutIndex.js +%%DATADIR%%/resources/app/node_modules/async/internal/wrapAsync.js +%%DATADIR%%/resources/app/node_modules/async/log.js +%%DATADIR%%/resources/app/node_modules/async/map.js +%%DATADIR%%/resources/app/node_modules/async/mapLimit.js +%%DATADIR%%/resources/app/node_modules/async/mapSeries.js +%%DATADIR%%/resources/app/node_modules/async/mapValues.js +%%DATADIR%%/resources/app/node_modules/async/mapValuesLimit.js +%%DATADIR%%/resources/app/node_modules/async/mapValuesSeries.js +%%DATADIR%%/resources/app/node_modules/async/memoize.js +%%DATADIR%%/resources/app/node_modules/async/nextTick.js +%%DATADIR%%/resources/app/node_modules/async/package.json +%%DATADIR%%/resources/app/node_modules/async/parallel.js +%%DATADIR%%/resources/app/node_modules/async/parallelLimit.js +%%DATADIR%%/resources/app/node_modules/async/priorityQueue.js +%%DATADIR%%/resources/app/node_modules/async/queue.js +%%DATADIR%%/resources/app/node_modules/async/race.js +%%DATADIR%%/resources/app/node_modules/async/reduce.js +%%DATADIR%%/resources/app/node_modules/async/reduceRight.js +%%DATADIR%%/resources/app/node_modules/async/reflect.js +%%DATADIR%%/resources/app/node_modules/async/reflectAll.js +%%DATADIR%%/resources/app/node_modules/async/reject.js +%%DATADIR%%/resources/app/node_modules/async/rejectLimit.js +%%DATADIR%%/resources/app/node_modules/async/rejectSeries.js +%%DATADIR%%/resources/app/node_modules/async/retry.js +%%DATADIR%%/resources/app/node_modules/async/retryable.js +%%DATADIR%%/resources/app/node_modules/async/select.js +%%DATADIR%%/resources/app/node_modules/async/selectLimit.js +%%DATADIR%%/resources/app/node_modules/async/selectSeries.js +%%DATADIR%%/resources/app/node_modules/async/seq.js +%%DATADIR%%/resources/app/node_modules/async/series.js +%%DATADIR%%/resources/app/node_modules/async/setImmediate.js +%%DATADIR%%/resources/app/node_modules/async/some.js +%%DATADIR%%/resources/app/node_modules/async/someLimit.js +%%DATADIR%%/resources/app/node_modules/async/someSeries.js +%%DATADIR%%/resources/app/node_modules/async/sortBy.js +%%DATADIR%%/resources/app/node_modules/async/timeout.js +%%DATADIR%%/resources/app/node_modules/async/times.js +%%DATADIR%%/resources/app/node_modules/async/timesLimit.js +%%DATADIR%%/resources/app/node_modules/async/timesSeries.js +%%DATADIR%%/resources/app/node_modules/async/transform.js +%%DATADIR%%/resources/app/node_modules/async/tryEach.js +%%DATADIR%%/resources/app/node_modules/async/unmemoize.js +%%DATADIR%%/resources/app/node_modules/async/until.js +%%DATADIR%%/resources/app/node_modules/async/waterfall.js +%%DATADIR%%/resources/app/node_modules/async/whilst.js +%%DATADIR%%/resources/app/node_modules/async/wrapSync.js +%%DATADIR%%/resources/app/node_modules/asynckit/LICENSE +%%DATADIR%%/resources/app/node_modules/asynckit/bench.js +%%DATADIR%%/resources/app/node_modules/asynckit/index.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/abort.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/async.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/defer.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/iterate.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/readable_asynckit.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/readable_parallel.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/readable_serial.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/readable_serial_ordered.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/state.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/streamify.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/terminator.js +%%DATADIR%%/resources/app/node_modules/asynckit/package.json +%%DATADIR%%/resources/app/node_modules/asynckit/parallel.js +%%DATADIR%%/resources/app/node_modules/asynckit/serial.js +%%DATADIR%%/resources/app/node_modules/asynckit/serialOrdered.js +%%DATADIR%%/resources/app/node_modules/asynckit/stream.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/AlertApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/BuildApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ClientApiBases.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/CoreApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/DashboardApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ExtensionManagementApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/FeatureManagementApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/FileContainerApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/FileContainerApiBase.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/GalleryApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/GalleryCompatHttpClientBase.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/GitApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/LICENSE +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/LocationsApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ManagementApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/NotificationApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/PolicyApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ProfileApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ProjectAnalysisApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ReleaseApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/SecurityRolesApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/Serialization.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TaskAgentApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TaskAgentApiBase.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TaskApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TestApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TestPlanApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TestResultsApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TfvcApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ThirdPartyNotice.txt +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/VsoClient.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WebApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WikiApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WorkApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WorkItemTrackingApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WorkItemTrackingProcessApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WorkItemTrackingProcessDefinitionsApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/handlers/basiccreds.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/handlers/bearertoken.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/handlers/ntlm.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/handlers/personalaccesstoken.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/AlertInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/BuildInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/CommentsInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/CoreInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/DashboardInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/DistributedTaskCommonInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ExtensionManagementInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/FeatureManagementInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/FileContainerInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/GalleryInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/GitInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/GraphInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/IdentitiesInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/LocationsInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ManagementInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/NotificationInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/PolicyInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ProfileInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ProjectAnalysisInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ReleaseInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/SecurityRolesInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/TaskAgentInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/TestInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/TestPlanInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/TfvcInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WikiInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WorkInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WorkItemTrackingInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WorkItemTrackingProcessDefinitionsInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WorkItemTrackingProcessInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/FormInputInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/OperationsInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/System.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/SystemDataInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/VSSInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/VsoBaseInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/opensource/node-http-ntlm/ntlm.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/opensource/node-http-ntlm/readme.txt +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/package.json +%%DATADIR%%/resources/app/node_modules/b4a/LICENSE +%%DATADIR%%/resources/app/node_modules/b4a/browser.js +%%DATADIR%%/resources/app/node_modules/b4a/index.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/ascii.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/base64.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/hex.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/utf16le.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/utf8.js +%%DATADIR%%/resources/app/node_modules/b4a/package.json +%%DATADIR%%/resources/app/node_modules/balanced-match/LICENSE.md +%%DATADIR%%/resources/app/node_modules/balanced-match/index.js +%%DATADIR%%/resources/app/node_modules/balanced-match/package.json +%%DATADIR%%/resources/app/node_modules/bare-events/LICENSE +%%DATADIR%%/resources/app/node_modules/bare-events/index.js +%%DATADIR%%/resources/app/node_modules/bare-events/lib/errors.js +%%DATADIR%%/resources/app/node_modules/bare-events/package.json %%DATADIR%%/resources/app/node_modules/base64-js/LICENSE %%DATADIR%%/resources/app/node_modules/base64-js/base64js.min.js %%DATADIR%%/resources/app/node_modules/base64-js/index.js %%DATADIR%%/resources/app/node_modules/base64-js/package.json +%%DATADIR%%/resources/app/node_modules/big-integer/BigInteger.js +%%DATADIR%%/resources/app/node_modules/big-integer/BigInteger.min.js +%%DATADIR%%/resources/app/node_modules/big-integer/LICENSE +%%DATADIR%%/resources/app/node_modules/big-integer/bower.json +%%DATADIR%%/resources/app/node_modules/big-integer/package.json +%%DATADIR%%/resources/app/node_modules/big-integer/tsconfig.json %%DATADIR%%/resources/app/node_modules/bindings/LICENSE.md %%DATADIR%%/resources/app/node_modules/bindings/bindings.js %%DATADIR%%/resources/app/node_modules/bindings/package.json @@ -1214,6 +5258,55 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/bl/LICENSE.md %%DATADIR%%/resources/app/node_modules/bl/bl.js %%DATADIR%%/resources/app/node_modules/bl/package.json +%%DATADIR%%/resources/app/node_modules/bluebird/LICENSE +%%DATADIR%%/resources/app/node_modules/bluebird/changelog.md +%%DATADIR%%/resources/app/node_modules/bluebird/js/browser/bluebird.core.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/browser/bluebird.core.min.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/browser/bluebird.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/browser/bluebird.min.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/any.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/assert.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/async.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/bind.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/bluebird.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/call_get.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/cancel.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/catch_filter.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/context.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/debuggability.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/direct_resolve.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/each.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/errors.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/es5.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/filter.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/finally.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/generators.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/join.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/map.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/method.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/nodeback.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/nodeify.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/promise.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/promise_array.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/promisify.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/props.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/queue.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/race.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/reduce.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/schedule.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/settle.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/some.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/synchronous_inspection.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/thenables.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/timers.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/using.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/util.js +%%DATADIR%%/resources/app/node_modules/bluebird/package.json +%%DATADIR%%/resources/app/node_modules/boolbase/index.js +%%DATADIR%%/resources/app/node_modules/boolbase/package.json +%%DATADIR%%/resources/app/node_modules/brace-expansion/LICENSE +%%DATADIR%%/resources/app/node_modules/brace-expansion/index.js +%%DATADIR%%/resources/app/node_modules/brace-expansion/package.json %%DATADIR%%/resources/app/node_modules/braces/LICENSE %%DATADIR%%/resources/app/node_modules/braces/index.js %%DATADIR%%/resources/app/node_modules/braces/lib/compile.js @@ -1226,6 +5319,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/buffer-crc32/LICENSE %%DATADIR%%/resources/app/node_modules/buffer-crc32/index.js %%DATADIR%%/resources/app/node_modules/buffer-crc32/package.json +%%DATADIR%%/resources/app/node_modules/buffer-equal-constant-time/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/buffer-equal-constant-time/index.js +%%DATADIR%%/resources/app/node_modules/buffer-equal-constant-time/package.json +%%DATADIR%%/resources/app/node_modules/buffer-equal-constant-time/test.js %%DATADIR%%/resources/app/node_modules/buffer/AUTHORS.md %%DATADIR%%/resources/app/node_modules/buffer/LICENSE %%DATADIR%%/resources/app/node_modules/buffer/index.js @@ -1233,6 +5330,144 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/bundle-name/index.js %%DATADIR%%/resources/app/node_modules/bundle-name/license %%DATADIR%%/resources/app/node_modules/bundle-name/package.json +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/LICENSE +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/actualApply.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/applyBind.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/functionApply.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/functionCall.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/index.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/package.json +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/reflectApply.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/tsconfig.json +%%DATADIR%%/resources/app/node_modules/call-bound/LICENSE +%%DATADIR%%/resources/app/node_modules/call-bound/index.js +%%DATADIR%%/resources/app/node_modules/call-bound/package.json +%%DATADIR%%/resources/app/node_modules/call-bound/tsconfig.json +%%DATADIR%%/resources/app/node_modules/cheerio-select/LICENSE +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/helpers.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/positionals.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/positionals.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/helpers.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/index.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/positionals.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/positionals.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/LICENSE +%%DATADIR%%/resources/app/node_modules/cheerio/Readme.md +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/attributes.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/css.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/css.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/extract.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/extract.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/forms.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/forms.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/manipulation.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/traversing.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/traversing.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/cheerio.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/cheerio.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/index-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/index-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/load-parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/load-parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/load.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/load.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/options.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/parsers/parse5-adapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/parsers/parse5-adapter.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/slim.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/slim.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/static.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/static.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/types.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/utils.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/attributes.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/css.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/css.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/extract.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/extract.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/forms.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/forms.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/manipulation.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/traversing.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/traversing.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/cheerio.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/cheerio.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/load-parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/load-parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/load.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/load.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/options.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/parsers/parse5-adapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/parsers/parse5-adapter.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/slim.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/slim.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/static.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/static.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/types.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/utils.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/attributes.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/css.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/css.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/extract.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/extract.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/forms.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/forms.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/manipulation.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/traversing.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/traversing.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/cheerio.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/cheerio.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/load-parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/load-parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/load.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/load.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/options.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/parsers/parse5-adapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/parsers/parse5-adapter.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/slim.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/slim.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/static.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/static.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/types.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/utils.js +%%DATADIR%%/resources/app/node_modules/cheerio/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/src/index-browser.mts %%DATADIR%%/resources/app/node_modules/chownr/LICENSE %%DATADIR%%/resources/app/node_modules/chownr/chownr.js %%DATADIR%%/resources/app/node_modules/chownr/package.json @@ -1269,6 +5504,280 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/chrome-remote-interface/node_modules/ws/package.json %%DATADIR%%/resources/app/node_modules/chrome-remote-interface/package.json %%DATADIR%%/resources/app/node_modules/chrome-remote-interface/webpack.config.js +%%DATADIR%%/resources/app/node_modules/cockatiel/LICENSE +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/BulkheadPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/CircuitBreakerPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/FallbackPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/NoopPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/Policy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/RetryPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/TimeoutPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/Backoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/ConstantBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/DelegateBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/ExponentialBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/ExponentialBackoffGenerators.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/IterableBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/breaker/Breaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/breaker/ConsecutiveBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/breaker/CountBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/breaker/SamplingBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/Event.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/Executor.bench.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/Executor.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/abort.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/defer.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/BrokenCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/BulkheadRejectedError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/Errors.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/HydratingCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/IsolatedCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/TaskCancelledError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/BulkheadPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/CircuitBreakerPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/FallbackPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/NoopPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/Policy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/RetryPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/TimeoutPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/Backoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/ConstantBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/DelegateBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/ExponentialBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/ExponentialBackoffGenerators.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/IterableBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/breaker/Breaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/breaker/ConsecutiveBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/breaker/CountBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/breaker/SamplingBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/Event.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/Executor.bench.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/Executor.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/abort.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/defer.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/BrokenCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/BulkheadRejectedError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/Errors.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/HydratingCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/IsolatedCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/TaskCancelledError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/index.js +%%DATADIR%%/resources/app/node_modules/cockatiel/package.json +%%DATADIR%%/resources/app/node_modules/color-convert/LICENSE +%%DATADIR%%/resources/app/node_modules/color-convert/conversions.js +%%DATADIR%%/resources/app/node_modules/color-convert/index.js +%%DATADIR%%/resources/app/node_modules/color-convert/package.json +%%DATADIR%%/resources/app/node_modules/color-convert/route.js +%%DATADIR%%/resources/app/node_modules/color-name/LICENSE +%%DATADIR%%/resources/app/node_modules/color-name/index.js +%%DATADIR%%/resources/app/node_modules/color-name/package.json +%%DATADIR%%/resources/app/node_modules/combined-stream/License +%%DATADIR%%/resources/app/node_modules/combined-stream/Readme.md +%%DATADIR%%/resources/app/node_modules/combined-stream/lib/combined_stream.js +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/License +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/Makefile +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/package.json +%%DATADIR%%/resources/app/node_modules/combined-stream/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/archive-entry.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/archive-output-stream.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/constants.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/general-purpose-bit.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/unix-stat.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/util.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/zip-archive-entry.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/zip-archive-output-stream.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/compress-commons.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/util/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/is-stream/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/is-stream/license +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/is-stream/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/package.json +%%DATADIR%%/resources/app/node_modules/concat-map/LICENSE +%%DATADIR%%/resources/app/node_modules/concat-map/README.markdown +%%DATADIR%%/resources/app/node_modules/concat-map/index.js +%%DATADIR%%/resources/app/node_modules/concat-map/package.json +%%DATADIR%%/resources/app/node_modules/core-util-is/LICENSE +%%DATADIR%%/resources/app/node_modules/core-util-is/float.patch +%%DATADIR%%/resources/app/node_modules/core-util-is/lib/util.js +%%DATADIR%%/resources/app/node_modules/core-util-is/package.json +%%DATADIR%%/resources/app/node_modules/core-util-is/test.js +%%DATADIR%%/resources/app/node_modules/crc-32/LICENSE +%%DATADIR%%/resources/app/node_modules/crc-32/bin/crc32.njs +%%DATADIR%%/resources/app/node_modules/crc-32/crc32.js +%%DATADIR%%/resources/app/node_modules/crc-32/crc32c.js +%%DATADIR%%/resources/app/node_modules/crc-32/package.json +%%DATADIR%%/resources/app/node_modules/crc-32/types/tsconfig.json +%%DATADIR%%/resources/app/node_modules/crc-32/types/tslint.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/lib/crc32-stream.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/lib/deflate-crc32-stream.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/lib/index.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/package.json +%%DATADIR%%/resources/app/node_modules/cross-spawn/LICENSE +%%DATADIR%%/resources/app/node_modules/cross-spawn/index.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/enoent.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/parse.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/util/escape.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/util/readShebang.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/util/resolveCommand.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/package.json +%%DATADIR%%/resources/app/node_modules/css-select/LICENSE +%%DATADIR%%/resources/app/node_modules/css-select/lib/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/attributes.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/compile.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/compile.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/attributes.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/compile.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/compile.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/general.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/general.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/aliases.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/aliases.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/filters.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/filters.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/index.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/subselects.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/subselects.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/sort.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/sort.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/types.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/general.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/general.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/index.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/aliases.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/aliases.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/filters.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/filters.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/index.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/pseudos.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/pseudos.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/subselects.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/subselects.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/sort.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/sort.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/types.js +%%DATADIR%%/resources/app/node_modules/css-select/package.json +%%DATADIR%%/resources/app/node_modules/css-what/LICENSE +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/parse.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/stringify.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/stringify.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/types.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/index.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/parse.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/stringify.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/stringify.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/types.js +%%DATADIR%%/resources/app/node_modules/css-what/package.json %%DATADIR%%/resources/app/node_modules/debug/LICENSE %%DATADIR%%/resources/app/node_modules/debug/package.json %%DATADIR%%/resources/app/node_modules/debug/src/browser.js @@ -1299,13 +5808,197 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/detect-libc/lib/detect-libc.js %%DATADIR%%/resources/app/node_modules/detect-libc/lib/process.js %%DATADIR%%/resources/app/node_modules/detect-libc/package.json +%%DATADIR%%/resources/app/node_modules/dom-serializer/LICENSE +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/foreignNames.d.ts.map +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/foreignNames.js +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/foreignNames.d.ts.map +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/foreignNames.js +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/index.js +%%DATADIR%%/resources/app/node_modules/dom-serializer/package.json +%%DATADIR%%/resources/app/node_modules/domelementtype/LICENSE +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/index.js +%%DATADIR%%/resources/app/node_modules/domelementtype/package.json +%%DATADIR%%/resources/app/node_modules/domhandler/LICENSE +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/node.d.ts.map +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/node.js +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/domhandler/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domhandler/lib/index.js +%%DATADIR%%/resources/app/node_modules/domhandler/lib/node.d.ts.map +%%DATADIR%%/resources/app/node_modules/domhandler/lib/node.js +%%DATADIR%%/resources/app/node_modules/domhandler/package.json +%%DATADIR%%/resources/app/node_modules/domutils/LICENSE +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/feeds.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/feeds.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/helpers.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/legacy.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/legacy.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/manipulation.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/querying.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/querying.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/stringify.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/stringify.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/traversal.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/traversal.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/feeds.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/feeds.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/helpers.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/index.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/legacy.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/legacy.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/manipulation.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/querying.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/querying.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/stringify.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/stringify.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/traversal.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/traversal.js +%%DATADIR%%/resources/app/node_modules/domutils/package.json +%%DATADIR%%/resources/app/node_modules/dunder-proto/LICENSE +%%DATADIR%%/resources/app/node_modules/dunder-proto/get.js +%%DATADIR%%/resources/app/node_modules/dunder-proto/package.json +%%DATADIR%%/resources/app/node_modules/dunder-proto/set.js +%%DATADIR%%/resources/app/node_modules/dunder-proto/tsconfig.json +%%DATADIR%%/resources/app/node_modules/duplexer2/LICENSE.md +%%DATADIR%%/resources/app/node_modules/duplexer2/index.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/GOVERNANCE.md +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/duplex-browser.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/duplex.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/BufferList.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/stream.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/passthrough.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/readable-browser.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/readable.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/transform.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/writable-browser.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/writable.js +%%DATADIR%%/resources/app/node_modules/duplexer2/package.json +%%DATADIR%%/resources/app/node_modules/eastasianwidth/eastasianwidth.js +%%DATADIR%%/resources/app/node_modules/eastasianwidth/package.json +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/CODEOWNERS +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/LICENSE +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/package.json +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/LICENSE +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/sniffer.d.ts.map +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/sniffer.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/sniffer.d.ts.map +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/sniffer.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/package.json +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/sniffer.js %%DATADIR%%/resources/app/node_modules/end-of-stream/LICENSE %%DATADIR%%/resources/app/node_modules/end-of-stream/index.js %%DATADIR%%/resources/app/node_modules/end-of-stream/package.json +%%DATADIR%%/resources/app/node_modules/entities/LICENSE +%%DATADIR%%/resources/app/node_modules/entities/lib/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/decode.js +%%DATADIR%%/resources/app/node_modules/entities/lib/decode_codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/decode_codepoint.js +%%DATADIR%%/resources/app/node_modules/entities/lib/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/encode.js +%%DATADIR%%/resources/app/node_modules/entities/lib/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/escape.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/decode.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/decode_codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/decode_codepoint.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/encode.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/escape.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/entities/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/index.js +%%DATADIR%%/resources/app/node_modules/entities/package.json +%%DATADIR%%/resources/app/node_modules/es-define-property/LICENSE +%%DATADIR%%/resources/app/node_modules/es-define-property/index.js +%%DATADIR%%/resources/app/node_modules/es-define-property/package.json +%%DATADIR%%/resources/app/node_modules/es-define-property/tsconfig.json +%%DATADIR%%/resources/app/node_modules/es-errors/LICENSE +%%DATADIR%%/resources/app/node_modules/es-errors/eval.js +%%DATADIR%%/resources/app/node_modules/es-errors/index.js +%%DATADIR%%/resources/app/node_modules/es-errors/package.json +%%DATADIR%%/resources/app/node_modules/es-errors/range.js +%%DATADIR%%/resources/app/node_modules/es-errors/ref.js +%%DATADIR%%/resources/app/node_modules/es-errors/syntax.js +%%DATADIR%%/resources/app/node_modules/es-errors/tsconfig.json +%%DATADIR%%/resources/app/node_modules/es-errors/type.js +%%DATADIR%%/resources/app/node_modules/es-errors/uri.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/LICENSE +%%DATADIR%%/resources/app/node_modules/es-object-atoms/RequireObjectCoercible.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/ToObject.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/index.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/isObject.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/package.json +%%DATADIR%%/resources/app/node_modules/es-object-atoms/tsconfig.json +%%DATADIR%%/resources/app/node_modules/event-target-shim/LICENSE +%%DATADIR%%/resources/app/node_modules/event-target-shim/dist/event-target-shim.js +%%DATADIR%%/resources/app/node_modules/event-target-shim/dist/event-target-shim.mjs +%%DATADIR%%/resources/app/node_modules/event-target-shim/dist/event-target-shim.mjs.map +%%DATADIR%%/resources/app/node_modules/event-target-shim/dist/event-target-shim.umd.js +%%DATADIR%%/resources/app/node_modules/event-target-shim/package.json +%%DATADIR%%/resources/app/node_modules/events/LICENSE +%%DATADIR%%/resources/app/node_modules/events/Readme.md +%%DATADIR%%/resources/app/node_modules/events/events.js +%%DATADIR%%/resources/app/node_modules/events/package.json +%%DATADIR%%/resources/app/node_modules/events/security.md %%DATADIR%%/resources/app/node_modules/expand-template/LICENSE %%DATADIR%%/resources/app/node_modules/expand-template/index.js %%DATADIR%%/resources/app/node_modules/expand-template/package.json %%DATADIR%%/resources/app/node_modules/expand-template/test.js +%%DATADIR%%/resources/app/node_modules/fast-fifo/LICENSE +%%DATADIR%%/resources/app/node_modules/fast-fifo/fixed-size.js +%%DATADIR%%/resources/app/node_modules/fast-fifo/index.js +%%DATADIR%%/resources/app/node_modules/fast-fifo/package.json %%DATADIR%%/resources/app/node_modules/fd-slicer/LICENSE %%DATADIR%%/resources/app/node_modules/fd-slicer/index.js %%DATADIR%%/resources/app/node_modules/fd-slicer/package.json @@ -1355,6 +6048,29 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/font-ligatures/package.json %%DATADIR%%/resources/app/node_modules/font-ligatures/tsconfig.json %%DATADIR%%/resources/app/node_modules/font-ligatures/tslint.json +%%DATADIR%%/resources/app/node_modules/foreground-child/LICENSE +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/all-signals.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/all-signals.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/watchdog.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/watchdog.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/all-signals.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/all-signals.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/index.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/package.json +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/watchdog.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/watchdog.js +%%DATADIR%%/resources/app/node_modules/foreground-child/package.json +%%DATADIR%%/resources/app/node_modules/form-data/License +%%DATADIR%%/resources/app/node_modules/form-data/README.md.bak +%%DATADIR%%/resources/app/node_modules/form-data/Readme.md +%%DATADIR%%/resources/app/node_modules/form-data/lib/browser.js +%%DATADIR%%/resources/app/node_modules/form-data/lib/form_data.js +%%DATADIR%%/resources/app/node_modules/form-data/lib/populate.js +%%DATADIR%%/resources/app/node_modules/form-data/package.json %%DATADIR%%/resources/app/node_modules/fs-constants/LICENSE %%DATADIR%%/resources/app/node_modules/fs-constants/browser.js %%DATADIR%%/resources/app/node_modules/fs-constants/index.js @@ -1399,6 +6115,45 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/yallist/package.json %%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/yallist/yallist.js %%DATADIR%%/resources/app/node_modules/fs-minipass/package.json +%%DATADIR%%/resources/app/node_modules/fs.realpath/LICENSE +%%DATADIR%%/resources/app/node_modules/fs.realpath/index.js +%%DATADIR%%/resources/app/node_modules/fs.realpath/old.js +%%DATADIR%%/resources/app/node_modules/fs.realpath/package.json +%%DATADIR%%/resources/app/node_modules/fstream/LICENSE +%%DATADIR%%/resources/app/node_modules/fstream/fstream.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/abstract.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/collect.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/dir-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/dir-writer.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/file-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/file-writer.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/get-type.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/link-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/link-writer.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/proxy-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/proxy-writer.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/socket-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/writer.js +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/LICENSE +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/bin/cmd.js +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/bin/usage.txt +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/index.js +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/package.json +%%DATADIR%%/resources/app/node_modules/fstream/package.json +%%DATADIR%%/resources/app/node_modules/function-bind/LICENSE +%%DATADIR%%/resources/app/node_modules/function-bind/implementation.js +%%DATADIR%%/resources/app/node_modules/function-bind/index.js +%%DATADIR%%/resources/app/node_modules/function-bind/package.json +%%DATADIR%%/resources/app/node_modules/get-intrinsic/LICENSE +%%DATADIR%%/resources/app/node_modules/get-intrinsic/index.js +%%DATADIR%%/resources/app/node_modules/get-intrinsic/package.json +%%DATADIR%%/resources/app/node_modules/get-proto/LICENSE +%%DATADIR%%/resources/app/node_modules/get-proto/Object.getPrototypeOf.js +%%DATADIR%%/resources/app/node_modules/get-proto/Reflect.getPrototypeOf.js +%%DATADIR%%/resources/app/node_modules/get-proto/index.js +%%DATADIR%%/resources/app/node_modules/get-proto/package.json +%%DATADIR%%/resources/app/node_modules/get-proto/tsconfig.json %%DATADIR%%/resources/app/node_modules/get-system-fonts/LICENSE.md %%DATADIR%%/resources/app/node_modules/get-system-fonts/dist/index.js %%DATADIR%%/resources/app/node_modules/get-system-fonts/dist/recursiveWalk.js @@ -1408,12 +6163,99 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/github-from-package/LICENSE %%DATADIR%%/resources/app/node_modules/github-from-package/index.js %%DATADIR%%/resources/app/node_modules/github-from-package/package.json +%%DATADIR%%/resources/app/node_modules/gopd/LICENSE +%%DATADIR%%/resources/app/node_modules/gopd/gOPD.js +%%DATADIR%%/resources/app/node_modules/gopd/index.js +%%DATADIR%%/resources/app/node_modules/gopd/package.json +%%DATADIR%%/resources/app/node_modules/gopd/tsconfig.json %%DATADIR%%/resources/app/node_modules/graceful-fs/LICENSE %%DATADIR%%/resources/app/node_modules/graceful-fs/clone.js %%DATADIR%%/resources/app/node_modules/graceful-fs/graceful-fs.js %%DATADIR%%/resources/app/node_modules/graceful-fs/legacy-streams.js %%DATADIR%%/resources/app/node_modules/graceful-fs/package.json %%DATADIR%%/resources/app/node_modules/graceful-fs/polyfills.js +%%DATADIR%%/resources/app/node_modules/has-flag/index.js +%%DATADIR%%/resources/app/node_modules/has-flag/license +%%DATADIR%%/resources/app/node_modules/has-flag/package.json +%%DATADIR%%/resources/app/node_modules/has-symbols/LICENSE +%%DATADIR%%/resources/app/node_modules/has-symbols/index.js +%%DATADIR%%/resources/app/node_modules/has-symbols/package.json +%%DATADIR%%/resources/app/node_modules/has-symbols/shams.js +%%DATADIR%%/resources/app/node_modules/has-symbols/tsconfig.json +%%DATADIR%%/resources/app/node_modules/hasown/LICENSE +%%DATADIR%%/resources/app/node_modules/hasown/index.js +%%DATADIR%%/resources/app/node_modules/hasown/package.json +%%DATADIR%%/resources/app/node_modules/hasown/tsconfig.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/LICENSE +%%DATADIR%%/resources/app/node_modules/htmlparser2/WritableStream.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/Parser.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/Parser.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/Tokenizer.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/Tokenizer.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/WritableStream.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/WritableStream.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/Parser.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/Parser.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/Tokenizer.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/Tokenizer.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/WritableStream.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/WritableStream.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/LICENSE +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/decode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/encode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/escape.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/decode-codepoint.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/decode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/encode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/escape.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/escape.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/Atom_Example.xml +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/Attributes.html +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/Basic.html +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/RDF_Example.xml +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/RSS_Example.xml +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/Svg.html +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/FeedHandler.spec.ts.snap +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/Parser.events.spec.ts.snap +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/Tokenizer.spec.ts.snap +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/WritableStream.spec.ts.snap +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/index.spec.ts.snap %%DATADIR%%/resources/app/node_modules/http-proxy-agent/LICENSE %%DATADIR%%/resources/app/node_modules/http-proxy-agent/dist/index.d.ts.map %%DATADIR%%/resources/app/node_modules/http-proxy-agent/dist/index.js @@ -1424,9 +6266,36 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map %%DATADIR%%/resources/app/node_modules/https-proxy-agent/dist/parse-proxy-response.js %%DATADIR%%/resources/app/node_modules/https-proxy-agent/package.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/Changelog.md +%%DATADIR%%/resources/app/node_modules/iconv-lite/LICENSE +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/dbcs-codec.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/dbcs-data.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/index.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/internal.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/sbcs-codec.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/sbcs-data-generated.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/sbcs-data.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/big5-added.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/cp936.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/cp949.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/cp950.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/eucjp.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/gbk-added.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/shiftjis.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/utf16.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/utf32.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/utf7.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/lib/bom-handling.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/lib/index.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/lib/streams.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/package.json %%DATADIR%%/resources/app/node_modules/ieee754/LICENSE %%DATADIR%%/resources/app/node_modules/ieee754/index.js %%DATADIR%%/resources/app/node_modules/ieee754/package.json +%%DATADIR%%/resources/app/node_modules/inflight/LICENSE +%%DATADIR%%/resources/app/node_modules/inflight/inflight.js +%%DATADIR%%/resources/app/node_modules/inflight/package.json %%DATADIR%%/resources/app/node_modules/inherits/LICENSE %%DATADIR%%/resources/app/node_modules/inherits/inherits.js %%DATADIR%%/resources/app/node_modules/inherits/inherits_browser.js @@ -1461,6 +6330,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/is-extglob/LICENSE %%DATADIR%%/resources/app/node_modules/is-extglob/index.js %%DATADIR%%/resources/app/node_modules/is-extglob/package.json +%%DATADIR%%/resources/app/node_modules/is-fullwidth-code-point/index.js +%%DATADIR%%/resources/app/node_modules/is-fullwidth-code-point/license +%%DATADIR%%/resources/app/node_modules/is-fullwidth-code-point/package.json %%DATADIR%%/resources/app/node_modules/is-glob/LICENSE %%DATADIR%%/resources/app/node_modules/is-glob/index.js %%DATADIR%%/resources/app/node_modules/is-glob/package.json @@ -1474,6 +6346,16 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/is-wsl/index.js %%DATADIR%%/resources/app/node_modules/is-wsl/license %%DATADIR%%/resources/app/node_modules/is-wsl/package.json +%%DATADIR%%/resources/app/node_modules/isarray/Makefile +%%DATADIR%%/resources/app/node_modules/isarray/component.json +%%DATADIR%%/resources/app/node_modules/isarray/index.js +%%DATADIR%%/resources/app/node_modules/isarray/package.json +%%DATADIR%%/resources/app/node_modules/isarray/test.js +%%DATADIR%%/resources/app/node_modules/isexe/LICENSE +%%DATADIR%%/resources/app/node_modules/isexe/index.js +%%DATADIR%%/resources/app/node_modules/isexe/mode.js +%%DATADIR%%/resources/app/node_modules/isexe/package.json +%%DATADIR%%/resources/app/node_modules/isexe/windows.js %%DATADIR%%/resources/app/node_modules/js-base64/LICENSE.md %%DATADIR%%/resources/app/node_modules/js-base64/base64.d.mts %%DATADIR%%/resources/app/node_modules/js-base64/base64.js @@ -1490,10 +6372,49 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/jschardet/package.json %%DATADIR%%/resources/app/node_modules/jschardet/scripts/run-workflow.sh %%DATADIR%%/resources/app/node_modules/jschardet/scripts/show-size-changes.sh +%%DATADIR%%/resources/app/node_modules/jsonc-parser/LICENSE.md +%%DATADIR%%/resources/app/node_modules/jsonc-parser/SECURITY.md +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/edit.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/format.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/parser.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/scanner.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/string-intern.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/main.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/edit.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/format.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/parser.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/scanner.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/string-intern.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/main.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/package.json %%DATADIR%%/resources/app/node_modules/jsonfile/LICENSE %%DATADIR%%/resources/app/node_modules/jsonfile/index.js %%DATADIR%%/resources/app/node_modules/jsonfile/package.json %%DATADIR%%/resources/app/node_modules/jsonfile/utils.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/LICENSE +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/decode.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/index.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/NotBeforeError.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/TokenExpiredError.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/psSupported.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/timespan.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/package.json +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/sign.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/verify.js +%%DATADIR%%/resources/app/node_modules/jwa/LICENSE +%%DATADIR%%/resources/app/node_modules/jwa/index.js +%%DATADIR%%/resources/app/node_modules/jwa/package.json +%%DATADIR%%/resources/app/node_modules/jws/LICENSE +%%DATADIR%%/resources/app/node_modules/jws/index.js +%%DATADIR%%/resources/app/node_modules/jws/lib/data-stream.js +%%DATADIR%%/resources/app/node_modules/jws/lib/sign-stream.js +%%DATADIR%%/resources/app/node_modules/jws/lib/tostring.js +%%DATADIR%%/resources/app/node_modules/jws/lib/verify-stream.js +%%DATADIR%%/resources/app/node_modules/jws/package.json %%DATADIR%%/resources/app/node_modules/katex/LICENSE %%DATADIR%%/resources/app/node_modules/katex/cli.js %%DATADIR%%/resources/app/node_modules/katex/contrib/auto-render/auto-render.js @@ -1711,9 +6632,1168 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/kerberos/lib/kerberos.js %%DATADIR%%/resources/app/node_modules/kerberos/lib/util.js %%DATADIR%%/resources/app/node_modules/kerberos/package.json +%%DATADIR%%/resources/app/node_modules/keytar/LICENSE.md +%%DATADIR%%/resources/app/node_modules/keytar/binding.gyp +%%DATADIR%%/resources/app/node_modules/keytar/build/Makefile +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/keytar.node +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/obj.target/keytar.node +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/obj.target/keytar/src/async.o +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/obj.target/keytar/src/keytar_posix.o +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/obj.target/keytar/src/main.o +%%DATADIR%%/resources/app/node_modules/keytar/build/binding.Makefile +%%DATADIR%%/resources/app/node_modules/keytar/build/config.gypi +%%DATADIR%%/resources/app/node_modules/keytar/lib/keytar.js +%%DATADIR%%/resources/app/node_modules/keytar/package.json +%%DATADIR%%/resources/app/node_modules/keytar/src/async.cc +%%DATADIR%%/resources/app/node_modules/keytar/src/async.h +%%DATADIR%%/resources/app/node_modules/keytar/src/credentials.h +%%DATADIR%%/resources/app/node_modules/keytar/src/keytar.h +%%DATADIR%%/resources/app/node_modules/keytar/src/keytar_mac.cc +%%DATADIR%%/resources/app/node_modules/keytar/src/keytar_posix.cc +%%DATADIR%%/resources/app/node_modules/keytar/src/keytar_win.cc +%%DATADIR%%/resources/app/node_modules/keytar/src/main.cc +%%DATADIR%%/resources/app/node_modules/lazystream/LICENSE-MIT +%%DATADIR%%/resources/app/node_modules/lazystream/lib/lazystream.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/duplex-browser.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/duplex.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/BufferList.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/stream-browser.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/stream.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/passthrough.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/readable-browser.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/readable.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/transform.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/writable-browser.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/writable.js +%%DATADIR%%/resources/app/node_modules/lazystream/package.json +%%DATADIR%%/resources/app/node_modules/lazystream/secret +%%DATADIR%%/resources/app/node_modules/leven/index.js +%%DATADIR%%/resources/app/node_modules/leven/license +%%DATADIR%%/resources/app/node_modules/leven/package.json +%%DATADIR%%/resources/app/node_modules/lodash.includes/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.includes/index.js +%%DATADIR%%/resources/app/node_modules/lodash.includes/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isboolean/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isboolean/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isboolean/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isinteger/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isinteger/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isinteger/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isnumber/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isnumber/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isnumber/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isplainobject/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isplainobject/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isplainobject/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isstring/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isstring/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isstring/package.json +%%DATADIR%%/resources/app/node_modules/lodash.once/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.once/index.js +%%DATADIR%%/resources/app/node_modules/lodash.once/package.json +%%DATADIR%%/resources/app/node_modules/lodash/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash/_DataView.js +%%DATADIR%%/resources/app/node_modules/lodash/_Hash.js +%%DATADIR%%/resources/app/node_modules/lodash/_LazyWrapper.js +%%DATADIR%%/resources/app/node_modules/lodash/_ListCache.js +%%DATADIR%%/resources/app/node_modules/lodash/_LodashWrapper.js +%%DATADIR%%/resources/app/node_modules/lodash/_Map.js +%%DATADIR%%/resources/app/node_modules/lodash/_MapCache.js +%%DATADIR%%/resources/app/node_modules/lodash/_Promise.js +%%DATADIR%%/resources/app/node_modules/lodash/_Set.js +%%DATADIR%%/resources/app/node_modules/lodash/_SetCache.js +%%DATADIR%%/resources/app/node_modules/lodash/_Stack.js +%%DATADIR%%/resources/app/node_modules/lodash/_Symbol.js +%%DATADIR%%/resources/app/node_modules/lodash/_Uint8Array.js +%%DATADIR%%/resources/app/node_modules/lodash/_WeakMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_apply.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayAggregator.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayEach.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayEachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayEvery.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayFilter.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayIncludes.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayIncludesWith.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayLikeKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayPush.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayReduce.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayReduceRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_arraySample.js +%%DATADIR%%/resources/app/node_modules/lodash/_arraySampleSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayShuffle.js +%%DATADIR%%/resources/app/node_modules/lodash/_arraySome.js +%%DATADIR%%/resources/app/node_modules/lodash/_asciiSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_asciiToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_asciiWords.js +%%DATADIR%%/resources/app/node_modules/lodash/_assignMergeValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_assignValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_assocIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAggregator.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAssign.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAssignIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAssignValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAt.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseClamp.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseClone.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseConforms.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseConformsTo.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseCreate.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseDelay.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseDifference.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseEach.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseEachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseEvery.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseExtremum.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFill.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFilter.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFindIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFindKey.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFlatten.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFor.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseForOwn.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseForOwnRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseForRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFunctions.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseGetAllKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseGetTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseGt.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseHasIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseInRange.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIndexOfWith.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIntersection.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseInverter.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseInvoke.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsArguments.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsDate.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsEqual.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsEqualDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsMatch.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsNaN.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsNative.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsTypedArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIteratee.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseKeysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseLodash.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseLt.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMatches.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMatchesProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMean.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMerge.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMergeDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseNth.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseOrderBy.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePick.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePickBy.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePropertyDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePropertyOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePullAll.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePullAt.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseRandom.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseRange.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseReduce.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseRepeat.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseRest.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSample.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSampleSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSetData.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSetToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseShuffle.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSlice.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSome.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSortBy.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSortedIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSortedIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSortedUniq.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSum.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseTimes.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseToNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseToPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseTrim.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseUnary.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseUniq.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseUnset.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseUpdate.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseValues.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseWrapperValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseXor.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseZipObject.js +%%DATADIR%%/resources/app/node_modules/lodash/_cacheHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_castArrayLikeObject.js +%%DATADIR%%/resources/app/node_modules/lodash/_castFunction.js +%%DATADIR%%/resources/app/node_modules/lodash/_castPath.js +%%DATADIR%%/resources/app/node_modules/lodash/_castRest.js +%%DATADIR%%/resources/app/node_modules/lodash/_castSlice.js +%%DATADIR%%/resources/app/node_modules/lodash/_charsEndIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_charsStartIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneDataView.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneSymbol.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneTypedArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_compareAscending.js +%%DATADIR%%/resources/app/node_modules/lodash/_compareMultiple.js +%%DATADIR%%/resources/app/node_modules/lodash/_composeArgs.js +%%DATADIR%%/resources/app/node_modules/lodash/_composeArgsRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_copyArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_copyObject.js +%%DATADIR%%/resources/app/node_modules/lodash/_copySymbols.js +%%DATADIR%%/resources/app/node_modules/lodash/_copySymbolsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_coreJsData.js +%%DATADIR%%/resources/app/node_modules/lodash/_countHolders.js +%%DATADIR%%/resources/app/node_modules/lodash/_createAggregator.js +%%DATADIR%%/resources/app/node_modules/lodash/_createAssigner.js +%%DATADIR%%/resources/app/node_modules/lodash/_createBaseEach.js +%%DATADIR%%/resources/app/node_modules/lodash/_createBaseFor.js +%%DATADIR%%/resources/app/node_modules/lodash/_createBind.js +%%DATADIR%%/resources/app/node_modules/lodash/_createCaseFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/_createCompounder.js +%%DATADIR%%/resources/app/node_modules/lodash/_createCtor.js +%%DATADIR%%/resources/app/node_modules/lodash/_createCurry.js +%%DATADIR%%/resources/app/node_modules/lodash/_createFind.js +%%DATADIR%%/resources/app/node_modules/lodash/_createFlow.js +%%DATADIR%%/resources/app/node_modules/lodash/_createHybrid.js +%%DATADIR%%/resources/app/node_modules/lodash/_createInverter.js +%%DATADIR%%/resources/app/node_modules/lodash/_createMathOperation.js +%%DATADIR%%/resources/app/node_modules/lodash/_createOver.js +%%DATADIR%%/resources/app/node_modules/lodash/_createPadding.js +%%DATADIR%%/resources/app/node_modules/lodash/_createPartial.js +%%DATADIR%%/resources/app/node_modules/lodash/_createRange.js +%%DATADIR%%/resources/app/node_modules/lodash/_createRecurry.js +%%DATADIR%%/resources/app/node_modules/lodash/_createRelationalOperation.js +%%DATADIR%%/resources/app/node_modules/lodash/_createRound.js +%%DATADIR%%/resources/app/node_modules/lodash/_createSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_createToPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/_createWrap.js +%%DATADIR%%/resources/app/node_modules/lodash/_customDefaultsAssignIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_customDefaultsMerge.js +%%DATADIR%%/resources/app/node_modules/lodash/_customOmitClone.js +%%DATADIR%%/resources/app/node_modules/lodash/_deburrLetter.js +%%DATADIR%%/resources/app/node_modules/lodash/_defineProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/_equalArrays.js +%%DATADIR%%/resources/app/node_modules/lodash/_equalByTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_equalObjects.js +%%DATADIR%%/resources/app/node_modules/lodash/_escapeHtmlChar.js +%%DATADIR%%/resources/app/node_modules/lodash/_escapeStringChar.js +%%DATADIR%%/resources/app/node_modules/lodash/_flatRest.js +%%DATADIR%%/resources/app/node_modules/lodash/_freeGlobal.js +%%DATADIR%%/resources/app/node_modules/lodash/_getAllKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_getAllKeysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_getData.js +%%DATADIR%%/resources/app/node_modules/lodash/_getFuncName.js +%%DATADIR%%/resources/app/node_modules/lodash/_getHolder.js +%%DATADIR%%/resources/app/node_modules/lodash/_getMapData.js +%%DATADIR%%/resources/app/node_modules/lodash/_getMatchData.js +%%DATADIR%%/resources/app/node_modules/lodash/_getNative.js +%%DATADIR%%/resources/app/node_modules/lodash/_getPrototype.js +%%DATADIR%%/resources/app/node_modules/lodash/_getRawTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_getSymbols.js +%%DATADIR%%/resources/app/node_modules/lodash/_getSymbolsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_getTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_getValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_getView.js +%%DATADIR%%/resources/app/node_modules/lodash/_getWrapDetails.js +%%DATADIR%%/resources/app/node_modules/lodash/_hasPath.js +%%DATADIR%%/resources/app/node_modules/lodash/_hasUnicode.js +%%DATADIR%%/resources/app/node_modules/lodash/_hasUnicodeWord.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashClear.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashDelete.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_initCloneArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_initCloneByTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_initCloneObject.js +%%DATADIR%%/resources/app/node_modules/lodash/_insertWrapDetails.js +%%DATADIR%%/resources/app/node_modules/lodash/_isFlattenable.js +%%DATADIR%%/resources/app/node_modules/lodash/_isIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_isIterateeCall.js +%%DATADIR%%/resources/app/node_modules/lodash/_isKey.js +%%DATADIR%%/resources/app/node_modules/lodash/_isKeyable.js +%%DATADIR%%/resources/app/node_modules/lodash/_isLaziable.js +%%DATADIR%%/resources/app/node_modules/lodash/_isMaskable.js +%%DATADIR%%/resources/app/node_modules/lodash/_isMasked.js +%%DATADIR%%/resources/app/node_modules/lodash/_isPrototype.js +%%DATADIR%%/resources/app/node_modules/lodash/_isStrictComparable.js +%%DATADIR%%/resources/app/node_modules/lodash/_iteratorToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_lazyClone.js +%%DATADIR%%/resources/app/node_modules/lodash/_lazyReverse.js +%%DATADIR%%/resources/app/node_modules/lodash/_lazyValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheClear.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheDelete.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheClear.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheDelete.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_matchesStrictComparable.js +%%DATADIR%%/resources/app/node_modules/lodash/_memoizeCapped.js +%%DATADIR%%/resources/app/node_modules/lodash/_mergeData.js +%%DATADIR%%/resources/app/node_modules/lodash/_metaMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_nativeCreate.js +%%DATADIR%%/resources/app/node_modules/lodash/_nativeKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_nativeKeysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_nodeUtil.js +%%DATADIR%%/resources/app/node_modules/lodash/_objectToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_overArg.js +%%DATADIR%%/resources/app/node_modules/lodash/_overRest.js +%%DATADIR%%/resources/app/node_modules/lodash/_parent.js +%%DATADIR%%/resources/app/node_modules/lodash/_reEscape.js +%%DATADIR%%/resources/app/node_modules/lodash/_reEvaluate.js +%%DATADIR%%/resources/app/node_modules/lodash/_reInterpolate.js +%%DATADIR%%/resources/app/node_modules/lodash/_realNames.js +%%DATADIR%%/resources/app/node_modules/lodash/_reorder.js +%%DATADIR%%/resources/app/node_modules/lodash/_replaceHolders.js +%%DATADIR%%/resources/app/node_modules/lodash/_root.js +%%DATADIR%%/resources/app/node_modules/lodash/_safeGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_setCacheAdd.js +%%DATADIR%%/resources/app/node_modules/lodash/_setCacheHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_setData.js +%%DATADIR%%/resources/app/node_modules/lodash/_setToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_setToPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/_setToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_setWrapToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_shortOut.js +%%DATADIR%%/resources/app/node_modules/lodash/_shuffleSelf.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackClear.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackDelete.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_strictIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_strictLastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_stringSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_stringToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_stringToPath.js +%%DATADIR%%/resources/app/node_modules/lodash/_toKey.js +%%DATADIR%%/resources/app/node_modules/lodash/_toSource.js +%%DATADIR%%/resources/app/node_modules/lodash/_trimmedEndIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_unescapeHtmlChar.js +%%DATADIR%%/resources/app/node_modules/lodash/_unicodeSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_unicodeToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_unicodeWords.js +%%DATADIR%%/resources/app/node_modules/lodash/_updateWrapDetails.js +%%DATADIR%%/resources/app/node_modules/lodash/_wrapperClone.js +%%DATADIR%%/resources/app/node_modules/lodash/add.js +%%DATADIR%%/resources/app/node_modules/lodash/after.js +%%DATADIR%%/resources/app/node_modules/lodash/array.js +%%DATADIR%%/resources/app/node_modules/lodash/ary.js +%%DATADIR%%/resources/app/node_modules/lodash/assign.js +%%DATADIR%%/resources/app/node_modules/lodash/assignIn.js +%%DATADIR%%/resources/app/node_modules/lodash/assignInWith.js +%%DATADIR%%/resources/app/node_modules/lodash/assignWith.js +%%DATADIR%%/resources/app/node_modules/lodash/at.js +%%DATADIR%%/resources/app/node_modules/lodash/attempt.js +%%DATADIR%%/resources/app/node_modules/lodash/before.js +%%DATADIR%%/resources/app/node_modules/lodash/bind.js +%%DATADIR%%/resources/app/node_modules/lodash/bindAll.js +%%DATADIR%%/resources/app/node_modules/lodash/bindKey.js +%%DATADIR%%/resources/app/node_modules/lodash/camelCase.js +%%DATADIR%%/resources/app/node_modules/lodash/capitalize.js +%%DATADIR%%/resources/app/node_modules/lodash/castArray.js +%%DATADIR%%/resources/app/node_modules/lodash/ceil.js +%%DATADIR%%/resources/app/node_modules/lodash/chain.js +%%DATADIR%%/resources/app/node_modules/lodash/chunk.js +%%DATADIR%%/resources/app/node_modules/lodash/clamp.js +%%DATADIR%%/resources/app/node_modules/lodash/clone.js +%%DATADIR%%/resources/app/node_modules/lodash/cloneDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/cloneDeepWith.js +%%DATADIR%%/resources/app/node_modules/lodash/cloneWith.js +%%DATADIR%%/resources/app/node_modules/lodash/collection.js +%%DATADIR%%/resources/app/node_modules/lodash/commit.js +%%DATADIR%%/resources/app/node_modules/lodash/compact.js +%%DATADIR%%/resources/app/node_modules/lodash/concat.js +%%DATADIR%%/resources/app/node_modules/lodash/cond.js +%%DATADIR%%/resources/app/node_modules/lodash/conforms.js +%%DATADIR%%/resources/app/node_modules/lodash/conformsTo.js +%%DATADIR%%/resources/app/node_modules/lodash/constant.js +%%DATADIR%%/resources/app/node_modules/lodash/core.js +%%DATADIR%%/resources/app/node_modules/lodash/core.min.js +%%DATADIR%%/resources/app/node_modules/lodash/countBy.js +%%DATADIR%%/resources/app/node_modules/lodash/create.js +%%DATADIR%%/resources/app/node_modules/lodash/curry.js +%%DATADIR%%/resources/app/node_modules/lodash/curryRight.js +%%DATADIR%%/resources/app/node_modules/lodash/date.js +%%DATADIR%%/resources/app/node_modules/lodash/debounce.js +%%DATADIR%%/resources/app/node_modules/lodash/deburr.js +%%DATADIR%%/resources/app/node_modules/lodash/defaultTo.js +%%DATADIR%%/resources/app/node_modules/lodash/defaults.js +%%DATADIR%%/resources/app/node_modules/lodash/defaultsDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/defer.js +%%DATADIR%%/resources/app/node_modules/lodash/delay.js +%%DATADIR%%/resources/app/node_modules/lodash/difference.js +%%DATADIR%%/resources/app/node_modules/lodash/differenceBy.js +%%DATADIR%%/resources/app/node_modules/lodash/differenceWith.js +%%DATADIR%%/resources/app/node_modules/lodash/divide.js +%%DATADIR%%/resources/app/node_modules/lodash/drop.js +%%DATADIR%%/resources/app/node_modules/lodash/dropRight.js +%%DATADIR%%/resources/app/node_modules/lodash/dropRightWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/dropWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/each.js +%%DATADIR%%/resources/app/node_modules/lodash/eachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/endsWith.js +%%DATADIR%%/resources/app/node_modules/lodash/entries.js +%%DATADIR%%/resources/app/node_modules/lodash/entriesIn.js +%%DATADIR%%/resources/app/node_modules/lodash/eq.js +%%DATADIR%%/resources/app/node_modules/lodash/escape.js +%%DATADIR%%/resources/app/node_modules/lodash/escapeRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/every.js +%%DATADIR%%/resources/app/node_modules/lodash/extend.js +%%DATADIR%%/resources/app/node_modules/lodash/extendWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fill.js +%%DATADIR%%/resources/app/node_modules/lodash/filter.js +%%DATADIR%%/resources/app/node_modules/lodash/find.js +%%DATADIR%%/resources/app/node_modules/lodash/findIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/findKey.js +%%DATADIR%%/resources/app/node_modules/lodash/findLast.js +%%DATADIR%%/resources/app/node_modules/lodash/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/findLastKey.js +%%DATADIR%%/resources/app/node_modules/lodash/first.js +%%DATADIR%%/resources/app/node_modules/lodash/flake.lock +%%DATADIR%%/resources/app/node_modules/lodash/flake.nix +%%DATADIR%%/resources/app/node_modules/lodash/flatMap.js +%%DATADIR%%/resources/app/node_modules/lodash/flatMapDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/flatMapDepth.js +%%DATADIR%%/resources/app/node_modules/lodash/flatten.js +%%DATADIR%%/resources/app/node_modules/lodash/flattenDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/flattenDepth.js +%%DATADIR%%/resources/app/node_modules/lodash/flip.js +%%DATADIR%%/resources/app/node_modules/lodash/floor.js +%%DATADIR%%/resources/app/node_modules/lodash/flow.js +%%DATADIR%%/resources/app/node_modules/lodash/flowRight.js +%%DATADIR%%/resources/app/node_modules/lodash/forEach.js +%%DATADIR%%/resources/app/node_modules/lodash/forEachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/forIn.js +%%DATADIR%%/resources/app/node_modules/lodash/forInRight.js +%%DATADIR%%/resources/app/node_modules/lodash/forOwn.js +%%DATADIR%%/resources/app/node_modules/lodash/forOwnRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/F.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/T.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/__.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_baseConvert.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_convertBrowser.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_falseOptions.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_mapping.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_util.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/add.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/after.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/all.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/allPass.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/always.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/any.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/anyPass.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/apply.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/array.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/ary.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assign.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignInAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignInAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignInWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assoc.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assocPath.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/at.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/attempt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/before.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/bind.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/bindAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/bindKey.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/camelCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/capitalize.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/castArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/ceil.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/chain.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/chunk.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/clamp.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/clone.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/cloneDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/cloneDeepWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/cloneWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/collection.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/commit.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/compact.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/complement.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/compose.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/concat.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/cond.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/conforms.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/conformsTo.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/constant.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/contains.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/convert.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/countBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/create.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/curry.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/curryN.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/curryRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/curryRightN.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/date.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/debounce.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/deburr.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaultTo.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaults.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaultsAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaultsDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaultsDeepAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defer.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/delay.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/difference.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/differenceBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/differenceWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dissoc.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dissocPath.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/divide.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/drop.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropLast.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropLastWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropRightWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/each.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/eachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/endsWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/entries.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/entriesIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/eq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/equals.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/escape.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/escapeRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/every.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/extend.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/extendAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/extendAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/extendWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/fill.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/filter.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/find.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findIndexFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findKey.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLast.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLastFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLastIndexFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLastKey.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/first.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flatMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flatMapDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flatMapDepth.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flatten.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flattenDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flattenDepth.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flip.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/floor.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flow.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flowRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forEach.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forEachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forInRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forOwn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forOwnRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/fromPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/function.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/functions.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/functionsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/get.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/getOr.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/groupBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/gt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/gte.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/has.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/hasIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/head.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/identical.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/identity.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/inRange.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/includes.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/includesFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/indexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/indexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/indexOfFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/init.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/initial.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/intersection.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/intersectionBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/intersectionWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invert.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invertBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invertObj.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invoke.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invokeArgs.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invokeArgsMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invokeMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArguments.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArrayLike.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArrayLikeObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isBoolean.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isDate.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isElement.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isEmpty.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isEqual.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isEqualWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isError.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isFinite.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isFunction.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isLength.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isMatch.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isMatchWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNaN.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNative.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNil.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNull.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isObjectLike.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isPlainObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isSafeInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isSet.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isString.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isSymbol.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isUndefined.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/iteratee.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/join.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/juxt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/kebabCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/keyBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/keys.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/keysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lang.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/last.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lastIndexOfFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lowerCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lowerFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lte.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/map.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mapKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mapValues.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/matches.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/matchesProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/math.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/max.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/maxBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mean.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/meanBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/memoize.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/merge.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mergeAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mergeAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mergeWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/method.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/methodOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/min.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/minBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mixin.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/multiply.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/nAry.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/negate.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/next.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/noop.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/now.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/nth.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/nthArg.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/number.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/object.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/omit.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/omitAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/omitBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/once.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/orderBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/over.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/overArgs.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/overEvery.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/overSome.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pad.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padChars.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padCharsEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padCharsStart.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padStart.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/parseInt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/partial.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/partialRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/partition.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/path.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pathEq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pathOr.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/paths.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pick.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pickAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pickBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pipe.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/placeholder.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/plant.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pluck.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/prop.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/propEq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/propOr.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/property.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/propertyOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/props.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pull.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pullAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pullAllBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pullAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pullAt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/random.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/range.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rangeRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rangeStep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rangeStepRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rearg.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/reduce.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/reduceRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/reject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/remove.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/repeat.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/replace.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rest.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/restFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/result.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/reverse.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/round.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sample.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sampleSize.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/seq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/set.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/setWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/shuffle.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/size.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/slice.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/snakeCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/some.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedLastIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedLastIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedLastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedUniq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedUniqBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/split.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/spread.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/spreadFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/startCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/startsWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/string.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubFalse.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubString.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubTrue.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/subtract.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sum.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sumBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/symmetricDifference.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/symmetricDifferenceBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/symmetricDifferenceWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/tail.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/take.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeLast.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeLastWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeRightWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/tap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/template.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/templateSettings.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/throttle.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/thru.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/times.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toFinite.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toIterator.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toJSON.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toLength.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toLower.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toPairsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toPath.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toPlainObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toSafeInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toString.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toUpper.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/transform.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trim.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimChars.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimCharsEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimCharsStart.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimStart.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/truncate.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unapply.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unary.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unescape.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/union.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unionBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unionWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/uniq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/uniqBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/uniqWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/uniqueId.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unnest.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unset.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unzip.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unzipWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/update.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/updateWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/upperCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/upperFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/useWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/util.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/value.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/valueOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/values.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/valuesIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/where.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/whereEq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/without.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/words.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperAt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperChain.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperLodash.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperReverse.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperValue.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/xor.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/xorBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/xorWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zip.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipObj.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipObjectDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fromPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/function.js +%%DATADIR%%/resources/app/node_modules/lodash/functions.js +%%DATADIR%%/resources/app/node_modules/lodash/functionsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/get.js +%%DATADIR%%/resources/app/node_modules/lodash/groupBy.js +%%DATADIR%%/resources/app/node_modules/lodash/gt.js +%%DATADIR%%/resources/app/node_modules/lodash/gte.js +%%DATADIR%%/resources/app/node_modules/lodash/has.js +%%DATADIR%%/resources/app/node_modules/lodash/hasIn.js +%%DATADIR%%/resources/app/node_modules/lodash/head.js +%%DATADIR%%/resources/app/node_modules/lodash/identity.js +%%DATADIR%%/resources/app/node_modules/lodash/inRange.js +%%DATADIR%%/resources/app/node_modules/lodash/includes.js +%%DATADIR%%/resources/app/node_modules/lodash/index.js +%%DATADIR%%/resources/app/node_modules/lodash/indexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/initial.js +%%DATADIR%%/resources/app/node_modules/lodash/intersection.js +%%DATADIR%%/resources/app/node_modules/lodash/intersectionBy.js +%%DATADIR%%/resources/app/node_modules/lodash/intersectionWith.js +%%DATADIR%%/resources/app/node_modules/lodash/invert.js +%%DATADIR%%/resources/app/node_modules/lodash/invertBy.js +%%DATADIR%%/resources/app/node_modules/lodash/invoke.js +%%DATADIR%%/resources/app/node_modules/lodash/invokeMap.js +%%DATADIR%%/resources/app/node_modules/lodash/isArguments.js +%%DATADIR%%/resources/app/node_modules/lodash/isArray.js +%%DATADIR%%/resources/app/node_modules/lodash/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/isArrayLike.js +%%DATADIR%%/resources/app/node_modules/lodash/isArrayLikeObject.js +%%DATADIR%%/resources/app/node_modules/lodash/isBoolean.js +%%DATADIR%%/resources/app/node_modules/lodash/isBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/isDate.js +%%DATADIR%%/resources/app/node_modules/lodash/isElement.js +%%DATADIR%%/resources/app/node_modules/lodash/isEmpty.js +%%DATADIR%%/resources/app/node_modules/lodash/isEqual.js +%%DATADIR%%/resources/app/node_modules/lodash/isEqualWith.js +%%DATADIR%%/resources/app/node_modules/lodash/isError.js +%%DATADIR%%/resources/app/node_modules/lodash/isFinite.js +%%DATADIR%%/resources/app/node_modules/lodash/isFunction.js +%%DATADIR%%/resources/app/node_modules/lodash/isInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/isLength.js +%%DATADIR%%/resources/app/node_modules/lodash/isMap.js +%%DATADIR%%/resources/app/node_modules/lodash/isMatch.js +%%DATADIR%%/resources/app/node_modules/lodash/isMatchWith.js +%%DATADIR%%/resources/app/node_modules/lodash/isNaN.js +%%DATADIR%%/resources/app/node_modules/lodash/isNative.js +%%DATADIR%%/resources/app/node_modules/lodash/isNil.js +%%DATADIR%%/resources/app/node_modules/lodash/isNull.js +%%DATADIR%%/resources/app/node_modules/lodash/isNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/isObject.js +%%DATADIR%%/resources/app/node_modules/lodash/isObjectLike.js +%%DATADIR%%/resources/app/node_modules/lodash/isPlainObject.js +%%DATADIR%%/resources/app/node_modules/lodash/isRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/isSafeInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/isSet.js +%%DATADIR%%/resources/app/node_modules/lodash/isString.js +%%DATADIR%%/resources/app/node_modules/lodash/isSymbol.js +%%DATADIR%%/resources/app/node_modules/lodash/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/lodash/isUndefined.js +%%DATADIR%%/resources/app/node_modules/lodash/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/lodash/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/lodash/iteratee.js +%%DATADIR%%/resources/app/node_modules/lodash/join.js +%%DATADIR%%/resources/app/node_modules/lodash/kebabCase.js +%%DATADIR%%/resources/app/node_modules/lodash/keyBy.js +%%DATADIR%%/resources/app/node_modules/lodash/keys.js +%%DATADIR%%/resources/app/node_modules/lodash/keysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/lang.js +%%DATADIR%%/resources/app/node_modules/lodash/last.js +%%DATADIR%%/resources/app/node_modules/lodash/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/lodash.js +%%DATADIR%%/resources/app/node_modules/lodash/lodash.min.js +%%DATADIR%%/resources/app/node_modules/lodash/lowerCase.js +%%DATADIR%%/resources/app/node_modules/lodash/lowerFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/lt.js +%%DATADIR%%/resources/app/node_modules/lodash/lte.js +%%DATADIR%%/resources/app/node_modules/lodash/map.js +%%DATADIR%%/resources/app/node_modules/lodash/mapKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/mapValues.js +%%DATADIR%%/resources/app/node_modules/lodash/matches.js +%%DATADIR%%/resources/app/node_modules/lodash/matchesProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/math.js +%%DATADIR%%/resources/app/node_modules/lodash/max.js +%%DATADIR%%/resources/app/node_modules/lodash/maxBy.js +%%DATADIR%%/resources/app/node_modules/lodash/mean.js +%%DATADIR%%/resources/app/node_modules/lodash/meanBy.js +%%DATADIR%%/resources/app/node_modules/lodash/memoize.js +%%DATADIR%%/resources/app/node_modules/lodash/merge.js +%%DATADIR%%/resources/app/node_modules/lodash/mergeWith.js +%%DATADIR%%/resources/app/node_modules/lodash/method.js +%%DATADIR%%/resources/app/node_modules/lodash/methodOf.js +%%DATADIR%%/resources/app/node_modules/lodash/min.js +%%DATADIR%%/resources/app/node_modules/lodash/minBy.js +%%DATADIR%%/resources/app/node_modules/lodash/mixin.js +%%DATADIR%%/resources/app/node_modules/lodash/multiply.js +%%DATADIR%%/resources/app/node_modules/lodash/negate.js +%%DATADIR%%/resources/app/node_modules/lodash/next.js +%%DATADIR%%/resources/app/node_modules/lodash/noop.js +%%DATADIR%%/resources/app/node_modules/lodash/now.js +%%DATADIR%%/resources/app/node_modules/lodash/nth.js +%%DATADIR%%/resources/app/node_modules/lodash/nthArg.js +%%DATADIR%%/resources/app/node_modules/lodash/number.js +%%DATADIR%%/resources/app/node_modules/lodash/object.js +%%DATADIR%%/resources/app/node_modules/lodash/omit.js +%%DATADIR%%/resources/app/node_modules/lodash/omitBy.js +%%DATADIR%%/resources/app/node_modules/lodash/once.js +%%DATADIR%%/resources/app/node_modules/lodash/orderBy.js +%%DATADIR%%/resources/app/node_modules/lodash/over.js +%%DATADIR%%/resources/app/node_modules/lodash/overArgs.js +%%DATADIR%%/resources/app/node_modules/lodash/overEvery.js +%%DATADIR%%/resources/app/node_modules/lodash/overSome.js +%%DATADIR%%/resources/app/node_modules/lodash/package.json +%%DATADIR%%/resources/app/node_modules/lodash/pad.js +%%DATADIR%%/resources/app/node_modules/lodash/padEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/padStart.js +%%DATADIR%%/resources/app/node_modules/lodash/parseInt.js +%%DATADIR%%/resources/app/node_modules/lodash/partial.js +%%DATADIR%%/resources/app/node_modules/lodash/partialRight.js +%%DATADIR%%/resources/app/node_modules/lodash/partition.js +%%DATADIR%%/resources/app/node_modules/lodash/pick.js +%%DATADIR%%/resources/app/node_modules/lodash/pickBy.js +%%DATADIR%%/resources/app/node_modules/lodash/plant.js +%%DATADIR%%/resources/app/node_modules/lodash/property.js +%%DATADIR%%/resources/app/node_modules/lodash/propertyOf.js +%%DATADIR%%/resources/app/node_modules/lodash/pull.js +%%DATADIR%%/resources/app/node_modules/lodash/pullAll.js +%%DATADIR%%/resources/app/node_modules/lodash/pullAllBy.js +%%DATADIR%%/resources/app/node_modules/lodash/pullAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/pullAt.js +%%DATADIR%%/resources/app/node_modules/lodash/random.js +%%DATADIR%%/resources/app/node_modules/lodash/range.js +%%DATADIR%%/resources/app/node_modules/lodash/rangeRight.js +%%DATADIR%%/resources/app/node_modules/lodash/rearg.js +%%DATADIR%%/resources/app/node_modules/lodash/reduce.js +%%DATADIR%%/resources/app/node_modules/lodash/reduceRight.js +%%DATADIR%%/resources/app/node_modules/lodash/reject.js +%%DATADIR%%/resources/app/node_modules/lodash/release.md +%%DATADIR%%/resources/app/node_modules/lodash/remove.js +%%DATADIR%%/resources/app/node_modules/lodash/repeat.js +%%DATADIR%%/resources/app/node_modules/lodash/replace.js +%%DATADIR%%/resources/app/node_modules/lodash/rest.js +%%DATADIR%%/resources/app/node_modules/lodash/result.js +%%DATADIR%%/resources/app/node_modules/lodash/reverse.js +%%DATADIR%%/resources/app/node_modules/lodash/round.js +%%DATADIR%%/resources/app/node_modules/lodash/sample.js +%%DATADIR%%/resources/app/node_modules/lodash/sampleSize.js +%%DATADIR%%/resources/app/node_modules/lodash/seq.js +%%DATADIR%%/resources/app/node_modules/lodash/set.js +%%DATADIR%%/resources/app/node_modules/lodash/setWith.js +%%DATADIR%%/resources/app/node_modules/lodash/shuffle.js +%%DATADIR%%/resources/app/node_modules/lodash/size.js +%%DATADIR%%/resources/app/node_modules/lodash/slice.js +%%DATADIR%%/resources/app/node_modules/lodash/snakeCase.js +%%DATADIR%%/resources/app/node_modules/lodash/some.js +%%DATADIR%%/resources/app/node_modules/lodash/sortBy.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedLastIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedLastIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedLastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedUniq.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedUniqBy.js +%%DATADIR%%/resources/app/node_modules/lodash/split.js +%%DATADIR%%/resources/app/node_modules/lodash/spread.js +%%DATADIR%%/resources/app/node_modules/lodash/startCase.js +%%DATADIR%%/resources/app/node_modules/lodash/startsWith.js +%%DATADIR%%/resources/app/node_modules/lodash/string.js +%%DATADIR%%/resources/app/node_modules/lodash/stubArray.js +%%DATADIR%%/resources/app/node_modules/lodash/stubFalse.js +%%DATADIR%%/resources/app/node_modules/lodash/stubObject.js +%%DATADIR%%/resources/app/node_modules/lodash/stubString.js +%%DATADIR%%/resources/app/node_modules/lodash/stubTrue.js +%%DATADIR%%/resources/app/node_modules/lodash/subtract.js +%%DATADIR%%/resources/app/node_modules/lodash/sum.js +%%DATADIR%%/resources/app/node_modules/lodash/sumBy.js +%%DATADIR%%/resources/app/node_modules/lodash/tail.js +%%DATADIR%%/resources/app/node_modules/lodash/take.js +%%DATADIR%%/resources/app/node_modules/lodash/takeRight.js +%%DATADIR%%/resources/app/node_modules/lodash/takeRightWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/takeWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/tap.js +%%DATADIR%%/resources/app/node_modules/lodash/template.js +%%DATADIR%%/resources/app/node_modules/lodash/templateSettings.js +%%DATADIR%%/resources/app/node_modules/lodash/throttle.js +%%DATADIR%%/resources/app/node_modules/lodash/thru.js +%%DATADIR%%/resources/app/node_modules/lodash/times.js +%%DATADIR%%/resources/app/node_modules/lodash/toArray.js +%%DATADIR%%/resources/app/node_modules/lodash/toFinite.js +%%DATADIR%%/resources/app/node_modules/lodash/toInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/toIterator.js +%%DATADIR%%/resources/app/node_modules/lodash/toJSON.js +%%DATADIR%%/resources/app/node_modules/lodash/toLength.js +%%DATADIR%%/resources/app/node_modules/lodash/toLower.js +%%DATADIR%%/resources/app/node_modules/lodash/toNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/toPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/toPairsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/toPath.js +%%DATADIR%%/resources/app/node_modules/lodash/toPlainObject.js +%%DATADIR%%/resources/app/node_modules/lodash/toSafeInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/toString.js +%%DATADIR%%/resources/app/node_modules/lodash/toUpper.js +%%DATADIR%%/resources/app/node_modules/lodash/transform.js +%%DATADIR%%/resources/app/node_modules/lodash/trim.js +%%DATADIR%%/resources/app/node_modules/lodash/trimEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/trimStart.js +%%DATADIR%%/resources/app/node_modules/lodash/truncate.js +%%DATADIR%%/resources/app/node_modules/lodash/unary.js +%%DATADIR%%/resources/app/node_modules/lodash/unescape.js +%%DATADIR%%/resources/app/node_modules/lodash/union.js +%%DATADIR%%/resources/app/node_modules/lodash/unionBy.js +%%DATADIR%%/resources/app/node_modules/lodash/unionWith.js +%%DATADIR%%/resources/app/node_modules/lodash/uniq.js +%%DATADIR%%/resources/app/node_modules/lodash/uniqBy.js +%%DATADIR%%/resources/app/node_modules/lodash/uniqWith.js +%%DATADIR%%/resources/app/node_modules/lodash/uniqueId.js +%%DATADIR%%/resources/app/node_modules/lodash/unset.js +%%DATADIR%%/resources/app/node_modules/lodash/unzip.js +%%DATADIR%%/resources/app/node_modules/lodash/unzipWith.js +%%DATADIR%%/resources/app/node_modules/lodash/update.js +%%DATADIR%%/resources/app/node_modules/lodash/updateWith.js +%%DATADIR%%/resources/app/node_modules/lodash/upperCase.js +%%DATADIR%%/resources/app/node_modules/lodash/upperFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/util.js +%%DATADIR%%/resources/app/node_modules/lodash/value.js +%%DATADIR%%/resources/app/node_modules/lodash/valueOf.js +%%DATADIR%%/resources/app/node_modules/lodash/values.js +%%DATADIR%%/resources/app/node_modules/lodash/valuesIn.js +%%DATADIR%%/resources/app/node_modules/lodash/without.js +%%DATADIR%%/resources/app/node_modules/lodash/words.js +%%DATADIR%%/resources/app/node_modules/lodash/wrap.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperAt.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperChain.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperLodash.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperReverse.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperValue.js +%%DATADIR%%/resources/app/node_modules/lodash/xor.js +%%DATADIR%%/resources/app/node_modules/lodash/xorBy.js +%%DATADIR%%/resources/app/node_modules/lodash/xorWith.js +%%DATADIR%%/resources/app/node_modules/lodash/zip.js +%%DATADIR%%/resources/app/node_modules/lodash/zipObject.js +%%DATADIR%%/resources/app/node_modules/lodash/zipObjectDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/zipWith.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/LICENSE +%%DATADIR%%/resources/app/node_modules/math-intrinsics/abs.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/constants/maxArrayLength.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/constants/maxSafeInteger.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/constants/maxValue.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/floor.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/isFinite.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/isInteger.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/isNaN.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/isNegativeZero.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/max.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/min.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/mod.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/package.json +%%DATADIR%%/resources/app/node_modules/math-intrinsics/pow.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/round.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/sign.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/tsconfig.json %%DATADIR%%/resources/app/node_modules/micromatch/LICENSE %%DATADIR%%/resources/app/node_modules/micromatch/index.js %%DATADIR%%/resources/app/node_modules/micromatch/package.json +%%DATADIR%%/resources/app/node_modules/mime-db/HISTORY.md +%%DATADIR%%/resources/app/node_modules/mime-db/LICENSE +%%DATADIR%%/resources/app/node_modules/mime-db/db.json +%%DATADIR%%/resources/app/node_modules/mime-db/index.js +%%DATADIR%%/resources/app/node_modules/mime-db/package.json +%%DATADIR%%/resources/app/node_modules/mime-types/HISTORY.md +%%DATADIR%%/resources/app/node_modules/mime-types/LICENSE +%%DATADIR%%/resources/app/node_modules/mime-types/index.js +%%DATADIR%%/resources/app/node_modules/mime-types/package.json +%%DATADIR%%/resources/app/node_modules/mime/LICENSE +%%DATADIR%%/resources/app/node_modules/mime/cli.js +%%DATADIR%%/resources/app/node_modules/mime/mime.js +%%DATADIR%%/resources/app/node_modules/mime/package.json +%%DATADIR%%/resources/app/node_modules/mime/src/build.js +%%DATADIR%%/resources/app/node_modules/mime/src/test.js +%%DATADIR%%/resources/app/node_modules/mime/types.json +%%DATADIR%%/resources/app/node_modules/minimatch/LICENSE +%%DATADIR%%/resources/app/node_modules/minimatch/minimatch.js +%%DATADIR%%/resources/app/node_modules/minimatch/package.json %%DATADIR%%/resources/app/node_modules/minimist/LICENSE %%DATADIR%%/resources/app/node_modules/minimist/index.js %%DATADIR%%/resources/app/node_modules/minimist/package.json @@ -1748,6 +7828,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/ms/index.js %%DATADIR%%/resources/app/node_modules/ms/license.md %%DATADIR%%/resources/app/node_modules/ms/package.json +%%DATADIR%%/resources/app/node_modules/mute-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/mute-stream/mute.js +%%DATADIR%%/resources/app/node_modules/mute-stream/package.json %%DATADIR%%/resources/app/node_modules/napi-build-utils/LICENSE %%DATADIR%%/resources/app/node_modules/napi-build-utils/index.js %%DATADIR%%/resources/app/node_modules/napi-build-utils/index.md @@ -1775,6 +7858,64 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/node-abi/index.js %%DATADIR%%/resources/app/node_modules/node-abi/package.json %%DATADIR%%/resources/app/node_modules/node-abi/scripts/update-abi-registry.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/LICENSE +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/index.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/node-ovsx-sign +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/commands.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/commands.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/commands.test.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/commands.test.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/constants.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/download.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/download.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/endpoints.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/endpoints.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/errors.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/extension-metadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/extension-metadata.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/extension-metadata.test.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/extension-metadata.test.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/keys.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/keys.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/ovsx-e2e.test.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/ovsx-e2e.test.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/sign.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/sign.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/signature-manifest.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/signature-manifest.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/signature-manifest.test.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/signature-manifest.test.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/verify.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/verify.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/zip.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/zip.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/LICENSE +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/Readme.md +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/esm.mjs +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/index.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/argument.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/command.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/error.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/help.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/option.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/suggestSimilar.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/package-support.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/package.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/LICENSE.md +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/browser.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/lib/index.es.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/lib/index.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/lib/index.mjs +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/package.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/yauzl/LICENSE +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/yauzl/fd-slicer.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/yauzl/index.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/yauzl/package.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/package.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/src/node-ovsx-sign %%DATADIR%%/resources/app/node_modules/node-pty/LICENSE %%DATADIR%%/resources/app/node_modules/node-pty/build/Release/pty.node %%DATADIR%%/resources/app/node_modules/node-pty/lib/conpty_console_list_agent.js @@ -1792,6 +7933,23 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/node-pty/lib/worker/conoutSocketWorker.js %%DATADIR%%/resources/app/node_modules/node-pty/node-addon-api/node_addon_api.Makefile %%DATADIR%%/resources/app/node_modules/node-pty/package.json +%%DATADIR%%/resources/app/node_modules/normalize-path/LICENSE +%%DATADIR%%/resources/app/node_modules/normalize-path/index.js +%%DATADIR%%/resources/app/node_modules/normalize-path/package.json +%%DATADIR%%/resources/app/node_modules/nth-check/LICENSE +%%DATADIR%%/resources/app/node_modules/nth-check/lib/compile.d.ts.map +%%DATADIR%%/resources/app/node_modules/nth-check/lib/compile.js +%%DATADIR%%/resources/app/node_modules/nth-check/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/nth-check/lib/index.js +%%DATADIR%%/resources/app/node_modules/nth-check/lib/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/nth-check/lib/parse.js +%%DATADIR%%/resources/app/node_modules/nth-check/package.json +%%DATADIR%%/resources/app/node_modules/object-inspect/LICENSE +%%DATADIR%%/resources/app/node_modules/object-inspect/index.js +%%DATADIR%%/resources/app/node_modules/object-inspect/package-support.json +%%DATADIR%%/resources/app/node_modules/object-inspect/package.json +%%DATADIR%%/resources/app/node_modules/object-inspect/test-core-js.js +%%DATADIR%%/resources/app/node_modules/object-inspect/util.inspect.js %%DATADIR%%/resources/app/node_modules/once/LICENSE %%DATADIR%%/resources/app/node_modules/once/once.js %%DATADIR%%/resources/app/node_modules/once/package.json @@ -1850,6 +8008,128 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/sfnt.js %%DATADIR%%/resources/app/node_modules/opentype.js/src/types.js %%DATADIR%%/resources/app/node_modules/opentype.js/src/util.js +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/LICENSE.md +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/package.json +%%DATADIR%%/resources/app/node_modules/parse-semver/LICENSE.md +%%DATADIR%%/resources/app/node_modules/parse-semver/index.js +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/LICENSE +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/bin/semver +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/package.json +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/range.bnf +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/semver.js +%%DATADIR%%/resources/app/node_modules/parse-semver/package.json +%%DATADIR%%/resources/app/node_modules/parse-semver/test.js +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/LICENSE +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/dist/index.js +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/package.json +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/dist/index.js +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/package.json +%%DATADIR%%/resources/app/node_modules/parse5/LICENSE +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/doctype.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/error-codes.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/foreign-content.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/html.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/token.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/unicode.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/parser/formatting-element-list.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/parser/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/parser/open-element-stack.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/serializer/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/tokenizer/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/tree-adapters/default.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/tree-adapters/interface.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/doctype.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/error-codes.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/foreign-content.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/html.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/token.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/unicode.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/parser/formatting-element-list.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/parser/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/parser/open-element-stack.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/serializer/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/tokenizer/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/tokenizer/preprocessor.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/tree-adapters/default.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/tree-adapters/interface.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/LICENSE +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/decode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/decode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/decode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/encode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/escape.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/escape.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/package.json +%%DATADIR%%/resources/app/node_modules/parse5/package.json +%%DATADIR%%/resources/app/node_modules/path-is-absolute/index.js +%%DATADIR%%/resources/app/node_modules/path-is-absolute/license +%%DATADIR%%/resources/app/node_modules/path-is-absolute/package.json +%%DATADIR%%/resources/app/node_modules/path-key/index.js +%%DATADIR%%/resources/app/node_modules/path-key/license +%%DATADIR%%/resources/app/node_modules/path-key/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/LICENSE.md +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/LICENSE +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/package.json %%DATADIR%%/resources/app/node_modules/pend/LICENSE %%DATADIR%%/resources/app/node_modules/pend/index.js %%DATADIR%%/resources/app/node_modules/pend/package.json @@ -1862,6 +8142,14 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/picomatch/lib/scan.js %%DATADIR%%/resources/app/node_modules/picomatch/lib/utils.js %%DATADIR%%/resources/app/node_modules/picomatch/package.json +%%DATADIR%%/resources/app/node_modules/process-nextick-args/index.js +%%DATADIR%%/resources/app/node_modules/process-nextick-args/license.md +%%DATADIR%%/resources/app/node_modules/process-nextick-args/package.json +%%DATADIR%%/resources/app/node_modules/process/LICENSE +%%DATADIR%%/resources/app/node_modules/process/browser.js +%%DATADIR%%/resources/app/node_modules/process/index.js +%%DATADIR%%/resources/app/node_modules/process/package.json +%%DATADIR%%/resources/app/node_modules/process/test.js %%DATADIR%%/resources/app/node_modules/promise-stream-reader/LICENSE.md %%DATADIR%%/resources/app/node_modules/promise-stream-reader/dist/index.js %%DATADIR%%/resources/app/node_modules/promise-stream-reader/package.json @@ -1871,6 +8159,14 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/proxy-from-env/index.js %%DATADIR%%/resources/app/node_modules/proxy-from-env/package.json %%DATADIR%%/resources/app/node_modules/proxy-from-env/test.js +%%DATADIR%%/resources/app/node_modules/qs/LICENSE.md +%%DATADIR%%/resources/app/node_modules/qs/dist/qs.js +%%DATADIR%%/resources/app/node_modules/qs/lib/formats.js +%%DATADIR%%/resources/app/node_modules/qs/lib/index.js +%%DATADIR%%/resources/app/node_modules/qs/lib/parse.js +%%DATADIR%%/resources/app/node_modules/qs/lib/stringify.js +%%DATADIR%%/resources/app/node_modules/qs/lib/utils.js +%%DATADIR%%/resources/app/node_modules/qs/package.json %%DATADIR%%/resources/app/node_modules/rc/LICENSE.APACHE2 %%DATADIR%%/resources/app/node_modules/rc/LICENSE.BSD %%DATADIR%%/resources/app/node_modules/rc/LICENSE.MIT @@ -1882,6 +8178,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/rc/node_modules/strip-json-comments/license %%DATADIR%%/resources/app/node_modules/rc/node_modules/strip-json-comments/package.json %%DATADIR%%/resources/app/node_modules/rc/package.json +%%DATADIR%%/resources/app/node_modules/read/LICENSE +%%DATADIR%%/resources/app/node_modules/read/lib/read.js +%%DATADIR%%/resources/app/node_modules/read/package.json %%DATADIR%%/resources/app/node_modules/readable-stream/GOVERNANCE.md %%DATADIR%%/resources/app/node_modules/readable-stream/LICENSE %%DATADIR%%/resources/app/node_modules/readable-stream/errors-browser.js @@ -1905,12 +8204,42 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/readable-stream/package.json %%DATADIR%%/resources/app/node_modules/readable-stream/readable-browser.js %%DATADIR%%/resources/app/node_modules/readable-stream/readable.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/LICENSE +%%DATADIR%%/resources/app/node_modules/readdir-glob/index.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/brace-expansion/index.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/brace-expansion/package.json +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/minimatch/LICENSE +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/minimatch/lib/path.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/minimatch/minimatch.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/minimatch/package.json +%%DATADIR%%/resources/app/node_modules/readdir-glob/package.json +%%DATADIR%%/resources/app/node_modules/rimraf/LICENSE +%%DATADIR%%/resources/app/node_modules/rimraf/bin.js +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/LICENSE +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/changelog.md +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/common.js +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/glob.js +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/package.json +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/sync.js +%%DATADIR%%/resources/app/node_modules/rimraf/package.json +%%DATADIR%%/resources/app/node_modules/rimraf/rimraf.js %%DATADIR%%/resources/app/node_modules/run-applescript/index.js %%DATADIR%%/resources/app/node_modules/run-applescript/license %%DATADIR%%/resources/app/node_modules/run-applescript/package.json %%DATADIR%%/resources/app/node_modules/safe-buffer/LICENSE %%DATADIR%%/resources/app/node_modules/safe-buffer/index.js %%DATADIR%%/resources/app/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/safer-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/safer-buffer/Porting-Buffer.md +%%DATADIR%%/resources/app/node_modules/safer-buffer/Readme.md +%%DATADIR%%/resources/app/node_modules/safer-buffer/dangerous.js +%%DATADIR%%/resources/app/node_modules/safer-buffer/package.json +%%DATADIR%%/resources/app/node_modules/safer-buffer/safer.js +%%DATADIR%%/resources/app/node_modules/safer-buffer/tests.js +%%DATADIR%%/resources/app/node_modules/sax/LICENSE +%%DATADIR%%/resources/app/node_modules/sax/lib/sax.js +%%DATADIR%%/resources/app/node_modules/sax/package.json %%DATADIR%%/resources/app/node_modules/semver/LICENSE %%DATADIR%%/resources/app/node_modules/semver/bin/semver.js %%DATADIR%%/resources/app/node_modules/semver/classes/comparator.js @@ -1962,6 +8291,44 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/semver/ranges/subset.js %%DATADIR%%/resources/app/node_modules/semver/ranges/to-comparators.js %%DATADIR%%/resources/app/node_modules/semver/ranges/valid.js +%%DATADIR%%/resources/app/node_modules/shebang-command/index.js +%%DATADIR%%/resources/app/node_modules/shebang-command/license +%%DATADIR%%/resources/app/node_modules/shebang-command/package.json +%%DATADIR%%/resources/app/node_modules/shebang-regex/index.js +%%DATADIR%%/resources/app/node_modules/shebang-regex/license +%%DATADIR%%/resources/app/node_modules/shebang-regex/package.json +%%DATADIR%%/resources/app/node_modules/side-channel-list/LICENSE +%%DATADIR%%/resources/app/node_modules/side-channel-list/index.js +%%DATADIR%%/resources/app/node_modules/side-channel-list/package.json +%%DATADIR%%/resources/app/node_modules/side-channel-list/tsconfig.json +%%DATADIR%%/resources/app/node_modules/side-channel-map/LICENSE +%%DATADIR%%/resources/app/node_modules/side-channel-map/index.js +%%DATADIR%%/resources/app/node_modules/side-channel-map/package.json +%%DATADIR%%/resources/app/node_modules/side-channel-map/tsconfig.json +%%DATADIR%%/resources/app/node_modules/side-channel-weakmap/LICENSE +%%DATADIR%%/resources/app/node_modules/side-channel-weakmap/index.js +%%DATADIR%%/resources/app/node_modules/side-channel-weakmap/package.json +%%DATADIR%%/resources/app/node_modules/side-channel-weakmap/tsconfig.json +%%DATADIR%%/resources/app/node_modules/side-channel/LICENSE +%%DATADIR%%/resources/app/node_modules/side-channel/index.js +%%DATADIR%%/resources/app/node_modules/side-channel/package.json +%%DATADIR%%/resources/app/node_modules/side-channel/tsconfig.json +%%DATADIR%%/resources/app/node_modules/signal-exit/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/browser.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/browser.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/signals.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/signals.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/browser.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/browser.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/index.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/package.json +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/signals.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/signals.js +%%DATADIR%%/resources/app/node_modules/signal-exit/package.json %%DATADIR%%/resources/app/node_modules/simple-concat/LICENSE %%DATADIR%%/resources/app/node_modules/simple-concat/index.js %%DATADIR%%/resources/app/node_modules/simple-concat/package.json @@ -1991,9 +8358,34 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/sprintf-js/package.json %%DATADIR%%/resources/app/node_modules/sprintf-js/src/angular-sprintf.js %%DATADIR%%/resources/app/node_modules/sprintf-js/src/sprintf.js +%%DATADIR%%/resources/app/node_modules/streamx/LICENSE +%%DATADIR%%/resources/app/node_modules/streamx/index.js +%%DATADIR%%/resources/app/node_modules/streamx/package.json +%%DATADIR%%/resources/app/node_modules/string-width-cjs/index.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/license +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/index.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/text.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/index.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/package.json +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/text.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/package.json %%DATADIR%%/resources/app/node_modules/string_decoder/LICENSE %%DATADIR%%/resources/app/node_modules/string_decoder/lib/string_decoder.js %%DATADIR%%/resources/app/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/strip-ansi-cjs/index.js +%%DATADIR%%/resources/app/node_modules/strip-ansi-cjs/license +%%DATADIR%%/resources/app/node_modules/strip-ansi-cjs/package.json +%%DATADIR%%/resources/app/node_modules/strip-ansi/index.js +%%DATADIR%%/resources/app/node_modules/strip-ansi/license +%%DATADIR%%/resources/app/node_modules/strip-ansi/package.json +%%DATADIR%%/resources/app/node_modules/tar-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/tar-stream/constants.js +%%DATADIR%%/resources/app/node_modules/tar-stream/extract.js +%%DATADIR%%/resources/app/node_modules/tar-stream/headers.js +%%DATADIR%%/resources/app/node_modules/tar-stream/index.js +%%DATADIR%%/resources/app/node_modules/tar-stream/pack.js +%%DATADIR%%/resources/app/node_modules/tar-stream/package.json %%DATADIR%%/resources/app/node_modules/tar/LICENSE %%DATADIR%%/resources/app/node_modules/tar/index.js %%DATADIR%%/resources/app/node_modules/tar/lib/create.js @@ -2029,12 +8421,23 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/tas-client-umd/LICENSE %%DATADIR%%/resources/app/node_modules/tas-client-umd/lib/tas-client-umd.js %%DATADIR%%/resources/app/node_modules/tas-client-umd/package.json +%%DATADIR%%/resources/app/node_modules/text-decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/text-decoder/index.js +%%DATADIR%%/resources/app/node_modules/text-decoder/lib/pass-through-decoder.js +%%DATADIR%%/resources/app/node_modules/text-decoder/lib/utf8-decoder.js +%%DATADIR%%/resources/app/node_modules/text-decoder/package.json %%DATADIR%%/resources/app/node_modules/tiny-inflate/LICENSE %%DATADIR%%/resources/app/node_modules/tiny-inflate/index.js %%DATADIR%%/resources/app/node_modules/tiny-inflate/package.json +%%DATADIR%%/resources/app/node_modules/tmp/LICENSE +%%DATADIR%%/resources/app/node_modules/tmp/lib/tmp.js +%%DATADIR%%/resources/app/node_modules/tmp/package.json %%DATADIR%%/resources/app/node_modules/to-regex-range/LICENSE %%DATADIR%%/resources/app/node_modules/to-regex-range/index.js %%DATADIR%%/resources/app/node_modules/to-regex-range/package.json +%%DATADIR%%/resources/app/node_modules/tr46/index.js +%%DATADIR%%/resources/app/node_modules/tr46/lib/mappingTable.json +%%DATADIR%%/resources/app/node_modules/tr46/package.json %%DATADIR%%/resources/app/node_modules/tslib/CopyrightNotice.txt %%DATADIR%%/resources/app/node_modules/tslib/LICENSE.txt %%DATADIR%%/resources/app/node_modules/tslib/SECURITY.md @@ -2049,6 +8452,526 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/tunnel-agent/LICENSE %%DATADIR%%/resources/app/node_modules/tunnel-agent/index.js %%DATADIR%%/resources/app/node_modules/tunnel-agent/package.json +%%DATADIR%%/resources/app/node_modules/tunnel/LICENSE +%%DATADIR%%/resources/app/node_modules/tunnel/index.js +%%DATADIR%%/resources/app/node_modules/tunnel/lib/tunnel.js +%%DATADIR%%/resources/app/node_modules/tunnel/package.json +%%DATADIR%%/resources/app/node_modules/typed-rest-client/Handlers.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/HttpClient.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/Index.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/Interfaces.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/LICENSE +%%DATADIR%%/resources/app/node_modules/typed-rest-client/RestClient.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/ThirdPartyNotice.txt +%%DATADIR%%/resources/app/node_modules/typed-rest-client/Util.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/handlers/basiccreds.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/handlers/bearertoken.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/handlers/ntlm.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/handlers/personalaccesstoken.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/opensource/Node-SMB/lib/common.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/opensource/Node-SMB/lib/ntlm.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/opensource/Node-SMB/lib/smbhash.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/package.json +%%DATADIR%%/resources/app/node_modules/underscore/LICENSE +%%DATADIR%%/resources/app/node_modules/underscore/amd/_baseCreate.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_baseIteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_cb.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_chainResult.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_collectNonEnumProps.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createAssigner.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createEscaper.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createPredicateIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createReduce.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createSizePropertyCheck.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_deepGet.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_escapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_executeBound.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_getByteLength.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_getLength.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_group.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_has.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_hasObjectTag.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_isArrayLike.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_isBufferLike.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_keyInObj.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_methodFingerprint.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_optimizeCb.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_set.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_setup.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_shallowProperty.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_stringTagBug.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_tagTester.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_toBufferView.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_unescapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/after.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/allKeys.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/before.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/bind.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/bindAll.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/chain.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/chunk.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/clone.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/compact.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/compose.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/constant.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/contains.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/countBy.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/create.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/debounce.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/defaults.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/defer.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/delay.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/difference.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/each.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/escape.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/every.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/extend.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/extendOwn.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/filter.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/find.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/findIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/findKey.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/findWhere.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/first.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/functions.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/get.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/groupBy.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/has.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/identity.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/index-default.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/index.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/indexBy.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/indexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/initial.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/intersection.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/invert.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/invoke.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isArray.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isBoolean.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isDataView.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isDate.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isElement.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isEmpty.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isEqual.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isError.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isFinite.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isFunction.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isMap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isMatch.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isNaN.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isNull.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isNumber.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isObject.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isRegExp.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isSet.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isString.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isSymbol.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isUndefined.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/iteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/keys.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/last.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/map.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/mapObject.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/matcher.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/max.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/memoize.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/min.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/mixin.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/negate.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/noop.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/now.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/object.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/omit.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/once.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/pairs.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/partial.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/partition.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/pick.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/pluck.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/property.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/propertyOf.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/random.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/range.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/reduce.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/reduceRight.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/reject.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/rest.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/restArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/result.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/sample.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/set.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/shuffle.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/size.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/some.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/sortBy.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/tap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/template.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/templateSettings.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/throttle.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/times.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/toArray.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/underscore-array-methods.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/underscore.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/unescape.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/union.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/uniq.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/uniqueId.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/unzip.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/values.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/where.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/without.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/wrap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/zip.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_baseCreate.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_baseIteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_cb.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_chainResult.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_collectNonEnumProps.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createAssigner.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createEscaper.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createPredicateIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createReduce.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createSizePropertyCheck.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_deepGet.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_escapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_executeBound.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_getByteLength.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_getLength.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_group.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_has.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_hasObjectTag.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_isArrayLike.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_isBufferLike.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_keyInObj.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_methodFingerprint.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_optimizeCb.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_set.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_setup.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_shallowProperty.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_stringTagBug.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_tagTester.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_toBufferView.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_unescapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/after.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/allKeys.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/before.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/bind.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/bindAll.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/chain.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/chunk.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/clone.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/compact.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/compose.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/constant.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/contains.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/countBy.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/create.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/debounce.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/defaults.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/defer.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/delay.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/difference.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/each.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/escape.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/every.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/extend.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/extendOwn.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/filter.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/find.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/findIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/findKey.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/findWhere.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/first.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/functions.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/get.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/groupBy.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/has.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/identity.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/index-default.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/index.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/indexBy.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/indexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/initial.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/intersection.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/invert.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/invoke.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isArray.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isBoolean.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isDataView.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isDate.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isElement.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isEmpty.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isEqual.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isError.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isFinite.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isFunction.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isMap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isMatch.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isNaN.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isNull.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isNumber.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isObject.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isRegExp.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isSet.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isString.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isSymbol.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isUndefined.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/iteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/keys.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/last.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/map.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/mapObject.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/matcher.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/max.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/memoize.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/min.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/mixin.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/negate.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/noop.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/now.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/object.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/omit.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/once.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/pairs.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/partial.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/partition.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/pick.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/pluck.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/property.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/propertyOf.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/random.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/range.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/reduce.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/reduceRight.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/reject.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/rest.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/restArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/result.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/sample.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/set.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/shuffle.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/size.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/some.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/sortBy.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/tap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/template.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/templateSettings.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/throttle.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/times.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/toArray.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/underscore-array-methods.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/underscore.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/unescape.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/union.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/uniq.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/uniqueId.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/unzip.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/values.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/where.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/without.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/wrap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/zip.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_baseCreate.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_baseIteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_cb.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_chainResult.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_collectNonEnumProps.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createAssigner.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createEscaper.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createPredicateIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createReduce.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createSizePropertyCheck.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_deepGet.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_escapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_executeBound.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_getByteLength.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_getLength.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_group.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_has.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_hasObjectTag.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_isArrayLike.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_isBufferLike.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_keyInObj.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_methodFingerprint.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_optimizeCb.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_setup.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_shallowProperty.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_stringTagBug.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_tagTester.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_toBufferView.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_unescapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/after.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/allKeys.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/before.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/bind.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/bindAll.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/chain.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/chunk.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/clone.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/compact.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/compose.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/constant.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/contains.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/countBy.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/create.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/debounce.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/defaults.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/defer.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/delay.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/difference.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/each.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/escape.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/every.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/extend.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/extendOwn.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/filter.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/find.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/findIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/findKey.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/findWhere.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/first.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/functions.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/get.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/groupBy.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/has.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/identity.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/index-all.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/index-default.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/index.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/indexBy.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/indexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/initial.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/intersection.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/invert.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/invoke.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isArray.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isBoolean.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isDataView.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isDate.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isElement.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isEmpty.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isEqual.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isError.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isFinite.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isFunction.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isMap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isMatch.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isNaN.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isNull.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isNumber.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isObject.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isRegExp.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isSet.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isString.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isSymbol.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isUndefined.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/iteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/keys.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/last.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/map.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/mapObject.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/matcher.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/max.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/memoize.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/min.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/mixin.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/negate.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/noop.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/now.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/object.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/omit.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/once.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/package.json +%%DATADIR%%/resources/app/node_modules/underscore/modules/pairs.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/partial.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/partition.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/pick.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/pluck.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/property.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/propertyOf.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/random.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/range.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/reduce.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/reduceRight.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/reject.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/rest.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/restArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/result.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/sample.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/shuffle.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/size.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/some.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/sortBy.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/tap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/template.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/templateSettings.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/throttle.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/times.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/toArray.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/underscore-array-methods.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/underscore.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/unescape.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/union.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/uniq.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/uniqueId.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/unzip.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/values.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/where.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/without.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/wrap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/zip.js +%%DATADIR%%/resources/app/node_modules/underscore/package.json +%%DATADIR%%/resources/app/node_modules/underscore/underscore-esm-min.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore-esm.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore-min.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node-f.cjs +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node-f.cjs.map +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node.cjs +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node.cjs.map +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node.mjs +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node.mjs.map +%%DATADIR%%/resources/app/node_modules/underscore/underscore-umd-min.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore-umd.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore.js %%DATADIR%%/resources/app/node_modules/undici/LICENSE %%DATADIR%%/resources/app/node_modules/undici/index-fetch.js %%DATADIR%%/resources/app/node_modules/undici/index.js @@ -2060,7 +8983,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/api/api-upgrade.js %%DATADIR%%/resources/app/node_modules/undici/lib/api/index.js %%DATADIR%%/resources/app/node_modules/undici/lib/api/readable.js -%%DATADIR%%/resources/app/node_modules/undici/lib/api/util.js %%DATADIR%%/resources/app/node_modules/undici/lib/cache/memory-cache-store.js %%DATADIR%%/resources/app/node_modules/undici/lib/cache/sqlite-cache-store.js %%DATADIR%%/resources/app/node_modules/undici/lib/core/connect.js @@ -2094,6 +9016,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/handler/unwrap-handler.js %%DATADIR%%/resources/app/node_modules/undici/lib/handler/wrap-handler.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/cache.js +%%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/decompress.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/dns.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/dump.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/redirect.js @@ -2112,8 +9035,12 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/mock/mock-symbols.js %%DATADIR%%/resources/app/node_modules/undici/lib/mock/mock-utils.js %%DATADIR%%/resources/app/node_modules/undici/lib/mock/pending-interceptors-formatter.js +%%DATADIR%%/resources/app/node_modules/undici/lib/mock/snapshot-agent.js +%%DATADIR%%/resources/app/node_modules/undici/lib/mock/snapshot-recorder.js +%%DATADIR%%/resources/app/node_modules/undici/lib/mock/snapshot-utils.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/cache.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/date.js +%%DATADIR%%/resources/app/node_modules/undici/lib/util/promise.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/stats.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/timers.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/cache/cache.js @@ -2130,7 +9057,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/body.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/constants.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/data-url.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/dispatcher-weakref.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/formdata-parser.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/formdata.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/global.js @@ -2139,7 +9065,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/request.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/response.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/util.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/webidl.js +%%DATADIR%%/resources/app/node_modules/undici/lib/web/subresource-integrity/Readme.md +%%DATADIR%%/resources/app/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +%%DATADIR%%/resources/app/node_modules/undici/lib/web/webidl/index.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/connection.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/constants.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/events.js @@ -2156,6 +9084,27 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/universalify/LICENSE %%DATADIR%%/resources/app/node_modules/universalify/index.js %%DATADIR%%/resources/app/node_modules/universalify/package.json +%%DATADIR%%/resources/app/node_modules/unzipper/LICENSE +%%DATADIR%%/resources/app/node_modules/unzipper/lib/BufferStream.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/Decrypt.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/NoopStream.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/Open/directory.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/Open/index.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/Open/unzip.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/PullStream.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/extract.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parse.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parseBuffer.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parseDateTime.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parseExtraField.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parseOne.js +%%DATADIR%%/resources/app/node_modules/unzipper/package.json +%%DATADIR%%/resources/app/node_modules/unzipper/test.js +%%DATADIR%%/resources/app/node_modules/unzipper/unzip.js +%%DATADIR%%/resources/app/node_modules/url-join/LICENSE +%%DATADIR%%/resources/app/node_modules/url-join/bin/changelog +%%DATADIR%%/resources/app/node_modules/url-join/lib/url-join.js +%%DATADIR%%/resources/app/node_modules/url-join/package.json %%DATADIR%%/resources/app/node_modules/util-deprecate/LICENSE %%DATADIR%%/resources/app/node_modules/util-deprecate/browser.js %%DATADIR%%/resources/app/node_modules/util-deprecate/node.js @@ -2251,14 +9200,102 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/vscode-textmate/LICENSE.md %%DATADIR%%/resources/app/node_modules/vscode-textmate/package.json %%DATADIR%%/resources/app/node_modules/vscode-textmate/release/main.js +%%DATADIR%%/resources/app/node_modules/webidl-conversions/LICENSE.md +%%DATADIR%%/resources/app/node_modules/webidl-conversions/lib/index.js +%%DATADIR%%/resources/app/node_modules/webidl-conversions/package.json +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/lib/labels-to-names.json +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/lib/supported-names.json +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/lib/whatwg-encoding.js +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/package.json +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/mime-type-parameters.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/mime-type.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/parser.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/serializer.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/utils.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/package.json +%%DATADIR%%/resources/app/node_modules/whatwg-url/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/URL-impl.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/URL.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/public-api.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/url-state-machine.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/utils.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/package.json +%%DATADIR%%/resources/app/node_modules/which/LICENSE +%%DATADIR%%/resources/app/node_modules/which/bin/node-which +%%DATADIR%%/resources/app/node_modules/which/package.json +%%DATADIR%%/resources/app/node_modules/which/which.js %%DATADIR%%/resources/app/node_modules/windows-foreground-love/LICENSE %%DATADIR%%/resources/app/node_modules/windows-foreground-love/build/Release/foreground_love.node %%DATADIR%%/resources/app/node_modules/windows-foreground-love/build/Release/obj.target/foreground_love.node %%DATADIR%%/resources/app/node_modules/windows-foreground-love/index.js %%DATADIR%%/resources/app/node_modules/windows-foreground-love/package.json +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/index.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/license +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/index.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/text.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/package.json +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/text.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/string-width/index.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/string-width/license +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/string-width/package.json +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/package.json %%DATADIR%%/resources/app/node_modules/wrappy/LICENSE %%DATADIR%%/resources/app/node_modules/wrappy/package.json %%DATADIR%%/resources/app/node_modules/wrappy/wrappy.js +%%DATADIR%%/resources/app/node_modules/xml2js/LICENSE +%%DATADIR%%/resources/app/node_modules/xml2js/lib/bom.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/builder.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/defaults.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/parser.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/processors.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/xml2js.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/LICENSE +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/appveyor.yml +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/Derivation.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/DocumentPosition.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/NodeType.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/OperationType.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/Utility.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/WriterState.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLAttribute.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLCData.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLCharacterData.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLComment.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDOMConfiguration.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDOMErrorHandler.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDOMImplementation.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDOMStringList.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDTDAttList.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDTDElement.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDTDEntity.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDTDNotation.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDeclaration.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDocType.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDocument.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDocumentCB.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDocumentFragment.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDummy.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLElement.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLNamedNodeMap.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLNode.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLNodeFilter.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLNodeList.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLRaw.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLStreamWriter.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLStringWriter.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLStringifier.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLText.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLTypeInfo.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLUserDataHandler.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLWriterBase.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/index.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/package.json +%%DATADIR%%/resources/app/node_modules/xml2js/package.json %%DATADIR%%/resources/app/node_modules/yauzl/LICENSE %%DATADIR%%/resources/app/node_modules/yauzl/fd-slicer.js %%DATADIR%%/resources/app/node_modules/yauzl/index.js @@ -2266,6 +9303,319 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/yazl/LICENSE %%DATADIR%%/resources/app/node_modules/yazl/index.js %%DATADIR%%/resources/app/node_modules/yazl/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/index.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/package.json +%%DATADIR%%/resources/app/node_modules/zod/LICENSE +%%DATADIR%%/resources/app/node_modules/zod/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/index.js +%%DATADIR%%/resources/app/node_modules/zod/package.json +%%DATADIR%%/resources/app/node_modules/zod/v3/ZodError.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/ZodError.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/ZodError.js +%%DATADIR%%/resources/app/node_modules/zod/v3/errors.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/errors.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/errors.js +%%DATADIR%%/resources/app/node_modules/zod/v3/external.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/external.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/external.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/enumUtil.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/enumUtil.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/enumUtil.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/errorUtil.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/errorUtil.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/errorUtil.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/parseUtil.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/parseUtil.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/parseUtil.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/partialUtil.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/partialUtil.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/partialUtil.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/typeAliases.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/typeAliases.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/typeAliases.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/util.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/util.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/util.js +%%DATADIR%%/resources/app/node_modules/zod/v3/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/index.js +%%DATADIR%%/resources/app/node_modules/zod/v3/locales/en.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/locales/en.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/locales/en.js +%%DATADIR%%/resources/app/node_modules/zod/v3/standard-schema.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/standard-schema.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/standard-schema.js +%%DATADIR%%/resources/app/node_modules/zod/v3/types.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/types.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/types.js +%%DATADIR%%/resources/app/node_modules/zod/v4-mini/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4-mini/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4-mini/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/checks.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/checks.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/checks.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/coerce.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/coerce.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/coerce.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/compat.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/compat.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/compat.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/errors.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/errors.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/errors.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/external.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/external.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/external.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/iso.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/iso.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/iso.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/parse.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/parse.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/parse.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/schemas.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/schemas.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/schemas.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/api.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/api.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/api.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/checks.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/checks.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/checks.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/core.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/core.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/core.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/doc.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/doc.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/doc.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/errors.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/errors.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/errors.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/function.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/function.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/function.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/json-schema.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/json-schema.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/json-schema.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/parse.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/parse.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/parse.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/regexes.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/regexes.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/regexes.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/registries.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/registries.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/registries.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/schemas.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/schemas.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/schemas.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/standard-schema.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/standard-schema.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/standard-schema.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/to-json-schema.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/to-json-schema.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/to-json-schema.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/util.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/util.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/util.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/versions.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/versions.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/versions.js +%%DATADIR%%/resources/app/node_modules/zod/v4/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ar.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ar.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ar.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/az.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/az.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/az.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/be.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/be.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/be.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ca.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ca.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ca.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/cs.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/cs.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/cs.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/de.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/de.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/de.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/en.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/en.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/en.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/eo.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/eo.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/eo.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/es.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/es.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/es.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fa.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fa.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fa.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fi.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fi.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fi.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr-CA.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr-CA.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr-CA.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/he.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/he.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/he.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/hu.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/hu.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/hu.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/id.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/id.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/id.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/it.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/it.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/it.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ja.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ja.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ja.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/kh.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/kh.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/kh.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ko.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ko.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ko.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/mk.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/mk.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/mk.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ms.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ms.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ms.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/nl.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/nl.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/nl.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/no.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/no.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/no.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ota.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ota.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ota.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pl.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pl.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pl.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ps.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ps.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ps.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pt.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pt.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pt.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ru.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ru.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ru.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sl.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sl.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sl.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sv.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sv.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sv.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ta.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ta.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ta.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/th.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/th.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/th.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/tr.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/tr.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/tr.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ua.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ua.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ua.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ur.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ur.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ur.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/vi.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/vi.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/vi.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-CN.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-CN.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-CN.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-TW.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-TW.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-TW.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/checks.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/checks.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/checks.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/coerce.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/coerce.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/coerce.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/external.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/external.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/external.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/iso.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/iso.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/iso.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/parse.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/parse.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/parse.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/schemas.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/schemas.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/schemas.js %%DATADIR%%/resources/app/out/bootstrap-fork.js %%DATADIR%%/resources/app/out/cli.js %%DATADIR%%/resources/app/out/main.js |